:root{--contexify-zIndex:666;--contexify-menu-minWidth:220px;--contexify-menu-padding:6px;--contexify-menu-radius:6px;--contexify-menu-bgColor:#fff;--contexify-menu-shadow:1px 2px 2px rgba(0,0,0,.1),2px 4px 4px rgba(0,0,0,.1),3px 6px 6px rgba(0,0,0,.1);--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-separator-color:rgba(0,0,0,.2);--contexify-separator-margin:5px;--contexify-itemContent-padding:6px;--contexify-activeItem-radius:4px;--contexify-item-color:#333;--contexify-activeItem-color:#fff;--contexify-activeItem-bgColor:#3498db;--contexify-rightSlot-color:#6f6e77;--contexify-activeRightSlot-color:#fff;--contexify-arrow-color:#6f6e77;--contexify-activeArrow-color:#fff}@keyframes contexify_feedback{0%{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--contexify-menu-bgColor);box-sizing:border-box;box-shadow:var(--contexify-menu-shadow);border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex)}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:auto;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1 * var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1 * var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:focus .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot,.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:auto;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:var(--contexify-itemContent-padding);display:flex;align-items:center;white-space:nowrap;color:var(--contexify-item-color);position:relative}.contexify_item-feedback{animation:contexify_feedback .12s both}.contexify_theme-dark{--contexify-menu-bgColor:rgba(40,40,40,.98);--contexify-separator-color:#4c4c4c;--contexify-item-color:#fff}.contexify_theme-light{--contexify-separator-color:#eee;--contexify-item-color:#666;--contexify-activeItem-color:#3498db;--contexify-activeItem-bgColor:#e0eefd;--contexify-activeRightSlot-color:#3498db;--contexify-active-arrow-color:#3498db}@keyframes contexify_scaleIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes contexify_scaleOut{0%{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{0%{transform:perspective(800px) rotateX(45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{0%{transform:perspective(800px)}to{transform:perspective(800px) rotateX(45deg);opacity:0}}.contexify_willEnter-flip{animation:contexify_flipInX .3s}.contexify_willEnter-flip,.contexify_willLeave-flip{backface-visibility:visible!important;transform-origin:top center}.contexify_willLeave-flip{animation:contexify_flipOutX .3s}@keyframes contexify_slideIn{0%{opacity:0;transform:scaleY(.3)}to{opacity:1}}@keyframes contexify_slideOut{0%{opacity:1}to{opacity:0;transform:scaleY(.3)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.TabPanel-module_tabPanelDiv__wMffZ{background-color:var(--color-tab-active);flex-grow:1;height:100%;overflow-y:auto}.TabPanel-module_tabPanelBox__LY-BB{align-items:start;height:100%;width:100%}.Modal-module_expandButton__J1QYl{margin-right:-8px!important}.RulerArea-module_rulerArea__Kix1O{background-color:transparent;height:36px;pointer-events:none;position:absolute;width:100%}.RulerArea-module_rulerInput__nCNOa{border:var(--border-regular);border-radius:3px;height:14px;opacity:40%;pointer-events:auto;position:absolute;text-align:center;top:0;width:35px;will-change:transform}.RulerArea-module_rulerInput__nCNOa:hover{border:1px solid var(--color-input-border-hover);cursor:pointer;opacity:100%}.RulerArea-module_rulerInput__nCNOa:focus{border:1px solid var(--color-input-border-hover);height:18px;opacity:100%;outline:none}.RulerArea-module_rulerInput__nCNOa.RulerArea-module_rulerInputDragging__saoOk{user-focus:none;opacity:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.RulerArea-module_rulerScale__4YOKH{height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden;width:100%}.RulerArea-module_rulerHandle__g4GPl{height:13px;position:absolute;top:0;width:16px;will-change:transform}.RulerArea-module_rulerHandle__g4GPl:hover{cursor:pointer}.RulerArea-module_rulerHandle__g4GPl:before,.RulerArea-module_rulerInput__nCNOa:before{content:"";display:block;height:calc(100% + 20px);left:-10px;position:absolute;top:-10px;width:calc(100% + 20px)}.RulerArea-module_rulerHandle__g4GPl:hover~.RulerArea-module_rulerScale__4YOKH,.RulerArea-module_rulerInput__nCNOa:hover~.RulerArea-module_rulerScale__4YOKH{background-color:var(--color-background-canvas);visibility:visible}.RulerArea-module_rulerHandle__g4GPl:hover~.RulerArea-module_rulerInput__nCNOa{opacity:100%}.DragGhost-module_dragGhost__m5lHf{left:0;position:absolute;top:0;will-change:transform;z-index:var(--zindex-overlay)}:root{--color-background-canvas:#f5f5f5;--color-background-primary:#fff;--color-background-secondary:#f8feff;--color-background-overlay:rgba(94,94,94,.8);--color-border-primary:#cad3dd;--color-border-secondary:#7c7c7f;--color-text-primary:#333;--color-text-secondary:#167782;--color-text-light:#585858;--color-text-dark:#000;--color-text-error:#ff4a4a;--color-text-lightgrey:#7c7c7f;--color-tab-regular:#fff;--color-tab-active:#e1e5ea;--color-tab-hover:#00838f;--color-tab-content:#eff2f5;--color-scroll-regular:#717171;--color-scroll-inactive:#ddd;--color-button-primary-active:#167782;--color-button-primary-hover:#00838f;--color-button-primary-clicked:#4fb3bf;--color-button-primary-disabled:hsla(0,0%,44%,.4);--color-button-secondary-active:#585858;--color-button-secondary-hover:#333;--color-button-secondary-clicked:#aeaeae;--color-button-secondary-disabled:hsla(0,0%,44%,.4);--color-button-group-active:#167782;--color-button-group-hover:#2e858f;--color-button-transparent-active:transparent;--color-button-text-primary:#fff;--color-button-text-secondary:#005662;--color-button-text-disabled:#7a7a7a;--color-dropdown-primary:#333;--color-dropdown-secondary:#fff;--color-dropdown-hover:#ddd;--color-dropdown-disabled:#7a7a7a;--color-tooltip-background:#fff;--color-tooltip-text:#333;--color-link-active:#00838f;--color-link-hover:#005662;--color-divider:#aeaeae;--color-spinner:#005662;--color-error:#ff4a4a;--color-input-text-default:#585858;--color-input-text-active:#333;--color-input-text-disabled:#585858;--color-input-text-error:#ff4a4a;--color-input-background-primary:#fff;--color-input-background-default:#eff2f5;--color-input-background-hover:#ddd;--color-input-background-disabled:#eff2f5;--color-input-border-regular:#cad3dd;--color-input-border-active:#fff;--color-input-border-hover:#43b5c0;--color-input-border-focus:#eff2f5;--color-input-border-error:#ff4a4a;--color-icon-grey:#b4b9d6;--color-icon-hover:#005662;--color-icon-active:#525252;--color-icon-activeMenu:#005662;--color-icon-clicked:#fff;--color-icon-disabled:rgba(82,82,82,.4);--color-monomer-default:#c8c8c8;--color-editMode-sequenceInRNABuilder:#99d7dc;--font-size-small:10px;--font-size-regular:12px;--font-size-medium:14px;--font-size-xsmall:6px;--font-family-montserrat:Montserrat,sans-serif;--font-family-inter:Inter,FreeSans,Arimo,"Droid Sans",Helvetica,"Helvetica Neue",Arial,sans-serif;--font-family-roboto:Roboto,FreeSans,Arimo,"Droid Sans",Helvetica,"Helvetica Neue",Arial,sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-bold:600;--border-regular:1px solid #cad3dd;--border-small:1px solid #e1e5ea;--border-radius-regular:4px;--shadow-regular:0px 1px 1px hsla(204,9%,79%,.7);--shadow-mainLayoutBlocks:0px 2px 5px rgba(103,104,132,.15);--outline-small:1px solid #b4b9d6;--outline-medium:2px solid #b4b9d6;--outline-color:#b4b9d6;--outline-selected-color:#167782;--outline-selected-small:1px solid #167782;--outline-selected-medium:2px solid #167782;--outline-grey-small:1px solid #585858;--transition-regular:all .3s;--zindex-base:0;--zindex-toolbar:10;--zindex-sticky:100;--zindex-overlay:200;--zindex-modal:1000;--zindex-critical:9999}.button-common-styles{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.scrollbar{scrollbar-width:thin}.scrollbar ::-webkit-scrollbar-track{background-color:transparent}.scrollbar::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.scrollbar::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.scrollbar::-webkit-scrollbar-thumb:active,.scrollbar::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.cliparea-module_cliparea__GdPrN{background:transparent!important;border:none!important;bottom:0;color:transparent!important;display:block;font-size:1px;height:0!important;left:0;outline:none;overflow:hidden;padding:0!important;position:absolute;resize:none;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:0!important;z-index:-1}.ActionButton-module_button-common-styles__y-hng{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ActionButton-module_scrollbar__lD3MH{scrollbar-width:thin}.ActionButton-module_scrollbar__lD3MH ::-webkit-scrollbar-track{background-color:transparent}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb:active,.ActionButton-module_scrollbar__lD3MH::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ActionButton-module_button__nfoWQ{background-color:#fff;background-image:none;background:inherit;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;display:block;height:32px;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:32px}.ActionButton-module_button__nfoWQ:active{background-image:none;outline:0}.ActionButton-module_button__nfoWQ[disabled],fieldset[disabled] .ActionButton-module_button__nfoWQ{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ActionButton-module_button__nfoWQ>input[type=file]{left:-9999px;position:absolute}.ActionButton-module_button__nfoWQ+button,.ActionButton-module_button__nfoWQ+input[type=reset],.ActionButton-module_button__nfoWQ+input[type=submit]{margin-left:.3em}.ActionButton-module_button__nfoWQ:after,.ActionButton-module_button__nfoWQ:before{display:inline-block;vertical-align:middle}.ActionButton-module_button__nfoWQ:after{left:0;position:absolute}.ActionButton-module_button__nfoWQ:hover{background-image:none;color:#188794}.ActionButton-module_button__nfoWQ:active,.ActionButton-module_button__nfoWQ[disabled]{box-shadow:none;transform:scale(none);transform:scale(1);transition:transform,.2s,ease-out}.ActionButton-module_button__nfoWQ>svg{font-size:22px;height:22px;left:.1em;position:absolute;top:.1em;width:22px}.ActionButton-module_button__nfoWQ.ActionButton-module_selected__kPCxA,.ActionButton-module_button__nfoWQ:active{background:#167782;color:#fff}.ActionButton-module_button__nfoWQ.ActionButton-module_selected__kPCxA:hover,.ActionButton-module_button__nfoWQ:active:hover{background-color:#188794}.InfoModal-module_infoModalOverlay__Ve2pm{align-items:center;background:#78787833;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:40}.InfoModal-module_infoModalOverlay__Ve2pm .InfoModal-module_infoModalWindow__Qd-UI{background-clip:padding-box;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;max-height:300px;opacity:1;outline:0;position:relative;text-align:left;transform:scale(1);transition:transform .3s,opacity .3s;vertical-align:middle;width:360px}.InfoModal-module_infoModalWindow__Qd-UI header{align-items:center;border-radius:6px 6px 0 0;color:#333;display:flex;font-size:14px;font-weight:500;line-height:14px;padding:12px}.InfoModal-module_infoModalBody__BYoCY{font-size:12px;height:100%;line-height:14px;overflow:auto;padding:12px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-track{background-color:transparent;scrollbar-width:thin}.InfoModal-module_infoModalBody__BYoCY::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.InfoModal-module_infoModalWindow__Qd-UI footer{display:flex;gap:8px;justify-content:flex-end;padding:16px 12px 12px}.InfoModal-module_modalHidden__6HnzH{display:none}.InfoModal-module_ok__BETvY{background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;font-size:12px;height:24px;min-width:70px}.InfoModal-module_ok__BETvY:active,.InfoModal-module_ok__BETvY:hover{background-color:#4fb3bf}.InfoModal-module_ok__BETvY:disabled{background-color:#e1e5ea;color:#333}.Dialog-module_button-common-styles__Xehyp{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_scrollbar__L8hUr{scrollbar-width:thin}.Dialog-module_scrollbar__L8hUr ::-webkit-scrollbar-track{background-color:transparent}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb:active,.Dialog-module_scrollbar__L8hUr::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Dialog-module_dialog__hiRBI{background-clip:padding-box;background-color:#fff;border-radius:8px;color:#585858;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;opacity:1;outline:0;position:relative;text-align:left;transform:scale(1);transition:transform .3s,opacity .3s;vertical-align:middle}.Dialog-module_dialog__hiRBI.Dialog-module_hide__bbkvB{opacity:.2;transform:scale(.5)}.Dialog-module_header__8QGek{align-items:center;border-radius:6px 6px 0 0;box-sizing:content-box;color:#333;display:flex;font-size:14px;font-weight:500;line-height:12px;padding:12px}.Dialog-module_header__8QGek .Dialog-module_btnContainer__ulrFM{align-items:flex-end;display:flex;flex-direction:row;flex-grow:1}.Dialog-module_header__8QGek .Dialog-module_buttonTop__91ha8{align-self:center;background-color:transparent;border:none;height:16px;margin-left:auto;padding:0;width:16px}.Dialog-module_header__8QGek .Dialog-module_buttonTop__91ha8 .Dialog-module_closeButton__XyaAE{height:100%;width:100%}.Dialog-module_footer__PliV0{display:flex;gap:8px;justify-content:flex-end;padding:16px 12px 12px}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:active,.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:hover{background-color:#4fb3bf}.Dialog-module_footer__PliV0 .Dialog-module_ok__BUQ6q:disabled{background-color:#e1e5ea;color:#333}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:active,.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:hover{border:1px solid #333;color:#333}.Dialog-module_footer__PliV0 .Dialog-module_cancel__8d83c:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Dialog-module_withDivider__YBKiQ{border-bottom:1px solid #e1e5ea;height:36px;margin:0;padding:0 12px}.Dialog-module_body__EWh4H{font-size:12px;height:100%;line-height:14px;overflow:auto;scrollbar-width:thin}.Dialog-module_body__EWh4H ::-webkit-scrollbar-track{background-color:transparent}.Dialog-module_body__EWh4H::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb:active,.Dialog-module_body__EWh4H::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Dialog-module_withMargin__-zVS4{margin:0 12px}.DefaultMultiTool-module_default__zNTMe button{display:initial}.GroupedMultiTool-module_group__BJQAU{display:flex;flex-direction:column}.GroupedMultiTool-module_group__BJQAU:not(:first-of-type){border-top:1px solid #cad3dd;margin-top:4px;padding-top:5px}.ToolbarMultiToolItem-module_button-common-styles__Fuxbo{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ToolbarMultiToolItem-module_scrollbar__XTmfz{scrollbar-width:thin}.ToolbarMultiToolItem-module_scrollbar__XTmfz ::-webkit-scrollbar-track{background-color:transparent}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb:active,.ToolbarMultiToolItem-module_scrollbar__XTmfz::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ToolbarMultiToolItem-module_icon__-HQal{fill:#333;bottom:0;display:block;height:7px;position:absolute;right:0;width:7px}.ToolbarMultiToolItem-module_iconSelected__hlO0J,.ToolbarMultiToolItem-module_root__uTaId:active .ToolbarMultiToolItem-module_icon__-HQal{fill:#fff}.ToolbarMultiToolItem-module_portal__2XJgz{background:#fff;border:1px solid #cad3dd;border-radius:5px;box-shadow:3px 4px 4px #67688440;position:absolute;white-space:nowrap;word-break:keep-all;z-index:20}.ToolbarMultiToolItem-module_portal__2XJgz>button{height:28px;width:28px}.ToolbarMultiToolItem-module_portal__2XJgz>button>svg{left:3px;top:3px}.ToolbarMultiToolItem-module_portal__2XJgz kbd{color:#cad3dd;display:none;font:.8em monospace}.ToolbarMultiToolItem-module_portal-vertical__A0DVe{display:flex;flex-direction:column}.BottomToolbar-module_button-common-styles__PbtE9{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.BottomToolbar-module_scrollbar__i1f8P{scrollbar-width:thin}.BottomToolbar-module_scrollbar__i1f8P ::-webkit-scrollbar-track{background-color:transparent}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb:active,.BottomToolbar-module_scrollbar__i1f8P::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.BottomToolbar-module_group__b-pGt{align-items:center;display:flex}.BottomToolbar-module_root__kjkSm{display:flex;flex-direction:row;flex-wrap:wrap;height:36px;overflow:visible;padding:0 6px 6px}.BottomToolbar-module_root__kjkSm div{position:relative;text-align:center}.BottomToolbar-module_root__kjkSm>div>div{margin-bottom:6px}.BottomToolbar-module_root__kjkSm kbd{color:#cad3dd;display:none;font:.8em monospace}.BottomToolbar-module_root__kjkSm .BottomToolbar-module_group__b-pGt{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;flex-direction:row}.BottomToolbar-module_root__kjkSm button{height:28px;margin:4px;width:28px}.BottomToolbar-module_root__kjkSm button>svg{left:3px;top:3px}.ArrowScroll-module_scroll__h9kCx{background:#fff;display:flex;min-height:32px;width:36px}.ArrowScroll-module_scroll__h9kCx.ArrowScroll-module_upDown__zT-Uf{flex-direction:column}.ArrowScroll-module_button__ygMgL{background:transparent;border:none;cursor:pointer;font-size:15px!important;height:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ArrowScroll-module_button__ygMgL.ArrowScroll-module_down__yDzZX,.ArrowScroll-module_button__ygMgL.ArrowScroll-module_up__Q1ubd{height:50%;width:100%}.ArrowScroll-module_button__ygMgL.ArrowScroll-module_left__ND2ZB,.ArrowScroll-module_button__ygMgL.ArrowScroll-module_right__A3fNm{align-items:center;display:flex;height:100%;justify-content:center;padding:0;width:50%}.ArrowScroll-module_down__yDzZX{bottom:0;position:absolute}.ArrowScroll-module_up__Q1ubd{position:absolute;top:0}.ArrowScroll-module_left__ND2ZB{left:0;position:absolute}.ArrowScroll-module_right__A3fNm{position:absolute;right:0}.LeftToolbar-module_button-common-styles__WgnON{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.LeftToolbar-module_scrollbar__OBwid{scrollbar-width:thin}.LeftToolbar-module_scrollbar__OBwid ::-webkit-scrollbar-track{background-color:transparent}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb:active,.LeftToolbar-module_scrollbar__OBwid::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.LeftToolbar-module_group__0s41t{align-items:center;display:flex}.LeftToolbar-module_root__yhhZm{-ms-overflow-style:none;align-items:center;align-items:flex-start;display:flex;flex-direction:column;margin-left:6px;margin-top:12px;overflow:hidden;padding-right:5px;scrollbar-width:thin;width:41px}.LeftToolbar-module_root__yhhZm div{position:relative;text-align:center}.LeftToolbar-module_root__yhhZm>div>div{margin-bottom:6px}.LeftToolbar-module_root__yhhZm kbd{color:#cad3dd;display:none;font:.8em monospace}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t{flex-direction:column}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t:not(:last-of-type){border-bottom:1px solid #eff2f5;margin-bottom:6px}.LeftToolbar-module_root__yhhZm ::-webkit-scrollbar-track{background-color:transparent}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb:active,.LeftToolbar-module_root__yhhZm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.LeftToolbar-module_root__yhhZm .LeftToolbar-module_group__0s41t:not(:last-of-type){border-bottom:none}.LeftToolbar-module_buttons__lnIjn{overflow:hidden;padding-right:5px;scroll-behavior:smooth}.LeftToolbar-module_borderOff__om425{border-bottom:none!important}.LeftToolbar-module_groupItem__OqQu0{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;padding:2px}.LeftToolbar-module_groupItem__OqQu0 svg{bottom:3px;right:3px}.LeftToolbar-module_groupItem__OqQu0 button{height:28px;margin:2px;width:28px}.LeftToolbar-module_groupItem__OqQu0 button>svg{left:3px;top:3px}.Atom-module_button-common-styles__j3EUJ{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Atom-module_scrollbar__iO-Ni{scrollbar-width:thin}.Atom-module_scrollbar__iO-Ni ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb:active,.Atom-module_scrollbar__iO-Ni::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_atom__g2RUu{background-color:#fff;background-color:transparent;background-image:none;border-color:#cad3dd;border-radius:0;color:#333;cursor:pointer;display:inline-block;height:32px;margin:2px 4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:32px}.Atom-module_atom__g2RUu:active{background-image:none;outline:0}.Atom-module_atom__g2RUu[disabled],fieldset[disabled] .Atom-module_atom__g2RUu{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.Atom-module_atom__g2RUu>input[type=file]{left:-9999px;position:absolute}.Atom-module_atom__g2RUu+button,.Atom-module_atom__g2RUu+input[type=reset],.Atom-module_atom__g2RUu+input[type=submit]{margin-left:.3em}.Atom-module_atom__g2RUu[disabled]{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.5}.RightToolbar-module_button-common-styles__fNlqY{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.RightToolbar-module_scrollbar__2Q0UU{scrollbar-width:thin}.RightToolbar-module_scrollbar__2Q0UU ::-webkit-scrollbar-track{background-color:transparent}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb:active,.RightToolbar-module_scrollbar__2Q0UU::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RightToolbar-module_group__3mhUx{align-items:center;display:flex}.RightToolbar-module_root__1D5hp{-ms-overflow-style:none;align-items:center;display:flex;flex-direction:column;margin-right:6px;margin-top:10px;overflow:hidden;padding-left:5px;scrollbar-width:thin;width:41px}.RightToolbar-module_root__1D5hp div{position:relative;text-align:center}.RightToolbar-module_root__1D5hp>div>div{margin-bottom:6px}.RightToolbar-module_root__1D5hp kbd{color:#cad3dd;display:none;font:.8em monospace}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx{flex-direction:column}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type){border-bottom:1px solid #eff2f5;margin-bottom:6px}.RightToolbar-module_root__1D5hp ::-webkit-scrollbar-track{background-color:transparent}.RightToolbar-module_root__1D5hp::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb:active,.RightToolbar-module_root__1D5hp::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type){border-bottom:none;margin-bottom:0;padding-bottom:2px}.RightToolbar-module_root__1D5hp .RightToolbar-module_group__3mhUx:not(:last-of-type).RightToolbar-module_atomsList__ar08-{margin-bottom:8px;margin-top:2px}.RightToolbar-module_groupItem__KHL-v{padding:2px 0}.RightToolbar-module_buttons__YxRHI{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #67688426;overflow:hidden;scroll-behavior:smooth;width:100%}.RightToolbar-module_buttons__YxRHI .RightToolbar-module_button__KwZD8{border-radius:4px;margin-bottom:2px;margin-top:4px}.RightToolbar-module_buttons__YxRHI button{border-radius:4px;font-size:14px;font-weight:600;height:28px;margin:2px;width:28px}.RightToolbar-module_buttons__YxRHI button svg{bottom:1px;left:1px;margin:auto;right:1px;top:1px}.FloatingTools-module_button-common-styles__5y-1V{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FloatingTools-module_scrollbar__yoYi0{scrollbar-width:thin}.FloatingTools-module_scrollbar__yoYi0 ::-webkit-scrollbar-track{background-color:transparent}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb:active,.FloatingTools-module_scrollbar__yoYi0::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FloatingTools-module_group__pQ-sJ{align-items:center;display:flex}.FloatingTools-module_wrapper__OFeE9{display:flex;position:absolute;translate:-50% calc(-50% - 40px)}.FloatingTools-module_wrapper__OFeE9 div{position:relative;text-align:center}.FloatingTools-module_wrapper__OFeE9>div>div{margin-bottom:6px}.FloatingTools-module_wrapper__OFeE9 kbd{color:#cad3dd;display:none;font:.8em monospace}.FloatingTools-module_wrapper__OFeE9 .FloatingTools-module_item__UcfDN{background-color:#fff;border-radius:4px;box-shadow:0 6px 10px #67688426;height:28px;width:28px}.FloatingTools-module_wrapper__OFeE9 .FloatingTools-module_item__UcfDN>svg{height:20px;left:50%;top:50%;transform:translate(-50%,-50%);width:20px}.Modal-module_button-common-styles__ko9E5{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Modal-module_scrollbar__yPIJc{scrollbar-width:thin}.Modal-module_scrollbar__yPIJc ::-webkit-scrollbar-track{background-color:transparent}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb:active,.Modal-module_scrollbar__yPIJc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Modal-module_modalOverlay__AzVeg{align-items:center;background-color:#5e5e5e33;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M0 10 10 0zm12-2-4 4zM-2 2l4-4z' stroke='%23555' stroke-width='2' stroke-opacity='.02'/%3E%3C/svg%3E");background:none\	;bottom:0;display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#335e5e5e",endColorstr="#335e5e5e");justify-content:center;left:0;position:absolute;right:0;top:0;z-index:40}.Modal-module_modalOverlay__AzVeg:not([ie9]){filter:progid:dximagetransform.microsoft.gradient(enabled="false")}.Modal-module_modalOverlay__AzVeg.Modal-module_animate__pnPNj{transition:background-color .3s}.Modal-module_modalOverlay__AzVeg.Modal-module_hide__0CTey{background-color:#5e5e5e03}.Modal-module_modalOverlay__AzVeg:after{content:"";display:inline-block;height:100%;vertical-align:middle}.Modal-module_modalOverlay__AzVeg .Modal-module_smallScreen__nzt2L{max-height:90%;max-width:90%}.Select-module_button-common-styles__cgaVz{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Select-module_scrollbar__cA89D{scrollbar-width:thin}.Select-module_scrollbar__cA89D ::-webkit-scrollbar-track{background-color:transparent}.Select-module_scrollbar__cA89D::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb:active,.Select-module_scrollbar__cA89D::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Select-module_dropdownList__rdcrH .MuiPaper-root{border-radius:0 0 4px 4px;box-shadow:0 6px 10px #67688426;color:#333}.Select-module_dropdownList__rdcrH .MuiMenuItem-root{color:#333;cursor:default;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;min-height:28px;padding:0 8px}.Select-module_dropdownList__rdcrH .MuiMenuItem-root:hover{background-color:#f3f5f799;border-left:2px solid #167782;padding-left:6px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list{background-color:#fff;box-shadow:none;display:inline-block;max-height:200px;overflow:auto;padding:0;scrollbar-width:thin;width:100%}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list ::-webkit-scrollbar-track{background-color:transparent}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb:active,.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar{background-color:#fff;width:4px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list::-webkit-scrollbar-thumb{border-radius:2px;-webkit-border-radius:2px}.Select-module_dropdownList__rdcrH .MuiList-root.MuiMenu-list .Mui-selected{background-color:#fff}.Select-module_dropdownList__rdcrH .Select-module_listDivider__4vJyh{border:.5px solid #e1e5ea;margin:4px 8px}.Select-module_selectContainer__yXT-t{width:100%}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select{background-color:#fff;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#333;cursor:default;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;line-height:22px;min-height:24px;padding:0 8px;padding-right:24px!important;width:100%}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select .MuiSelect-nativeInput{border:none;padding:0}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root .MuiSelect-select:hover{border:1px solid #43b5c0}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-root.Mui-disabled .MuiSelect-select:hover{border:1px solid #cad3dd}.Select-module_selectContainer__yXT-t .Mui-focused .MuiSelect-select{border-color:#167782}.Select-module_selectContainer__yXT-t .MuiOutlinedInput-notchedOutline{border:none}.Select-module_selectContainer__yXT-t .Mui-error .MuiSelect-select{background-color:#fde0df;border:1px solid #f40724}.Select-module_selectContainer__yXT-t .MuiSelect-icon{height:16px;width:16px}.LoadingCircles-module_container__MPCs0{align-items:flex-start;display:flex;flex-direction:row;height:12px;justify-content:space-between;margin-top:10px;width:40px}.LoadingCircles-module_container__MPCs0 span{border:2px solid #005662;border-radius:100%;box-sizing:border-box;display:inline-block;height:8px;width:8px}.LoadingCircles-module_container__MPCs0 span:first-child{animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out infinite}.LoadingCircles-module_container__MPCs0 span:nth-child(2){animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out .33s infinite}.LoadingCircles-module_container__MPCs0 span:nth-child(3){animation:LoadingCircles-module_bounce__gCepS 1s ease-in-out .66s infinite}@keyframes LoadingCircles-module_bounce__gCepS{0%,75%,to{transform:translateY(0)}25%{transform:translateY(-100%)}}.StructEditor-module_button-common-styles__3P7PO{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.StructEditor-module_scrollbar__SUs-o{scrollbar-width:thin}.StructEditor-module_scrollbar__SUs-o ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb:active,.StructEditor-module_scrollbar__SUs-o::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_spinnerOverlay__5H1IM{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.StructEditor-module_canvas__LLnzh{overflow:hidden;position:relative;scrollbar-width:thin;-webkit-user-select:none;-moz-user-select:none;user-select:none}.StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy{background-color:#fff;border:1px solid #cad3dd;border-radius:0 5px;height:1.2em;min-width:8em;opacity:0;padding:.3em;position:absolute;right:0;text-align:center;top:0;transition:opacity .5s}.StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy.StructEditor-module_visible__3eFNB{opacity:1}.StructEditor-module_canvas__LLnzh ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb:active,.StructEditor-module_canvas__LLnzh::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_intermediateCanvas__fR3ws{height:100%;position:relative;scrollbar-width:thin}.StructEditor-module_intermediateCanvas__fR3ws.StructEditor-module_enableCursor__Qla0A{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTIwLjQzNCA3LjY3M2MtLjEtLjYtLjcxMy0xLjczMS0yLjMyLTEuNzMxYTIuOTcgMi45NyAwIDAgMC0uMzc3LjAyM3YtLjc5YTEuMDEgMS4wMSAwIDAgMC0uMDQ1LS4zYy0uMTc3LS41NjQtLjg3Ni0xLjYzMS0yLjI2Mi0xLjYzMWEyLjU5OSAyLjU5OSAwIDAgMC0uNjc2LjA4NiAyLjM5NCAyLjM5NCAwIDAgMC0uMTQ2LS4yM2MtLjQ1My0uNjQ1LTEuMTg2LTEtMi4wNjMtMS0uODc3IDAtMS41ODQuMzYtMi4wMjUgMS4wMTdhMi40NjEgMi40NjEgMCAwIDAtLjM2MS44NSAyLjY2MyAyLjY2MyAwIDAgMC0uNDA4LS4wM2MtMS40NzQgMC0yLjEyNCAxLjE1LTIuMjYyIDEuNzU3YTEuMDM0IDEuMDM0IDAgMCAwLS4wMjQuMjIyVjExLjFsLS4xMy0uMWMtLjU4OC0uNS0yLjAzNC0xLjEyMS0zLjM5MS4wMjktMS4zNTcgMS4xNS0xLjAxNSAyLjY2NC0uNDMxIDMuNDUyLjQ1My43NzMgNC41MTIgNy40MjUgMTAuMjIzIDcuNDI1IDMuMjUgMCA0LjkxLTEuNTEyIDUuNzI5LTIuNzgxYTYuMjkxIDYuMjkxIDAgMCAwIC45OC0yLjhWNy44MzhhMS4wMSAxLjAxIDAgMCAwLS4wMTEtLjE2NVoiLz48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIGQ9Ik0xOC40NDggMTYuMjE1YTQuNDc0IDQuNDc0IDAgMCAxLS43IDEuODg3Yy0uODA1IDEuMi0yLjE1MyAxLjgtNC4wMDggMS44LTQuNzY4IDAtOC40ODQtNi40MTItOC41Mi02LjQ3NmEuNjY5LjY2OSAwIDAgMC0uMDktLjEyNmMtLjI5NC0uNDA4IDAtLjY1NS4xMDctLjc0OC4yNjctLjIyNy41NC0uMjM3LjgxLS4wMzFsMS43NyAxLjQ1MmExIDEgMCAwIDAgMS42NDQtLjc2M1Y2LjA4YS4yODcuMjg3IDAgMCAxIC4yOS0uMTQ4LjQ0LjQ0IDAgMCAxIC4zNzIuMTZ2NC43YTEgMSAwIDEgMCAyIDB2LTYuNDVjLjA2OC0uMjQ4LjMtLjI0OC40MjItLjI0OC4yIDAgLjQxNC4wMzIuNDgyLjI1NXY2LjQ0YTEgMSAwIDEgMCAyIDB2LTUuMmEuNzUuNzUgMCAwIDEgLjA3NC0uMTljLjA0OS0uMDgxLjEwOC0uMTUuMzI1LS4xNWEuMzUuMzUgMCAwIDEgLjMwNy4xNXY1LjM5YTEgMSAwIDEgMCAyIDBWOC4wNDdhLjU4My41ODMgMCAwIDEgLjM3Ny0uMWMuMDY1IDAgLjI1OC4wMDYuMzM0LjA3OGwuMDA0IDguMTlaIi8+PC9zdmc+),auto}.StructEditor-module_intermediateCanvas__fR3ws.StructEditor-module_enableCursor__Qla0A:active{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuNzQ0IDNjLTEuODU0IDAtMy4zNiAxLjUyNS0zLjM2IDMuNHYuMjJoLS4wMTJjLTEuOTk3IDAtMy42MjIgMS42MDItMy42MjIgMy41NjhsLjAwMSA3LjAyYzAgMS43NyAxLjUxMiAzLjUxNSAzLjExMiA1LjM2MS43Mi44MyAxLjkxOSAyLjIxNiAyLjAzNCAyLjczMXYxLjUyMmgxMy40NDJ2LTEuNTU0YzAtLjU5LjYxOC0xLjc3IDEuMTYzLTIuODEuOTM4LTEuNzg5IDEuOTk4LTMuODE1IDEuOTk4LTUuOTkxIDAtMy4yNTgtLjAxLTYuMjQ4LS4wMS02LjI0OCAwLTEuNjk2LTEuMzktMy4wOC0zLjEtMy4wOC0uMjAzIDAtLjQuMDItLjU5Mi4wNTdhMy42NSAzLjY1IDAgMCAwLTMuMDMzLTEuNjA3Yy0uMzY3IDAtLjcyLjA1My0xLjA1NS4xNTNhMy42MzYgMy42MzYgMCAwIDAtMy4wOS0xLjcwNWMtLjQ0NCAwLS44Ny4wOC0xLjI2NC4yMjVBMy4zNDUgMy4zNDUgMCAwIDAgMTAuNzQ0IDNaIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEwLjc0NCA0LjU1NGMxIDAgMS44MDguODI2IDEuODA4IDEuODQ1djEuMTk3YzAtMS4xMDkuOTI3LTIuMDA4IDIuMDY4LTIuMDA4IDEuMTQzIDAgMi4wNjguOSAyLjA2OCAyLjAwOHYxLjU1MmMwLTEuMTEuOTMtMi4wMDggMi4wNzctMi4wMDggMS4xNDcgMCAyLjA3Ni44OTkgMi4wNzYgMi4wMDh2MS4wNjhBMS41NCAxLjU0IDAgMCAxIDIyLjM5IDguNjljLjg1NiAwIDEuNTQ4LjY4NCAxLjU0OCAxLjUzIDAgMCAuMDEgMi45ODguMDEgNi4yNDQgMCAzLjI1Ny0zLjE2MSA2LjYzNi0zLjE2MSA4LjgwMkgxMC40NWMwLTEuOTQtNS4xNDYtNS43NzMtNS4xNDYtOC4wNjF2LTcuMDJjMC0xLjExMi45MjYtMi4wMTQgMi4wNy0yLjAxNXY0LjA1MWMwIC4zNDIuMzUuNjIuNzgxLjYyLjQzMiAwIC43ODItLjI3OC43ODItLjYyVjYuNGMwLTEuMDIuODA5LTEuODQ1IDEuODA3LTEuODQ1Wm0wLTEuNTU0Yy0xLjg1NCAwLTMuMzYgMS41MjUtMy4zNiAzLjR2LjIyaC0uMDEyYy0xLjk5NyAwLTMuNjIyIDEuNjAyLTMuNjIyIDMuNTY4bC4wMDEgNy4wMmMwIDEuNzcgMS41MTIgMy41MTUgMy4xMTIgNS4zNjEuNzIuODMgMS45MTkgMi4yMTYgMi4wMzQgMi43MzF2MS41MjJoMTMuNDQydi0xLjU1NGMwLS41OS42MTgtMS43NyAxLjE2My0yLjgxLjkzOC0xLjc4OSAxLjk5OC0zLjgxNSAxLjk5OC01Ljk5MSAwLTMuMjU4LS4wMS02LjI0OC0uMDEtNi4yNDggMC0xLjY5Ni0xLjM5LTMuMDgtMy4xLTMuMDgtLjIwMyAwLS40LjAyLS41OTIuMDU3YTMuNjUgMy42NSAwIDAgMC0zLjAzMy0xLjYwN2MtLjM2NyAwLS43Mi4wNTMtMS4wNTUuMTUzYTMuNjM2IDMuNjM2IDAgMCAwLTMuMDktMS43MDVjLS40NDQgMC0uODcuMDgtMS4yNjQuMjI1QTMuMzQ1IDMuMzQ1IDAgMCAwIDEwLjc0NCAzWiIvPjwvc3ZnPg==),auto}.StructEditor-module_intermediateCanvas__fR3ws ::-webkit-scrollbar-track{background-color:transparent}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb:active,.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.StructEditor-module_intermediateCanvas__fR3ws::-webkit-scrollbar{background-color:#fff}.smallEditor .StructEditor-module_canvas__LLnzh .StructEditor-module_measureLog__B2wuy{right:0;top:0}.ContextMenu-module_button-common-styles__pshYr{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ContextMenu-module_scrollbar__fCla5{scrollbar-width:thin}.ContextMenu-module_scrollbar__fCla5 ::-webkit-scrollbar-track{background-color:transparent}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb:active,.ContextMenu-module_scrollbar__fCla5::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ContextMenu-module_contextMenu__oqyL-{--contexify-menu-bgColor:#fff;--contexify-item-color:#585858;--contexify-activeItem-color:#585858;--contexify-activeItem-bgColor:#ddd;--contexify-rightSlot-color:#585858;--contexify-activeRightSlot-color:#585858;--contexify-arrow-color:#b4b9d6;--contexify-activeArrow-color:#b4b9d6;--contexify-menu-shadow:0 2px 5px 0 rgba(51,51,51,.54);--contexify-zIndex:1;--contexify-menu-minWidth:160px;--contexify-menu-padding:4px;--contexify-menu-radius:4px;--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-itemContent-padding:3px 20px;--contexify-activeItem-radius:0;box-sizing:border-box;line-height:1.5;min-width:var(--contexify-menu-minWidth);padding:var(--contexify-menu-padding);position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:var(--contexify-zIndex)}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_icon__KhXEk{align-items:center;display:flex;height:20px;margin:0 12px 3px 0;width:20px}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_contextMenuText__j0O2-{align-items:center;display:flex;line-height:var(--ketcher-font-size-regular)}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu{max-height:400px;overflow:auto;scrollbar-width:thin}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu ::-webkit-scrollbar-track{background-color:transparent}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb:active,.ContextMenu-module_contextMenu__oqyL- .contexify_submenu::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ContextMenu-module_contextMenu__oqyL- .contexify_item-disabled{opacity:inherit}.ContextMenu-module_contextMenu__oqyL- .contexify_item-disabled>div{opacity:.5}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_devider__-K9Bc,.ContextMenu-module_contextMenu__oqyL- .contexify_item:not(.ContextMenu-module_sameGroup__0DPIX,:last-child):after{border-top:1px solid #cad3dd;content:"";display:block;margin:3px 0}.ContextMenu-module_contextMenu__oqyL- .ContextMenu-module_subMenu__87kBE .contexify_rightSlot{margin-right:-15px}.ToggleButtonGroup-module_button-common-styles__wU4We{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ToggleButtonGroup-module_scrollbar__lvyIF{scrollbar-width:thin}.ToggleButtonGroup-module_scrollbar__lvyIF ::-webkit-scrollbar-track{background-color:transparent}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb:active,.ToggleButtonGroup-module_scrollbar__lvyIF::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ToggleButtonGroup-module_button__5nfNK{background-color:#fff;background-image:none;border-color:#cad3dd;border-color:#585858!important;border-radius:4px;color:#585858!important;cursor:pointer;display:inline-block;font-size:12px;height:24px;margin:0;text-align:center;text-transform:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ToggleButtonGroup-module_button__5nfNK:active{background-image:none;outline:0}.ToggleButtonGroup-module_button__5nfNK[disabled],fieldset[disabled] .ToggleButtonGroup-module_button__5nfNK{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ToggleButtonGroup-module_button__5nfNK>input[type=file]{left:-9999px;position:absolute}.ToggleButtonGroup-module_button__5nfNK+button,.ToggleButtonGroup-module_button__5nfNK+input[type=reset],.ToggleButtonGroup-module_button__5nfNK+input[type=submit]{margin-left:.3em}.ToggleButtonGroup-module_button__5nfNK:hover{color:#188794!important}.ToggleButtonGroup-module_button__5nfNK.ToggleButtonGroup-module_selected__SAbod,.ToggleButtonGroup-module_button__5nfNK:active{background:#167782!important;color:#fff!important}.ToggleButtonGroup-module_button__5nfNK.ToggleButtonGroup-module_selected__SAbod:hover,.ToggleButtonGroup-module_button__5nfNK:active:hover{background-color:#188794!important}.InfoPanel-module_infoPanel__irvZL{border:1px solid #b4b9d6;border-radius:3px;padding:10px}.InfoPanel-module_infoPanel__irvZL,.InfoPanel-module_infoTooltip__D7Mnj{background:#fff;border-radius:3px;pointer-events:none;position:absolute}.InfoPanel-module_infoPanel__irvZL svg,.InfoPanel-module_infoTooltip__D7Mnj svg{overflow:visible!important}.InfoPanel-module_infoTooltip__D7Mnj{box-shadow:0 2px 5px #67688426;display:flex;flex-direction:column;gap:8px;max-width:120px;min-width:50px;overflow-wrap:break-word;padding:8px}.InfoPanel-module_infoTooltip__D7Mnj p{margin:0}.MonomerCreationWizard-module_monomerCreationWizard__YebqM{border:1px dashed #cad3dd;border-radius:12px;display:flex;gap:8px;height:calc(100% - 66px);justify-content:space-between;left:0;margin:16px 11px;padding:16px;pointer-events:none;position:absolute;top:0;width:calc(100% - 62px)}.MonomerCreationWizard-module_leftColumn__37rQm{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.MonomerCreationWizard-module_wizardTitle__CM1O0{align-items:center;display:flex;gap:4px;margin:0}.MonomerCreationWizard-module_notificationsArea__Rylrw{display:flex;flex-direction:column;gap:8px}.MonomerCreationWizard-module_rightColumn__1iO-A{display:flex;flex-direction:column;justify-content:space-between;min-width:288px}.MonomerCreationWizard-module_attributesWindow__RlPFW{background-color:#f3f5f7;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:12px;pointer-events:auto;width:auto}.MonomerCreationWizard-module_attributesTitle__5V6-3{font-size:16px;margin:0}.MonomerCreationWizard-module_attributesFields__93rI4{display:flex;flex-direction:column;gap:8px}.MonomerCreationWizard-module_typeOption__PWgpy{align-items:center;display:flex;gap:4px}.MonomerCreationWizard-module_typeOption__PWgpy>svg{color:#b4b9d6}.MonomerCreationWizard-module_input__Bd8De{width:200px}.MonomerCreationWizard-module_error__aay5X{background-color:#fde0df!important;border:1px solid #f40724!important}.MonomerCreationWizard-module_divider__CQQFT{border-bottom:1px solid #e1e5ea;width:100%}.MonomerCreationWizard-module_attachmentPointsTitle__MJp08{font-size:12px;font-weight:500;margin:0}.MonomerCreationWizard-module_attachmentPoints__k6-zs{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr}.MonomerCreationWizard-module_attachmentPointIcon__zZW8Q{color:#333;height:16px;opacity:.4;width:16px}.MonomerCreationWizard-module_buttonsContainer__7sTlf{align-items:center;display:flex;gap:8px;width:100%}.MonomerCreationWizard-module_buttonsContainer__7sTlf>button{border-radius:4px;cursor:pointer;flex:1;padding:6px 12px;pointer-events:auto}.MonomerCreationWizard-module_buttonsContainer__7sTlf>button:hover{opacity:.8}.MonomerCreationWizard-module_buttonDiscard__GPRz7{background-color:transparent;border:1px solid #585858;color:#585858}.MonomerCreationWizard-module_buttonSubmit__Ex7ys{background-color:#167782;border:1px solid #167782;color:#fff}.NaturalAnaloguePicker-module_selectContainer__z-Wds{min-width:160px}.NaturalAnaloguePicker-module_selectContainer__z-Wds>div[role=combobox]{align-items:center;display:flex;height:32px!important}.NaturalAnaloguePicker-module_selectedChip__r5G4v{margin:0;pointer-events:none}.NaturalAnaloguePicker-module_placeholder__nd-xp{color:#585858;font-size:14px}.NaturalAnaloguePicker-module_dropdownMenu__-5nyX{margin-top:4px}.NaturalAnaloguePicker-module_dropdownPaper__EYB4P{border:1px solid #cad3dd;border-radius:4px;box-shadow:0 6px 10px #67688426;display:flex;flex-direction:column;gap:10px;overflow:hidden}.NaturalAnaloguePicker-module_dropdownList__cf-r5{display:grid;gap:4px;grid-template-columns:repeat(5,1fr);padding:12px!important}.NaturalAnaloguePicker-module_gridItem__ELf27{border:1px solid transparent!important;border-radius:2px!important;padding:0!important}.NaturalAnaloguePicker-module_gridItem__ELf27:hover,.NaturalAnaloguePicker-module_gridItem__ELf27[aria-selected=true]{border-color:#167782!important}.NaturalAnaloguePicker-module_optionChip__cYotZ{pointer-events:none}.NaturalAnalogueChip-module_chip__4cj06{align-items:center;background-color:#eff2f5;border:1px solid #eff2f5;border-radius:2px;display:inline-flex;font-size:12px;font-weight:700;height:24px;line-height:14px;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:32px}.NaturalAnalogueChip-module_chipStrip__AFNlP{bottom:0;height:2px;left:4px;position:absolute;right:4px}.AttributeField-module_field__1lvR1{align-items:center;display:flex;justify-content:space-between}.AttributeField-module_fieldTitle__pYIun{font-size:12px;font-weight:500;margin:0}.AttributeField-module_required__H-K3Q{color:#f40724}.AttributeField-module_disabled__gHGq3{color:#585858}.Notification-module_notification__yHqXk{align-items:center;border-radius:4px;display:flex;gap:16px;max-width:678px;padding:8px 16px;pointer-events:auto;position:relative}.Notification-module_notificationStrip__gSCg2{border-radius:4px 0 0 4px;height:100%;left:0;position:absolute;top:0;width:6px}.Notification-module_notification__yHqXk.Notification-module_info__M2qqL{background-color:#c3ffd7}.Notification-module_notification__yHqXk.Notification-module_info__M2qqL .Notification-module_notificationStrip__gSCg2{background-color:#06a729}.Notification-module_notification__yHqXk.Notification-module_error__I3OUR{background-color:#fde0df}.Notification-module_notification__yHqXk.Notification-module_error__I3OUR .Notification-module_notificationStrip__gSCg2{background-color:#f40724}.Notification-module_notificationIcon__weZ-g{color:#333;min-height:18px;min-width:18px}.Notification-module_notificationText__4-qhV{flex-grow:1;margin:0}.Notification-module_notificationButton__Bgw5u{background-color:transparent;border:1px solid #585858;border-radius:4px;cursor:pointer;padding:4px 8px}.AttachmentPointEditPopup-module_popup__A5WpH{background:#fff;border-radius:8px;box-shadow:0 2px 5px #67688426;display:flex;flex-direction:column;gap:8px;padding:8px;pointer-events:auto;position:absolute;width:auto}.AttachmentPointEditPopup-module_title__-4VgW{color:#333;font-size:12px;font-weight:400;margin:0}.AttachmentPointEditPopup-module_selectsWrapper__r9qAO{display:flex;gap:8px;width:116px}.AttachmentPointEditPopup-module_select__9Tywh{width:50%}.AttachmentPoint-module_attachmentPoint__6KD5K{align-items:center;background-color:#e1e5ea;border:1px solid #cad3dd;border-radius:4px;cursor:pointer;display:flex;padding:8px 4px 8px 8px}.AttachmentPoint-module_attachmentPointText__z9n7W{flex-grow:1;margin:0}.AttachmentPoint-module_attachmentPointIndex__-g5Jr{font-weight:700}.About-module_button-common-styles__XmSbT{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.About-module_scrollbar__4-AeI{scrollbar-width:thin}.About-module_scrollbar__4-AeI ::-webkit-scrollbar-track{background-color:transparent}.About-module_scrollbar__4-AeI::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb:active,.About-module_scrollbar__4-AeI::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.About-module_dialog_body__ebQu-{background-color:#fff}.About-module_about__ZVesh{color:#333;font-weight:500;width:430px}.About-module_about__ZVesh>footer{border-top:1px solid #e1e5ea;margin:0;padding:15px}.About-module_about__ZVesh>div[class^=Dialog-module_dialog_body]{display:flex;flex-direction:column}.About-module_about__ZVesh a{color:#167782}.About-module_about__ZVesh .About-module_body__8VOc3{border-radius:6px;height:174px;margin-right:3px;overflow-x:hidden;overflow-y:auto;padding:2px 72px;scrollbar-width:thin}.About-module_about__ZVesh .About-module_body__8VOc3 ::-webkit-scrollbar-track{background-color:transparent}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb:active,.About-module_about__ZVesh .About-module_body__8VOc3::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_versionName__1gqJr{font-weight:600;margin-bottom:2px}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_firstline__h5XMW{display:inline-block}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_links__sMpyx{text-align:right}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_infoLinks__4-Tot{margin-top:5px}.About-module_about__ZVesh .About-module_body__8VOc3 .About-module_indigoVersion__WKFlu{display:flex;gap:2px;margin-top:20px}.About-module_about__ZVesh .About-module_headerContent__YclOx{display:flex;justify-content:space-between;padding:0 40px}.About-module_about__ZVesh .About-module_headerContent__YclOx a{align-items:center;color:#333;display:flex;gap:10px;text-decoration:none}.About-module_about__ZVesh .About-module_headerContent__YclOx .About-module_title__k-6Zg{font-size:20px;line-height:22px}.About-module_about__ZVesh .About-module_indigoFirstLine__-86rb{display:inline-block}.About-module_about__ZVesh dd{margin:0 0 .2em}.About-module_about__ZVesh dt{margin-top:3px}.About-module_about__ZVesh .About-module_okButton__FMcEk{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.About-module_about__ZVesh .About-module_okButton__FMcEk:active,.About-module_about__ZVesh .About-module_okButton__FMcEk:hover{border:1px solid #333;color:#333}.About-module_about__ZVesh .About-module_okButton__FMcEk:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Input-module_fieldSetLabel__pPlSl{position:relative}.Input-module_input__tcHBd[type=checkbox],.Input-module_input__tcHBd[type=radio]{opacity:0;position:absolute}.Input-module_input__tcHBd[type=checkbox]+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' y='.5' width='15' height='15' rx='3.5' fill='%23fff' stroke='%23B4B9D6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-right:6px;vertical-align:middle;width:16px}.Input-module_input__tcHBd[type=checkbox]:hover+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.75' y='.75' width='14.5' height='14.5' rx='3.25' fill='%23fff' stroke='%2343B5C0' stroke-width='1.5'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=checkbox]:checked+.Input-module_checkbox__dth7G{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23167782'/%3E%3Cpath d='M6.337 11.808 2.426 7.63l.973-.911L6.37 9.89l6.248-6.248.943.942-7.223 7.223Z' fill='%23fff'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:16px;margin-right:8px;vertical-align:middle;width:16px}.Input-module_input__tcHBd[type=radio]:hover+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%234fb3bf' stroke-width='2'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:checked+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23167782' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23167782' stroke-width='2'/%3E%3Ccircle cx='8' cy='8' r='4'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:disabled+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3C/svg%3E")}.Input-module_input__tcHBd[type=radio]:checked:disabled+.Input-module_radioButton__WNnzl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%23b4b9d6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%23b4b9d6' stroke-width='2'/%3E%3Ccircle cx='8' cy='8' r='4'/%3E%3C/svg%3E")}.Input-module_slider__ws6m0.Input-module_slider__ws6m0{display:inline-block;height:20px;position:relative;width:38px}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input{height:0;opacity:0;width:0}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 span{background-color:#ffffff4d;border:1px solid #cad3dd;border-radius:12px;bottom:0;left:0;position:absolute;right:0;top:0;transition:background .4s}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 span:before{background-color:#c4c4c4;border-radius:50%;bottom:1px;content:"";height:16px;left:1px;position:absolute;transition:transform .4s ease-in 0s;width:16px}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input:checked+span{background-color:#167782}.Input-module_slider__ws6m0.Input-module_slider__ws6m0 input:checked+span:before{background-color:#fff;transform:translate(18px)}.Input-module_genericInput__yT-J9,.Input-module_select__z9CHU{color:#333}.Input-module_select__z9CHU{min-width:40px}.form-module_button-common-styles__BvKSn{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.form-module_scrollbar__MgLtc{scrollbar-width:thin}.form-module_scrollbar__MgLtc ::-webkit-scrollbar-track{background-color:transparent}.form-module_scrollbar__MgLtc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb:active,.form-module_scrollbar__MgLtc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.form-module_inputWithExtraLabel__Y--OH{width:54px!important}.form-module_extraLabel__2IE13{margin-left:6px;margin-top:12px}.form-module_dataError__IXK1h .form-module_inputWrapper__sIDHH{display:inline-block;position:relative}.form-module_dataError__IXK1h .form-module_inputWrapper__sIDHH:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.001 14a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667ZM6.668 2h2.667v8H6.668V2Z' fill='%23F40724'/%3E%3C/svg%3E");position:absolute;right:-10px;top:7px}.form-module_dataError__IXK1h input[type=number],.form-module_dataError__IXK1h input[type=search],.form-module_dataError__IXK1h input[type=text],.form-module_dataError__IXK1h select,.form-module_dataError__IXK1h textarea{border:1px solid #f40724!important}.form-module_dataError__IXK1h input[type=number]:focus,.form-module_dataError__IXK1h input[type=number]:hover,.form-module_dataError__IXK1h input[type=search]:focus,.form-module_dataError__IXK1h input[type=search]:hover,.form-module_dataError__IXK1h input[type=text]:focus,.form-module_dataError__IXK1h input[type=text]:hover,.form-module_dataError__IXK1h select:focus,.form-module_dataError__IXK1h select:hover,.form-module_dataError__IXK1h textarea:focus,.form-module_dataError__IXK1h textarea:hover{box-shadow:inset 0 0 1px 1px #f407241f}.form-module_inputWithEditButtonWrapper__hM70e{align-items:center;display:flex;gap:3px}.form-module_inputWithEditButtonWrapper__hM70e>input{width:114px!important}.form-module_inputWithEditButtonWrapper__hM70e>.form-module_editButton__zLQI5{height:20px!important;min-height:16px;min-width:16px;width:20px!important}.form-module_divWithTooltipAndAboutIcon__rnNIB{align-items:center;display:flex;justify-content:space-between;width:100%}.ColorPicker-module_colorPickerInput__voi2r{align-items:center;background-color:#fff;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#333;cursor:default;display:flex;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;min-height:24px;padding-left:3px;padding-right:7px;width:48px}.ColorPicker-module_colorPickerInput__voi2r:hover{border-color:#43b5c0}.ColorPicker-module_selectedInput__Ykcjd{border-color:#167782}.ColorPicker-module_colorPickerWrap__IAQVo{background-color:#fff;border-radius:4px;box-shadow:0 6px 10px #67688426;height:35px;left:0;padding:8px;position:absolute;top:24px;width:70px;z-index:1}.ColorPicker-module_withPalette__gTwNu{height:140px}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM{height:80%;right:0;top:0}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM input{border:1px solid transparent!important;color:#333;float:right;font-size:10px;height:12px!important;margin-top:2px;outline:transparent;padding:1px 2px!important;position:relative;text-align:right;text-transform:uppercase;width:60%}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM input:focus{border:1px solid #ddd!important}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM div{border-radius:0}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful{height:80%;width:100%}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful__hue{height:15px}.ColorPicker-module_colorPicker__Uz3PM.ColorPicker-module_colorPicker__Uz3PM .react-colorful__pointer{border-radius:50%;border-width:1px;height:10px;width:10px}.ColorPicker-module_colorPickerBtn__nr6ph{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between}.ColorPicker-module_colorPickerPreview__-Rf-i{border:none;border-radius:2px;height:16px;width:16px}.ColorPicker-module_colorPickerOverlay__WzC-w{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-10}.ColorPicker-module_colorContainer__ib5up{align-items:baseline;display:flex;justify-content:space-between;margin-top:2px}.ColorPicker-module_colorContainer__ib5up .ColorPicker-module_hex__mE9my{color:#333;font-size:10px}.ColorPicker-module_presetColors__J-ysq{display:flex;flex-wrap:wrap;width:78px}.ColorPicker-module_presetColors__J-ysq button{border:none;border-radius:2px;height:16px;margin-bottom:2px;margin-right:2px;width:16px}.ColorPicker-module_presetColors__J-ysq button:last-of-type,.ColorPicker-module_presetColors__J-ysq button:nth-of-type(4){margin-right:0}.ColorPicker-module_presetColors__J-ysq .ColorPicker-module_chooseColor__fdzt8{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHJ4PSIxLjUiIHN0cm9rZT0iIzAwNTY2MiIvPjxwYXRoIGZpbGw9IiMwMDU2NjIiIGQ9Ik03LjM0NiAzLjQyOGgxLjMwNnY5LjE0M0g3LjM0NnoiLz48cGF0aCBmaWxsPSIjMDA1NjYyIiBkPSJNMy40MjggOC42NTNWNy4zNDdoOS4xNDN2MS4zMDZ6Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;border:1px solid #00838f}.ColorPicker-module_presetColors__J-ysq .ColorPicker-module_clicked__8BNoN{background-color:#00838f;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQuMzQ2LjQyOWgxLjMwNnY5LjE0M0g0LjM0NnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjQyOCA1LjY1M1Y0LjM0N0g5LjU3djEuMzA2eiIvPjwvc3ZnPg==)}.ColorPicker-module_expandIcon__oH4ka{margin-left:auto;transform:rotate(180deg);transition:transform .3s ease-in-out;width:16px}.ColorPicker-module_turnedIcon__-zaq-{transform:rotate(0)}.ColorPicker-module_colorPickerWrapper__GJm87{position:relative}.measure-input-module_measureInput__uZQ-j{align-items:center;color:#333;display:inline-flex;font-size:12px;justify-content:space-between;line-height:20px;margin-bottom:16px;width:100%}.measure-input-module_measureInput__uZQ-j .measure-input-module_select__1ZFmv,.measure-input-module_measureInput__uZQ-j input{height:24px;margin-left:4px;width:58px}.buttons-module_button-common-styles__qWDOz{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.buttons-module_scrollbar__SpaVV{scrollbar-width:thin}.buttons-module_scrollbar__SpaVV ::-webkit-scrollbar-track{background-color:transparent}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb:active,.buttons-module_scrollbar__SpaVV::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.buttons-module_openButton__wErm9{float:left}.Accordion-module_button-common-styles__enTfZ{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Accordion-module_scrollbar__lJTa6{scrollbar-width:thin}.Accordion-module_scrollbar__lJTa6 ::-webkit-scrollbar-track{background-color:transparent}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb:active,.Accordion-module_scrollbar__lJTa6::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Accordion-module_accordionWrapper__RKk00{background-color:#eff2f5;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.Accordion-module_accordionWrapper__RKk00 ::-webkit-scrollbar-track{background-color:transparent}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb:active,.Accordion-module_accordionWrapper__RKk00::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Accordion-module_expandIcon__ncUKv{margin-right:12px;transform:rotate(180deg);transition:transform .3s ease-in-out;width:16px}.Accordion-module_turnedIcon__v1sCA{transform:rotate(0)}.Accordion-module_accordionSummaryWrapper__roIRd{background-color:#fff;border-bottom:1px solid #e1e5ea;margin:0;padding-left:12px}.Accordion-module_accordionSummary__1Gq0d{align-items:center;color:#333;display:flex;flex-direction:row;font-size:14px;font-weight:400;height:42px;justify-content:flex-start;line-height:14px;overflow:hidden;width:300px}.Accordion-module_accordionDetailsWrapper__fnSnc{max-height:1000px;overflow:hidden;padding:0 12px;transition:max-height .3s ease-in-out;width:300px}.Accordion-module_hiddenAccordion__WZFcJ{max-height:0}.Accordion-module_accordionDetails__g2RM0{color:#333;margin-top:12px;padding-bottom:4px}.Accordion-module_groupIcon__1g1lx{height:15px;width:15px}.Accordion-module_groupLabel__23y4U{align-items:center;display:flex;height:15px}.Accordion-module_groupLabel__23y4U>span{height:12px;margin-left:6px}.Accordion-module_changeMarker__UPtGx{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23167782'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;display:inline-block;height:10px;margin-left:auto;margin-right:1px;vertical-align:middle;width:10px}.Settings-module_button-common-styles__tlD-u{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Settings-module_scrollbar__il1S2{scrollbar-width:thin}.Settings-module_scrollbar__il1S2 ::-webkit-scrollbar-track{background-color:transparent}.Settings-module_scrollbar__il1S2::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb:active,.Settings-module_scrollbar__il1S2::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Settings-module_headerContent__wBYFf{display:flex;gap:8px}.Settings-module_headerContent__wBYFf .Settings-module_title__a6mod{padding-right:4px}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7{background-color:transparent;border:none;color:#525252;font-size:0;padding:0}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7 input[type=file]{display:none}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7:hover{color:#005662}.Settings-module_headerContent__wBYFf .Settings-module_button__VZ2w7:disabled{color:#52525266}.Settings-module_accordion__1uSYy fieldset{border:none;display:flex;flex-direction:column;padding:0}.Settings-module_accordion__1uSYy ul>li{padding:10px 16px}.Settings-module_accordion__1uSYy label{align-items:center;color:#333;display:flex;font-size:12px;height:24px;justify-content:flex-start;line-height:14px;margin-bottom:12px}.Settings-module_accordion__1uSYy label input[type=checkbox]{top:0}.Settings-module_accordion__1uSYy label input,.Settings-module_accordion__1uSYy label select,.Settings-module_accordion__1uSYy label span>div{margin-right:auto;width:120px}.Settings-module_accordion__1uSYy label>:first-child{margin-right:12px;width:168px}.Settings-module_settings__Z5btc{height:70vh;overflow:hidden;width:324px}.Settings-module_settings__Z5btc fieldset[disabled] label>span{opacity:.3}.Settings-module_settings__Z5btc fieldset[disabled] label>div{opacity:.6}.Settings-module_settings__Z5btc>header{box-shadow:0 2px 4px #0101321a;flex-shrink:0;z-index:10}.Settings-module_settings__Z5btc>footer{box-shadow:0 -2px 4px #0101321a;z-index:10}.Settings-module_acsStyleButton__TUqy0{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;margin-right:auto;min-width:70px;outline:none}.Settings-module_acsStyleButton__TUqy0:active,.Settings-module_acsStyleButton__TUqy0:hover{background-color:#4fb3bf}.Settings-module_acsStyleButton__TUqy0:disabled{background-color:#e1e5ea;color:#333}.Check-module_button-common-styles__WPocW{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_scrollbar__3jzOc{scrollbar-width:thin}.Check-module_scrollbar__3jzOc ::-webkit-scrollbar-track{background-color:transparent}.Check-module_scrollbar__3jzOc::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb:active,.Check-module_scrollbar__3jzOc::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Check-module_dialog_body__wHZMM{width:444px}.Check-module_dialog_body__wHZMM>*{background-color:#fff}.Check-module_dialog_body__wHZMM>div{margin:0;overflow:auto}.Check-module_dialog_body__wHZMM>footer{border-radius:inherit}.Check-module_dialog_body__wHZMM form{padding-top:10px}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO{display:flex;justify-content:space-between;width:100%}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:active,.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:hover{border:1px solid #333;color:#333}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonSecondary__2482r:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:active,.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:hover{background-color:#4fb3bf}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO .Check-module_buttonPrimary__1h5p1:disabled{background-color:#e1e5ea;color:#333}.Check-module_dialog_body__wHZMM .Check-module_buttons__cjuqO>.Check-module_buttonsRight__L1v9A{display:flex;gap:8px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp{-moz-column-gap:15px;column-gap:15px;display:flex;flex-direction:row}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_checkInfo__Iqq6t{flex-grow:1}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF{margin-left:12px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd{color:#333;min-width:130px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset{border:none;display:flex;flex-direction:column;font-size:12px;line-height:14px;padding:0}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset li,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset li,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset li{margin:9px 0 0}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset li label,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset li label,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset li label{align-items:center;display:flex}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div{margin:7px 3px 17px 12px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div dt,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div dt,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div dt{font-weight:700;margin-bottom:4px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8 fieldset div dd,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_settings__knuQF fieldset div dd,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd fieldset div dd{margin-inline-start:0;word-break:break-word}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warnings__b4ozd{background-color:#e1e5ea;width:100%}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK{height:287px;overflow-y:auto;scrollbar-width:thin}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK ::-webkit-scrollbar-track{background-color:transparent}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb:active,.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_warningsContainer__vSbyK::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Check-module_dialog_body__wHZMM .Check-module_wrapper__27SOp .Check-module_centeredContainer__t61r8{align-items:center;background-color:#e1e5ea;display:flex;height:287px;justify-content:center;width:100%}.Check-module_dialog_body__wHZMM .Check-module_checkBoxesDisabled__EAdRo{opacity:.5}.FormulaInput-module_button-common-styles__xQ8ZA{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FormulaInput-module_scrollbar__8TUkb{scrollbar-width:thin}.FormulaInput-module_scrollbar__8TUkb ::-webkit-scrollbar-track{background-color:transparent}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb:active,.FormulaInput-module_scrollbar__8TUkb::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FormulaInput-module_chem_input__oprB3{background:#fff;border:none;border-radius:4px;box-sizing:border-box;display:inline-block;height:2.4em;height:32px;line-height:1.42857143;margin:2px;overflow:hidden;padding:.35em .15em .35em .3em;vertical-align:middle;white-space:nowrap;width:270px}.FormulaInput-module_chem_input__oprB3:focus,.FormulaInput-module_chem_input__oprB3:hover{box-shadow:inset 0 0 1px 1px #0000001f}.FormulaInput-module_chem_input__oprB3[disabled],.FormulaInput-module_chem_input__oprB3[readonly],fieldset[disabled] .FormulaInput-module_chem_input__oprB3{background:#f3f3f3;cursor:not-allowed;opacity:.6}.FormulaInput-module_chem_input__oprB3:active,.FormulaInput-module_chem_input__oprB3:focus{box-shadow:inset 0 0 1px 1px #0000001f;outline:0}.Analyse-module_button-common-styles__8No07{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Analyse-module_scrollbar__UAaIN{scrollbar-width:thin}.Analyse-module_scrollbar__UAaIN ::-webkit-scrollbar-track{background-color:transparent}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb:active,.Analyse-module_scrollbar__UAaIN::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Analyse-module_analyse__MR-Tu{width:260px}.Analyse-module_analyse__MR-Tu li:first-child>.Analyse-module_inputWrapper__uR995>div{background-color:#e1e5ea;border:1px solid #cad3dd;border-radius:4px;box-shadow:none;cursor:text;font-size:14px;height:24px;line-height:10px;margin:0;padding-left:8px;width:236px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi{display:flex;flex-direction:row;margin-top:12px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi label{margin-bottom:4px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995{display:flex;flex-direction:column}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input,.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea{background-color:#e1e5ea;border:1px solid #cad3dd;border-radius:4px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input[readonly],.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea[readonly]{cursor:text}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input{width:131px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 input:hover{border:1px solid #cad3dd}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_inputWrapper__uR995 textarea{height:87px;letter-spacing:-1px;resize:none;width:236px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL{display:flex;flex-direction:column;margin-left:8px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL .Analyse-module_select__c6hFt{height:24px;margin-top:4px;width:97px}.Analyse-module_analyse__MR-Tu .Analyse-module_contentWrapper__B4WCi .Analyse-module_selectWrapper__xEkKL .Analyse-module_select__c6hFt fieldset{border:1px solid #cad3dd;border-radius:4px}.Recognize-module_button-common-styles__B04E6{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_scrollbar__rohcP{scrollbar-width:thin}.Recognize-module_scrollbar__rohcP ::-webkit-scrollbar-track{background-color:transparent}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb:active,.Recognize-module_scrollbar__rohcP::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Recognize-module_recognize__66jG2 .Recognize-module_footerContent__0MAC7{display:flex;justify-content:space-between;width:100%}.Recognize-module_recognize__66jG2 .Recognize-module_footerContent__0MAC7 div{display:flex;gap:8px}.Recognize-module_recognize__66jG2 .Recognize-module_imagoVersion__nBIj6{display:flex;flex-direction:column;grid-column-end:3;grid-column-start:2}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;display:flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:active,.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:hover{border:1px solid #333;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I>input{display:none}.Recognize-module_recognize__66jG2 .Recognize-module_openButton__H-j5I>svg{height:16px;width:16px}.Recognize-module_recognize__66jG2 .Recognize-module_imagesContainer__rXWWk{background-color:#eff2f5;display:flex;gap:12px;padding:12px}.Recognize-module_recognize__66jG2 .Recognize-module_topBody__ZCCjN{grid-column-gap:12px;grid-row-gap:24px;display:grid;font-size:10px;grid-template-columns:1fr 1fr;line-height:12px;margin:8px 0 4px;padding:0 12px}.Recognize-module_recognize__66jG2 .Recognize-module_topBody__ZCCjN>label>select{font-size:inherit}.Recognize-module_recognize__66jG2 .Recognize-module_output__WgRnP,.Recognize-module_recognize__66jG2 .Recognize-module_picture__x2Y7S{background-color:#fff;border:1px solid #d9dcea;border-radius:6px;box-sizing:border-box;height:192px;overflow:hidden;text-align:center;width:232px}.Recognize-module_recognize__66jG2 .Recognize-module_picture__x2Y7S{align-items:center;color:#717171;display:flex;justify-content:center;position:relative}.Recognize-module_recognize__66jG2 .Recognize-module_filename__-1HIU{left:8px;position:absolute;top:8px}.Recognize-module_recognize__66jG2 .Recognize-module_messageContainer__tMvyb{align-items:center;background-color:#eff2f5;display:flex;height:100%;justify-content:center;width:100%}.Recognize-module_recognize__66jG2 .Recognize-module_messageContainer__tMvyb>p{margin:12px}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:active,.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:hover{background-color:#4fb3bf}.Recognize-module_recognize__66jG2 .Recognize-module_primaryButton__rzm03:disabled{background-color:#e1e5ea;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:active,.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:hover{border:1px solid #333;color:#333}.Recognize-module_recognize__66jG2 .Recognize-module_secondaryButton__H1Q28:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Recognize-module_recognize__66jG2 .Recognize-module_struct__W55TL,.Recognize-module_recognize__66jG2 img{max-height:100%;max-width:100%;position:relative}.Miew-module_button-common-styles__8FE-p{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Miew-module_scrollbar__ZMWH-{scrollbar-width:thin}.Miew-module_scrollbar__ZMWH- ::-webkit-scrollbar-track{background-color:transparent}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb:active,.Miew-module_scrollbar__ZMWH-::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Miew-module_warning__IDl5F{line-height:2em;width:100%}.Miew-module_applyButton__ZDE-i{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Miew-module_applyButton__ZDE-i:active,.Miew-module_applyButton__ZDE-i:hover{background-color:#4fb3bf}.Miew-module_applyButton__ZDE-i:disabled{background-color:#e1e5ea;color:#333}.Miew-module_miewDialog__gHvYc{max-width:60vw}.Miew-module_miewContainer__2SNw3{height:60vh;overflow:hidden;position:relative;width:60vw}.Miew-module_miewContainer__2SNw3 .mode-message{align-items:flex-start;background-color:#404040bf;border-radius:4px;color:silver;display:flex;justify-content:left;opacity:0;position:absolute;right:10px;top:10px}.Miew-module_miewContainer__2SNw3 .atom-info{color:#333;margin:12px;position:absolute;top:0}.Miew-module_miewContainer__2SNw3 .overlay{pointer-events:none}.Miew-module_loadingContainer__cVF-M{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Miew-module_miewDarkTheme__kMFzc .atom-info{color:#cad3dd}.Atom-module_button-common-styles__ipWaI{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Atom-module_scrollbar__z5cVx{scrollbar-width:thin}.Atom-module_scrollbar__z5cVx ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb:active,.Atom-module_scrollbar__z5cVx::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_atomProps__pqBjY{display:flex;height:386px;justify-content:space-between;overflow:hidden;width:260px}.Atom-module_atomProps__pqBjY .MuiOutlinedInput-root,.Atom-module_atomProps__pqBjY input[type=text]{margin-top:4px}.Atom-module_atomProps__pqBjY>header{box-shadow:0 2px 4px #0101321a;flex-shrink:0;z-index:10}.Atom-module_atomProps__pqBjY>div{background-color:#eff2f5;flex-grow:1;margin:0}.Atom-module_atomProps__pqBjY>footer{box-shadow:0 -2px 4px #0101321a;z-index:10}.Atom-module_accordionWrapper__MSuU7{overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.Atom-module_accordionWrapper__MSuU7 ::-webkit-scrollbar-track{background-color:transparent}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb:active,.Atom-module_accordionWrapper__MSuU7::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Atom-module_expandIcon__mPszC{transform:rotate(180deg);transition:transform .3s ease-in-out;width:20px}.Atom-module_turnedIcon__0Kzwy{transform:rotate(0)}.Atom-module_accordionSummaryWrapper__MGqsq{background-color:#fff;border-bottom:1px solid #e1e5ea;margin:0;padding-left:11.5px}.Atom-module_accordionSummaryWrapper__MGqsq[aria-disabled=true]{box-shadow:none;cursor:not-allowed;opacity:.6}.Atom-module_accordionSummary__HMKzl{align-items:center;color:#333;display:flex;flex-direction:row;font-size:12px;font-weight:400;height:26px;justify-content:space-between;line-height:14px;overflow:hidden;width:237px}.Atom-module_accordionDetailsWrapper__p6EI7,.Atom-module_customQueryWrapper__hYuxI{max-height:1000px;overflow:hidden;padding:0 12px;transition:max-height .3s ease-in-out;width:236px}.Atom-module_accordionDetailsWrapper__p6EI7{border-bottom:1px solid #e1e5ea}.Atom-module_hiddenAccordion__pDNdM{max-height:0}.Atom-module_accordionDetails__-B3jK,.Atom-module_customQueryWrapper__hYuxI{color:#333;margin-top:12px;padding-bottom:8px;position:relative}.Atom-module_accordionDetails__-B3jK label,.Atom-module_customQueryWrapper__hYuxI label{align-items:center;color:#585858;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:4px}.Atom-module_accordionDetails__-B3jK label>:last-child>*,.Atom-module_accordionDetails__-B3jK label>input,.Atom-module_customQueryWrapper__hYuxI label>:last-child>*,.Atom-module_customQueryWrapper__hYuxI label>input{margin:0!important;width:137px}.Atom-module_accordionDetails__-B3jK label.Atom-module_checkbox__Vup40,.Atom-module_customQueryWrapper__hYuxI label.Atom-module_checkbox__Vup40{align-items:center;flex-direction:row;height:16px;justify-content:space-between;margin-top:8px}.Atom-module_customQueryWrapper__hYuxI label{justify-content:flex-start!important}.Atom-module_customQueryWrapper__hYuxI textarea[name=customQuery]{height:55px;resize:none;width:100%}.Atom-module_querySpecific__7XxMr label>:last-child>*,.Atom-module_reactionFlags__gdNb1 label>:last-child>*{width:137px}.Atom-module_reactionFlags__gdNb1{padding-bottom:20px}.Attach-module_attachPoints__5QEAv{width:260px}.Attach-module_attachPoints__5QEAv>div{margin-top:12px}.Attach-module_attachPoints__5QEAv form{align-items:flex-start;display:flex;flex-direction:column;width:17em}.Attach-module_attachPoints__5QEAv form label{align-items:center;color:#585858;display:flex;flex-direction:row-reverse;justify-content:flex-start;margin-bottom:12px}.Automap-module_automap__531ko{width:260px}.Automap-module_automap__531ko label{display:flex;flex-direction:column;font-size:12px;gap:4px;line-height:14px;margin:12px 0}.Automap-module_automap__531ko label>div{flex-grow:1}.Bond-module_bond__EDfLY{width:260px}.Bond-module_bond__EDfLY>div{margin-top:12px}.Bond-module_bond__EDfLY label{color:#585858;display:flex;flex-direction:column;font-size:12px;line-height:14px;margin-bottom:12px}.Bond-module_bond__EDfLY label>span{margin-bottom:4px}.Bond-module_bond__EDfLY [aria-haspopup=listbox][aria-disabled=true]{background-color:#e1e5ea!important;border:1px solid #cad3dd!important;cursor:not-allowed!important}.Bond-module_customQueryWrapper__mKGLY label{align-items:center;flex-direction:row}.Bond-module_customQueryWrapper__mKGLY label>span{margin-bottom:0}.Bond-module_customQueryWrapper__mKGLY textarea[name=customQuery]{height:55px;resize:none;width:100%}.dropdown-bond-properties_center:not([data-value]),.dropdown-bond-properties_center[data-value=""],.dropdown-bond-properties_topology:not([data-value]),.dropdown-bond-properties_topology[data-value=""],.dropdown-bond-properties_type:not([data-value]),.dropdown-bond-properties_type[data-value=""]{display:none!important}.IfThenSelect-module_field__9YaPA{display:block;gap:4px}.RgroupLogic-module_button-common-styles__P-ABP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.RgroupLogic-module_scrollbar__gDniy{scrollbar-width:thin}.RgroupLogic-module_scrollbar__gDniy ::-webkit-scrollbar-track{background-color:transparent}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb:active,.RgroupLogic-module_scrollbar__gDniy::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.RgroupLogic-module_rgroupLogic__q4RTy{width:260px}.RgroupLogic-module_rgroupLogic__q4RTy>div{margin-top:12px}.RgroupLogic-module_rgroupLogic__q4RTy label{color:#585858;display:flex;flex-direction:column;font-size:12px;line-height:14px;margin-bottom:12px}.RgroupLogic-module_rgroupLogic__q4RTy label input,.RgroupLogic-module_rgroupLogic__q4RTy label select{margin:4px 0 0}.RgroupLogic-module_rgroupLogic__q4RTy label.RgroupLogic-module_resth__RL2qE{align-items:center;flex-direction:row;margin-bottom:24px;width:-moz-min-content;width:min-content}.Open-module_button-common-styles__NBSQP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_scrollbar__sRvYM{scrollbar-width:thin}.Open-module_scrollbar__sRvYM ::-webkit-scrollbar-track{background-color:transparent}.Open-module_scrollbar__sRvYM::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb:active,.Open-module_scrollbar__sRvYM::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Open-module_open__m8V9g{background-color:#fff;box-shadow:0 5px 20px #67688440}.Open-module_open__m8V9g>div{margin:0}.Open-module_open__m8V9g label{display:block;width:22.5em}.Open-module_open__m8V9g label input{margin-bottom:.1em}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj{border:none;border-bottom:1px solid #e1e5ea;border-radius:0;min-height:23em;min-width:32em;overflow:auto;padding:12px;resize:both;scrollbar-width:thin;white-space:pre;width:560px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj ::-webkit-scrollbar-track{background-color:transparent}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb:active,.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Open-module_open__m8V9g .Open-module_textareaEditor__ZbEVj:hover{border:none;border-bottom:1px solid #e1e5ea;border-radius:0}.Open-module_footerContent__Q0hTw{display:flex;justify-content:space-between;width:100%}.Open-module_buttonsContainer__L1HqU{display:flex;gap:8px}.Open-module_cancelButton__0TQzA,.Open-module_openButton__cj3oU{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_cancelButton__0TQzA:active,.Open-module_cancelButton__0TQzA:hover,.Open-module_openButton__cj3oU:active,.Open-module_openButton__cj3oU:hover{border:1px solid #333;color:#333}.Open-module_cancelButton__0TQzA:disabled,.Open-module_openButton__cj3oU:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Open-module_copyButton__KlXKd{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Open-module_copyButton__KlXKd:active,.Open-module_copyButton__KlXKd:hover{background-color:#4fb3bf}.Open-module_copyButton__KlXKd:disabled{background-color:#e1e5ea;color:#333}.Open-module_loadingContainer__Y354t>div{margin:auto;padding:1em}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;min-height:23em;width:410px}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh{align-items:center;display:flex;flex-direction:row}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh svg{margin-right:13px}.AnalyzingFile-module_analyzingFileWrapper__j0Ltf .AnalyzingFile-module_fileBox__ywFIh p{color:#585858;font-size:16px;line-height:19px}.OpenOptions-module_optionsContainer__-WqT8{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:6px;padding:12px;width:430px}.OpenOptions-module_dropContainer__PL6Tg{align-items:center;border-radius:12px;box-shadow:.5px 4px 12px #6768842e;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:134px;justify-content:space-between;padding:16px;position:relative;width:128px}.OpenOptions-module_dropContainer__PL6Tg:hover{box-shadow:1px 5px 13px #33344238;transform:translateY(-.5px)}.OpenOptions-module_dropContainer__PL6Tg:active{box-shadow:.3px 2px 3px #1a1a2c47;transform:translateY(.3px)}.OpenOptions-module_dropContainer__PL6Tg div{margin:0;padding:0}.OpenOptions-module_dropContainer__PL6Tg p{font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:10px;line-height:12.1px;margin:0;text-align:center}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_buttonLabelWrapper__h2YsI{display:flex;flex-direction:column;height:24px;justify-content:center}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_buttonLabel__LiY--{color:#585858;font-weight:500;text-transform:uppercase}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_textLabelWrapper__Vx8NF{height:12px}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_textLabel__TlOfz{color:#333;font-weight:400;opacity:50%}.OpenOptions-module_dropContainer__PL6Tg .OpenOptions-module_dropIconWrapper__ibBQx{height:40px}.FileDrop-module_isHovered__c-CDn{background-color:#f8feff}.FileDrop-module_isDisabled__Ejuyq{box-shadow:.5px 4px 12px #6768842e;cursor:auto}.FileDrop-module_isDisabled__Ejuyq:active,.FileDrop-module_isDisabled__Ejuyq:hover{box-shadow:.5px 4px 12px #6768842e;transform:none!important}.FileDrop-module_isDisabled__Ejuyq svg{filter:grayscale(1);opacity:.6}.CDXStructuresViewer-module_wrapper__7nZbQ{border-bottom:1px solid #e1e5ea;display:flex;flex-direction:column;gap:1em;max-height:30em;max-width:60em;min-height:200px;min-width:400px;padding:1em}.CDXStructuresViewer-module_structuresWrapper__kZN0N{display:flex;flex-direction:row;gap:1em;height:225px;justify-content:space-between}.CDXStructuresViewer-module_menuListWrapper__za1za{background:#f5f6f7;border-radius:8px;display:flex;flex:1;flex-direction:column;font-size:12px;padding:12px 8px;width:150px}.CDXStructuresViewer-module_menuListWrapper__za1za>ul{background:#fff;height:inherit;overflow:auto}.CDXStructuresViewer-module_menuListWrapper__za1za>ul>li{font-size:12px!important;padding:.5em}.CDXStructuresViewer-module_menuListWrapper__za1za>ul>li:hover{background:#188794!important;color:#fff}.CDXStructuresViewer-module_menuListWrapper__za1za>ul .Mui-selected{background:#4fb3bf!important;color:#fff}.CDXStructuresViewer-module_menuListWrapper__za1za>ul .MuiMenuItem-root{min-height:auto}.CDXStructuresViewer-module_menuListWrapper__za1za>.CDXStructuresViewer-module_header__107Fj{color:#585858;margin-bottom:1em}.CDXStructuresViewer-module_fileName__BkvUb{font-weight:600}.CDXStructuresViewer-module_menuItem__21Wb1{margin:.5em 1em}.CDXStructuresViewer-module_centerWrapper__T26wg{align-items:center;display:flex;flex:1;height:100%;justify-content:center;width:100%}.CDXStructuresViewer-module_imageWrapper__m54Wi{align-items:center;display:flex;font-weight:600;height:225px;justify-content:center;width:300px}.CDXStructuresViewer-module_image__7Q-Ah{align-items:center;border:1px solid #cad3dd;border-radius:8px;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:.5em;width:100%}@media only screen{@container (min-width: 900px){.CDXStructuresViewer-module_wrapper__7nZbQ{padding:1.5em}.CDXStructuresViewer-module_imageWrapper__m54Wi{height:325px;width:450px}.CDXStructuresViewer-module_menuListWrapper__za1za{width:250px}.CDXStructuresViewer-module_structuresWrapper__kZN0N{gap:1.5em;height:325px}}}.Tabs-module_tabs__PuztJ{width:100%}.Tabs-module_tabs__PuztJ a{background-color:#ddd;color:#333;cursor:pointer;display:inline-block;line-height:14px;padding:5px 12px;text-align:center}.Tabs-module_tabs__PuztJ a:hover{background-color:#00838f;color:#fff}.Tabs-module_tabs__PuztJ .Tabs-module_active__eeyNd{background-color:#005662;color:#fff}.Tabs-module_tabs__PuztJ :first-child{border-radius:4px 0 0}.Tabs-module_tabs__PuztJ :last-child{border-radius:0 4px 0 0}.Tabs-module_tabs__PuztJ :only-child{border-radius:4px 4px 0 0}.Save-module_button-common-styles__mpLS8{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_scrollbar__XMf7I{scrollbar-width:thin}.Save-module_scrollbar__XMf7I ::-webkit-scrollbar-track{background-color:transparent}.Save-module_scrollbar__XMf7I::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb:active,.Save-module_scrollbar__XMf7I::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq{display:flex;flex-direction:column;height:310px;overflow:hidden;width:430px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form{align-content:center;display:flex;flex-direction:row;font-size:12px;justify-content:space-between;margin:12px 12px 10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label{display:flex;flex-direction:column;text-align:left;width:calc(50% - 6px)}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label input{border:1px solid #cad3dd!important}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label input:hover{border:1px solid #43b5c0!important}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq form>label>span{margin-right:8px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_tabs__TOB-R{outline:none;padding-left:12px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_tabs__TOB-R[tabindex="0"] a:nth-child(2){color:#ff4a4a}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT{background-color:#eff2f5;box-sizing:border-box;flex-shrink:0;max-height:50px;min-height:224px;overflow-x:auto;padding:12px;scrollbar-width:thin}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT ::-webkit-scrollbar-track{background-color:transparent}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT .Save-module_warningsContainer__-3yVy{display:flex;padding-bottom:12px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_warnings__1PxJT .Save-module_warningsContainer__-3yVy .Save-module_warningsArr__bKUFY{color:#333;font-size:12px;line-height:14px;white-space:pre-line;word-break:break-word}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf{background-color:#eff2f5;position:relative}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf button{border-radius:4px;height:28px;opacity:0;padding:2px;position:absolute;right:12px;top:12px;width:28px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf button:not(:active){background-color:#fff;color:#333}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:hover button{opacity:1}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:focus-within button{opacity:0}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewBackground__AbaUf:focus-within button:hover{opacity:1}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb{background-color:#eff2f5;border:none;border-radius:0;box-shadow:none;color:#333;cursor:text;display:block;font-size:12px;height:100%;min-height:224px;min-width:428px;outline:none;overflow-x:auto;padding:12px;resize:none;scrollbar-width:thin;white-space:pre;width:100%}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb ::-webkit-scrollbar-track{background-color:transparent}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:active,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:focus,.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewArea__-0SLb:hover{border:none;box-shadow:none;outline:none}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_loadingCirclesContainer__COUKN{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:20%;width:100%}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_imageContainer__gFELk{align-items:center;border-bottom:1px solid #e1e5ea;border-top:1px solid #e1e5ea;display:flex;flex-direction:column;height:220px;justify-content:center}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_imageContainer__gFELk img{background-color:#fff;max-height:220px;max-width:428px}.Save-module_dialog__of-0M .Save-module_formContainer__v1pIq .Save-module_previewMessage__CZfZB{margin:auto;text-align:center}.Save-module_dialog__of-0M .Save-module_ok__SgeCM{align-items:center;background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_dialog__of-0M .Save-module_ok__SgeCM:active,.Save-module_dialog__of-0M .Save-module_ok__SgeCM:hover{background-color:#4fb3bf}.Save-module_dialog__of-0M .Save-module_ok__SgeCM:disabled{background-color:#e1e5ea;color:#333}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:active,.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:hover,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:active,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:hover{border:1px solid #333;color:#333}.Save-module_dialog__of-0M .Save-module_cancel__SMkEV:disabled,.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.Save-module_dialog__of-0M .Save-module_saveTmpl__O-d0T{word-wrap:normal;margin-right:auto;padding:2px 8px}.enhancedStereo-module_enhancedStereo__8FLSY{width:260px}.enhancedStereo-module_enhancedStereo__8FLSY fieldset{border:none;display:flex;flex-direction:column}.enhancedStereo-module_enhancedStereo__8FLSY fieldset label{margin-top:12px}.enhancedStereo-module_enhancedStereo__8FLSY .enhancedStereo-module_stereoLabelItem__lEf-0 label{align-items:center;display:flex;margin:2px;min-height:2.4em}.enhancedStereo-module_enhancedStereo__8FLSY .enhancedStereo-module_labelGroupSelect__K7TYC{margin-left:5px;margin-right:5px}.labelEdit-module_button-common-styles__S5XMA{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.labelEdit-module_scrollbar__GFcQm{scrollbar-width:thin}.labelEdit-module_scrollbar__GFcQm ::-webkit-scrollbar-track{background-color:transparent}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb:active,.labelEdit-module_scrollbar__GFcQm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.labelEdit-module_labelEdit__9LnIH{display:flex;white-space:nowrap}.labelEdit-module_labelEdit__9LnIH>div{overflow:hidden;padding:0 12px}.labelEdit-module_labelEdit__9LnIH div>form{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-top:12px}.labelEdit-module_labelEdit__9LnIH .labelEdit-module_labelEditInputField__tb-J4 label{text-align:center}.labelEdit-module_labelEdit__9LnIH .labelEdit-module_labelEditInputField__tb-J4 input{margin-left:8px;min-width:140px}.AtomInfo-module_button-common-styles__x3ucv{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.AtomInfo-module_scrollbar__8GiyC{scrollbar-width:thin}.AtomInfo-module_scrollbar__8GiyC ::-webkit-scrollbar-track{background-color:transparent}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb:active,.AtomInfo-module_scrollbar__8GiyC::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.AtomInfo-module_ket_atom_info__GOuZ6{box-shadow:inset 0 0 1px 1px #0000001f;font-size:10px;left:18em;opacity:1;padding:.75em;position:absolute;top:2em;transition:opacity 1s,visibility 0s;width:60px}.AtomInfo-module_none__PRuzx{opacity:0;transition:opacity 2s,visibility 2s}.ElementsTable-module_button-common-styles__-6eHN{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ElementsTable-module_scrollbar__0R-HA{scrollbar-width:thin}.ElementsTable-module_scrollbar__0R-HA ::-webkit-scrollbar-track{background-color:transparent}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb:active,.ElementsTable-module_scrollbar__0R-HA::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ElementsTable-module_table__iNPVY{border-spacing:3px;position:relative}.ElementsTable-module_table__iNPVY td,.ElementsTable-module_table__iNPVY th{margin:0;padding:0;text-align:center;vertical-align:middle}.ElementsTable-module_table__iNPVY .ElementsTable-module_main_row__csN5a,.ElementsTable-module_table__iNPVY th{font-size:8px;font-weight:400;opacity:.6;padding:.3em .8em}.ElementsTable-module_table__iNPVY .ElementsTable-module_outiner_row__fzfGL{text-align:right;vertical-align:top}.ElementsTable-module_table__iNPVY tr:nth-of-type(8){border-bottom:1em solid transparent}.ElementsTable-module_table__iNPVY .ElementsTable-module_noble__65B92{background:#c2ffff;border:2px solid #c2ffff}.ElementsTable-module_table__iNPVY .ElementsTable-module_alkali__sM9z9{background:#ffa2a5;border:2px solid #ffa2a5}.ElementsTable-module_table__iNPVY .ElementsTable-module_alkaline-earth__t2h2s{background:#ffe0b5;border:2px solid #ffe0b5}.ElementsTable-module_table__iNPVY .ElementsTable-module_metalloid__Ui4Y8{background:#e2e2be;border:2px solid #e2e2be}.ElementsTable-module_table__iNPVY .ElementsTable-module_other-nonmetal__mbkMN{background:#e8ff94;border:2px solid #e8ff94}.ElementsTable-module_table__iNPVY .ElementsTable-module_post-transition__k4C-G{background:#c5c5c5;border:2px solid #c5c5c5}.ElementsTable-module_table__iNPVY .ElementsTable-module_transition__GCnID{background:#ffd2d4;border:2px solid #ffd2d4}.ElementsTable-module_table__iNPVY .ElementsTable-module_lanthanide__wVoLa{background:#f4c8f4;border:2px solid #f4c8f4}.ElementsTable-module_table__iNPVY .ElementsTable-module_actinide__bVCBg{background:#fd98cb;border:2px solid #fd98cb}.ElementsTable-module_table__iNPVY .ElementsTable-module_halogen__W6EjM{background:#fffea6;border:2px solid #fffea6}.ElementsTable-module_table__iNPVY .ElementsTable-module_unknown-props__d9rq4{background:#e8e8e8}.ElementsTable-module_table__iNPVY .ElementsTable-module_unknown-state__lRBCp:after{color:#222}.ElementsTable-module_button__xCaL4{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#585858;display:inline-block;display:block;font-size:12px;font-weight:500;height:24px;line-height:2;margin:0;padding:.15em;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:24px}.ElementsTable-module_button__xCaL4:active{background-image:none;outline:0}.ElementsTable-module_button__xCaL4[disabled],fieldset[disabled] .ElementsTable-module_button__xCaL4{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.ElementsTable-module_button__xCaL4>input[type=file]{left:-9999px;position:absolute}.ElementsTable-module_button__xCaL4+button,.ElementsTable-module_button__xCaL4+input[type=reset],.ElementsTable-module_button__xCaL4+input[type=submit]{margin-left:.3em}.ElementsTable-module_button__xCaL4:after{color:#585858;content:attr(value);font-size:.5em;line-height:1;opacity:.6;position:absolute;right:.3em;top:.3em;vertical-align:top}.ElementsTable-module_button__xCaL4:hover{background:#fff;z-index:60}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf{background:#5e5e5e;border:none;color:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf>span{color:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf>svg{fill:#fff;stroke:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf path{stroke:#fff}.ElementsTable-module_button__xCaL4.ElementsTable-module_selected__B9LGf:after{color:#fff;opacity:1}.BoxWithLines-module_horizintalNodeLines__QO-Su{display:flex;flex:0 0 20px;flex-direction:column;margin-top:2px;padding-left:14px;width:calc(50% + 6px)}.BoxWithLines-module_horizintalNodeLines__QO-Su .BoxWithLines-module_upperLines__8pL-R{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:5px}.BoxWithLines-module_horizintalNodeLines__QO-Su .BoxWithLines-module_lowerLine__tBZJd{border-left:1px solid #cad3dd;border-right:1px solid #cad3dd;height:4px;margin-bottom:-10px;padding-bottom:2px}.BoxWithLines-module_verticalNodeLines__wBgwS{display:flex;flex:0 0 20px;flex-direction:column;margin-right:1px;margin-top:4px;width:5px}.BoxWithLines-module_verticalNodeLines__wBgwS .BoxWithLines-module_upperLines__8pL-R{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:14px}.BoxWithLines-module_verticalNodeLines__wBgwS .BoxWithLines-module_lowerLine__tBZJd{border-bottom:1px solid #cad3dd;border-left:1px solid #cad3dd;height:96px;margin-bottom:-16px;padding-bottom:4px}.GenSet-module_button-common-styles__0Ro-U{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.GenSet-module_scrollbar__Ev8Uz{scrollbar-width:thin}.GenSet-module_scrollbar__Ev8Uz ::-webkit-scrollbar-track{background-color:transparent}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb:active,.GenSet-module_scrollbar__Ev8Uz::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenSet-module_genGroupLegendBox__CSTQr{position:absolute;top:-14px;width:100%}.GenSet-module_genGroupLegendBox__CSTQr>legend{font-size:10px!important;margin:0 auto;width:-moz-fit-content;width:fit-content}.GenSet-module_legendBox__0zIAk{line-height:unset;position:relative}.GenSet-module_legendBox__0zIAk>legend{font-size:10px!important;margin:0 auto;width:-moz-fit-content;width:fit-content}.GenSet-module_SpecialNodes__oFKp3{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(2,26px) 36px;grid-template-rows:24px;row-gap:4px}.GenSet-module_AtomGenerics__MoQCf,.GenSet-module_GroupGenerics__pFPtX{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:26px 36px;grid-template-rows:24px}.GenSet-module_AcyclicCarbo__nowGn,.GenSet-module_AcyclicHetero__hnr4G,.GenSet-module_Acyclic__R97MM,.GenSet-module_CyclicCarbo__Aanb0,.GenSet-module_CyclicHetero__bbOnT,.GenSet-module_Cyclic__VJRtt{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(2,36px);grid-template-rows:24px}.ButtonGenSet-module_button-common-styles__3bEj7{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.ButtonGenSet-module_scrollbar__CKIcM{scrollbar-width:thin}.ButtonGenSet-module_scrollbar__CKIcM ::-webkit-scrollbar-track{background-color:transparent}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb:active,.ButtonGenSet-module_scrollbar__CKIcM::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.ButtonGenSet-module_button__hBoCQ{background:#fff;border:1px solid #585858;border-radius:4px;color:#585858;font-size:14px;height:100%;line-height:12px;min-height:24px;padding:0;vertical-align:middle;width:100%}.ButtonGenSet-module_button__hBoCQ:hover{border:1px solid #167782;color:#585858}.ButtonGenSet-module_button__hBoCQ.ButtonGenSet-module_selected__XAfYj,.ButtonGenSet-module_button__hBoCQ:focus{background-color:#167782;border:1px solid #167782;color:#fff}.ButtonGenSet-module_button__hBoCQ:disabled{border:1px solid #b4b9d6;color:#b4b9d6}.GenGroup-module_fieldFlexWrapper__mBHRt{display:flex;margin-top:12px}.GenGroup-module_buttonContainer__7qTti{display:grid;gap:8px 12px;grid-template-columns:1fr 1fr}.GenGroup-module_genButtonContainer__6Bwe1{display:grid;gap:22px 12px;grid-template-columns:1fr 1fr}.GenGroup-module_subGroup__afiEU{border:none;padding:0;position:relative}.GenGroup-module_legendMain__h-Wl3{color:#333!important;font-weight:700!important}.GenGroup-module_legend__JWafm{color:#333c!important;font-weight:700!important}.GenGroup-module_fieldset__JehYt{border:none;padding:4px 0 0}.GenericGroups-module_button-common-styles__nYUJe{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.GenericGroups-module_scrollbar__5iavS{scrollbar-width:thin}.GenericGroups-module_scrollbar__5iavS ::-webkit-scrollbar-track{background-color:transparent}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb:active,.GenericGroups-module_scrollbar__5iavS::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenericGroups-module_genericGroups__z4EaG{margin-top:9px;overflow-y:auto;padding:0 12px 12px;scrollbar-width:thin}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar{background-color:transparent}.GenericGroups-module_genericGroups__z4EaG:first-child{margin-top:0}.GenericGroups-module_genericGroups__z4EaG>fieldset{border:none;margin:1em;padding:0}.GenericGroups-module_genericGroups__z4EaG ::-webkit-scrollbar-track{background-color:transparent}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb:active,.GenericGroups-module_genericGroups__z4EaG::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_groupGenerics__6UpH6,.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_topGroupsContainer__bMeoG{grid-column-gap:20px;display:grid;grid-template-columns:1fr 1fr}.GenericGroups-module_genericGroups__z4EaG .GenericGroups-module_subgroupContainer__xULxX{display:grid;grid-template-columns:6px 1fr}.TypeChoice-module_fieldset__yJqT7{border:none;display:flex;gap:12px;padding:0;width:100%}.TypeChoice-module_fieldset__yJqT7>label{align-items:center;display:flex;font-size:12px}.PeriodTable-module_button-common-styles__8JrOW{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.PeriodTable-module_scrollbar__iG-vx{scrollbar-width:thin}.PeriodTable-module_scrollbar__iG-vx ::-webkit-scrollbar-track{background-color:transparent}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb:active,.PeriodTable-module_scrollbar__iG-vx::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.PeriodTable-module_elementsTable__Vcz12{background-color:#fff;height:368px;width:520px}.PeriodTable-module_elementsTable__Vcz12>div{margin:0;overflow:hidden;padding-left:8px;padding-top:12px}.PeriodTable-module_elementsTable__Vcz12>header{border-bottom:1px solid #e1e5ea}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4{align-items:center;display:flex;font-style:normal;font-weight:500;gap:4px;padding-left:2px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4>span{line-height:16px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_dialogHeader__-Wgw4>svg{height:16px;width:16px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_tabs__q-2GL{border-bottom:1px solid #e1e5ea;outline:none;padding-left:15px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_tabsContent__5rij5{height:31em}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_contentGeneral__-XKPp{padding-left:15px}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_periodTable__l-Uqx{position:fixed}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_periodTable__l-Uqx>*{line-height:normal}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN{background:#005662;border:none;border-radius:6px;color:#fff;float:right;position:relative;z-index:10}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:hover{background:#00838f;color:#fff}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:disabled{background:#00838f66;color:#fff}.PeriodTable-module_elementsTable__Vcz12 .PeriodTable-module_addAtom__ehSSN:focus{background:#4fb3bf}.ExtendedTable-module_extendedTable__2-hjV{width:390px}.RemoveFG-module_window__6PHH4{background:#f3f3f3;border-radius:10px;display:flex;flex-direction:column;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;width:260px}.RemoveFG-module_window__6PHH4>*{margin:10px 15px}.RemoveFG-module_question__J8Qzx{color:#585858;text-align:left}.RemoveFG-module_header__1hBAs{align-items:center;display:flex;margin-top:15px;text-transform:uppercase}.RemoveFG-module_footer__8wImu{display:flex;justify-content:flex-end;margin-bottom:15px}.RemoveFG-module_buttonCancel__xCaJt,.RemoveFG-module_buttonOk__zR5x4{border:none;border-radius:2px;height:1.8em;width:content-box}.RemoveFG-module_buttonOk__zR5x4{background:#005662;color:#fff}.RemoveFG-module_buttonOk__zR5x4:hover{background:#00838f}.RemoveFG-module_buttonCancel__xCaJt{background:transparent;border:1px solid #717171;color:#717171;margin-right:15px}.RemoveFG-module_buttonCancel__xCaJt:hover{border-color:#333;color:#333}.rgroup-module_button-common-styles__O66iR{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.rgroup-module_scrollbar__GmU8o{scrollbar-width:thin}.rgroup-module_scrollbar__GmU8o ::-webkit-scrollbar-track{background-color:transparent}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb:active,.rgroup-module_scrollbar__GmU8o::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.rgroup-module_rgroup__Pm-uA{width:260px}.rgroup-module_rgroup__Pm-uA>div{background-color:#eff2f5;margin:0;padding:12px 11px}.rgroup-module_rgroup__Pm-uA ul{grid-column-gap:8px;grid-row-gap:8px;display:grid;grid-template-columns:repeat(5,41px);grid-template-rows:repeat(3,29px 33px) 29px;overflow:hidden}.rgroup-module_rgroup__Pm-uA form button{background-color:#fff;background-image:none;background:#fff;border:none;border-radius:4px;color:#585858;display:inline-block;font-size:14px;font-weight:700;height:29px;margin:0;padding:6px 4px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:100%}.rgroup-module_rgroup__Pm-uA form button:active{background-image:none;outline:0}.rgroup-module_rgroup__Pm-uA form button[disabled],fieldset[disabled] .rgroup-module_rgroup__Pm-uA form button{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.rgroup-module_rgroup__Pm-uA form button>input[type=file]{left:-9999px;position:absolute}.rgroup-module_rgroup__Pm-uA form button+button,.rgroup-module_rgroup__Pm-uA form button+input[type=reset],.rgroup-module_rgroup__Pm-uA form button+input[type=submit]{margin-left:.3em}.rgroup-module_rgroup__Pm-uA form button:first-letter{font-weight:400}.rgroup-module_rgroup__Pm-uA form button:hover{color:#005662}.rgroup-module_rgroup__Pm-uA form button.rgroup-module_selected__hP5cM,.rgroup-module_rgroup__Pm-uA form button:active{background:#167782;color:#fff}.sgroup-module_button-common-styles__MAeEP{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.sgroup-module_scrollbar__T3fpf{scrollbar-width:thin}.sgroup-module_scrollbar__T3fpf ::-webkit-scrollbar-track{background-color:transparent}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb:active,.sgroup-module_scrollbar__T3fpf::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.sgroup-module_sgroup__Kh2Xj{background-color:#fff;border-radius:6px;width:260px}.sgroup-module_sgroup__Kh2Xj label{display:flex;flex-direction:column;margin-bottom:12px}.sgroup-module_sgroup__Kh2Xj label ul{width:inherit}.sgroup-module_sgroup__Kh2Xj label .MuiOutlinedInput-root,.sgroup-module_sgroup__Kh2Xj label input[type=text]{margin-top:4px;max-width:236px}.sgroup-module_sgroup__Kh2Xj fieldset{border:0;padding:0}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset{display:flex;justify-content:space-between;margin-top:24px;width:100%}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset label{display:flex;flex-direction:row;line-height:16px}.sgroup-module_sgroup__Kh2Xj fieldset[class=sdata] fieldset label>span{margin-right:3px!important}.sgroup-module_sgroup__Kh2Xj form{margin:12px 12px 4px}.sgroup-module_sgroup__Kh2Xj form label{font-size:12px;text-align:left}.sgroup-module_sgroup__Kh2Xj form label>span>div{width:100%}.sgroup-module_sgroup__Kh2Xj form label fieldset label{align-items:center;display:flex;flex-direction:row;margin-left:4px!important}.sgroup-module_sgroup__Kh2Xj form label fieldset span{margin-right:4px!important}.sgroup-module_sgroup__Kh2Xj form select[name=fieldValue],.sgroup-module_sgroup__Kh2Xj form textarea{display:block;overflow:auto}.sgroup-module_sgroup__Kh2Xj form input[type=text],.sgroup-module_sgroup__Kh2Xj form select[name=fieldName]{color:#333;display:block;margin-bottom:0;width:100%}.sgroup-module_sgroup__Kh2Xj form textarea{margin-top:4px;max-height:240px;min-height:56px;resize:vertical;scrollbar-width:thin;width:100%}.sgroup-module_sgroup__Kh2Xj form textarea ::-webkit-scrollbar-track{background-color:transparent}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb:active,.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.sgroup-module_sgroup__Kh2Xj form textarea::-webkit-scrollbar{background-color:#fff;border-radius:2px;-webkit-border-radius:2px;width:4px}.template-lib-module_button-common-styles__9adxB{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.template-lib-module_scrollbar__ZFwCC{scrollbar-width:thin}.template-lib-module_scrollbar__ZFwCC ::-webkit-scrollbar-track{background-color:transparent}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb:active,.template-lib-module_scrollbar__ZFwCC::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.template-lib-module_warning__UqgEG{color:#ff4a4a}.template-lib-module_warning__UqgEG:before{content:"⚠ "}.template-lib-module_dialogHeader__-AmwE{align-items:center;display:flex;gap:4px;padding-left:2px}.template-lib-module_dialogHeader__-AmwE>span{line-height:16px}.template-lib-module_dialogHeader__-AmwE>svg{height:18px;width:18px}.template-lib-module_button__LKf1c{min-width:70px!important}.template-lib-module_dialog_body__QtL0J{background-color:#fff;color:#333;width:452px}.template-lib-module_dialog_body__QtL0J>div{display:flex;flex-direction:column;overflow:hidden}.template-lib-module_dialog_body__QtL0J>footer{box-shadow:0 -6px 6px #0101321a;min-height:24px;z-index:10}.template-lib-module_dialog_body__QtL0J>footer>input{min-width:110px!important}.template-lib-module_dialog_body__QtL0J>footer>span{line-height:24px}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA{position:relative}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]{background-color:#eff2f5;height:28px;margin:0 14px 16px;padding-left:35px;width:424px}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]::-moz-placeholder{font-weight:400;opacity:90%}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA input[type=search]::placeholder{font-weight:400;opacity:90%}.template-lib-module_dialog_body__QtL0J .template-lib-module_inputContainer__dxoHA .template-lib-module_searchIcon__o7cAy{color:#167782;height:28px;left:14px;position:absolute;top:0;width:28px}.template-lib-module_dialog_body__QtL0J .template-lib-module_accordionSummary__2hIop{flex-direction:row-reverse;font-size:14px}.template-lib-module_dialog_body__QtL0J .template-lib-module_groupIcon__LBIRH{margin-left:15px;margin-right:8px}.template-lib-module_dialog_body__QtL0J .template-lib-module_expandIcon__Fb1EU{width:20px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN{background-color:#eff2f5;height:50vh;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN ::-webkit-scrollbar-track{background-color:transparent}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb:active,.template-lib-module_dialog_body__QtL0J .template-lib-module_tabsContent__1QMnN::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.template-lib-module_dialog_body__QtL0J .template-lib-module_resultsContainer__KnPBZ{background-color:#eff2f5;padding:12px 14px 4px}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t{align-items:center;background-color:#fff;border:1px solid #585858;border-radius:4px;color:#585858;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:active,.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:hover{border:1px solid #333;color:#333}.template-lib-module_dialog_body__QtL0J .template-lib-module_saveButton__8PE6t:disabled{border:1px solid rgba(88,88,88,.7);color:#585858b3}.template-lib-module_dialog_body__QtL0J .MuiTabs-indicator{background-color:#167782}.template-lib-module_dialog_body__QtL0J .MuiTabs-flexContainer{background-color:#eff2f5;padding-left:14px}.template-lib-module_dialog_body__QtL0J .MuiAccordionSummary-content{align-items:end}.template-lib-module_dialog_body__QtL0J .MuiAccordionDetails-root{background-color:#eff2f5;box-shadow:inset 0 -2px 8px #0101321a;padding:12px 14px 4px;width:424px}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root{box-shadow:none}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root.Mui-expanded:before,.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root:before{opacity:0}.template-lib-module_dialog_body__QtL0J .MuiPaper-root:not(:last-child):after{background-color:#b4b9d6;bottom:0;content:"";height:1px;left:0;margin:0 auto;opacity:1;position:absolute;right:0;width:424px}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.Mui-expanded:after{opacity:0}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiTab-root,.template-lib-module_dialog_body__QtL0J .MuiTabs-root{height:32px;min-height:32px}.template-lib-module_dialog_body__QtL0J .template-lib-module_tabs__YkpEG{box-shadow:0 6px 6px #0101321a;z-index:10}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiTab-root{color:#000000b3;line-height:12px;padding:12px 10px 8px;text-transform:none}.template-lib-module_dialog_body__QtL0J .MuiTab-root.Mui-selected{color:#000;font-weight:600}.template-lib-module_dialog_body__QtL0J .MuiPaper-root.MuiAccordion-root.Mui-expanded{margin:0}.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiAccordionSummary-root.Mui-expanded,.template-lib-module_dialog_body__QtL0J .MuiButtonBase-root.MuiAccordionSummary-root.MuiAccordionSummary-gutters{height:40px;min-height:40px;padding-left:12px}.TemplateTable-module_button-common-styles__ZYUa5{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.TemplateTable-module_scrollbar__aSGhu{scrollbar-width:thin}.TemplateTable-module_scrollbar__aSGhu ::-webkit-scrollbar-track{background-color:transparent}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb:active,.TemplateTable-module_scrollbar__aSGhu::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.TemplateTable-module_tableContent__dnVKg{grid-gap:0 8px;display:grid;grid-template-columns:repeat(4,100px)}.TemplateTable-module_structTitle__2XUWI{border:1px solid transparent;border-radius:6px;margin:6px 0 12px;max-height:30px;max-width:100px;overflow:hidden;padding:0 7px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.TemplateTable-module_twoRowsTitleTable__ZYwHq{grid-auto-rows:147px}.TemplateTable-module_oneRowTitleTable__N8Ibd{grid-auto-rows:134px}.TemplateTable-module_oneRowTitleTable__N8Ibd .TemplateTable-module_structTitle__2XUWI{max-height:16px}.TemplateTable-module_struct__lOLBI{background-color:#fff;border:1px solid #b4b9d6;border-radius:5px;box-sizing:border-box;height:100px;width:100px}.TemplateTable-module_struct__lOLBI:hover{background:#f9fafb}.TemplateTable-module_struct__lOLBI svg{height:100px;left:-2px;top:-1px;width:100px}.TemplateTable-module_selectedTitle__J-cte{background-color:#ffffffb3}.TemplateTable-module_td__6LIhx{cursor:default;position:relative}.TemplateTable-module_td__6LIhx.TemplateTable-module_selected__qZEF9 .TemplateTable-module_struct__lOLBI{background-color:#1677820d;border:2px solid #167782}.TemplateTable-module_button__dpOF0{background-color:#fff;background-color:transparent;background-image:none;border:none;border-radius:0;color:#636363;cursor:pointer;display:inline-block;height:18px;margin:0;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:18px}.TemplateTable-module_button__dpOF0:active{background-image:none;outline:0}.TemplateTable-module_button__dpOF0[disabled],fieldset[disabled] .TemplateTable-module_button__dpOF0{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.TemplateTable-module_button__dpOF0>input[type=file]{left:-9999px;position:absolute}.TemplateTable-module_button__dpOF0+button,.TemplateTable-module_button__dpOF0+input[type=reset],.TemplateTable-module_button__dpOF0+input[type=submit]{margin-left:.3em}.TemplateTable-module_button__dpOF0>svg{height:inherit;width:inherit}.TemplateTable-module_button__dpOF0:active path,.TemplateTable-module_button__dpOF0:hover path{fill:#00838f}.TemplateTable-module_deleteButton__KfBpW{position:absolute;right:5px;top:5px}.TemplateTable-module_editButton__A0BoE{position:absolute;right:5px;top:78px}div.TemplateTable-module_structure__rI84W{background-color:#fff;padding:0}.emptySearchResult-module_emptySearch__aUSew{align-items:center;color:#333;display:flex;flex-direction:column;font-size:12px;justify-content:center;min-height:240px}.emptySearchResult-module_emptySearch__aUSew>svg{height:84px;width:84px}.FontControl-module_button-common-styles__CMSGk{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.FontControl-module_scrollbar__Vq3kt{scrollbar-width:thin}.FontControl-module_scrollbar__Vq3kt ::-webkit-scrollbar-track{background-color:transparent}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb:active,.FontControl-module_scrollbar__Vq3kt::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FontControl-module_fontSizeMenu__4RvmP{background:#fff;border:1px solid #cad3dd;border-radius:4px;display:inline-block;font-size:16px;max-height:155px;overflow-y:scroll;padding:4px;position:absolute;right:12px;scrollbar-width:thin;top:74px;width:58px;z-index:10}.FontControl-module_fontSizeMenu__4RvmP ::-webkit-scrollbar-track{background-color:transparent}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb:active,.FontControl-module_fontSizeMenu__4RvmP::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.FontControl-module_fontSizeOption__eGz-q{font-size:14px;line-height:16px;padding:4px}.FontControl-module_fontSizeOption__eGz-q:hover{background:#f3f3f3;border-radius:4px;cursor:pointer}.FontControl-module_fontBtn__zGgG3{background-color:#fff;border:1px solid #cad3dd;border-radius:4px;font-size:14px;height:24px;line-height:20px;text-align:left;width:68px}.FontControl-module_fontBtn__zGgG3:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.94 5.727 8 8.78l3.06-3.053.94.94-4 4-4-4 .94-.94Z' fill='%235B6077'/%3E%3C/svg%3E");background-size:contain;bottom:20px;content:" ";display:block;height:22px;left:18px;margin:auto;position:relative;width:22px;z-index:10}.SpecialSymbolsList-module_window__4tD1N{background-color:#fff;border-radius:0 6px 6px;box-shadow:2px 2px 6px #cad3dd;display:flex;flex-direction:row;flex-wrap:wrap;overflow:visible;padding:8px;position:absolute;right:27px;width:160px;z-index:10}.SpecialSymbolsList-module_button__uCp6O{background-color:transparent;border:none;height:16px;margin:2px;padding:initial;width:16px}.SpecialSymbolsList-module_button__uCp6O>svg{fill:#000}.SpecialSymbolsList-module_button__uCp6O:hover>svg{fill:#167782}.SpecialSymbolsButton-module_button-common-styles__OZY5u{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.SpecialSymbolsButton-module_scrollbar__BGjVm{scrollbar-width:thin}.SpecialSymbolsButton-module_scrollbar__BGjVm ::-webkit-scrollbar-track{background-color:transparent}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb:active,.SpecialSymbolsButton-module_scrollbar__BGjVm::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.SpecialSymbolsButton-module_activeTextButton__jbgHY,.SpecialSymbolsButton-module_textButton__1gh-c{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;height:28px;margin:0!important;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:28px}.SpecialSymbolsButton-module_activeTextButton__jbgHY:active,.SpecialSymbolsButton-module_textButton__1gh-c:active{background-image:none;outline:0}.SpecialSymbolsButton-module_activeTextButton__jbgHY[disabled],.SpecialSymbolsButton-module_textButton__1gh-c[disabled],fieldset[disabled] .SpecialSymbolsButton-module_activeTextButton__jbgHY,fieldset[disabled] .SpecialSymbolsButton-module_textButton__1gh-c{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.SpecialSymbolsButton-module_activeTextButton__jbgHY>input[type=file],.SpecialSymbolsButton-module_textButton__1gh-c>input[type=file]{left:-9999px;position:absolute}.SpecialSymbolsButton-module_activeTextButton__jbgHY+button,.SpecialSymbolsButton-module_activeTextButton__jbgHY+input[type=reset],.SpecialSymbolsButton-module_activeTextButton__jbgHY+input[type=submit],.SpecialSymbolsButton-module_textButton__1gh-c+button,.SpecialSymbolsButton-module_textButton__1gh-c+input[type=reset],.SpecialSymbolsButton-module_textButton__1gh-c+input[type=submit]{margin-left:.3em}.SpecialSymbolsButton-module_activeTextButton__jbgHY>svg,.SpecialSymbolsButton-module_textButton__1gh-c>svg{font-size:22px;height:22px;left:3px;position:absolute;top:3px;width:22px}.SpecialSymbolsButton-module_activeTextButton__jbgHY{background-color:#167782;border-radius:2px}.SpecialSymbolsButton-module_activeTextButton__jbgHY>svg{fill:#fff;transition:.2s}.SpecialSymbolsButton-module_activeTextButton__jbgHY:hover{background-color:#188794}.SpecialSymbolsButton-module_textButton__1gh-c>svg{fill:#333;transition:.2s}.SpecialSymbolsButton-module_textButton__1gh-c:hover{background-image:none}.SpecialSymbolsButton-module_textButton__1gh-c:hover>svg{fill:#00838f}.SpecialSymbolsButton-module_activeTextButton__jbgHY:after{border-bottom:2px solid transparent;border-right:2px solid transparent;border-color:transparent #fff #fff transparent;border-style:solid;border-width:2px;content:"";left:21px;position:absolute;top:21px}.smallEditor .SpecialSymbolsButton-module_textButton__1gh-c{height:28px;margin:4px;width:28px}.smallEditor .SpecialSymbolsButton-module_textButton__1gh-c>svg{font-size:20px;height:20px;left:3px;position:absolute;top:3px;width:20px}.TextButton-module_button-common-styles__7F1Uf{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.TextButton-module_scrollbar__u11Yl{scrollbar-width:thin}.TextButton-module_scrollbar__u11Yl ::-webkit-scrollbar-track{background-color:transparent}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb:active,.TextButton-module_scrollbar__u11Yl::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.TextButton-module_textButton__Ocny2{background-color:#fff;background-image:none;border:0;border-radius:4px;color:#333;cursor:pointer;display:inline-block;height:28px;margin:0!important;margin:4px;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:28px}.TextButton-module_textButton__Ocny2:active{background-image:none;outline:0}.TextButton-module_textButton__Ocny2[disabled],fieldset[disabled] .TextButton-module_textButton__Ocny2{background-image:none;box-shadow:none;cursor:not-allowed;opacity:.4}.TextButton-module_textButton__Ocny2>input[type=file]{left:-9999px;position:absolute}.TextButton-module_textButton__Ocny2+button,.TextButton-module_textButton__Ocny2+input[type=reset],.TextButton-module_textButton__Ocny2+input[type=submit]{margin-left:.3em}.TextButton-module_textButton__Ocny2>svg{fill:#333;font-size:22px;height:22px;left:3px;position:absolute;top:3px;transition:.2s;width:22px}.TextButton-module_textButton__Ocny2:hover{background-image:none}.TextButton-module_textButton__Ocny2:hover>svg{fill:#00838f}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh{background-color:#167782;border-radius:2px}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh>svg{fill:#fff;transition:.2s}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh:hover{background-color:#188794}.TextButton-module_textButton__Ocny2.TextButton-module_isActive__DQ-xh:hover>svg{fill:#fff;transition:.2s}.smallEditor .TextButton-module_textButton__Ocny2{height:28px;margin:4px;width:28px}.smallEditor .TextButton-module_textButton__Ocny2>svg{font-size:20px;height:20px;left:3px;position:absolute;top:3px;width:20px}.Text-module_button-common-styles__dhz9O{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Text-module_scrollbar__0OhTV{scrollbar-width:thin}.Text-module_scrollbar__0OhTV ::-webkit-scrollbar-track{background-color:transparent}.Text-module_scrollbar__0OhTV::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb:active,.Text-module_scrollbar__0OhTV::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Text-module_textEditor__EFR54{display:flex;flex-direction:column;width:340px}.Text-module_textEditor__EFR54 .Text-module_controlPanel__agLDc{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:28px;justify-content:space-between;margin:12px 0}.Text-module_textEditor__EFR54 .Text-module_controlPanel__agLDc>span{margin-left:34px;margin-right:4px;white-space:nowrap}.Text-module_textEditor__EFR54 .DraftEditor-root{word-wrap:break-word;border:1px solid #cad3dd;border-radius:4px;height:182px;line-height:normal;margin-top:4px;overflow:auto;padding:12px;scrollbar-width:thin}.Text-module_textEditor__EFR54 .DraftEditor-root ::-webkit-scrollbar-track{background-color:transparent}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb:active,.Text-module_textEditor__EFR54 .DraftEditor-root::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.PasteErrorModalBody-module_pasteErrorModalBody__ExG0r{display:flex;flex-direction:column}.PasteErrorModalBody-module_shortcutsBlock__e-wyA{display:flex;justify-content:space-between}.PasteErrorModalBody-module_shortcuts__x0xBs{display:flex;flex-direction:column;margin-top:12px}.PasteErrorModalBody-module_shortcut__sED-E{color:#167782;font-size:14px}.InfoModal-module_infoModal__0Vza1{width:324px}.InfoModal-module_ok__BZ1ar{background-color:#167782;border:1px solid transparent;border-radius:4px;color:#fff;font-size:12px;height:24px;min-width:70px}.InfoModal-module_ok__BZ1ar:active,.InfoModal-module_ok__BZ1ar:hover{background-color:#4fb3bf}.InfoModal-module_ok__BZ1ar:disabled{background-color:#e1e5ea;color:#333}.App-module_app__8cgyF{container-type:size;display:grid;grid-template-areas:"toolbar-top toolbar-top toolbar-top" "toolbar-left canvas toolbar-right" "toolbar-bottom toolbar-bottom toolbar-bottom";grid-template-columns:minmax(36px,max-content) 1fr minmax(36px,max-content);grid-template-rows:auto 1fr auto;height:100%;position:relative;width:100%}.App-module_canvas__taJxn{grid-area:canvas;-ms-grid-column:2;-ms-grid-row:2}.App-module_top__SBeSV{-ms-grid-column-span:3;grid-area:toolbar-top;-ms-grid-column:1;-ms-grid-row:1}.App-module_left__2iz-i{grid-area:toolbar-left;-ms-grid-column:1;-ms-grid-row:2}.App-module_right__U7A5Q{grid-area:toolbar-right;-ms-grid-column:3;-ms-grid-row:2}.App-module_bottom__tQA2B{-ms-grid-column-span:3;grid-area:toolbar-bottom;-ms-grid-column:1;-ms-grid-row:3}.smallEditor .App-module_app__8cgyF{grid-template-columns:minmax(35px,max-content) 1fr minmax(35px,max-content)}.AbbreviationLookup-module_lookupContainer__-JRMj{position:absolute;width:200px}.AbbreviationLookup-module_inputContainer__6tJpn{position:relative}.AbbreviationLookup-module_input__vCxY9{width:100%}.AbbreviationLookup-module_input__vCxY9.AbbreviationLookup-module_input__vCxY9[type=text]{border:1.5px solid #167782;font-size:12px;line-height:14px;padding:5px 8px 5px 24px}.AbbreviationLookup-module_input__vCxY9.AbbreviationLookup-module_input__vCxY9[type=text]:hover{border:1.5px solid #167782}.AbbreviationLookup-module_searchIcon__DiK0c{color:#167782;height:17px;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:17px}.AbbreviationLookup-module_optionItemContent__L1JlW{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.AbbreviationLookup-module_optionItem__dAhO-.MuiAutocomplete-option{border-left:2px solid transparent;font-size:12px;font-weight:400;line-height:14px;padding:7px 8px 7px 6px}.AbbreviationLookup-module_optionItem__dAhO- mark{background-color:transparent;font-weight:700}.AbbreviationLookup-module_noOptions__yKxml{font-size:12px;line-height:14px}.AbbreviationLookup-module_noOptions__yKxml.MuiAutocomplete-noOptions{padding:8px}ul.AbbreviationLookup-module_listBox__Y50AT{padding-bottom:4px;padding-top:4px}.AbbreviationLookup-module_listBox__Y50AT li.MuiAutocomplete-option.Mui-focusVisible,.AbbreviationLookup-module_listBox__Y50AT li.MuiAutocomplete-option.Mui-focused{background-color:#f3f5f7;border-left:2px solid #167782}.Editor-module_button-common-styles__h4pal{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;height:24px;justify-content:center;line-height:14px;min-width:70px;outline:none}.Editor-module_scrollbar__yVsY8{scrollbar-width:thin}.Editor-module_scrollbar__yVsY8 ::-webkit-scrollbar-track{background-color:transparent}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar{background-color:#eff2f5;height:6px;width:6px}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb{background-color:#a5afb9d9;border-radius:10px;-webkit-border-radius:10px}.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb:active,.Editor-module_scrollbar__yVsY8::-webkit-scrollbar-thumb:hover{background-color:#a5afb9}.Editor-module_small__8cgEX body,.Editor-module_small__8cgEX div[role=dialog],.Editor-module_small__8cgEX form,.Editor-module_small__8cgEX select{font-size:12px}.Editor-module_editor__o0Gjz{background-color:#fcfcfc;color:#333;font:14px FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;height:100%;position:relative;width:100%}.Editor-module_editor__o0Gjz select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.001 6.077-4.74-4.74.943-.942 3.797 3.797L8.797.395l.943.943-4.739 4.739Z' fill='%23231F20'/%3E%3C/svg%3E")!important;background-position:calc(100% - 11px)!important;background-repeat:no-repeat!important;padding:0 8px!important}.Editor-module_editor__o0Gjz li,.Editor-module_editor__o0Gjz menu,.Editor-module_editor__o0Gjz ul{list-style:none;margin:0;padding:0}.Editor-module_editor__o0Gjz input[type=search]{background:#fff;border:1px solid transparent;border-radius:4px;box-sizing:border-box;color:inherit;display:inline-block;font-size:14px;height:2.4em;line-height:16px;padding:6px 6px 6px 35px;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=search]:active,.Editor-module_editor__o0Gjz input[type=search]:focus{outline:0}.Editor-module_editor__o0Gjz input[type=search]:hover{border:1px solid #43b5c0}.Editor-module_editor__o0Gjz input[type=search][disabled],.Editor-module_editor__o0Gjz input[type=search][readonly],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=search]{background:#f3f3f3;cursor:not-allowed;opacity:.6}.Editor-module_editor__o0Gjz input[type=number],.Editor-module_editor__o0Gjz input[type=text],.Editor-module_editor__o0Gjz select,.Editor-module_editor__o0Gjz textarea{background:#fff;border:1px solid #cad3dd;border-radius:4px;box-sizing:border-box;color:#333;display:inline-block;font-family:Inter,FreeSans,Arimo,Droid Sans,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;height:24px;line-height:16px;padding:3px 7px;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=number]:active,.Editor-module_editor__o0Gjz input[type=number]:focus,.Editor-module_editor__o0Gjz input[type=text]:active,.Editor-module_editor__o0Gjz input[type=text]:focus,.Editor-module_editor__o0Gjz select:active,.Editor-module_editor__o0Gjz select:focus,.Editor-module_editor__o0Gjz textarea:active,.Editor-module_editor__o0Gjz textarea:focus{caret-color:#167782;outline:0}.Editor-module_editor__o0Gjz input[type=number]:hover,.Editor-module_editor__o0Gjz input[type=text]:hover,.Editor-module_editor__o0Gjz select:hover,.Editor-module_editor__o0Gjz textarea:hover{border:1px solid #43b5c0}.Editor-module_editor__o0Gjz input[type=number][disabled],.Editor-module_editor__o0Gjz input[type=number][readonly],.Editor-module_editor__o0Gjz input[type=text][disabled],.Editor-module_editor__o0Gjz input[type=text][readonly],.Editor-module_editor__o0Gjz select[disabled],.Editor-module_editor__o0Gjz select[readonly],.Editor-module_editor__o0Gjz textarea[disabled],.Editor-module_editor__o0Gjz textarea[readonly],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=number],fieldset[disabled] .Editor-module_editor__o0Gjz input[type=text],fieldset[disabled] .Editor-module_editor__o0Gjz select,fieldset[disabled] .Editor-module_editor__o0Gjz textarea{background-color:#e1e5ea;border:1px solid #cad3dd;color:#585858;cursor:not-allowed}.Editor-module_editor__o0Gjz fieldset{border-radius:4px;margin:0}.Editor-module_editor__o0Gjz fieldset>li{display:inline-block}.Editor-module_editor__o0Gjz fieldset.Editor-module_-hidden__aKodt{border-color:transparent;margin-top:1.5em}.Editor-module_editor__o0Gjz legend{color:#aeaeae;font-size:12px;padding:0;text-align:left}.Editor-module_editor__o0Gjz input[type=radio]{line-height:normal;margin:0 .3em;vertical-align:middle}.Editor-module_editor__o0Gjz input[type=checkbox]{line-height:normal;margin-right:.3em;vertical-align:middle}.Editor-module_switchingLoader__OlmM6{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.blinking{animation:Editor-module_blink__J7UCV 1s infinite}@keyframes Editor-module_blink__J7UCV{0%{opacity:1}30%{opacity:0}to{opacity:1}}.Editor-module_editorsWrapper__qMSvd{height:100%;width:100%}.msp-plugin a{background-color:transparent}.msp-plugin .msp-layout-standard{border:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-outside .msp-layout-top{position:absolute;right:0;height:97px;top:-97px;width:50%;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-outside .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;top:-97px;width:50%;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-outside .msp-layout-right{position:absolute;width:50%;right:0;bottom:-295px;height:295px;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-outside .msp-layout-left{position:absolute;width:50%;left:0;bottom:-295px;height:295px;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-landscape .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-landscape .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-landscape .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-landscape .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-portrait .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-portrait .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-portrait .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-portrait .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}@media (orientation: landscape),(min-width: 1000px){.msp-plugin .msp-layout-standard-reactive .msp-layout-main{position:absolute;left:330px;right:300px;bottom:70px;top:100px}.msp-plugin .msp-layout-standard-reactive .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-bottom{right:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-bottom{left:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-bottom{left:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-main{top:0}}@media (orientation: portrait) and (max-width: 1000px){.msp-plugin .msp-layout-standard-reactive .msp-layout-main{position:absolute;left:0;right:0;bottom:361px;top:97px}.msp-plugin .msp-layout-standard-reactive .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right.msp-layout-hide-left .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top.msp-layout-hide-bottom .msp-layout-main{top:0}}@media (orientation: landscape){.msp-plugin .msp-layout-expanded .msp-layout-main{position:absolute;left:330px;right:300px;bottom:70px;top:100px}.msp-plugin .msp-layout-expanded .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-bottom{right:0}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-bottom{left:0}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-bottom{left:32px}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-main{bottom:0}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-main{top:0}}@media (orientation: portrait){.msp-plugin .msp-layout-expanded .msp-layout-main{position:absolute;left:0;right:0;bottom:361px;top:97px}.msp-plugin .msp-layout-expanded .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right.msp-layout-hide-left .msp-layout-main{bottom:0}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top.msp-layout-hide-bottom .msp-layout-main{top:0}}.msp-plugin ::-webkit-scrollbar-track{border-radius:0;background-color:#16191f}.msp-plugin ::-webkit-scrollbar-thumb{border-radius:0;background-color:#0e0f14}.msp-plugin .msp-form-control,.msp-plugin .msp-control-row select,.msp-plugin .msp-control-row button,.msp-plugin .msp-control-row input[type=text],.msp-plugin .msp-btn{display:block;width:100%;background:#0c0d11;border:none;padding:0 10px;line-height:30px;height:32px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background-image:none}.msp-plugin .msp-form-control::-moz-placeholder,.msp-plugin .msp-control-row select::-moz-placeholder,.msp-plugin .msp-control-row button::-moz-placeholder,.msp-plugin .msp-control-row input[type=text]::-moz-placeholder,.msp-plugin .msp-btn::-moz-placeholder{color:#637ca0;opacity:1}.msp-plugin .msp-form-control:-ms-input-placeholder,.msp-plugin .msp-control-row select:-ms-input-placeholder,.msp-plugin .msp-control-row button:-ms-input-placeholder,.msp-plugin .msp-control-row input[type=text]:-ms-input-placeholder,.msp-plugin .msp-btn:-ms-input-placeholder{color:#637ca0}.msp-plugin .msp-form-control::-webkit-input-placeholder,.msp-plugin .msp-control-row select::-webkit-input-placeholder,.msp-plugin .msp-control-row button::-webkit-input-placeholder,.msp-plugin .msp-control-row input[type=text]::-webkit-input-placeholder,.msp-plugin .msp-btn::-webkit-input-placeholder{color:#637ca0}.msp-plugin .msp-form-control:hover,.msp-plugin .msp-control-row select:hover,.msp-plugin .msp-control-row button:hover,.msp-plugin .msp-control-row input[type=text]:hover,.msp-plugin .msp-btn:hover{color:#51a2fb;background-color:#16191f;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-form-control:active,.msp-plugin .msp-control-row select:active,.msp-plugin .msp-control-row button:active,.msp-plugin .msp-control-row input[type=text]:active,.msp-plugin .msp-btn:active,.msp-plugin .msp-form-control:focus,.msp-plugin .msp-control-row select:focus,.msp-plugin .msp-control-row button:focus,.msp-plugin .msp-control-row input[type=text]:focus,.msp-plugin .msp-btn:focus{color:#ccd4e0;background-color:#0c0d11;border:none;outline-offset:0;outline:none}.msp-plugin .msp-form-control[disabled],.msp-plugin .msp-control-row select[disabled],.msp-plugin .msp-control-row button[disabled],.msp-plugin .msp-control-row input[disabled][type=text],.msp-plugin [disabled].msp-btn,.msp-plugin .msp-form-control[readonly],.msp-plugin .msp-control-row select[readonly],.msp-plugin .msp-control-row button[readonly],.msp-plugin .msp-control-row input[readonly][type=text],.msp-plugin [readonly].msp-btn,fieldset[disabled] .msp-plugin .msp-form-control,fieldset[disabled] .msp-plugin .msp-control-row select,fieldset[disabled] .msp-plugin .msp-control-row button,fieldset[disabled] .msp-plugin .msp-control-row input[type=text],fieldset[disabled] .msp-plugin .msp-btn{background:#111318;opacity:.35}.msp-plugin .msp-btn[disabled],.msp-plugin .msp-control-row button[disabled]{background:#111318;opacity:.35}.msp-plugin .msp-btn-icon:hover{color:#51a2fb;background-color:#16191f;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-btn-icon[disabled],.msp-plugin .msp-btn-icon[disabled]:hover,.msp-plugin .msp-btn-icon[disabled]:active{color:#637ca0}.msp-plugin .msp-btn-icon-small:hover{color:#51a2fb;background-color:#16191f;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-btn-icon-small[disabled],.msp-plugin .msp-btn-icon-small[disabled]:hover,.msp-plugin .msp-btn-icon-small[disabled]:active{color:#637ca0}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:active,.msp-plugin .msp-btn-link.active,.msp-plugin .msp-btn-link[disabled],fieldset[disabled] .msp-plugin .msp-btn-link{background-color:transparent;box-shadow:none}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:hover,.msp-plugin .msp-btn-link:focus,.msp-plugin .msp-btn-link:active{border-color:transparent}.msp-plugin .msp-btn-link:hover,.msp-plugin .msp-btn-link:focus{text-decoration:none;background-color:transparent}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:active,.msp-plugin .msp-btn-link:focus{color:#ccd4e0;text-decoration:none}.msp-plugin .msp-btn-link:hover{color:#51a2fb;text-decoration:none}.msp-plugin .msp-btn-link-toggle-on{color:#ccd4e0}.msp-plugin .msp-btn-link-toggle-off,.msp-plugin .msp-btn-link-toggle-off:active,.msp-plugin .msp-btn-link-toggle-off:focus{color:#637ca0!important}.msp-plugin .msp-btn-link-toggle-off:hover,.msp-plugin .msp-btn-link-toggle-on:hover{color:#51a2fb!important}.msp-plugin .msp-btn-action,.msp-plugin .msp-btn-action:active,.msp-plugin .msp-btn-action:focus{color:#ccd4e0;background:#0c0d11}.msp-plugin .msp-btn-action:hover{color:#51a2fb;background:#060709}.msp-plugin .msp-btn-action[disabled],.msp-plugin .msp-btn-action[disabled]:hover,.msp-plugin .msp-btn-action[disabled]:active,.msp-plugin .msp-btn-action[disabled]:focus{color:#c9d1de}.msp-plugin .msp-btn-commit-on,.msp-plugin .msp-btn-commit-on:active,.msp-plugin .msp-btn-commit-on:focus{color:#68befd;background:#0d0e12}.msp-plugin .msp-btn-commit-on:hover{color:#51a2fb;background:#07080b}.msp-plugin .msp-btn-commit-on[disabled],.msp-plugin .msp-btn-commit-on[disabled]:hover,.msp-plugin .msp-btn-commit-on[disabled]:active,.msp-plugin .msp-btn-commit-on[disabled]:focus{color:#63bcfd}.msp-plugin .msp-btn-commit-off,.msp-plugin .msp-btn-commit-off:active,.msp-plugin .msp-btn-commit-off:focus{color:#ccd4e0;background:#090a0c}.msp-plugin .msp-btn-commit-off:hover{color:#51a2fb;background:#030405}.msp-plugin .msp-btn-commit-off[disabled],.msp-plugin .msp-btn-commit-off[disabled]:hover,.msp-plugin .msp-btn-commit-off[disabled]:active,.msp-plugin .msp-btn-commit-off[disabled]:focus{color:#c9d1de}.msp-plugin .msp-btn-commit-on:hover{color:#0393fc}.msp-plugin select.msp-form-control,.msp-plugin .msp-control-row select,.msp-plugin select.msp-btn{background:none;background-color:#0c0d11;background-size:8px 12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:right 10px center;padding-right:24px}.msp-plugin select.msp-form-control:-moz-focusring,.msp-plugin .msp-control-row select:-moz-focusring,.msp-plugin select.msp-btn:-moz-focusring{color:transparent;text-shadow:0 0 0 #ccd4e0}.msp-plugin .msp-default-bg{background:#111318}.msp-plugin .msp-transparent-bg{background:transparent}.msp-plugin .msp-no-hover-outline:hover{color:#51a2fb;background-color:inherit;border:none;outline-offset:0!important;outline:none!important}.msp-plugin .msp-control-row{position:relative;height:32px;background:#111318;margin-top:1px}.msp-plugin .msp-control-row>span.msp-control-row-label,.msp-plugin .msp-control-row>button.msp-control-button-label{line-height:32px;display:block;width:120px;text-align:right;padding:0 10px;color:#9cacc3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-control-row>button.msp-control-button-label{background:#111318;cursor:pointer}.msp-plugin .msp-control-row .msp-control-current{background:#111318}.msp-plugin .msp-control-row>div{background:#0c0d11}.msp-plugin .msp-control-row>.msp-flex-row,.msp-plugin .msp-control-row>.msp-state-image-row{background:#111318}.msp-plugin .msp-toggle-button>div>button:hover{border-color:#16191f!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-toggle-color-picker button{border:10px solid rgb(11.7134146341,13.0914634146,16.5365853659)!important;margin:0;text-align:center;padding-right:10px;padding-left:10px}.msp-plugin .msp-toggle-color-picker button:hover{border-color:#16191f!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-toggle-color-picker .msp-color-picker{position:absolute;z-index:100000;background:#111318;border-top:1px solid #111318;padding-bottom:5px;width:100%}.msp-plugin .msp-accent-offset{padding-left:1px;margin-left:8px;border-left:2px solid rgb(214.262195122,113.4329268293,24.237804878)}.msp-plugin .msp-control-group-header{background:#111318}.msp-plugin .msp-control-group-header>button,.msp-plugin .msp-control-group-header div{padding-left:4px;text-align:left;height:24px!important;line-height:24px!important;font-size:85%!important;background:#111318!important;color:#9cacc3}.msp-plugin .msp-control-group-header>span{padding-left:5px;line-height:21.3333333333px;font-size:70%;background:#111318;color:#9cacc3}.msp-plugin .msp-control-current{background:#111318}.msp-plugin .msp-control-group-footer{background:#1c1f27;height:5px;font-size:1px;margin-top:1px}.msp-plugin .msp-control-group-expander{display:block;position:absolute;line-height:32px;padding:0;left:0;top:0;width:120px;text-align:left;background:transparent}.msp-plugin .msp-row-text{height:32px;position:relative;background:#111318;margin-top:1px}.msp-plugin .msp-row-text>div{line-height:32px;text-align:center;color:#9cacc3}.msp-plugin .msp-help:hover span{display:inline-block;background:linear-gradient(#111318,#111318cc)}.msp-plugin .msp-help-text{position:relative;background:#111318;margin-top:1px}.msp-plugin .msp-help-text>div{padding:5px 10px;text-align:left;color:#9cacc3}.msp-plugin .msp-help-text>p{padding:5px 10px;text-align:left;color:#9cacc3}.msp-plugin .msp-image-preview{position:relative;background:#111318;margin-top:1px;padding:10px}.msp-plugin .msp-copy-image-wrapper div{font-weight:700;padding:3px;margin:1px 0;width:100%;background:#0c0d11;text-align:center}.msp-plugin .msp-control-text-area-wrapper textarea,.msp-plugin .msp-text-area-wrapper textarea{border:none;width:100%;height:100%;background:#0c0d11;padding:5px 10px;resize:none;font-size:12px;line-height:16px}.msp-plugin .msp-slider-base-rail{position:absolute;width:100%;background-color:#1f222b;height:4px;border-radius:2px}.msp-plugin .msp-slider-base-track{position:absolute;left:0;height:4px;border-radius:6px;background-color:tint(#ccd4e0,60%)}.msp-plugin .msp-slider-base-handle{position:absolute;margin-left:-11px;margin-top:-9px;width:22px;height:22px;cursor:pointer;border-radius:50%;background-color:#ccd4e0;border:4px solid rgb(30.7451219512,34.362195122,43.4048780488)}.msp-plugin .msp-slider-base-handle:hover{background-color:#51a2fb}.msp-plugin .msp-slider-base-step{position:absolute;width:100%;height:4px;background:transparent}.msp-plugin .msp-slider-base-dot-active{border-color:tint(#ccd4e0,50%)}.msp-plugin .msp-slider-base-disabled{background:#111318;opacity:.35}.msp-plugin .msp-description{padding:10px;font-size:85%;background:#111318;text-align:center;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;font-weight:light;cursor:default}.msp-plugin .msp-description:not(:first-child){border-top:1px solid rgb(30.7451219512,34.362195122,43.4048780488)}.msp-plugin .msp-no-webgl{position:absolute;width:100%;height:100%;left:0;top:0;display:table;text-align:center;background:#111318}.msp-plugin .msp-combined-color-button{border:4px solid rgb(11.7134146341,13.0914634146,16.5365853659)!important;margin:0;text-align:center;padding-right:10px;padding-left:10px}.msp-plugin .msp-combined-color-button:hover{border-color:#16191f!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-combined-color-swatch .msp-btn:hover,.msp-plugin .msp-combined-color-swatch .msp-control-row button:hover,.msp-plugin .msp-control-row .msp-combined-color-swatch button:hover{outline-offset:-1px!important;outline:1px solid rgb(54.006097561,60.3597560976,76.243902439)!important}.msp-plugin .msp-action-select option:first-child{color:#9cacc3}.msp-plugin .msp-simple-help-section{height:28px;line-height:28px;margin-top:5px;margin-bottom:5px;padding:0 10px;font-weight:500;background:#111318;color:#ccd4e0}.msp-plugin .msp-left-panel-controls-buttons{position:absolute;width:32px;top:0;bottom:0;padding-top:10px;background:#111318}.msp-plugin .msp-left-panel-controls-button-data-dirty{position:absolute;width:6px;height:6px;background:#d67118;border-radius:3px;right:6px;bottom:6px}.msp-plugin .msp-shape-filled{fill:#ccd4e0;stroke:#ccd4e0}.msp-plugin .msp-shape-empty{fill:none;stroke:#ccd4e0}.msp-plugin .msp-25-lower-contrast-text{color:#7d91b0}.msp-plugin .msp-section-header{height:32px;line-height:32px;margin-top:10px;margin-bottom:10px;text-align:right;padding:0 10px;font-weight:700;background:#111318;overflow:hidden;cursor:default}.msp-plugin .msp-current-header{height:32px;line-height:32px;margin-bottom:10px;text-align:center;font-weight:700;background:#111318}.msp-plugin .msp-flex-row,.msp-plugin .msp-state-image-row{margin-top:1px;background:#111318;display:flex;flex-direction:row;width:inherit;height:32px}.msp-plugin .msp-flex-row>button.msp-control-button-label,.msp-plugin .msp-state-image-row>button.msp-control-button-label{background:#111318}.msp-plugin .msp-state-list>li>button:first-child{text-align:left;border-left:10px solid rgb(42.3756097561,47.3609756098,59.8243902439)!important}.msp-plugin .msp-tree-row{position:relative;margin-top:0;margin-bottom:1px;background:transparent}.msp-plugin .msp-tree-row .msp-btn-tree-label>small{color:#8d9fb9}.msp-plugin .msp-viewport-top-left-controls .msp-traj-controls{line-height:32px;float:left;margin-right:10px;background-color:#0c0d11}.msp-plugin .msp-viewport-top-left-controls .msp-traj-controls>span{color:#ccd4e0;margin-left:10px;margin-right:10px;font-size:85%;display:inline-block}.msp-plugin .msp-viewport-top-left-controls .msp-state-snapshot-viewport-controls>button{background-color:#0c0d11}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls .msp-animation-viewport-controls-select{width:290px;position:absolute;left:0;margin-top:10px;background:#1f222b}.msp-plugin .msp-selection-viewport-controls-actions{position:absolute;width:100%;top:32px;background:#1f222b}.msp-plugin .msp-selection-viewport-controls select.msp-form-control,.msp-plugin .msp-selection-viewport-controls select.msp-btn,.msp-plugin .msp-selection-viewport-controls .msp-control-row select,.msp-plugin .msp-control-row .msp-selection-viewport-controls select{padding:0 5px;text-align:center;background:#0c0d11;flex:0 0 80px;text-overflow:ellipsis}.msp-plugin .msp-control-group-presets-wrapper .msp-control-group-header{background:transparent}.msp-plugin .msp-control-group-presets-wrapper button{background:transparent!important}.msp-plugin .msp-type-class-Root{border-left-color:#111318}.msp-plugin .msp-type-class-Group{border-left-color:#d67118}.msp-plugin .msp-type-class-Data{border-left-color:#6d8082}.msp-plugin .msp-type-class-Object{border-left-color:#25a25a}.msp-plugin .msp-type-class-Representation3D{border-left-color:#258cd1}.msp-plugin .msp-type-class-Behavior{border-left-color:#804399}.msp-plugin .msp-accent-color-cyan{color:#6d8082}.msp-plugin .msp-accent-bg-cyan{background:#6d8082}.msp-plugin .msp-transform-header-brand-cyan{border-bottom:1px solid rgb(108.8538461538,128.4230769231,129.6461538462)}.msp-plugin .msp-transform-header-brand-cyan:active,.msp-plugin .msp-transform-header-brand-cyan:focus{border-bottom:1px solid rgb(108.8538461538,128.4230769231,129.6461538462)}.msp-plugin .msp-accent-color-red{color:#bf2718}.msp-plugin .msp-accent-bg-red{background:#bf2718}.msp-plugin .msp-transform-header-brand-red{border-bottom:1px solid rgb(190.9931506849,39.1780821918,23.5068493151)}.msp-plugin .msp-transform-header-brand-red:active,.msp-plugin .msp-transform-header-brand-red:focus{border-bottom:1px solid rgb(190.9931506849,39.1780821918,23.5068493151)}.msp-plugin .msp-accent-color-gray{color:#22303d}.msp-plugin .msp-accent-bg-gray{background:#22303d}.msp-plugin .msp-transform-header-brand-gray{border-bottom:1px solid rgb(33.8356164384,47.5,61.1643835616)}.msp-plugin .msp-transform-header-brand-gray:active,.msp-plugin .msp-transform-header-brand-gray:focus{border-bottom:1px solid rgb(33.8356164384,47.5,61.1643835616)}.msp-plugin .msp-accent-color-green{color:#25a25a}.msp-plugin .msp-accent-bg-green{background:#25a25a}.msp-plugin .msp-transform-header-brand-green{border-bottom:1px solid rgb(36.616,162.384,89.948)}.msp-plugin .msp-transform-header-brand-green:active,.msp-plugin .msp-transform-header-brand-green:focus{border-bottom:1px solid rgb(36.616,162.384,89.948)}.msp-plugin .msp-accent-color-purple{color:#804399}.msp-plugin .msp-accent-bg-purple{background:#804399}.msp-plugin .msp-transform-header-brand-purple{border-bottom:1px solid rgb(127.949790795,67.1966527197,152.8033472803)}.msp-plugin .msp-transform-header-brand-purple:active,.msp-plugin .msp-transform-header-brand-purple:focus{border-bottom:1px solid rgb(127.949790795,67.1966527197,152.8033472803)}.msp-plugin .msp-accent-color-blue{color:#258cd1}.msp-plugin .msp-accent-bg-blue{background:#258cd1}.msp-plugin .msp-transform-header-brand-blue{border-bottom:1px solid rgb(36.9790794979,139.6987447699,208.5209205021)}.msp-plugin .msp-transform-header-brand-blue:active,.msp-plugin .msp-transform-header-brand-blue:focus{border-bottom:1px solid rgb(36.9790794979,139.6987447699,208.5209205021)}.msp-plugin .msp-accent-color-orange{color:#d67118}.msp-plugin .msp-accent-bg-orange{background:#d67118}.msp-plugin .msp-transform-header-brand-orange{border-bottom:1px solid rgb(214.262195122,113.4329268293,24.237804878)}.msp-plugin .msp-transform-header-brand-orange:active,.msp-plugin .msp-transform-header-brand-orange:focus{border-bottom:1px solid rgb(214.262195122,113.4329268293,24.237804878)}.msp-plugin .msp-drag-drop-overlay{border:12px dashed #ccd4e0;background:#0000005c;display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;font-size:48px;font-weight:700}.msp-plugin .msp-overlay-tasks .msp-task-state>div{height:32px;margin-top:1px;position:relative;width:100%;background:#111318}.msp-plugin .msp-overlay-tasks .msp-task-state>div>div{height:32px;line-height:32px;display:inline-block;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default;white-space:nowrap;background:#111318;position:absolute}.msp-plugin .msp-background-tasks .msp-task-state>div{height:32px;margin-top:1px;position:relative;width:100%;background:#111318}.msp-plugin .msp-background-tasks .msp-task-state>div>div{height:32px;line-height:32px;display:inline-block;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default;white-space:nowrap;background:#111318;position:absolute}.msp-plugin .msp-viewport{position:absolute;left:0;top:0;right:0;bottom:0;background:#111318}.msp-plugin .msp-viewport-host3d>canvas{background-color:#111318;background-image:linear-gradient(45deg,lightgrey 25%,transparent 25%,transparent 75%,lightgrey 75%,lightgrey),linear-gradient(45deg,lightgrey 25%,transparent 25%,transparent 75%,lightgrey 75%,lightgrey);background-size:60px 60px;background-position:0 0,30px 30px}.msp-plugin .msp-viewport-controls-buttons .msp-btn-link-toggle-off{color:#637ca0}.msp-plugin .msp-viewport-controls-buttons .msp-btn-link:hover{color:#51a2fb}.msp-plugin .msp-semi-transparent-background{background:#111318;opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%}.msp-plugin .msp-hover-box-wrapper .msp-hover-box-body{visibility:hidden;position:absolute;right:36px;top:0;width:100px;background-color:#111318}.msp-plugin .msp-viewport-controls-panel{width:290px;top:0;right:36px;position:absolute;background:#1f222b}.msp-plugin .msp-highlight-info{color:#51a2fb;padding:3px 10px;background:#111318;opacity:90%;max-width:400px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-highlight-info-hr{margin-inline:0px;margin-block:3px;border:none;height:1px;background-color:#51a2fb}.msp-plugin .msp-highlight-info-additional{font-size:85%;display:inline-block;color:#056ee1}.msp-plugin .msp-snapshot-description-wrapper{background:#11131880;position:absolute;left:0;top:42px;padding:6.6px 10px;max-height:224px;overflow:hidden;overflow-y:auto;max-width:400px}.msp-plugin .msp-snapshot-description-wrapper a{text-decoration:underline;cursor:pointer;color:#ccd4e0}.msp-plugin .msp-log{position:absolute;right:-20px;top:0;left:0;bottom:0;overflow-y:scroll;overflow-x:hidden;background:#1f222b;font-size:90%}.msp-plugin .msp-log{color:#bcc7d6}.msp-plugin .msp-log li{clear:both;margin:0;background:#111318;position:relative}.msp-plugin .msp-log li:not(:last-child){border-bottom:1px solid rgb(48.7195121951,54.4512195122,68.7804878049)}.msp-plugin .msp-log .msp-log-entry{margin-left:110px;background:#14171c;padding:3px 25px 3px 10px}.msp-plugin .msp-log .msp-log-timestamp{padding:3px 10px;float:left;text-align:right;width:110px;color:#8d9fb9;font-size:100%}.msp-plugin .msp-sequence{position:absolute;right:0;top:0;left:0;bottom:0;background:#111318}.msp-plugin .msp-sequence-select{position:relative;height:24px;width:100%;margin-bottom:1px;background:#1f222b;text-align:left}.msp-plugin .msp-sequence-select>select{display:inline-block;max-width:120px;width:auto;text-overflow:ellipsis;font-size:85%;height:24px;line-height:24px;background-size:6px 8px;background-color:#1f222b}.msp-plugin .msp-sequence-wrapper-non-empty{font-size:85%;line-height:180%;font-family:Courier New,monospace;background:#0c0d11;width:100%;overflow-y:auto;overflow-x:hidden;position:absolute;top:25px;left:0;bottom:0;right:0}.msp-plugin .msp-sequence-chain-label{margin-left:10px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#51a2fb;font-size:90%;line-height:90%;padding-left:.2em}.msp-plugin .msp-sequence-wrapper .msp-sequence-label{color:#51a2fb;font-size:90%;line-height:90%;padding-bottom:1em;padding-left:.2em}.msp-plugin .msp-sequence-wrapper .msp-sequence-number{color:#51a2fb;word-break:keep-all;cursor:default;position:relative;top:-1.1em;left:3.1em;padding:0;margin-left:-3em;font-size:80%;pointer-events:none}.msp-plugin .msp-sequence-wrapper .msp-sequence-present{color:#ccd4e0}.msp-plugin .msp-sequence-wrapper .msp-sequence-missing{color:#4b5e7b;cursor:default}.msp-plugin .msp-layout-right,.msp-plugin .msp-layout-left{background:#1f222b}.msp-plugin .msp-transform-update-wrapper>.msp-transform-header>button,.msp-plugin .msp-transform-update-wrapper-collapsed>.msp-transform-header>button{text-align:left;padding-left:32px;line-height:24px;background:#16191f}.msp-plugin .msp-transform-wrapper>.msp-transform-header>button{text-align:left;background:#111318;font-weight:700;padding-right:5px}.msp-plugin .msp-transform-header>button:hover{color:#9cacc3}.msp-plugin .msp-transform-header-brand svg{fill:#ccd4e0;stroke:#ccd4e0}.msp-plugin .msp-transform-default-params{background:#111318;position:absolute;left:0;top:0;width:32px;padding:0}.msp-plugin .msp-transform-default-params:hover{background:#000}.msp-plugin .msp-transform-refresh{width:87px;margin-left:33px;background:#111318;text-align:right}.msp-plugin .msp-toast-container .msp-toast-entry{color:#ccd4e0;background:#1f222b;position:relative;float:right;min-height:32px;margin-top:10px;border:1px solid rgb(48.7195121951,54.4512195122,68.7804878049);display:table}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-title{height:100%;line-height:32px;padding:0 10px;background:#111318;font-weight:700;display:table-cell;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;font-weight:light;cursor:pointer}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a{text-decoration:none;color:#68befd;font-weight:700}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:hover{text-decoration:underline;color:#0393fc}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:active,.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:focus{color:#68befd;outline-offset:0;outline:none}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-hide .msp-btn-icon{background:transparent;position:absolute;top:1px;right:0;left:0;bottom:0;width:100%;text-align:right;padding-right:5px}.msp-plugin .msp-help-row{position:relative;height:32px;background:#111318;margin-top:1px;display:table;width:100%}.msp-plugin .msp-help-row>span{width:120px;text-align:right;padding:3px 10px;color:#9cacc3;display:table-cell;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-help-row>div{background:#0c0d11;position:relative;padding:3px 10px;display:table-cell}.msp-plugin .msp-logo{display:block;position:absolute;bottom:10px;right:10px;height:32px;width:100px;background-repeat:no-repeat;background-position:bottom right;background-size:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAAgCAYAAABn7+QVAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTACUobeu8AA0nuTXkVhmBlgKAMOMzSxIaICEUVEmiJIUMSA0VAkVkSxEBRUsAckCCgxGEVULG9G1ouurLz38vL746xv7bP3ufvsvc9aFwCSpy+XlwZLAZDKE/CDPJzpEZFRdOwAgAEeYIApAExWRrpfsHsIEMnLzYWeIXICXwQB8HpYvAJw09AzgE4H/5+kWel8geiYABGbszkZLBEXiDglS5Auts+KmBqXLGYYJWa+KEERy4k5YZENPvsssqOY2ak8tojFOaezU9li7hXxtkwhR8SIr4gLM7mcLBHfErFGijCVK+I34thUDjMDABRJbBdwWIkiNhExiR8S5CLi5QDgSAlfcdxXLOBkC8SXcklLz+FzExIFdB2WLt3U2ppB9+RkpXAEAsMAJiuZyWfTXdJS05m8HAAW7/xZMuLa0kVFtjS1trQ0NDMy/apQ/3Xzb0rc20V6Gfi5ZxCt/4vtr/zSGgBgzIlqs/OLLa4KgM4tAMjd+2LTOACApKhvHde/ug9NPC+JAkG6jbFxVlaWEZfDMhIX9A/9T4e/oa++ZyQ+7o/y0F058UxhioAurhsrLSVNyKdnpDNZHLrhn4f4Hwf+dR4GQZx4Dp/DE0WEiaaMy0sQtZvH5gq4aTw6l/efmvgPw/6kxbkWidL4EVBjjIDUdSpAfu0HKAoRINH7xV3/o2+++DAgfnnhKpOLc//vN/1nwaXiJYOb8DnOJSiEzhLyMxf3xM8SoAEBSAIqkAfKQB3oAENgBqyALXAEbsAb+IMQEAlWAxZIBKmAD7JAHtgECkEx2An2gGpQBxpBM2gFx0EnOAXOg0vgGrgBboP7YBRMgGdgFrwGCxAEYSEyRIHkIRVIE9KHzCAGZA+5Qb5QEBQJxUIJEA8SQnnQZqgYKoOqoXqoGfoeOgmdh65Ag9BdaAyahn6H3sEITIKpsBKsBRvDDNgJ9oFD4FVwArwGzoUL4B1wJdwAH4U74PPwNfg2PAo/g+cQgBARGqKKGCIMxAXxR6KQeISPrEeKkAqkAWlFupE+5CYyiswgb1EYFAVFRxmibFGeqFAUC7UGtR5VgqpGHUZ1oHpRN1FjqFnURzQZrYjWR9ugvdAR6AR0FroQXYFuQrejL6JvoyfQrzEYDA2jjbHCeGIiMUmYtZgSzD5MG+YcZhAzjpnDYrHyWH2sHdYfy8QKsIXYKuxR7FnsEHYC+wZHxKngzHDuuCgcD5ePq8AdwZ3BDeEmcQt4Kbwm3gbvj2fjc/Cl+EZ8N/46fgK/QJAmaBPsCCGEJMImQiWhlXCR8IDwkkgkqhGtiYFELnEjsZJ4jHiZOEZ8S5Ih6ZFcSNEkIWkH6RDpHOku6SWZTNYiO5KjyALyDnIz+QL5EfmNBEXCSMJLgi2xQaJGokNiSOK5JF5SU9JJcrVkrmSF5AnJ65IzUngpLSkXKabUeqkaqZNSI1Jz0hRpU2l/6VTpEukj0lekp2SwMloybjJsmQKZgzIXZMYpCEWd4kJhUTZTGikXKRNUDFWb6kVNohZTv6MOUGdlZWSXyYbJZsvWyJ6WHaUhNC2aFy2FVko7ThumvVuitMRpCWfJ9iWtS4aWzMstlXOU48gVybXJ3ZZ7J0+Xd5NPlt8l3yn/UAGloKcQqJClsF/hosLMUupS26WspUVLjy+9pwgr6ikGKa5VPKjYrzinpKzkoZSuVKV0QWlGmabsqJykXK58RnlahaJir8JVKVc5q/KULkt3oqfQK+m99FlVRVVPVaFqveqA6oKatlqoWr5am9pDdYI6Qz1evVy9R31WQ0XDTyNPo0XjniZek6GZqLlXs09zXktbK1xrq1an1pS2nLaXdq52i/YDHbKOg84anQadW7oYXYZusu4+3Rt6sJ6FXqJejd51fVjfUp+rv09/0ABtYG3AM2gwGDEkGToZZhq2GI4Z0Yx8jfKNOo2eG2sYRxnvMu4z/mhiYZJi0mhy31TG1Ns037Tb9HczPTOWWY3ZLXOyubv5BvMu8xfL9Jdxlu1fdseCYuFnsdWix+KDpZUl37LVctpKwyrWqtZqhEFlBDBKGJet0dbO1husT1m/tbG0Edgct/nN1tA22faI7dRy7eWc5Y3Lx+3U7Jh29Xaj9nT7WPsD9qMOqg5MhwaHx47qjmzHJsdJJ12nJKejTs+dTZz5zu3O8y42Lutczrkirh6uRa4DbjJuoW7Vbo/c1dwT3FvcZz0sPNZ6nPNEe/p47vIc8VLyYnk1e816W3mv8+71IfkE+1T7PPbV8+X7dvvBft5+u/0erNBcwVvR6Q/8vfx3+z8M0A5YE/BjICYwILAm8EmQaVBeUF8wJTgm+Ejw6xDnkNKQ+6E6ocLQnjDJsOiw5rD5cNfwsvDRCOOIdRHXIhUiuZFdUdiosKimqLmVbiv3rJyItogujB5epb0qe9WV1QqrU1afjpGMYcaciEXHhsceiX3P9Gc2MOfivOJq42ZZLqy9rGdsR3Y5e5pjxynjTMbbxZfFTyXYJexOmE50SKxInOG6cKu5L5I8k+qS5pP9kw8lf0oJT2lLxaXGpp7kyfCSeb1pymnZaYPp+umF6aNrbNbsWTPL9+E3ZUAZqzK6BFTRz1S/UEe4RTiWaZ9Zk/kmKyzrRLZ0Ni+7P0cvZ3vOZK577rdrUWtZa3vyVPM25Y2tc1pXvx5aH7e+Z4P6hoINExs9Nh7eRNiUvOmnfJP8svxXm8M3dxcoFWwsGN/isaWlUKKQXziy1XZr3TbUNu62ge3m26u2fyxiF10tNimuKH5fwiq5+o3pN5XffNoRv2Og1LJ0/07MTt7O4V0Ouw6XSZfllo3v9tvdUU4vLyp/tSdmz5WKZRV1ewl7hXtHK30ru6o0qnZWva9OrL5d41zTVqtYu712fh9739B+x/2tdUp1xXXvDnAP3Kn3qO9o0GqoOIg5mHnwSWNYY9+3jG+bmxSaips+HOIdGj0cdLi32aq5+YjikdIWuEXYMn00+uiN71y/62o1bK1vo7UVHwPHhMeefh/7/fBxn+M9JxgnWn/Q/KG2ndJe1AF15HTMdiZ2jnZFdg2e9D7Z023b3f6j0Y+HTqmeqjkte7r0DOFMwZlPZ3PPzp1LPzdzPuH8eE9Mz/0LERdu9Qb2Dlz0uXj5kvulC31OfWcv210+dcXmysmrjKud1yyvdfRb9Lf/ZPFT+4DlQMd1q+tdN6xvdA8uHzwz5DB0/qbrzUu3vG5du73i9uBw6PCdkeiR0TvsO1N3U+6+uJd5b+H+xgfoB0UPpR5WPFJ81PCz7s9to5ajp8dcx/ofBz++P84af/ZLxi/vJwqekJ9UTKpMNk+ZTZ2adp++8XTl04ln6c8WZgp/lf619rnO8x9+c/ytfzZiduIF/8Wn30teyr889GrZq565gLlHr1NfL8wXvZF/c/gt423fu/B3kwtZ77HvKz/ofuj+6PPxwafUT5/+BQOY8/xvJtwPAAAACXBIWXMAAC4iAAAuIgGq4t2SAAANMElEQVRoQ92aB1xURx7H/69sY5eOFBELCipESsSC0RCMJRZMrICHGiMmGjWaqDk7YEsuGok5TS6xi56KGtsFG6jBiAYLKhqVc8GGBZG+fd97N+/twNJWFksS7/v5DG/nN/OG/fze/838Z4CA/wMCE9d9W8oQ3mUMBSojBTqWAuBQAweHIC56lanXHw8xJixM6qhQNcX1KuQykluyKzMPVxvF5XUh3hIpgFSiQz8AJBItSKU6sCsX55P9byLxxRKwYl3W5O6dg5o62IMRmcpyBBz87wNYcyH3R4iL+gh3+8MhHaTqYJKUKO2dPYTigIqza1MlLZLnzh3arQ/uZzVn14YOIGRyJWXrqgR5U6VI1kRJS92VBEEry+wrAnC3F04XL3cY4OMF7/p6weC2zSDQzQG3/IlM7dspdPmU0VxtLqYf5haM6HYOBYLVUwcXByQy92JxXioexUzFhT5cySn3TrjrC4WP3EsPHuPfZGJVZg4HCdt/wF0aT8LWUHT/jTpl4fZU3KNBSHytQ0D33uDR0qfjoqg3hmOpQU65d4u2cW4X6NCyJ1ZeIeKSFRC3p1q4kzYdmzr6Zk98p6rsj+rhi0KoFe5gIm53M/ypDhbNJQgC3kbTFUGSi+LiwmgsWyQ5zk9McESCZ8gEVHvF1kneWJI5CJT2SHWDbUQ0vNbEvqr4OClwCyZ+RzSQ+psomqOwUgOL5vL4BIdCi/aBvtJb3AdYsoirs0usnWfH1vbNOmPlFWHmWlve2DFB3t0nhvh0qm2wRRZuG+ksFyUlDe4qcbYRJ0H8v6NxSxVPNZcnPPJDIAlY8PWnXWVYqsPhZb3lDAfzW3T50xbmZ+MfyFhbRcr7yNj1EZ1gdb+O8DFvMKk7it4+ywYjY11k0s1po8KpmA4tITUmnHaWS5HBKJKr0aC5zXw6QJvgNzyhXDIZS3UgCN3UJq3fdLd188PKs3H8+Bjpvn2x/jv2TwnbsOezt3/YPavTss3TXXHzi4U3Vic/+H5gq+7rkLEkmgb5yWwVb3CnNiFAcD+aOtaGaMobmzrqLaoyIwlC11RkNB/JvPGCiGjQXJ43h8QCSRGzEqeG1Xmah77u48QCPdM7NBYrjSPveJg069i7H2UcjUpndWSZrZ3bFRfHlic8nL1TnezcM2Vyh0dLtsbnzdu8JHHW5qVt8G3Pj9qOT4RYluOE/UYllQZPCvFxMik1cbGRSKsbWwlKUPhxhDGxZJ25Ls28oX2X3k60HmZiqQqDTj+rqX8fB7lTC6xYT2569zA9Jb5m7xz8r3aB03uE9fpOFP7WYujZ/TPo22MSDOs1FT4ePBfG9ZvQsod/12kUJf190prli4YnJ6Mt2HOSMKICGLL/5su3Tn6wPxMYZE4lvMH/RAZP6NjaJGBsJSJIi3mrTg6d9bAYem05YSxS6WJgQdR2LFtnLk9oxFigRaKpq2aEuWMJDizu6UlQosltuo3FivU8zgyOkEhkRzz941u2CogDxyYhgMzDrWb4rMXN0Q36vN4TZr43XuTt0WyeoiR/MwqV509JqgzOSx+77zcw8nGM4UMx2r+5qYJpqpByHVztcc3E+QdFXJWx8dE78MgCDaZYldi5eIB/jwj577/+NB9VJ/GajmHj2nYZKpPZNW5aVJ9v2ULDwlaXdsvFYlvzpo1l9PD4yXUoKStAY3MgFjuAexNvcFA4C+32NgqY3HcofHFg18ioH1adRSHyjdBgCQJaQ/y2SFyzAIMKuSkp+1YAepIOGwZ1Bgo9UGu4gCK2z9ZfoEit3yMI1X8XxZwh+B2al2/7jOnfbsKqGaNeB7RYgmsAmvJi2LHkbwaC0baXyElKKpVe7f/JVlpsY4978Abp0PxsvqcSVVZfMGoud3Z44+HZ8vOeG2m3GWOkntNwK8CTgky4eiWJK9fqflUZJRe0jFirZmgvDSPu29or2PmdzhEgpkVC3/ziIpiRvL1ETUua74+NLed3aEnRg4IC3F2Edp6DNx/AmqxcXLMeFK0w3M8L1yxToTfCtCNZUKTRY8VMZv4TyC/VxFiM3OM7N0BudiaMW/g9VgBkto7QIWyYKDstaSEYGdo3dEQNY/n5/EbKJHBq2QPcOozBWk24K00UGgM3QuI2GisA5cVXIOdyYqHeKBo0cEDSaSwLLNu8TJ5968o6LQORI3oMETRPRycI9GrhkHH7Di/UjQpEvzYeQnlZKMQ0rB1Y/25+xO4M2Fl61/KcazTo4W5ONuRcOIUVEx3CI0Fqax8lljsO9w2tuTMuyksHVcHvwKHX2xIcU9aFsgmQEbR5MX50aztQYJzWu19NY3lmjp6pekIrxmbfvv6woLQQqwCBzZujn0SYqfbX5KkLGprVL51IXgMcW5VdgFgqh4DwkaR/WAxBi837Co5j4Hbmj3wucglL9cJy4ENKzRkVf5+q9Bqnpol9WKpDYuR0DfoKabcL8rGCotfBEQ0GLy41ewk81VyWIfYV3lNmXj2NNizVaNvtPfBBc2B1Hl07BKqi2xkkyf0HSxYg0D7eFn9G5rJ69EAYfXj4zgos1QtaYoq16G2qRCYWA0dw5oFqcb9cAyfvPG50ufq4FI/wdPg5t777+VKoNh1ZPzVbIAiWIwl69qm9G9Lad+kJFF5QKFosXCthjXrI/W0jsCw5G62+Tz0D5p8mU3sxrp7FWwClZKYcHWMawvKqvuf6PZh86HwBusW6VY0g/FzlEru0mHAsPB05mnN3X7sHKzNz+K91Df2o+VQIorDBVGz2lpPHvhobdvRy+v7ewT2HYrUmdy/tBU3po5Ren55MP7e+a6MP2F8aHLHXqr9ExO8Y46oQr08bFS6cflkD/1gT+wYLH1aeydGCSD8Q5ox5Ymo1YdUmgqTI2ZkpWziDToMVM0adCpRntrAERc/B0qvFImSsrWAsWdvYx/j1rkRtYNBGo+bbk9gnGKZ19Q0GgzgVlm4yJeQYq8ydsfb4eW158a6LaTuxYkaZuQN0mrLtb39y/KkL2V+Shdved7URrz9Wj7Fn7xfBuAOZuGbiTqkKRu09Y8HgtkFg5A3+qcpgq8zloUT0vItpyUZthXlq0amKQfnbTgNw5AIsvTos3o2SYGL10vAA0r8eY/mdV4nWgBUz26/eqWMwz7JeQeDrbIcM1idgyXpzp6xOyzHoVBuyUrdiBeD6ySQw6DVr+n9+XImlBmE5ggHOiGs8wleg0G7e8urEQwBNEuavywjpYY2BGse8oQ9QHjgM7bK0/ApfiWDslhOGEq1+NZZqwnH526/cOVbdYP7K13OelKcBY/O5ICKsNpeHFJMJ1zL2aVQlBaAqfgDKswdUKIFYhJutAqVqDznDI1xDdbRVFkkc6YzDQ9piqX448HNSmE+jitVq/mkU4OqzERd9sEJnGNJ/W7pgcGalsTp9FDLRdF5QGwJ0wNpEoAhOi0GGao0M8Fe+DkzpIEgYpMY9G2fuxMRj+axBvyrryEbITtsIjNGwcuDnvzzEzVahJ+gsVnURfTK/Vg6uYUDSNH8gVG/0Ltqy6E2FVNajjYf5WFNZ8AhQcvb88zxvsIEZzBvcV4hYYyQsiP4Jt9YPbyAycgcytM2qn4G/moz9qMpYnkaZK0CIv8y9cKQk72JqkYqAZVi1GmlAxXVGX3DdWHYGKwDurSLBxrb1yLRDo/ftTxkflpQyxW5lyhTJ97vm+azYNneWiCJ+HtxtICnCeTZ/wH0m9yaQHHNAEJ6X+ZGHeINLtLpIiIusP2JrwxspJyLyyzVL+WttY3kabe74xCNFBMd+xXDcl2MTfinBcqPggP5Kfe+bqimTomTwWkg8tPaNjLC3bX5CxtKljjqxViGzyfFrFfTFB/3GK3w9zTvd49eyobCsNGPvlCl1ziKeGWQwxI2sYWx2QamwsFWWcQfO4hbM9EgNLIiaK1zrofGRy8PQ34o1mmf+Hyz5/nub9Kprh4qVS4WzBR6SFEOLVv3hze7zYOiAFTDqveUQ03829O0yDJrYm8+Lr9+/AztOn1SxHPNy/xoqklxEi9qAo7kPq0rGvcIBaOIah3s0yDOZO/rro6rIxDP1Pi1rIBKABb3tiIqCw0fzL38GmvKbuMUyOoMODmf9Ct8d3l3CsfpByR9Pu4KbXg5zhjxBUZlSp8yPPoF7NIhwWG5jb5/h16kbltBrShLw+K4SCvOVCYt2no7HslWg7e9iW5fWcxVNvIGmGVMRGYEoO4zmykLhsBx3heTk4VSgW+lENSObQ8n9POSOHUEi90L97dHOlQKtXg9FFSVwu+A+XLmbx5Tp2F1qhvr7d7Ezb+MhBPjD8tdbNA+SSGSgYwmUGpFwo7AczuYX/an/iEdM6B3qKqbZAbguIKJQEZEosYSLi3efzsKyVZxd3/V1Cc0FisQMGsMAUqkBXfXoqgXChjlgF/LAfCiLOXfuQ5G2tDRcY5CGaRhxO41R4qJlRJSaEZVrjOLbapY6Z9BASkJswn18Sw2CVqx/t5ghncoZElQsBTqm8u+X3A0UaRm48gcD8D/XZskfp8IFSwAAAABJRU5ErkJggg==)}.msp-plugin .msp-plugin-content{color:#ccd4e0}.msp-plugin .msp-svg-text{fill:#ccd4e0}.msp-plugin{background:#111318}.msp-plugin ::-webkit-scrollbar-thumb{background-color:#80808080;border-radius:10px;border:solid 1px transparent;background-clip:content-box}.msp-plugin .pdbemolstar-overlay svg.pdbe-animated-logo{background-color:transparent;width:100%;height:100%;opacity:80%}.msp-plugin .pdbemolstar-state-gallery-title-box{width:500px;max-width:100%;background-color:#0c0d11;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.msp-plugin .pdbemolstar-state-gallery-title-box .msp-btn-icon{background-color:transparent;height:100%}/**
* pdbe-molstar
* @version 3.3.2
* @link https://github.com/PDBeurope/pdbe-molstar
* @license Apache 2.0
*/.msp-plugin{font-family:Helvetica Neue,Segoe UI,Helvetica,Source Sans Pro,Arial,sans-serif;font-size:14px;line-height:1.42857143;position:absolute;left:0;top:0;right:0;bottom:0}.msp-plugin *{box-sizing:border-box}.msp-plugin [hidden],.msp-plugin template{display:none}.msp-plugin a{background-color:#0000}.msp-plugin a:active,.msp-plugin a:hover{outline:0}.msp-plugin abbr[title]{border-bottom:1px dotted}.msp-plugin b,.msp-plugin strong{font-weight:700}.msp-plugin small{font-size:80%}.msp-plugin img{border:0}.msp-plugin svg:not(:root){overflow:hidden}.msp-plugin button,.msp-plugin input,.msp-plugin optgroup,.msp-plugin select,.msp-plugin textarea{color:inherit;font:inherit;margin:0}.msp-plugin button{overflow:visible}.msp-plugin button,.msp-plugin select{text-transform:none}.msp-plugin button,.msp-plugin html input[type=button],.msp-plugin input[type=reset],.msp-plugin input[type=submit]{-webkit-appearance:button;cursor:pointer}.msp-plugin button[disabled],.msp-plugin html input[disabled]{cursor:default}.msp-plugin button::-moz-focus-inner,.msp-plugin input::-moz-focus-inner{border:0;padding:0}.msp-plugin input{line-height:normal}.msp-plugin input[type=checkbox],.msp-plugin input[type=radio]{box-sizing:border-box;padding:0}.msp-plugin input[type=number]::-webkit-inner-spin-button,.msp-plugin input[type=number]::-webkit-outer-spin-button{height:auto}.msp-plugin textarea{overflow:auto}.msp-plugin .msp-layout-expanded,.msp-plugin .msp-layout-standard{left:0;right:0;top:0;bottom:0}.msp-plugin .msp-layout-standard{border:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-region{overflow:hidden}.msp-plugin .msp-layout-static,.msp-plugin .msp-layout-scrollable{position:absolute}.msp-plugin .msp-scrollable{overflow-y:auto}.msp-plugin .msp-scrollable-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-y:auto}.msp-plugin .msp-layout-static{overflow:hidden}.msp-plugin .msp-layout-top .msp-layout-static,.msp-plugin .msp-layout-main .msp-layout-static,.msp-plugin .msp-layout-bottom .msp-layout-static,.msp-plugin .msp-layout-right .msp-layout-static{left:0;right:0;top:0;bottom:0}.msp-plugin .msp-layout-right .msp-layout-scrollable{left:0;right:0;top:43px;bottom:0}.msp-plugin .msp-layout-left .msp-layout-static{left:0;right:0;bottom:0;top:0}.msp-plugin .msp-layout-standard-outside{position:absolute}.msp-plugin .msp-layout-standard-outside .msp-layout-main{position:absolute;left:0;right:0;bottom:0;top:0}.msp-plugin .msp-layout-standard-outside .msp-layout-top{position:absolute;right:0;height:97px;top:-97px;width:50%;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-outside .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;top:-97px;width:50%;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-outside .msp-layout-right{position:absolute;width:50%;right:0;bottom:-295px;height:295px;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-outside .msp-layout-left{position:absolute;width:50%;left:0;bottom:-295px;height:295px;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-standard-outside .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-outside .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-outside .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-standard-landscape{position:absolute}.msp-plugin .msp-layout-standard-landscape .msp-layout-main{position:absolute;left:330px;right:300px;bottom:70px;top:100px}.msp-plugin .msp-layout-standard-landscape .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-landscape .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-landscape .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-landscape .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-right .msp-layout-main,.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-right .msp-layout-top,.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-right .msp-layout-bottom{right:0}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-left .msp-layout-main,.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-left .msp-layout-top,.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-left .msp-layout-bottom{left:0}.msp-plugin .msp-layout-standard-landscape .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-landscape .msp-layout-collapse-left .msp-layout-main,.msp-plugin .msp-layout-standard-landscape .msp-layout-collapse-left .msp-layout-top,.msp-plugin .msp-layout-standard-landscape .msp-layout-collapse-left .msp-layout-bottom{left:32px}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-bottom .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-landscape .msp-layout-hide-top .msp-layout-main{top:0}.msp-plugin .msp-layout-standard-portrait{position:absolute}.msp-plugin .msp-layout-standard-portrait .msp-layout-main{position:absolute;left:0;right:0;bottom:361px;top:97px}.msp-plugin .msp-layout-standard-portrait .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-portrait .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-portrait .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-portrait .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-right.msp-layout-hide-left .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-portrait .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-portrait .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-standard-portrait .msp-layout-hide-top.msp-layout-hide-bottom .msp-layout-main{top:0}.msp-plugin .msp-layout-standard-reactive{position:absolute}@media (orientation: landscape),(min-width: 1000px){.msp-plugin .msp-layout-standard-reactive .msp-layout-main{position:absolute;left:330px;right:300px;bottom:70px;top:100px}.msp-plugin .msp-layout-standard-reactive .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-bottom{right:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-bottom{left:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-main,.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-top,.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-bottom{left:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-main{top:0}}@media (orientation: portrait)and (max-width: 1000px){.msp-plugin .msp-layout-standard-reactive .msp-layout-main{position:absolute;left:0;right:0;bottom:361px;top:97px}.msp-plugin .msp-layout-standard-reactive .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-right.msp-layout-hide-left .msp-layout-main{bottom:0}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-standard-reactive .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-standard-reactive .msp-layout-hide-top.msp-layout-hide-bottom .msp-layout-main{top:0}}.msp-plugin .msp-layout-expanded{position:fixed}@media (orientation: landscape){.msp-plugin .msp-layout-expanded .msp-layout-main{position:absolute;left:330px;right:300px;bottom:70px;top:100px}.msp-plugin .msp-layout-expanded .msp-layout-top{position:absolute;left:330px;right:300px;height:100px;top:0;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-bottom{position:absolute;left:330px;right:300px;height:70px;bottom:0;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-right{position:absolute;width:300px;right:0;bottom:0;top:0;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-left{position:absolute;width:330px;left:0;bottom:0;top:0;border-right:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-bottom{right:0}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-bottom{left:0}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-main,.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-top,.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-bottom{left:32px}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-main{bottom:0}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-main{top:0}}@media (orientation: portrait){.msp-plugin .msp-layout-expanded .msp-layout-main{position:absolute;left:0;right:0;bottom:361px;top:97px}.msp-plugin .msp-layout-expanded .msp-layout-top{position:absolute;right:0;height:97px;top:0;width:50%;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-bottom{position:absolute;left:0;right:0;height:97px;width:50%;border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-right{position:absolute;width:50%;right:0;bottom:0;height:361px;border-left:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-left{position:absolute;width:50%;left:0;bottom:0;height:361px;border-top:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-right{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right .msp-layout-left{width:100%}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-left{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-left .msp-layout-right{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-right.msp-layout-hide-left .msp-layout-main{bottom:0}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-left{width:32px}.msp-plugin .msp-layout-expanded .msp-layout-collapse-left .msp-layout-right{left:32px;width:auto}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-top{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top .msp-layout-bottom{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-bottom{display:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-bottom .msp-layout-top{width:100%;border-left:none}.msp-plugin .msp-layout-expanded .msp-layout-hide-top.msp-layout-hide-bottom .msp-layout-main{top:0}}.msp-plugin ::-webkit-scrollbar{width:10px;height:10px}.msp-plugin ::-webkit-scrollbar-track{border-radius:0;background-color:#e9e6e0}.msp-plugin ::-webkit-scrollbar-thumb{border-radius:0;background-color:#f1f0eb}.msp-plugin .msp-form-control,.msp-plugin .msp-control-row select,.msp-plugin .msp-control-row button,.msp-plugin .msp-control-row input[type=text],.msp-plugin .msp-btn{display:block;width:100%;background:#f3f2ee;border:none;padding:0 10px;line-height:30px;height:32px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;background-image:none}.msp-plugin .msp-form-control::-moz-placeholder,.msp-plugin .msp-control-row select::-moz-placeholder,.msp-plugin .msp-control-row button::-moz-placeholder,.msp-plugin .msp-control-row input[type=text]::-moz-placeholder,.msp-plugin .msp-btn::-moz-placeholder{color:#9c835f;opacity:1}.msp-plugin .msp-form-control:-ms-input-placeholder,.msp-plugin .msp-control-row select:-ms-input-placeholder,.msp-plugin .msp-control-row button:-ms-input-placeholder,.msp-plugin .msp-control-row input[type=text]:-ms-input-placeholder,.msp-plugin .msp-btn:-ms-input-placeholder{color:#9c835f}.msp-plugin .msp-form-control::-webkit-input-placeholder,.msp-plugin .msp-control-row select::-webkit-input-placeholder,.msp-plugin .msp-control-row button::-webkit-input-placeholder,.msp-plugin .msp-control-row input[type=text]::-webkit-input-placeholder,.msp-plugin .msp-btn::-webkit-input-placeholder{color:#9c835f}.msp-plugin .msp-form-control:hover,.msp-plugin .msp-control-row select:hover,.msp-plugin .msp-control-row button:hover,.msp-plugin .msp-control-row input[type=text]:hover,.msp-plugin .msp-btn:hover{color:#ae5d04;background-color:#e9e6e0;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-form-control:active,.msp-plugin .msp-control-row select:active,.msp-plugin .msp-control-row button:active,.msp-plugin .msp-control-row input[type=text]:active,.msp-plugin .msp-btn:active,.msp-plugin .msp-form-control:focus,.msp-plugin .msp-control-row select:focus,.msp-plugin .msp-control-row button:focus,.msp-plugin .msp-control-row input[type=text]:focus,.msp-plugin .msp-btn:focus{color:#332b1f;background-color:#f3f2ee;border:none;outline-offset:0;outline:none}.msp-plugin .msp-form-control[disabled],.msp-plugin .msp-control-row select[disabled],.msp-plugin .msp-control-row button[disabled],.msp-plugin .msp-control-row input[disabled][type=text],.msp-plugin [disabled].msp-btn,.msp-plugin .msp-form-control[readonly],.msp-plugin .msp-control-row select[readonly],.msp-plugin .msp-control-row button[readonly],.msp-plugin .msp-control-row input[readonly][type=text],.msp-plugin [readonly].msp-btn,fieldset[disabled] .msp-plugin .msp-form-control,fieldset[disabled] .msp-plugin .msp-control-row select,fieldset[disabled] .msp-plugin .msp-control-row button,fieldset[disabled] .msp-plugin .msp-control-row input[type=text],fieldset[disabled] .msp-plugin .msp-btn{background:#eeece7;opacity:.35}.msp-plugin .msp-btn,.msp-plugin .msp-control-row button{display:inline-block;margin-bottom:0;text-align:center;touch-action:manipulation;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 10px;line-height:32px;border:none;box-sizing:border-box}.msp-plugin .msp-btn[disabled],.msp-plugin .msp-control-row button[disabled]{background:#eeece7;opacity:.35}.msp-plugin .msp-btn-block,.msp-plugin .msp-control-row button{display:block;width:100%}.msp-plugin .msp-btn,.msp-plugin .msp-control-row button,.msp-plugin .msp-btn:active,.msp-plugin .msp-btn-link:focus,.msp-plugin .msp-btn:hover{outline:none}.msp-plugin .msp-material-icon svg{display:inline-flex;vertical-align:middle;font-size:1.2em;margin-bottom:3px;fill:currentColor;width:1em;height:1em;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.msp-plugin .msp-btn-block>.msp-material-icon,.msp-plugin .msp-control-row button>.msp-material-icon{margin-left:0;margin-right:.4em}.msp-plugin .msp-btn-childless>.msp-material-icon{margin-left:0;margin-right:0}.msp-plugin .msp-btn-icon{border:none;height:32px;width:32px;line-height:32px;padding:0;text-align:center}.msp-plugin .msp-btn-icon:hover{color:#ae5d04;background-color:#e9e6e0;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-btn-icon[disabled],.msp-plugin .msp-btn-icon[disabled]:hover,.msp-plugin .msp-btn-icon[disabled]:active{color:#9c835f}.msp-plugin .msp-btn-icon-small{border:none;height:32px;width:20px;line-height:32px;padding:0;text-align:center}.msp-plugin .msp-btn-icon-small:hover{color:#ae5d04;background-color:#e9e6e0;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-btn-icon-small[disabled],.msp-plugin .msp-btn-icon-small[disabled]:hover,.msp-plugin .msp-btn-icon-small[disabled]:active{color:#9c835f}.msp-plugin .msp-btn-link{font-weight:400;border-radius:0}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:active,.msp-plugin .msp-btn-link.active,.msp-plugin .msp-btn-link[disabled],fieldset[disabled] .msp-plugin .msp-btn-link{background-color:#0000;box-shadow:none}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:hover,.msp-plugin .msp-btn-link:focus,.msp-plugin .msp-btn-link:active{border-color:#0000}.msp-plugin .msp-btn-link:hover,.msp-plugin .msp-btn-link:focus{text-decoration:none;background-color:#0000}.msp-plugin .msp-btn-link[disabled]:hover,.msp-plugin .msp-btn-link[disabled]:focus,fieldset[disabled] .msp-plugin .msp-btn-link:hover,fieldset[disabled] .msp-plugin .msp-btn-link:focus{text-decoration:none}.msp-plugin .msp-btn-link .msp-icon{font-size:100%}.msp-plugin .msp-btn-link,.msp-plugin .msp-btn-link:active,.msp-plugin .msp-btn-link:focus{color:#332b1f;text-decoration:none}.msp-plugin .msp-btn-link:hover{color:#ae5d04;text-decoration:none}.msp-plugin .msp-btn-link-toggle-on{color:#332b1f}.msp-plugin .msp-btn-link-toggle-off,.msp-plugin .msp-btn-link-toggle-off:active,.msp-plugin .msp-btn-link-toggle-off:focus{color:#9c835f!important}.msp-plugin .msp-btn-link-toggle-off:hover,.msp-plugin .msp-btn-link-toggle-on:hover{color:#ae5d04!important}.msp-plugin .msp-btn-action,.msp-plugin .msp-btn-action:active,.msp-plugin .msp-btn-action:focus{color:#332b1f;background:#f3f2ee}.msp-plugin .msp-btn-action:hover{color:#ae5d04;background:#f9f8f6}.msp-plugin .msp-btn-action[disabled],.msp-plugin .msp-btn-action[disabled]:hover,.msp-plugin .msp-btn-action[disabled]:active,.msp-plugin .msp-btn-action[disabled]:focus{color:#362e21}.msp-plugin .msp-btn-commit-on,.msp-plugin .msp-btn-commit-on:active,.msp-plugin .msp-btn-commit-on:focus{color:#974102;background:#f2f1ed}.msp-plugin .msp-btn-commit-on:hover{color:#ae5d04;background:#f8f7f4}.msp-plugin .msp-btn-commit-on[disabled],.msp-plugin .msp-btn-commit-on[disabled]:hover,.msp-plugin .msp-btn-commit-on[disabled]:active,.msp-plugin .msp-btn-commit-on[disabled]:focus{color:#9c4302}.msp-plugin .msp-btn-commit-off,.msp-plugin .msp-btn-commit-off:active,.msp-plugin .msp-btn-commit-off:focus{color:#332b1f;background:#f6f5f3}.msp-plugin .msp-btn-commit-off:hover{color:#ae5d04;background:#fcfbfa}.msp-plugin .msp-btn-commit-off[disabled],.msp-plugin .msp-btn-commit-off[disabled]:hover,.msp-plugin .msp-btn-commit-off[disabled]:active,.msp-plugin .msp-btn-commit-off[disabled]:focus{color:#362e21}.msp-plugin .msp-btn-remove:hover{color:#f2f4f7}.msp-plugin .msp-btn-commit-on:hover{color:#fc6c03}.msp-plugin .msp-btn-action{height:32px;line-height:32px}.msp-plugin input[type=file]{display:block}.msp-plugin input[type=range]{display:block;width:100%}.msp-plugin select[multiple],.msp-plugin select[size],.msp-plugin textarea.msp-form-control,.msp-plugin textarea.msp-btn{height:auto}.msp-plugin .msp-control-top-offset{margin-top:1px}.msp-plugin .msp-btn-commit{text-align:right;padding:0 10px 0 0;line-height:32px;border:none;overflow:hidden;font-weight:700}.msp-plugin .msp-btn-commit .msp-icon{display:block-inline;line-height:32px;width:32px;text-align:center}.msp-plugin select.msp-form-control,.msp-plugin .msp-control-row select,.msp-plugin select.msp-btn{background:none;background-color:#f3f2ee;background-size:8px 12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:right 10px center;padding-right:24px}.msp-plugin select.msp-form-control:-moz-focusring,.msp-plugin .msp-control-row select:-moz-focusring,.msp-plugin select.msp-btn:-moz-focusring{color:#0000;text-shadow:0 0 0 #332b1f}.msp-plugin .msp-default-bg{background:#eeece7}.msp-plugin .msp-transparent-bg{background:#0000}.msp-plugin .msp-no-hover-outline:hover{color:#ae5d04;background-color:inherit;border:none;outline-offset:0!important;outline:none!important}.msp-plugin .msp-icon-inline{margin-right:8px}.msp-plugin .msp-control-row{position:relative;height:32px;background:#eeece7;margin-top:1px}.msp-plugin .msp-control-row>span.msp-control-row-label,.msp-plugin .msp-control-row>button.msp-control-button-label{line-height:32px;display:block;width:120px;text-align:right;padding:0 10px;color:#63533c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-control-row>button.msp-control-button-label{background:#eeece7;cursor:pointer}.msp-plugin .msp-control-row .msp-control-current{background:#eeece7}.msp-plugin .msp-control-row>div.msp-control-row-ctrl{position:absolute;left:120px;top:0;right:0;bottom:0}.msp-plugin .msp-control-row>div{background:#f3f2ee}.msp-plugin .msp-control-row>.msp-flex-row,.msp-plugin .msp-control-row>.msp-state-image-row{background:#eeece7}.msp-plugin .msp-control-label-short>span{width:80px!important}.msp-plugin .msp-control-label-short>div:nth-child(2){left:80px!important}.msp-plugin .msp-control-col-2{float:left;width:50%}.msp-plugin .msp-control-twoline{height:64px!important}.msp-plugin .msp-control-group{position:relative}.msp-plugin .msp-toggle-button .msp-icon{display:inline-block;margin-right:6px}.msp-plugin .msp-toggle-button>div>button:hover{border-color:#e9e6e0!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-slider>div:first-child{position:absolute;top:0;left:18px;bottom:0;right:62px;display:flex}.msp-plugin .msp-slider>div:last-child{position:absolute;height:32px;line-height:32px;text-align:center;right:0;width:50px;top:0;bottom:0}.msp-plugin .msp-slider input[type=text]{padding-right:6px;padding-left:4px;font-size:80%;text-align:right}.msp-plugin .msp-slider2>div:first-child{position:absolute;height:32px;line-height:32px;text-align:center;left:0;width:25px;top:0;bottom:0;font-size:80%}.msp-plugin .msp-slider2>div:nth-child(2){position:absolute;top:0;left:35px;bottom:0;right:37px;display:flex}.msp-plugin .msp-slider2>div:last-child{position:absolute;height:32px;line-height:32px;text-align:center;right:0;width:25px;top:0;bottom:0;font-size:80%}.msp-plugin .msp-slider2 input[type=text]{padding-right:4px;padding-left:4px;font-size:80%;text-align:center}.msp-plugin .msp-toggle-color-picker button{border:10px solid hsl(42.8571428571,17.0731707317%,94.4607843137%)!important;margin:0;text-align:center;padding-right:10px;padding-left:10px}.msp-plugin .msp-toggle-color-picker button:hover{border-color:#e9e6e0!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-toggle-color-picker .msp-color-picker{position:absolute;z-index:100000;background:#eeece7;border-top:1px solid #eeece7;padding-bottom:5px;width:100%}.msp-plugin .msp-toggle-color-picker-above .msp-color-picker{top:-85px;height:85px}.msp-plugin .msp-toggle-color-picker-below .msp-color-picker{top:32px;height:80px}.msp-plugin .msp-control-offset{padding-left:10px}.msp-plugin .msp-accent-offset{padding-left:1px;margin-left:8px;border-left:2px solid hsl(28.1632653061,79.674796748%,56.7647058824%)}.msp-plugin .msp-control-group-wrapper{margin-bottom:0;margin-top:1px}.msp-plugin .msp-control-group-header{background:#eeece7}.msp-plugin .msp-control-group-header>button,.msp-plugin .msp-control-group-header div{padding-left:4px;text-align:left;height:24px!important;line-height:24px!important;font-size:85%!important;background:#eeece7!important;color:#63533c}.msp-plugin .msp-control-group-header .msp-icon{height:24px!important;line-height:24px!important}.msp-plugin .msp-control-group-header>span{padding-left:5px;line-height:21.3333333333px;font-size:70%;background:#eeece7;color:#63533c}.msp-plugin .msp-control-current{background:#eeece7}.msp-plugin .msp-control-group-footer{background:#e3e0d8;height:5px;font-size:1px;margin-top:1px}.msp-plugin .msp-control-group-expander{display:block;position:absolute;line-height:32px;padding:0;left:0;top:0;width:120px;text-align:left;background:#0000}.msp-plugin .msp-control-group-expander .msp-icon{line-height:29px;width:31px;text-align:center;font-size:100%}.msp-plugin .msp-plugin-layout_controls{position:absolute;left:10px;top:10px}.msp-plugin .msp-plugin-layout_controls>button:first-child{margin-right:6px}.msp-plugin .msp-empty-control{display:none}.msp-plugin .msp-control .msp-btn-block,.msp-plugin .msp-control .msp-control-row button,.msp-plugin .msp-control-row .msp-control button{margin-bottom:0;margin-top:0}.msp-plugin .msp-row-text{height:32px;position:relative;background:#eeece7;margin-top:1px}.msp-plugin .msp-row-text>div{line-height:32px;text-align:center;color:#63533c}.msp-plugin .msp-help span{display:none}.msp-plugin .msp-help:hover span{display:inline-block;background:linear-gradient(#eeece7,#eeece7cc)}.msp-plugin .msp-help-text{position:relative;background:#eeece7;margin-top:1px}.msp-plugin .msp-help-text>div{padding:5px 10px;text-align:left;color:#63533c}.msp-plugin .msp-help-text>p{padding:5px 10px;text-align:left;color:#63533c}.msp-plugin .msp-help-description{font-style:italic}.msp-plugin .msp-help-legend{padding-top:10px}.msp-plugin .msp-scale-legend>div{width:100%;height:30px}.msp-plugin .msp-scale-legend>div>span{padding:5px;color:#fff;font-weight:700;background-color:#0003}.msp-plugin .msp-table-legend>div{margin-right:5px;display:inline-flex}.msp-plugin .msp-table-legend>div .msp-table-legend-color{width:30px;height:20px}.msp-plugin .msp-table-legend>div .msp-table-legend-text{margin:0 5px}.msp-plugin .msp-image-preview{position:relative;background:#eeece7;margin-top:1px;padding:10px}.msp-plugin .msp-image-preview canvas{-webkit-user-select:none;-moz-user-select:none;user-select:none}.msp-plugin .msp-image-preview>span{margin-top:6px;display:block;text-align:center;font-size:80%;line-height:15px}.msp-plugin .msp-copy-image-wrapper{position:relative}.msp-plugin .msp-copy-image-wrapper div{font-weight:700;padding:3px;margin:1px 0;width:100%;background:#f3f2ee;text-align:center}.msp-plugin .msp-copy-image-wrapper img{margin-top:1px}.msp-plugin .msp-control-text-area-wrapper,.msp-plugin .msp-text-area-wrapper{position:relative}.msp-plugin .msp-control-text-area-wrapper textarea,.msp-plugin .msp-text-area-wrapper textarea{border:none;width:100%;height:100%;background:#f3f2ee;padding:5px 10px;resize:none;font-size:12px;line-height:16px}.msp-plugin .msp-control-text-area-wrapper{height:64px!important}.msp-plugin .msp-text-area-wrapper{height:96px!important}.msp-plugin .msp-slider-base{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;align-self:center;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.msp-plugin .msp-slider-base *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.msp-plugin .msp-slider-base-rail{position:absolute;width:100%;background-color:#e0ddd4;height:4px;border-radius:2px}.msp-plugin .msp-slider-base-track{position:absolute;left:0;height:4px;border-radius:6px;background-color:tint(#332b1f,60%)}.msp-plugin .msp-slider-base-handle{position:absolute;margin-left:-11px;margin-top:-9px;width:22px;height:22px;cursor:pointer;border-radius:50%;background-color:#332b1f;border:4px solid rgb(224.2548780488,220.637804878,211.5951219512)}.msp-plugin .msp-slider-base-handle:hover{background-color:#ae5d04}.msp-plugin .msp-slider-base-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.msp-plugin .msp-slider-base-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.msp-plugin .msp-slider-base-mark-text-active{color:#666}.msp-plugin .msp-slider-base-step{position:absolute;width:100%;height:4px;background:#0000}.msp-plugin .msp-slider-base-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.msp-plugin .msp-slider-base-dot:first-child{margin-left:-4px}.msp-plugin .msp-slider-base-dot:last-child{margin-left:-4px}.msp-plugin .msp-slider-base-dot-active{border-color:tint(#332b1f,50%)}.msp-plugin .msp-slider-base-disabled{background:#eeece7;opacity:.35}.msp-plugin .msp-slider-base-disabled .msp-slider-base-handle,.msp-plugin .msp-slider-base-disabled .msp-slider-base-dot{cursor:not-allowed}.msp-plugin .msp-slider-base-disabled .msp-slider-base-mark-text,.msp-plugin .msp-slider-base-disabled .msp-slider-base-dot{cursor:not-allowed!important}.msp-plugin .msp-description{padding:10px;font-size:85%;background:#eeece7;text-align:center;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;font-weight:light;cursor:default}.msp-plugin .msp-description:not(:first-child){border-top:1px solid rgb(224.2548780488,220.637804878,211.5951219512)}.msp-plugin .msp-color-picker input{color:#000!important}.msp-plugin .msp-no-webgl{position:absolute;width:100%;height:100%;left:0;top:0;display:table;text-align:center;background:#eeece7}.msp-plugin .msp-no-webgl>div b{font-size:120%}.msp-plugin .msp-no-webgl>div{display:table-cell;vertical-align:middle;text-align:center;width:100%;height:100%}.msp-plugin .msp-loader-msp-btn-file{position:relative;overflow:hidden}.msp-plugin .msp-loader-msp-btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;outline:none;background:#fff;cursor:inherit;display:block}.msp-plugin .msp-controls-section{margin-bottom:10px}.msp-plugin .msp-combined-color-button{border:4px solid hsl(42.8571428571,17.0731707317%,94.4607843137%)!important;margin:0;text-align:center;padding-right:10px;padding-left:10px}.msp-plugin .msp-combined-color-button:hover{border-color:#e9e6e0!important;border:none;outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-combined-color-swatch{width:100%;display:grid;grid-gap:1px;grid-template-columns:repeat(6,auto)}.msp-plugin .msp-combined-color-swatch .msp-btn:hover,.msp-plugin .msp-combined-color-swatch .msp-control-row button:hover,.msp-plugin .msp-control-row .msp-combined-color-swatch button:hover{outline-offset:-1px!important;outline:1px solid rgb(200.993902439,194.6402439024,178.756097561)!important}.msp-plugin .msp-action-select{position:relative}.msp-plugin .msp-action-select select{padding-left:42px}.msp-plugin .msp-action-select option:first-child{color:#63533c}.msp-plugin .msp-action-select>.msp-icon{display:block;top:0;left:10px;position:absolute;line-height:32px}.msp-plugin .msp-simple-help-section{height:28px;line-height:28px;margin-top:5px;margin-bottom:5px;padding:0 10px;font-weight:500;background:#eeece7;color:#332b1f}.msp-plugin .msp-left-panel-controls-buttons{position:absolute;width:32px;top:0;bottom:0;padding-top:10px;background:#eeece7}.msp-plugin .msp-left-panel-controls-buttons-bottom{position:absolute;bottom:0}.msp-plugin .msp-left-panel-controls-button-data-dirty{position:absolute;width:6px;height:6px;background:#e98b39;border-radius:3px;right:6px;bottom:6px}.msp-plugin .msp-left-panel-controls .msp-scrollable-container{left:33px}.msp-plugin .msp-mapped-parameter-group{position:relative}.msp-plugin .msp-mapped-parameter-group>.msp-control-row:first-child>div:nth-child(2){right:33px}.msp-plugin .msp-mapped-parameter-group>button:first-child{right:33px}.msp-plugin .msp-mapped-parameter-group>.msp-btn-icon{position:absolute;right:0;width:32px;top:0;padding:0}.msp-plugin .msp-shape-filled{fill:#332b1f;stroke:#332b1f}.msp-plugin .msp-shape-empty{fill:none;stroke:#332b1f}.msp-plugin .msp-no-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msp-plugin .msp-25-lower-contrast-text{color:#826e4f}.msp-plugin .msp-expandable-group-color-stripe{position:absolute;left:0;top:30px;width:120px;height:2px}.msp-plugin .msp-section-header{height:32px;line-height:32px;margin-top:10px;margin-bottom:10px;text-align:right;padding:0 10px;font-weight:700;background:#eeece7;overflow:hidden;cursor:default}.msp-plugin .msp-section-header>.msp-icon{display:block;float:left}.msp-plugin .msp-section-header>small{font-weight:400}.msp-plugin .msp-current-header{height:32px;line-height:32px;margin-bottom:10px;text-align:center;font-weight:700;background:#eeece7}.msp-plugin .msp-flex-row,.msp-plugin .msp-state-image-row{margin-top:1px;background:#eeece7;display:flex;flex-direction:row;width:inherit;height:32px}.msp-plugin .msp-flex-row>.msp-flex-item,.msp-plugin .msp-state-image-row>.msp-flex-item{margin:0 1px 0 0;flex:1 1 auto;overflow:hidden}.msp-plugin .msp-flex-row>.msp-flex-item:last-child,.msp-plugin .msp-state-image-row>.msp-flex-item:last-child{margin-right:0}.msp-plugin .msp-flex-row>select,.msp-plugin .msp-state-image-row>select,.msp-plugin .msp-flex-row>button,.msp-plugin .msp-state-image-row>button{margin:0 1px 0 0;flex:1 1 auto;height:32px;overflow:hidden}.msp-plugin .msp-flex-row .msp-btn-icon,.msp-plugin .msp-state-image-row .msp-btn-icon,.msp-plugin .msp-flex-row .msp-btn-icon-small,.msp-plugin .msp-state-image-row .msp-btn-icon-small{flex:0 0 32px;max-width:32px}.msp-plugin .msp-flex-row>select,.msp-plugin .msp-state-image-row>select{background:none}.msp-plugin .msp-flex-row>select>option[value=_],.msp-plugin .msp-state-image-row>select>option[value=_]{display:none}.msp-plugin .msp-flex-row>select:last-child,.msp-plugin .msp-state-image-row>select:last-child,.msp-plugin .msp-flex-row>button:last-child,.msp-plugin .msp-state-image-row>button:last-child{margin-right:0}.msp-plugin .msp-flex-row>button.msp-control-button-label,.msp-plugin .msp-state-image-row>button.msp-control-button-label{background:#eeece7}.msp-plugin .msp-state-list{list-style:none}.msp-plugin .msp-state-list>li{position:relative;overflow:hidden}.msp-plugin .msp-state-list>li>button:first-child{text-align:left;border-left:10px solid hsl(42.8571428571,17.0731707317%,79.9607843137%)!important}.msp-plugin .msp-state-list>li>div{position:absolute;right:0;top:0}.msp-plugin .msp-state-image-row{height:96px;margin-top:0}.msp-plugin .msp-state-image-row>button{height:96px;padding:0}.msp-plugin .msp-state-image-row>button>img{min-height:96px;width:inherit;transform:translateY(-50%);top:50%;position:relative}.msp-plugin .msp-tree-row{position:relative;margin-top:0;margin-bottom:1px;background:#0000}.msp-plugin .msp-tree-row-current .msp-btn-tree-label>span{font-weight:700}.msp-plugin .msp-tree-row-current .msp-btn-tree-label{border-radius:0!important}.msp-plugin .msp-tree-row .msp-btn-tree-label{text-align:left;border-radius:0 0 0 8px;border-left-width:4px;border-left-style:solid}.msp-plugin .msp-tree-row .msp-btn-tree-label>small{color:#726046}.msp-plugin .msp-tree-updates-wrapper .msp-control-group-header:last-child{margin-bottom:1px}.msp-plugin .msp-viewport-top-left-controls{position:absolute;left:10px;top:10px}.msp-plugin .msp-viewport-top-left-controls .msp-traj-controls{line-height:32px;float:left;margin-right:10px;background-color:#f3f2ee}.msp-plugin .msp-viewport-top-left-controls .msp-traj-controls>span{color:#332b1f;margin-left:10px;margin-right:10px;font-size:85%;display:inline-block}.msp-plugin .msp-viewport-top-left-controls .msp-state-snapshot-viewport-controls{line-height:32px;float:left;margin-right:10px}.msp-plugin .msp-viewport-top-left-controls .msp-state-snapshot-viewport-controls>button{background-color:#f3f2ee}.msp-plugin .msp-viewport-top-left-controls .msp-state-snapshot-viewport-controls>select{display:inline-block;width:200px;margin-right:10px}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls{line-height:32px;float:left;margin-right:10px;position:relative}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls>div:first-child{position:relative;display:inline-block}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls>div:first-child>button{position:relative}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls .msp-animation-viewport-controls-select{width:290px;position:absolute;left:0;margin-top:10px;background:#e0ddd4}.msp-plugin .msp-viewport-top-left-controls .msp-animation-viewport-controls .msp-animation-viewport-controls-select .msp-control-row:first-child{margin-top:0}.msp-plugin .msp-selection-viewport-controls{position:relative;margin:10px auto 0;width:430px}.msp-plugin .msp-selection-viewport-controls-actions{position:absolute;width:100%;top:32px;background:#e0ddd4}.msp-plugin .msp-selection-viewport-controls>.msp-flex-row .msp-btn,.msp-plugin .msp-selection-viewport-controls>.msp-state-image-row .msp-btn,.msp-plugin .msp-selection-viewport-controls>.msp-flex-row .msp-control-row button,.msp-plugin .msp-control-row .msp-selection-viewport-controls>.msp-flex-row button,.msp-plugin .msp-selection-viewport-controls>.msp-state-image-row .msp-control-row button,.msp-plugin .msp-control-row .msp-selection-viewport-controls>.msp-state-image-row button{padding:0 5px}.msp-plugin .msp-selection-viewport-controls select.msp-form-control,.msp-plugin .msp-selection-viewport-controls select.msp-btn,.msp-plugin .msp-selection-viewport-controls .msp-control-row select,.msp-plugin .msp-control-row .msp-selection-viewport-controls select{padding:0 5px;text-align:center;background:#f3f2ee;flex:0 0 80px;text-overflow:ellipsis}.msp-plugin .msp-param-object-list-item{margin-top:1px;position:relative}.msp-plugin .msp-param-object-list-item>button{text-align:left}.msp-plugin .msp-param-object-list-item>button>span{font-weight:700}.msp-plugin .msp-param-object-list-item>div{position:absolute;right:0;top:0}.msp-plugin .msp-state-actions .msp-transform-wrapper:last-child{margin-bottom:10px}.msp-plugin .msp-button-row{display:flex;flex-direction:row;height:32px;width:inherit}.msp-plugin .msp-button-row>button{margin:0 1px 0 0;flex:1 1 auto;height:32px;-moz-text-align-last:center;text-align-last:center;background:none;padding:0 10px;overflow:hidden}.msp-plugin .msp-action-menu-options-no-header,.msp-plugin .msp-action-menu-options .msp-control-group-children{max-height:300px;overflow:hidden;overflow-y:auto}.msp-plugin .msp-action-menu-options .msp-control-row,.msp-plugin .msp-action-menu-options button,.msp-plugin .msp-action-menu-options .msp-icon,.msp-plugin .msp-action-menu-options .msp-flex-row,.msp-plugin .msp-action-menu-options .msp-state-image-row{height:24px;line-height:24px}.msp-plugin .msp-action-menu-options button{text-align:left}.msp-plugin .msp-action-menu-options .msp-action-menu-button{margin-top:1px;display:flex}.msp-plugin .msp-action-menu-options .msp-action-menu-button .msp-icon{margin-right:6px}.msp-plugin .msp-representation-entry{position:relative}.msp-plugin .msp-representation-entry>.msp-control-group-header>.msp-btn,.msp-plugin .msp-control-row .msp-representation-entry>.msp-control-group-header>button{font-weight:700}.msp-plugin .msp-representation-entry>.msp-control-group-header>.msp-icon,.msp-plugin .msp-representation-entry>.msp-control-group-header>.msp-btn-link{line-height:24px;height:24px}.msp-plugin .msp-control-group-presets-wrapper{position:absolute;right:0;top:0}.msp-plugin .msp-control-group-presets-wrapper .msp-control-group-header{background:#0000}.msp-plugin .msp-control-group-presets-wrapper button{background:#0000!important}.msp-plugin .msp-parameter-matrix input{flex:1 1 auto;min-width:0}.msp-plugin .msp-btn-apply-simple{text-align:left}.msp-plugin .msp-btn-apply-simple .msp-icon{margin-right:10px}.msp-plugin .msp-type-class-Root{border-left-color:#eeece7}.msp-plugin .msp-type-class-Group{border-left-color:#e98b39}.msp-plugin .msp-type-class-Data{border-left-color:#bfc8c9}.msp-plugin .msp-type-class-Object{border-left-color:#54d98c}.msp-plugin .msp-type-class-Representation3D{border-left-color:#4aa3df}.msp-plugin .msp-type-class-Behavior{border-left-color:#b07cc6}.msp-plugin .msp-accent-color-cyan{color:#bfc8c9}.msp-plugin .msp-accent-bg-cyan{background:#bfc8c9}.msp-plugin .msp-transform-header-brand-cyan{border-bottom:1px solid hsl(183.5294117647,8.7179487179%,76.7647058824%)}.msp-plugin .msp-transform-header-brand-cyan:active,.msp-plugin .msp-transform-header-brand-cyan:focus{border-bottom:1px solid hsl(183.5294117647,8.7179487179%,76.7647058824%)}.msp-plugin .msp-accent-color-red{color:#ef8b80}.msp-plugin .msp-accent-bg-red{background:#ef8b80}.msp-plugin .msp-transform-header-brand-red{border-bottom:1px solid hsl(5.6140350877,78.0821917808%,72.0588235294%)}.msp-plugin .msp-transform-header-brand-red:active,.msp-plugin .msp-transform-header-brand-red:focus{border-bottom:1px solid hsl(5.6140350877,78.0821917808%,72.0588235294%)}.msp-plugin .msp-accent-color-gray{color:#46637f}.msp-plugin .msp-accent-bg-gray{background:#46637f}.msp-plugin .msp-transform-header-brand-gray{border-bottom:1px solid rgb(70.1643835616,98.5,126.8356164384)}.msp-plugin .msp-transform-header-brand-gray:active,.msp-plugin .msp-transform-header-brand-gray:focus{border-bottom:1px solid rgb(70.1643835616,98.5,126.8356164384)}.msp-plugin .msp-accent-color-green{color:#54d98c}.msp-plugin .msp-accent-bg-green{background:#54d98c}.msp-plugin .msp-transform-header-brand-green{border-bottom:1px solid rgb(84.456,216.544,140.468)}.msp-plugin .msp-transform-header-brand-green:active,.msp-plugin .msp-transform-header-brand-green:focus{border-bottom:1px solid rgb(84.456,216.544,140.468)}.msp-plugin .msp-accent-color-purple{color:#b07cc6}.msp-plugin .msp-accent-bg-purple{background:#b07cc6}.msp-plugin .msp-transform-header-brand-purple{border-bottom:1px solid hsl(282.5806451613,38.9121338912%,63.137254902%)}.msp-plugin .msp-transform-header-brand-purple:active,.msp-plugin .msp-transform-header-brand-purple:focus{border-bottom:1px solid hsl(282.5806451613,38.9121338912%,63.137254902%)}.msp-plugin .msp-accent-color-blue{color:#4aa3df}.msp-plugin .msp-accent-bg-blue{background:#4aa3df}.msp-plugin .msp-transform-header-brand-blue{border-bottom:1px solid rgb(73.6589958159,162.989539749,222.8410041841)}.msp-plugin .msp-transform-header-brand-blue:active,.msp-plugin .msp-transform-header-brand-blue:focus{border-bottom:1px solid rgb(73.6589958159,162.989539749,222.8410041841)}.msp-plugin .msp-accent-color-orange{color:#e98b39}.msp-plugin .msp-accent-bg-orange{background:#e98b39}.msp-plugin .msp-transform-header-brand-orange{border-bottom:1px solid hsl(28.1632653061,79.674796748%,56.7647058824%)}.msp-plugin .msp-transform-header-brand-orange:active,.msp-plugin .msp-transform-header-brand-orange:focus{border-bottom:1px solid hsl(28.1632653061,79.674796748%,56.7647058824%)}.msp-plugin .msp-volume-channel-inline-controls>:first-child{position:absolute;left:0;top:0;height:32px;right:32px}.msp-plugin .msp-volume-channel-inline-controls .msp-slider>div:first-child{right:42px}.msp-plugin .msp-volume-channel-inline-controls .msp-slider>div:last-child{width:30px}.msp-plugin .msp-volume-channel-inline-controls>button{position:absolute;right:0;width:32px;top:0;padding:0}.msp-plugin .msp-volume-channel-inline-controls>button .msp-material-icon{margin-right:0}.msp-plugin .msp-list-unstyled{padding-left:0;list-style:none}.msp-plugin .msp-drag-drop-overlay{border:12px dashed #332b1f;background:#0000005c;display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;font-size:48px;font-weight:700}.msp-plugin .msp-task-state{line-height:32px}.msp-plugin .msp-task-state>span{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-overlay-tasks{position:absolute;display:flex;top:0;left:0;bottom:0;right:0;height:100%;width:100%;z-index:1000;justify-content:center;align-items:center;background:#00000040}.msp-plugin .msp-overlay-tasks .msp-task-state>div{height:32px;margin-top:1px;position:relative;width:100%;background:#eeece7}.msp-plugin .msp-overlay-tasks .msp-task-state>div>div{height:32px;line-height:32px;display:inline-block;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default;white-space:nowrap;background:#eeece7;position:absolute}.msp-plugin .msp-overlay-tasks .msp-task-state>div>button{display:inline-block;margin-top:-3px}.msp-plugin .msp-background-tasks{position:absolute;left:0;bottom:0;z-index:1000}.msp-plugin .msp-background-tasks .msp-task-state>div{height:32px;margin-top:1px;position:relative;width:100%;background:#eeece7}.msp-plugin .msp-background-tasks .msp-task-state>div>div{height:32px;line-height:32px;display:inline-block;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default;white-space:nowrap;background:#eeece7;position:absolute}.msp-plugin .msp-background-tasks .msp-task-state>div>button{display:inline-block;margin-top:-3px}.msp-plugin .msp-viewport{position:absolute;left:0;top:0;right:0;bottom:0;background:#eeece7}.msp-plugin .msp-viewport .msp-btn-link{background:#0003}.msp-plugin .msp-viewport-expanded{position:fixed;z-index:1000}.msp-plugin .msp-viewport-host3d{position:absolute;left:0;top:0;right:0;bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;touch-action:manipulation}.msp-plugin .msp-viewport-host3d>canvas{background-color:#eeece7;background-image:linear-gradient(45deg,lightgrey 25%,transparent 25%,transparent 75%,lightgrey 75%,lightgrey),linear-gradient(45deg,lightgrey 25%,transparent 25%,transparent 75%,lightgrey 75%,lightgrey);background-size:60px 60px;background-position:0 0,30px 30px}.msp-plugin .msp-viewport-controls{position:absolute;right:10px;top:10px;width:32px}.msp-plugin .msp-viewport-controls-buttons{text-align:right;position:relative}.msp-plugin .msp-viewport-controls-buttons>div{position:relative;margin-bottom:4px}.msp-plugin .msp-viewport-controls-buttons button{padding:0;text-align:center;width:32px;position:relative}.msp-plugin .msp-viewport-controls-buttons .msp-btn-link-toggle-off{color:#9c835f}.msp-plugin .msp-viewport-controls-buttons .msp-btn-link:hover{color:#ae5d04}.msp-plugin .msp-semi-transparent-background{background:#eeece7;opacity:.5;position:absolute;top:0;left:0;width:100%;height:100%}.msp-plugin .msp-hover-box-wrapper{position:relative}.msp-plugin .msp-hover-box-wrapper .msp-hover-box-body{visibility:hidden;position:absolute;right:36px;top:0;width:100px;background-color:#eeece7}.msp-plugin .msp-hover-box-wrapper .msp-hover-box-spacer{visibility:hidden;position:absolute;right:32px;top:0;width:4px;height:32px}.msp-plugin .msp-hover-box-wrapper:hover .msp-hover-box-body,.msp-plugin .msp-hover-box-wrapper:hover .msp-hover-box-spacer{visibility:visible}.msp-plugin .msp-viewport-controls-panel{width:290px;top:0;right:36px;position:absolute;background:#e0ddd4}.msp-plugin .msp-viewport-controls-panel .msp-control-group-wrapper:first-child{padding-top:0}.msp-plugin .msp-viewport-controls-panel .msp-viewport-controls-panel-controls{overflow-y:auto;max-height:400px}.msp-plugin .msp-highlight-toast-wrapper{position:absolute;right:10px;bottom:10px;max-width:95%;z-index:10000}.msp-plugin .msp-highlight-info{color:#ae5d04;padding:3px 10px;background:#eeece7;opacity:90%;max-width:400px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-highlight-markdown-row{padding-left:10px}.msp-plugin .msp-highlight-simple-row{text-align:right}.msp-plugin .msp-highlight-info-hr{margin-inline:0px;margin-block:3px;border:none;height:1px;background-color:#ae5d04}.msp-plugin .msp-highlight-info-additional{font-size:85%;display:inline-block;color:#fa911e}.msp-plugin .msp-snapshot-description-wrapper{background:#eeece780;position:absolute;left:0;top:42px;padding:6.6px 10px;max-height:224px;overflow:hidden;overflow-y:auto;max-width:400px}.msp-plugin .msp-snapshot-description-wrapper a{text-decoration:underline;cursor:pointer;color:#332b1f}.msp-plugin .msp-snapshot-description-wrapper ul,.msp-plugin .msp-snapshot-description-wrapper ol{padding-left:14px}.msp-plugin .msp-log-wrap{position:absolute;right:0;top:0;left:0;bottom:0;overflow:hidden}.msp-plugin .msp-log{position:absolute;right:-20px;top:0;left:0;bottom:0;overflow-y:scroll;overflow-x:hidden;background:#e0ddd4;font-size:90%}.msp-plugin .msp-log ul{padding:0;margin:0}.msp-plugin .msp-log{color:#433829}.msp-plugin .msp-log li{clear:both;margin:0;background:#eeece7;position:relative}.msp-plugin .msp-log li:not(:last-child){border-bottom:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%)}.msp-plugin .msp-log .msp-log-entry{margin-left:110px;background:#ebe8e3;padding:3px 25px 3px 10px}.msp-plugin .msp-log .msp-log-timestamp{padding:3px 10px;float:left;text-align:right;width:110px;color:#726046;font-size:100%}.msp-plugin .msp-log .msp-log-timestamp small{font-size:100%}.msp-plugin .msp-log .label{margin-top:-3px;font-size:7pt}.msp-plugin .msp-log-entry-badge{position:absolute;left:0;top:0;bottom:0;width:6px}.msp-plugin .msp-log-entry-message{background:#0cca5d}.msp-plugin .msp-log-entry-info{background:#5e3673}.msp-plugin .msp-log-entry-error{background:#fd354b}.msp-plugin .msp-log-entry-warning{background:#fcc937}.msp-plugin .msp-sequence{position:absolute;right:0;top:0;left:0;bottom:0;background:#eeece7}.msp-plugin .msp-sequence-select{position:relative;height:24px;width:100%;margin-bottom:1px;background:#e0ddd4;text-align:left}.msp-plugin .msp-sequence-select>span{display:inline-block;line-height:24px;padding:0 10px;font-size:85%;font-weight:700;cursor:default}.msp-plugin .msp-sequence-select>select{display:inline-block;max-width:120px;width:auto;text-overflow:ellipsis;font-size:85%;height:24px;line-height:24px;background-size:6px 8px;background-color:#e0ddd4}.msp-plugin .msp-sequence-wrapper{word-break:break-word;padding:10px 10px 3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.msp-plugin .msp-sequence-wrapper-non-empty{font-size:85%;line-height:180%;font-family:Courier New,monospace;background:#f3f2ee;width:100%;overflow-y:auto;overflow-x:hidden;position:absolute;top:25px;left:0;bottom:0;right:0}.msp-plugin .msp-sequence-chain-label{margin-left:10px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#ae5d04;font-size:90%;line-height:90%;padding-left:.2em}.msp-plugin .msp-sequence-wrapper span{cursor:pointer}.msp-plugin .msp-sequence-wrapper .msp-sequence-residue-long{margin:0 .2em}.msp-plugin .msp-sequence-wrapper .msp-sequence-residue-long-begin{margin:0 .2em 0 0}.msp-plugin .msp-sequence-wrapper .msp-sequence-label{color:#ae5d04;font-size:90%;line-height:90%;padding-bottom:1em;padding-left:.2em}.msp-plugin .msp-sequence-wrapper .msp-sequence-number{color:#ae5d04;word-break:keep-all;cursor:default;position:relative;top:-1.1em;left:3.1em;padding:0;margin-left:-3em;font-size:80%;pointer-events:none}.msp-plugin .msp-sequence-wrapper .msp-sequence-number-long{left:3.3em}.msp-plugin .msp-sequence-wrapper .msp-sequence-number-long-negative{left:2.7em}.msp-plugin .msp-sequence-wrapper .msp-sequence-number-negative{left:2.5em}.msp-plugin .msp-sequence-wrapper .msp-sequence-present{color:#332b1f}.msp-plugin .msp-sequence-wrapper .msp-sequence-missing{color:#b4a184;cursor:default}.msp-plugin .msp-transformer .msp-entity-badge{position:absolute;top:0;right:0;height:32px;line-height:32px;width:32px}.msp-plugin .msp-layout-right,.msp-plugin .msp-layout-left{background:#e0ddd4}.msp-plugin .msp-transformer-wrapper{position:relative}.msp-plugin .msp-transformer-wrapper .msp-entity-badge{left:0;top:0}.msp-plugin .msp-transformer-wrapper:first-child .msp-panel-description-content{top:33px}.msp-plugin .msp-transformer-wrapper:not(:first-child) .msp-panel-description-content{bottom:33px}.msp-plugin .msp-transform-wrapper{margin-bottom:10px}.msp-plugin .msp-transform-wrapper-collapsed,.msp-plugin .msp-transform-update-wrapper,.msp-plugin .msp-transform-update-wrapper-collapsed{margin-bottom:1px}.msp-plugin .msp-transform-update-wrapper>.msp-transform-header>button,.msp-plugin .msp-transform-update-wrapper-collapsed>.msp-transform-header>button{text-align:left;padding-left:32px;line-height:24px;background:#e9e6e0}.msp-plugin .msp-transform-wrapper>.msp-transform-header>button{text-align:left;background:#eeece7;font-weight:700;padding-right:5px}.msp-plugin .msp-transform-header{position:relative}.msp-plugin .msp-transform-header>button>small{font-weight:400;float:right}.msp-plugin .msp-transform-header>button>span:first-child{margin-right:10px}.msp-plugin .msp-transform-header>button:hover{color:#63533c}.msp-plugin .msp-transform-header-brand{margin-bottom:-1px}.msp-plugin .msp-transform-header-brand svg{fill:#332b1f;stroke:#332b1f}.msp-plugin .msp-transform-default-params{background:#eeece7;position:absolute;left:0;top:0;width:32px;padding:0}.msp-plugin .msp-transform-default-params:hover{background:#fff}.msp-plugin .msp-transform-apply-wrap{position:relative;margin-top:1px;width:100%;height:32px}.msp-plugin .msp-transform-refresh{width:87px;margin-left:33px;background:#eeece7;text-align:right}.msp-plugin .msp-transform-apply{display:block;position:absolute;left:120px;right:0;top:0}.msp-plugin .msp-transform-apply-wider{margin-left:33px}.msp-plugin .msp-data-beh{margin:10px 0!important}.msp-plugin .msp-toast-container{position:relative;z-index:1001}.msp-plugin .msp-toast-container .msp-toast-entry{color:#332b1f;background:#e0ddd4;position:relative;float:right;min-height:32px;margin-top:10px;border:1px solid hsl(42.8571428571,17.0731707317%,76.9607843137%);display:table}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-title{height:100%;line-height:32px;padding:0 10px;background:#eeece7;font-weight:700;display:table-cell;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;font-weight:light;cursor:pointer}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message{padding:3px 42px 3px 10px;display:table-cell}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a{text-decoration:none;color:#974102;font-weight:700}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:hover{text-decoration:underline;color:#fc6c03}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:active,.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-message a:focus{color:#974102;outline-offset:0;outline:none}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-hide{position:absolute;width:42px;right:0;top:0;bottom:0}.msp-plugin .msp-toast-container .msp-toast-entry .msp-toast-hide .msp-btn-icon{background:#0000;position:absolute;top:1px;right:0;left:0;bottom:0;width:100%;text-align:right;padding-right:5px}.msp-plugin .msp-help-row{position:relative;height:32px;background:#eeece7;margin-top:1px;display:table;width:100%}.msp-plugin .msp-help-row>span{width:120px;text-align:right;padding:3px 10px;color:#63533c;display:table-cell;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:default}.msp-plugin .msp-help-row>div{background:#f3f2ee;position:relative;padding:3px 10px;display:table-cell}.msp-plugin .msp-canvas{width:100%;height:100%;background-color:#f3f2ee}.msp-plugin .msp-canvas text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.msp-plugin .msp-canvas circle{stroke:#000;stroke-width:10;stroke-opacity:.3}.msp-plugin .msp-canvas circle:hover{fill:#ae5d04;stroke:#000;stroke-width:10px}.msp-plugin .msp-canvas .info{fill:#fff;stroke:#000;stroke-width:3}.msp-plugin .msp-canvas .show{visibility:visible}.msp-plugin .msp-canvas .hide{visibility:hidden}.msp-plugin .msp-canvas .delete-button rect{fill:#ed4337;stroke:#000}.msp-plugin .msp-canvas .delete-button text{stroke:#fff;fill:#fff}.msp-plugin .msp-canvas .delete-button:hover{stroke:#000;stroke-width:3;fill:#ff6961}.msp-plugin .msp-canvas .infoCircle:hover{fill:#4c66b2}.msp-plugin .msp-canvas:focus{outline:none}.msp-plugin .msp-logo{display:block;position:absolute;bottom:10px;right:10px;height:32px;width:100px;background-repeat:no-repeat;background-position:bottom right;background-size:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAAgCAYAAABn7+QVAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTACUobeu8AA0nuTXkVhmBlgKAMOMzSxIaICEUVEmiJIUMSA0VAkVkSxEBRUsAckCCgxGEVULG9G1ouurLz38vL746xv7bP3ufvsvc9aFwCSpy+XlwZLAZDKE/CDPJzpEZFRdOwAgAEeYIApAExWRrpfsHsIEMnLzYWeIXICXwQB8HpYvAJw09AzgE4H/5+kWel8geiYABGbszkZLBEXiDglS5Auts+KmBqXLGYYJWa+KEERy4k5YZENPvsssqOY2ak8tojFOaezU9li7hXxtkwhR8SIr4gLM7mcLBHfErFGijCVK+I34thUDjMDABRJbBdwWIkiNhExiR8S5CLi5QDgSAlfcdxXLOBkC8SXcklLz+FzExIFdB2WLt3U2ppB9+RkpXAEAsMAJiuZyWfTXdJS05m8HAAW7/xZMuLa0kVFtjS1trQ0NDMy/apQ/3Xzb0rc20V6Gfi5ZxCt/4vtr/zSGgBgzIlqs/OLLa4KgM4tAMjd+2LTOACApKhvHde/ug9NPC+JAkG6jbFxVlaWEZfDMhIX9A/9T4e/oa++ZyQ+7o/y0F058UxhioAurhsrLSVNyKdnpDNZHLrhn4f4Hwf+dR4GQZx4Dp/DE0WEiaaMy0sQtZvH5gq4aTw6l/efmvgPw/6kxbkWidL4EVBjjIDUdSpAfu0HKAoRINH7xV3/o2+++DAgfnnhKpOLc//vN/1nwaXiJYOb8DnOJSiEzhLyMxf3xM8SoAEBSAIqkAfKQB3oAENgBqyALXAEbsAb+IMQEAlWAxZIBKmAD7JAHtgECkEx2An2gGpQBxpBM2gFx0EnOAXOg0vgGrgBboP7YBRMgGdgFrwGCxAEYSEyRIHkIRVIE9KHzCAGZA+5Qb5QEBQJxUIJEA8SQnnQZqgYKoOqoXqoGfoeOgmdh65Ag9BdaAyahn6H3sEITIKpsBKsBRvDDNgJ9oFD4FVwArwGzoUL4B1wJdwAH4U74PPwNfg2PAo/g+cQgBARGqKKGCIMxAXxR6KQeISPrEeKkAqkAWlFupE+5CYyiswgb1EYFAVFRxmibFGeqFAUC7UGtR5VgqpGHUZ1oHpRN1FjqFnURzQZrYjWR9ugvdAR6AR0FroQXYFuQrejL6JvoyfQrzEYDA2jjbHCeGIiMUmYtZgSzD5MG+YcZhAzjpnDYrHyWH2sHdYfy8QKsIXYKuxR7FnsEHYC+wZHxKngzHDuuCgcD5ePq8AdwZ3BDeEmcQt4Kbwm3gbvj2fjc/Cl+EZ8N/46fgK/QJAmaBPsCCGEJMImQiWhlXCR8IDwkkgkqhGtiYFELnEjsZJ4jHiZOEZ8S5Ih6ZFcSNEkIWkH6RDpHOku6SWZTNYiO5KjyALyDnIz+QL5EfmNBEXCSMJLgi2xQaJGokNiSOK5JF5SU9JJcrVkrmSF5AnJ65IzUngpLSkXKabUeqkaqZNSI1Jz0hRpU2l/6VTpEukj0lekp2SwMloybjJsmQKZgzIXZMYpCEWd4kJhUTZTGikXKRNUDFWb6kVNohZTv6MOUGdlZWSXyYbJZsvWyJ6WHaUhNC2aFy2FVko7ThumvVuitMRpCWfJ9iWtS4aWzMstlXOU48gVybXJ3ZZ7J0+Xd5NPlt8l3yn/UAGloKcQqJClsF/hosLMUupS26WspUVLjy+9pwgr6ikGKa5VPKjYrzinpKzkoZSuVKV0QWlGmabsqJykXK58RnlahaJir8JVKVc5q/KULkt3oqfQK+m99FlVRVVPVaFqveqA6oKatlqoWr5am9pDdYI6Qz1evVy9R31WQ0XDTyNPo0XjniZek6GZqLlXs09zXktbK1xrq1an1pS2nLaXdq52i/YDHbKOg84anQadW7oYXYZusu4+3Rt6sJ6FXqJejd51fVjfUp+rv09/0ABtYG3AM2gwGDEkGToZZhq2GI4Z0Yx8jfKNOo2eG2sYRxnvMu4z/mhiYZJi0mhy31TG1Ns037Tb9HczPTOWWY3ZLXOyubv5BvMu8xfL9Jdxlu1fdseCYuFnsdWix+KDpZUl37LVctpKwyrWqtZqhEFlBDBKGJet0dbO1husT1m/tbG0Edgct/nN1tA22faI7dRy7eWc5Y3Lx+3U7Jh29Xaj9nT7WPsD9qMOqg5MhwaHx47qjmzHJsdJJ12nJKejTs+dTZz5zu3O8y42Lutczrkirh6uRa4DbjJuoW7Vbo/c1dwT3FvcZz0sPNZ6nPNEe/p47vIc8VLyYnk1e816W3mv8+71IfkE+1T7PPbV8+X7dvvBft5+u/0erNBcwVvR6Q/8vfx3+z8M0A5YE/BjICYwILAm8EmQaVBeUF8wJTgm+Ejw6xDnkNKQ+6E6ocLQnjDJsOiw5rD5cNfwsvDRCOOIdRHXIhUiuZFdUdiosKimqLmVbiv3rJyItogujB5epb0qe9WV1QqrU1afjpGMYcaciEXHhsceiX3P9Gc2MOfivOJq42ZZLqy9rGdsR3Y5e5pjxynjTMbbxZfFTyXYJexOmE50SKxInOG6cKu5L5I8k+qS5pP9kw8lf0oJT2lLxaXGpp7kyfCSeb1pymnZaYPp+umF6aNrbNbsWTPL9+E3ZUAZqzK6BFTRz1S/UEe4RTiWaZ9Zk/kmKyzrRLZ0Ni+7P0cvZ3vOZK577rdrUWtZa3vyVPM25Y2tc1pXvx5aH7e+Z4P6hoINExs9Nh7eRNiUvOmnfJP8svxXm8M3dxcoFWwsGN/isaWlUKKQXziy1XZr3TbUNu62ge3m26u2fyxiF10tNimuKH5fwiq5+o3pN5XffNoRv2Og1LJ0/07MTt7O4V0Ouw6XSZfllo3v9tvdUU4vLyp/tSdmz5WKZRV1ewl7hXtHK30ru6o0qnZWva9OrL5d41zTVqtYu712fh9739B+x/2tdUp1xXXvDnAP3Kn3qO9o0GqoOIg5mHnwSWNYY9+3jG+bmxSaips+HOIdGj0cdLi32aq5+YjikdIWuEXYMn00+uiN71y/62o1bK1vo7UVHwPHhMeefh/7/fBxn+M9JxgnWn/Q/KG2ndJe1AF15HTMdiZ2jnZFdg2e9D7Z023b3f6j0Y+HTqmeqjkte7r0DOFMwZlPZ3PPzp1LPzdzPuH8eE9Mz/0LERdu9Qb2Dlz0uXj5kvulC31OfWcv210+dcXmysmrjKud1yyvdfRb9Lf/ZPFT+4DlQMd1q+tdN6xvdA8uHzwz5DB0/qbrzUu3vG5du73i9uBw6PCdkeiR0TvsO1N3U+6+uJd5b+H+xgfoB0UPpR5WPFJ81PCz7s9to5ajp8dcx/ofBz++P84af/ZLxi/vJwqekJ9UTKpMNk+ZTZ2adp++8XTl04ln6c8WZgp/lf619rnO8x9+c/ytfzZiduIF/8Wn30teyr889GrZq565gLlHr1NfL8wXvZF/c/gt423fu/B3kwtZ77HvKz/ofuj+6PPxwafUT5/+BQOY8/xvJtwPAAAACXBIWXMAAC4iAAAuIgGq4t2SAAANMElEQVRoQ92aB1xURx7H/69sY5eOFBELCipESsSC0RCMJRZMrICHGiMmGjWaqDk7YEsuGok5TS6xi56KGtsFG6jBiAYLKhqVc8GGBZG+fd97N+/twNJWFksS7/v5DG/nN/OG/fze/838Z4CA/wMCE9d9W8oQ3mUMBSojBTqWAuBQAweHIC56lanXHw8xJixM6qhQNcX1KuQykluyKzMPVxvF5XUh3hIpgFSiQz8AJBItSKU6sCsX55P9byLxxRKwYl3W5O6dg5o62IMRmcpyBBz87wNYcyH3R4iL+gh3+8MhHaTqYJKUKO2dPYTigIqza1MlLZLnzh3arQ/uZzVn14YOIGRyJWXrqgR5U6VI1kRJS92VBEEry+wrAnC3F04XL3cY4OMF7/p6weC2zSDQzQG3/IlM7dspdPmU0VxtLqYf5haM6HYOBYLVUwcXByQy92JxXioexUzFhT5cySn3TrjrC4WP3EsPHuPfZGJVZg4HCdt/wF0aT8LWUHT/jTpl4fZU3KNBSHytQ0D33uDR0qfjoqg3hmOpQU65d4u2cW4X6NCyJ1ZeIeKSFRC3p1q4kzYdmzr6Zk98p6rsj+rhi0KoFe5gIm53M/ypDhbNJQgC3kbTFUGSi+LiwmgsWyQ5zk9McESCZ8gEVHvF1kneWJI5CJT2SHWDbUQ0vNbEvqr4OClwCyZ+RzSQ+psomqOwUgOL5vL4BIdCi/aBvtJb3AdYsoirs0usnWfH1vbNOmPlFWHmWlve2DFB3t0nhvh0qm2wRRZuG+ksFyUlDe4qcbYRJ0H8v6NxSxVPNZcnPPJDIAlY8PWnXWVYqsPhZb3lDAfzW3T50xbmZ+MfyFhbRcr7yNj1EZ1gdb+O8DFvMKk7it4+ywYjY11k0s1po8KpmA4tITUmnHaWS5HBKJKr0aC5zXw6QJvgNzyhXDIZS3UgCN3UJq3fdLd188PKs3H8+Bjpvn2x/jv2TwnbsOezt3/YPavTss3TXXHzi4U3Vic/+H5gq+7rkLEkmgb5yWwVb3CnNiFAcD+aOtaGaMobmzrqLaoyIwlC11RkNB/JvPGCiGjQXJ43h8QCSRGzEqeG1Xmah77u48QCPdM7NBYrjSPveJg069i7H2UcjUpndWSZrZ3bFRfHlic8nL1TnezcM2Vyh0dLtsbnzdu8JHHW5qVt8G3Pj9qOT4RYluOE/UYllQZPCvFxMik1cbGRSKsbWwlKUPhxhDGxZJ25Ls28oX2X3k60HmZiqQqDTj+rqX8fB7lTC6xYT2569zA9Jb5m7xz8r3aB03uE9fpOFP7WYujZ/TPo22MSDOs1FT4ePBfG9ZvQsod/12kUJf190prli4YnJ6Mt2HOSMKICGLL/5su3Tn6wPxMYZE4lvMH/RAZP6NjaJGBsJSJIi3mrTg6d9bAYem05YSxS6WJgQdR2LFtnLk9oxFigRaKpq2aEuWMJDizu6UlQosltuo3FivU8zgyOkEhkRzz941u2CogDxyYhgMzDrWb4rMXN0Q36vN4TZr43XuTt0WyeoiR/MwqV509JqgzOSx+77zcw8nGM4UMx2r+5qYJpqpByHVztcc3E+QdFXJWx8dE78MgCDaZYldi5eIB/jwj577/+NB9VJ/GajmHj2nYZKpPZNW5aVJ9v2ULDwlaXdsvFYlvzpo1l9PD4yXUoKStAY3MgFjuAexNvcFA4C+32NgqY3HcofHFg18ioH1adRSHyjdBgCQJaQ/y2SFyzAIMKuSkp+1YAepIOGwZ1Bgo9UGu4gCK2z9ZfoEit3yMI1X8XxZwh+B2al2/7jOnfbsKqGaNeB7RYgmsAmvJi2LHkbwaC0baXyElKKpVe7f/JVlpsY4978Abp0PxsvqcSVVZfMGoud3Z44+HZ8vOeG2m3GWOkntNwK8CTgky4eiWJK9fqflUZJRe0jFirZmgvDSPu29or2PmdzhEgpkVC3/ziIpiRvL1ETUua74+NLed3aEnRg4IC3F2Edp6DNx/AmqxcXLMeFK0w3M8L1yxToTfCtCNZUKTRY8VMZv4TyC/VxFiM3OM7N0BudiaMW/g9VgBkto7QIWyYKDstaSEYGdo3dEQNY/n5/EbKJHBq2QPcOozBWk24K00UGgM3QuI2GisA5cVXIOdyYqHeKBo0cEDSaSwLLNu8TJ5968o6LQORI3oMETRPRycI9GrhkHH7Di/UjQpEvzYeQnlZKMQ0rB1Y/25+xO4M2Fl61/KcazTo4W5ONuRcOIUVEx3CI0Fqax8lljsO9w2tuTMuyksHVcHvwKHX2xIcU9aFsgmQEbR5MX50aztQYJzWu19NY3lmjp6pekIrxmbfvv6woLQQqwCBzZujn0SYqfbX5KkLGprVL51IXgMcW5VdgFgqh4DwkaR/WAxBi837Co5j4Hbmj3wucglL9cJy4ENKzRkVf5+q9Bqnpol9WKpDYuR0DfoKabcL8rGCotfBEQ0GLy41ewk81VyWIfYV3lNmXj2NNizVaNvtPfBBc2B1Hl07BKqi2xkkyf0HSxYg0D7eFn9G5rJ69EAYfXj4zgos1QtaYoq16G2qRCYWA0dw5oFqcb9cAyfvPG50ufq4FI/wdPg5t777+VKoNh1ZPzVbIAiWIwl69qm9G9Lad+kJFF5QKFosXCthjXrI/W0jsCw5G62+Tz0D5p8mU3sxrp7FWwClZKYcHWMawvKqvuf6PZh86HwBusW6VY0g/FzlEru0mHAsPB05mnN3X7sHKzNz+K91Df2o+VQIorDBVGz2lpPHvhobdvRy+v7ewT2HYrUmdy/tBU3po5Ren55MP7e+a6MP2F8aHLHXqr9ExO8Y46oQr08bFS6cflkD/1gT+wYLH1aeydGCSD8Q5ox5Ymo1YdUmgqTI2ZkpWziDToMVM0adCpRntrAERc/B0qvFImSsrWAsWdvYx/j1rkRtYNBGo+bbk9gnGKZ19Q0GgzgVlm4yJeQYq8ydsfb4eW158a6LaTuxYkaZuQN0mrLtb39y/KkL2V+Shdved7URrz9Wj7Fn7xfBuAOZuGbiTqkKRu09Y8HgtkFg5A3+qcpgq8zloUT0vItpyUZthXlq0amKQfnbTgNw5AIsvTos3o2SYGL10vAA0r8eY/mdV4nWgBUz26/eqWMwz7JeQeDrbIcM1idgyXpzp6xOyzHoVBuyUrdiBeD6ySQw6DVr+n9+XImlBmE5ggHOiGs8wleg0G7e8urEQwBNEuavywjpYY2BGse8oQ9QHjgM7bK0/ApfiWDslhOGEq1+NZZqwnH526/cOVbdYP7K13OelKcBY/O5ICKsNpeHFJMJ1zL2aVQlBaAqfgDKswdUKIFYhJutAqVqDznDI1xDdbRVFkkc6YzDQ9piqX448HNSmE+jitVq/mkU4OqzERd9sEJnGNJ/W7pgcGalsTp9FDLRdF5QGwJ0wNpEoAhOi0GGao0M8Fe+DkzpIEgYpMY9G2fuxMRj+axBvyrryEbITtsIjNGwcuDnvzzEzVahJ+gsVnURfTK/Vg6uYUDSNH8gVG/0Ltqy6E2FVNajjYf5WFNZ8AhQcvb88zxvsIEZzBvcV4hYYyQsiP4Jt9YPbyAycgcytM2qn4G/moz9qMpYnkaZK0CIv8y9cKQk72JqkYqAZVi1GmlAxXVGX3DdWHYGKwDurSLBxrb1yLRDo/ftTxkflpQyxW5lyhTJ97vm+azYNneWiCJ+HtxtICnCeTZ/wH0m9yaQHHNAEJ6X+ZGHeINLtLpIiIusP2JrwxspJyLyyzVL+WttY3kabe74xCNFBMd+xXDcl2MTfinBcqPggP5Kfe+bqimTomTwWkg8tPaNjLC3bX5CxtKljjqxViGzyfFrFfTFB/3GK3w9zTvd49eyobCsNGPvlCl1ziKeGWQwxI2sYWx2QamwsFWWcQfO4hbM9EgNLIiaK1zrofGRy8PQ34o1mmf+Hyz5/nub9Kprh4qVS4WzBR6SFEOLVv3hze7zYOiAFTDqveUQ03829O0yDJrYm8+Lr9+/AztOn1SxHPNy/xoqklxEi9qAo7kPq0rGvcIBaOIah3s0yDOZO/rro6rIxDP1Pi1rIBKABb3tiIqCw0fzL38GmvKbuMUyOoMODmf9Ct8d3l3CsfpByR9Pu4KbXg5zhjxBUZlSp8yPPoF7NIhwWG5jb5/h16kbltBrShLw+K4SCvOVCYt2no7HslWg7e9iW5fWcxVNvIGmGVMRGYEoO4zmykLhsBx3heTk4VSgW+lENSObQ8n9POSOHUEi90L97dHOlQKtXg9FFSVwu+A+XLmbx5Tp2F1qhvr7d7Ezb+MhBPjD8tdbNA+SSGSgYwmUGpFwo7AczuYX/an/iEdM6B3qKqbZAbguIKJQEZEosYSLi3efzsKyVZxd3/V1Cc0FisQMGsMAUqkBXfXoqgXChjlgF/LAfCiLOXfuQ5G2tDRcY5CGaRhxO41R4qJlRJSaEZVrjOLbapY6Z9BASkJswn18Sw2CVqx/t5ghncoZElQsBTqm8u+X3A0UaRm48gcD8D/XZskfp8IFSwAAAABJRU5ErkJggg==)}.msp-plugin .msp-plugin-content{color:#332b1f}.msp-plugin .msp-plugin-init-error{white-space:pre;margin:10px}.msp-plugin .msp-svg-text{fill:#332b1f}.msp-plugin{background:#eeece7}.msp-plugin ::-webkit-scrollbar-thumb{background-color:#80808080;border-radius:10px;border:solid 1px rgba(0,0,0,0);background-clip:content-box}.msp-plugin .msp-plugin-init-error{color:gray}.msp-plugin .msp-layout-static{container-type:size}.msp-plugin .msp-viewport-controls-panel .msp-viewport-controls-panel-controls{max-height:calc(100cqh - 75px)}.msp-plugin .msp-simple-help-section,.msp-plugin .msp-control-group-header button{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.msp-plugin .pdbemolstar-custom-control-viewport-top-left{float:left}.msp-plugin .pdbemolstar-custom-control-viewport-top-left:not(:empty){margin-right:10px}.msp-plugin .pdbemolstar-viewport-top-center-controls{width:100%;display:flex;flex-direction:column;align-items:center;padding-inline:74px;pointer-events:none}.msp-plugin .pdbemolstar-viewport-top-center-controls>*{margin-top:10px;pointer-events:auto;max-width:100%}.msp-plugin .pdbemolstar-overlay{z-index:1000;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;pointer-events:none}.msp-plugin .pdbemolstar-overlay .pdbemolstar-overlay-box{width:25%;height:25%}.msp-plugin .pdbemolstar-overlay svg.pdbe-animated-logo{background-color:#0000;width:100%;height:100%;opacity:80%}.msp-plugin .pdbemolstar-overlay svg.pdbe-animated-logo .path-fg{stroke-dasharray:1812 250;stroke-dashoffset:-250;animation:dash linear normal infinite;animation-duration:5s;animation-delay:1s}@keyframes dash{0%{stroke-dashoffset:1812}80%{stroke-dashoffset:-250}to{stroke-dashoffset:-250}}.msp-plugin .pdbemolstar-state-gallery-controls{overflow-x:hidden;word-wrap:break-word}.msp-plugin .pdbemolstar-state-gallery-controls:focus-visible{outline:none}.msp-plugin .pdbemolstar-state-gallery-controls .pdbemolstar-state-gallery-state-button{height:24px;line-height:24px;padding-inline:5px;text-align:left;overflow:hidden;text-overflow:ellipsis}.msp-plugin .pdbemolstar-state-gallery-controls .pdbemolstar-state-gallery-state-button .msp-icon{margin-right:3px}.msp-plugin .pdbemolstar-state-gallery-controls .pdbemolstar-state-gallery-legend{margin-block:8px}.msp-plugin .pdbemolstar-state-gallery-controls .pdbemolstar-state-gallery-legend .image_legend_li{margin-left:16px}.msp-plugin .pdbemolstar-state-gallery-controls .pdbemolstar-state-gallery-legend .highlight{font-weight:700}.msp-plugin .pdbemolstar-state-gallery-title-box{width:500px;max-width:100%;background-color:#f3f2ee;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.msp-plugin .pdbemolstar-state-gallery-title-box .msp-btn-icon{background-color:#0000;height:100%}.msp-plugin .pdbemolstar-state-gallery-title-box .pdbemolstar-state-gallery-title{margin:5px;min-height:2.9em;display:flex;flex-direction:row;align-items:center;text-align:center;font-weight:700}.msp-plugin .pdbemolstar-state-gallery-title-box .pdbemolstar-state-gallery-title .pdbemolstar-state-gallery-title-icon{width:1.2em}.msp-plugin .pdbemolstar-state-gallery-title-box .pdbemolstar-state-gallery-title .pdbemolstar-state-gallery-title-text{margin-right:1.2em;padding-inline:4px}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#eee}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#bdbdbd}input::placeholder,textarea::placeholder{opacity:1;color:#bdbdbd}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}*,: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(33 150 243 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(33 150 243 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 540px){.container{max-width:540px}}@media (min-width: 720px){.container{max-width:720px}}@media (min-width: 960px){.container{max-width:960px}}@media (min-width: 1140px){.container{max-width:1140px}}@media (min-width: 1320px){.container{max-width:1320px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.\!invisible{visibility:hidden!important}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.\!right-4{right:1rem!important}.-left-1{left:-.25rem}.-top-1\.5{top:-.375rem}.-top-2\.5{top:-.625rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[14\%\]{bottom:14%}.bottom-\[4\%\]{bottom:4%}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2,.left-2\/4{left:50%}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-\[14\%\]{left:14%}.left-\[2\%\]{left:2%}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[14\%\]{right:14%}.right-\[2\%\]{right:2%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2,.top-2\/4{top:50%}.top-3{top:.75rem}.top-4{top:1rem}.top-\[14\%\]{top:14%}.top-\[4\%\]{top:4%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[2\]{z-index:2}.z-\[9995\]{z-index:9995}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.float-right{float:right}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-ml-1{margin-left:-.25rem}.-mt-6{margin-top:-1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-28{margin-left:7rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-\[18px\]{margin-left:18px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-12{margin-right:3rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.box-border{box-sizing:border-box}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[2\/1\]{aspect-ratio:2/1}.aspect-square{aspect-ratio:1 / 1}.size-full{width:100%;height:100%}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[110px\]{height:110px}.h-\[58px\]{height:58px}.h-\[74px\]{height:74px}.h-\[calc\(100\%-64px\)\]{height:calc(100% - 64px)}.h-\[calc\(100vh-90px\)\]{height:calc(100vh - 90px)}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[100vh\]{max-height:100vh}.max-h-\[32px\]{max-height:32px}.max-h-\[40px\]{max-height:40px}.max-h-\[48px\]{max-height:48px}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-\[100px\]{min-height:100px}.min-h-\[100vh\]{min-height:100vh}.min-h-\[120px\]{min-height:120px}.min-h-\[12px\]{min-height:12px}.min-h-\[24px\]{min-height:24px}.min-h-\[400px\]{min-height:400px}.min-h-\[48px\]{min-height:48px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-12{width:3rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[110px\]{width:110px}.w-\[24rem\]{width:24rem}.w-\[58px\]{width:58px}.w-\[74px\]{width:74px}.w-\[calc\(100\%-5px\)\]{width:calc(100% - 5px)}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[100vw\]{min-width:100vw}.min-w-\[12px\]{min-width:12px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[240px\]{min-width:240px}.min-w-\[24px\]{min-width:24px}.min-w-\[48px\]{min-width:48px}.min-w-\[80\%\]{min-width:80%}.min-w-\[80px\]{min-width:80px}.min-w-\[90\%\]{min-width:90%}.min-w-\[95\%\]{min-width:95%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-96{max-width:24rem}.max-w-\[100vw\]{max-width:100vw}.max-w-\[15rem\]{max-width:15rem}.max-w-\[200px\]{max-width:200px}.max-w-\[32px\]{max-width:32px}.max-w-\[40px\]{max-width:40px}.max-w-\[40rem\]{max-width:40rem}.max-w-\[48px\]{max-width:48px}.max-w-\[80\%\]{max-width:80%}.max-w-\[90\%\]{max-width:90%}.max-w-\[95\%\]{max-width:95%}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-screen-2xl{max-width:1320px}.max-w-screen-lg{max-width:960px}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.-translate-x-1\/2,.-translate-x-2\/4{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2\/4{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-2\/4{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2\/4{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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 bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-all-scroll{cursor:all-scroll}.cursor-auto{cursor:auto}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.\!resize-none{resize:none!important}.resize-none{resize:none}.resize-y{resize:vertical}.\!resize{resize:both!important}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-amber-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 179 0 / var(--tw-divide-opacity))}.divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(30 136 229 / var(--tw-divide-opacity))}.divide-blue-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(236 239 241 / var(--tw-divide-opacity))}.divide-blue-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(84 110 122 / var(--tw-divide-opacity))}.divide-brown-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(109 76 65 / var(--tw-divide-opacity))}.divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(0 172 193 / var(--tw-divide-opacity))}.divide-deep-orange-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(244 81 30 / var(--tw-divide-opacity))}.divide-deep-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(94 53 177 / var(--tw-divide-opacity))}.divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(66 66 66 / var(--tw-divide-opacity))}.divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(67 160 71 / var(--tw-divide-opacity))}.divide-indigo-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(57 73 171 / var(--tw-divide-opacity))}.divide-light-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(3 155 229 / var(--tw-divide-opacity))}.divide-light-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(124 179 66 / var(--tw-divide-opacity))}.divide-lime-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(192 202 51 / var(--tw-divide-opacity))}.divide-orange-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(251 140 0 / var(--tw-divide-opacity))}.divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(216 27 96 / var(--tw-divide-opacity))}.divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(142 36 170 / var(--tw-divide-opacity))}.divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 57 53 / var(--tw-divide-opacity))}.divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(0 137 123 / var(--tw-divide-opacity))}.divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 216 53 / var(--tw-divide-opacity))}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[7px\]{border-radius:7px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-r-2{border-right-width:2px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-black{--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(144 202 249 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.border-blue-gray-100{--tw-border-opacity: 1;border-color:rgb(207 216 220 / var(--tw-border-opacity))}.border-blue-gray-200{--tw-border-opacity: 1;border-color:rgb(176 190 197 / var(--tw-border-opacity))}.border-blue-gray-50{--tw-border-opacity: 1;border-color:rgb(236 239 241 / var(--tw-border-opacity))}.border-blue-gray-500{--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.border-brown-500{--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.border-deep-orange-500{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.border-deep-purple-500{--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(238 238 238 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(117 117 117 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(97 97 97 / var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.border-gray-900\/20{border-color:#21212133}.border-green-500{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.border-light-blue-500{--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.border-light-green-500{--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.border-lime-500{--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(206 147 216 / var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(239 154 154 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(183 28 28 / var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-white\/80{border-color:#fffc}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(255 238 88 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.\!border-t-transparent{border-top-color:transparent!important}.border-b-blue-400{--tw-border-opacity: 1;border-bottom-color:rgb(66 165 245 / var(--tw-border-opacity))}.border-b-blue-gray-100{--tw-border-opacity: 1;border-bottom-color:rgb(207 216 220 / var(--tw-border-opacity))}.border-b-gray-800{--tw-border-opacity: 1;border-bottom-color:rgb(66 66 66 / var(--tw-border-opacity))}.border-b-red-400{--tw-border-opacity: 1;border-bottom-color:rgb(239 83 80 / var(--tw-border-opacity))}.border-b-red-800{--tw-border-opacity: 1;border-bottom-color:rgb(198 40 40 / var(--tw-border-opacity))}.border-l-blue-100{--tw-border-opacity: 1;border-left-color:rgb(187 222 251 / var(--tw-border-opacity))}.border-l-blue-100\/0{border-left-color:#bbdefb00}.border-l-blue-100\/10{border-left-color:#bbdefb1a}.border-l-blue-100\/100{border-left-color:#bbdefb}.border-l-blue-100\/15{border-left-color:#bbdefb26}.border-l-blue-100\/20{border-left-color:#bbdefb33}.border-l-blue-100\/25{border-left-color:#bbdefb40}.border-l-blue-100\/30{border-left-color:#bbdefb4d}.border-l-blue-100\/35{border-left-color:#bbdefb59}.border-l-blue-100\/40{border-left-color:#bbdefb66}.border-l-blue-100\/45{border-left-color:#bbdefb73}.border-l-blue-100\/5{border-left-color:#bbdefb0d}.border-l-blue-100\/50{border-left-color:#bbdefb80}.border-l-blue-100\/55{border-left-color:#bbdefb8c}.border-l-blue-100\/60{border-left-color:#bbdefb99}.border-l-blue-100\/65{border-left-color:#bbdefba6}.border-l-blue-100\/70{border-left-color:#bbdefbb3}.border-l-blue-100\/75{border-left-color:#bbdefbbf}.border-l-blue-100\/80{border-left-color:#bbdefbcc}.border-l-blue-100\/85{border-left-color:#bbdefbd9}.border-l-blue-100\/90{border-left-color:#bbdefbe6}.border-l-blue-100\/95{border-left-color:#bbdefbf2}.border-l-blue-200{--tw-border-opacity: 1;border-left-color:rgb(144 202 249 / var(--tw-border-opacity))}.border-l-blue-200\/0{border-left-color:#90caf900}.border-l-blue-200\/10{border-left-color:#90caf91a}.border-l-blue-200\/100{border-left-color:#90caf9}.border-l-blue-200\/15{border-left-color:#90caf926}.border-l-blue-200\/20{border-left-color:#90caf933}.border-l-blue-200\/25{border-left-color:#90caf940}.border-l-blue-200\/30{border-left-color:#90caf94d}.border-l-blue-200\/35{border-left-color:#90caf959}.border-l-blue-200\/40{border-left-color:#90caf966}.border-l-blue-200\/45{border-left-color:#90caf973}.border-l-blue-200\/5{border-left-color:#90caf90d}.border-l-blue-200\/50{border-left-color:#90caf980}.border-l-blue-200\/55{border-left-color:#90caf98c}.border-l-blue-200\/60{border-left-color:#90caf999}.border-l-blue-200\/65{border-left-color:#90caf9a6}.border-l-blue-200\/70{border-left-color:#90caf9b3}.border-l-blue-200\/75{border-left-color:#90caf9bf}.border-l-blue-200\/80{border-left-color:#90caf9cc}.border-l-blue-200\/85{border-left-color:#90caf9d9}.border-l-blue-200\/90{border-left-color:#90caf9e6}.border-l-blue-200\/95{border-left-color:#90caf9f2}.border-l-blue-300{--tw-border-opacity: 1;border-left-color:rgb(100 181 246 / var(--tw-border-opacity))}.border-l-blue-300\/0{border-left-color:#64b5f600}.border-l-blue-300\/10{border-left-color:#64b5f61a}.border-l-blue-300\/100{border-left-color:#64b5f6}.border-l-blue-300\/15{border-left-color:#64b5f626}.border-l-blue-300\/20{border-left-color:#64b5f633}.border-l-blue-300\/25{border-left-color:#64b5f640}.border-l-blue-300\/30{border-left-color:#64b5f64d}.border-l-blue-300\/35{border-left-color:#64b5f659}.border-l-blue-300\/40{border-left-color:#64b5f666}.border-l-blue-300\/45{border-left-color:#64b5f673}.border-l-blue-300\/5{border-left-color:#64b5f60d}.border-l-blue-300\/50{border-left-color:#64b5f680}.border-l-blue-300\/55{border-left-color:#64b5f68c}.border-l-blue-300\/60{border-left-color:#64b5f699}.border-l-blue-300\/65{border-left-color:#64b5f6a6}.border-l-blue-300\/70{border-left-color:#64b5f6b3}.border-l-blue-300\/75{border-left-color:#64b5f6bf}.border-l-blue-300\/80{border-left-color:#64b5f6cc}.border-l-blue-300\/85{border-left-color:#64b5f6d9}.border-l-blue-300\/90{border-left-color:#64b5f6e6}.border-l-blue-300\/95{border-left-color:#64b5f6f2}.border-l-blue-400{--tw-border-opacity: 1;border-left-color:rgb(66 165 245 / var(--tw-border-opacity))}.border-l-blue-400\/0{border-left-color:#42a5f500}.border-l-blue-400\/10{border-left-color:#42a5f51a}.border-l-blue-400\/100{border-left-color:#42a5f5}.border-l-blue-400\/15{border-left-color:#42a5f526}.border-l-blue-400\/20{border-left-color:#42a5f533}.border-l-blue-400\/25{border-left-color:#42a5f540}.border-l-blue-400\/30{border-left-color:#42a5f54d}.border-l-blue-400\/35{border-left-color:#42a5f559}.border-l-blue-400\/40{border-left-color:#42a5f566}.border-l-blue-400\/45{border-left-color:#42a5f573}.border-l-blue-400\/5{border-left-color:#42a5f50d}.border-l-blue-400\/50{border-left-color:#42a5f580}.border-l-blue-400\/55{border-left-color:#42a5f58c}.border-l-blue-400\/60{border-left-color:#42a5f599}.border-l-blue-400\/65{border-left-color:#42a5f5a6}.border-l-blue-400\/70{border-left-color:#42a5f5b3}.border-l-blue-400\/75{border-left-color:#42a5f5bf}.border-l-blue-400\/80{border-left-color:#42a5f5cc}.border-l-blue-400\/85{border-left-color:#42a5f5d9}.border-l-blue-400\/90{border-left-color:#42a5f5e6}.border-l-blue-400\/95{border-left-color:#42a5f5f2}.border-l-blue-500{--tw-border-opacity: 1;border-left-color:rgb(33 150 243 / var(--tw-border-opacity))}.border-l-blue-500\/0{border-left-color:#2196f300}.border-l-blue-500\/10{border-left-color:#2196f31a}.border-l-blue-500\/100{border-left-color:#2196f3}.border-l-blue-500\/15{border-left-color:#2196f326}.border-l-blue-500\/20{border-left-color:#2196f333}.border-l-blue-500\/25{border-left-color:#2196f340}.border-l-blue-500\/30{border-left-color:#2196f34d}.border-l-blue-500\/35{border-left-color:#2196f359}.border-l-blue-500\/40{border-left-color:#2196f366}.border-l-blue-500\/45{border-left-color:#2196f373}.border-l-blue-500\/5{border-left-color:#2196f30d}.border-l-blue-500\/50{border-left-color:#2196f380}.border-l-blue-500\/55{border-left-color:#2196f38c}.border-l-blue-500\/60{border-left-color:#2196f399}.border-l-blue-500\/65{border-left-color:#2196f3a6}.border-l-blue-500\/70{border-left-color:#2196f3b3}.border-l-blue-500\/75{border-left-color:#2196f3bf}.border-l-blue-500\/80{border-left-color:#2196f3cc}.border-l-blue-500\/85{border-left-color:#2196f3d9}.border-l-blue-500\/90{border-left-color:#2196f3e6}.border-l-blue-500\/95{border-left-color:#2196f3f2}.border-l-blue-600{--tw-border-opacity: 1;border-left-color:rgb(30 136 229 / var(--tw-border-opacity))}.border-l-blue-600\/0{border-left-color:#1e88e500}.border-l-blue-600\/10{border-left-color:#1e88e51a}.border-l-blue-600\/100{border-left-color:#1e88e5}.border-l-blue-600\/15{border-left-color:#1e88e526}.border-l-blue-600\/20{border-left-color:#1e88e533}.border-l-blue-600\/25{border-left-color:#1e88e540}.border-l-blue-600\/30{border-left-color:#1e88e54d}.border-l-blue-600\/35{border-left-color:#1e88e559}.border-l-blue-600\/40{border-left-color:#1e88e566}.border-l-blue-600\/45{border-left-color:#1e88e573}.border-l-blue-600\/5{border-left-color:#1e88e50d}.border-l-blue-600\/50{border-left-color:#1e88e580}.border-l-blue-600\/55{border-left-color:#1e88e58c}.border-l-blue-600\/60{border-left-color:#1e88e599}.border-l-blue-600\/65{border-left-color:#1e88e5a6}.border-l-blue-600\/70{border-left-color:#1e88e5b3}.border-l-blue-600\/75{border-left-color:#1e88e5bf}.border-l-blue-600\/80{border-left-color:#1e88e5cc}.border-l-blue-600\/85{border-left-color:#1e88e5d9}.border-l-blue-600\/90{border-left-color:#1e88e5e6}.border-l-blue-600\/95{border-left-color:#1e88e5f2}.border-l-blue-700{--tw-border-opacity: 1;border-left-color:rgb(25 118 210 / var(--tw-border-opacity))}.border-l-blue-700\/0{border-left-color:#1976d200}.border-l-blue-700\/10{border-left-color:#1976d21a}.border-l-blue-700\/100{border-left-color:#1976d2}.border-l-blue-700\/15{border-left-color:#1976d226}.border-l-blue-700\/20{border-left-color:#1976d233}.border-l-blue-700\/25{border-left-color:#1976d240}.border-l-blue-700\/30{border-left-color:#1976d24d}.border-l-blue-700\/35{border-left-color:#1976d259}.border-l-blue-700\/40{border-left-color:#1976d266}.border-l-blue-700\/45{border-left-color:#1976d273}.border-l-blue-700\/5{border-left-color:#1976d20d}.border-l-blue-700\/50{border-left-color:#1976d280}.border-l-blue-700\/55{border-left-color:#1976d28c}.border-l-blue-700\/60{border-left-color:#1976d299}.border-l-blue-700\/65{border-left-color:#1976d2a6}.border-l-blue-700\/70{border-left-color:#1976d2b3}.border-l-blue-700\/75{border-left-color:#1976d2bf}.border-l-blue-700\/80{border-left-color:#1976d2cc}.border-l-blue-700\/85{border-left-color:#1976d2d9}.border-l-blue-700\/90{border-left-color:#1976d2e6}.border-l-blue-700\/95{border-left-color:#1976d2f2}.border-l-blue-800{--tw-border-opacity: 1;border-left-color:rgb(21 101 192 / var(--tw-border-opacity))}.border-l-blue-800\/0{border-left-color:#1565c000}.border-l-blue-800\/10{border-left-color:#1565c01a}.border-l-blue-800\/100{border-left-color:#1565c0}.border-l-blue-800\/15{border-left-color:#1565c026}.border-l-blue-800\/20{border-left-color:#1565c033}.border-l-blue-800\/25{border-left-color:#1565c040}.border-l-blue-800\/30{border-left-color:#1565c04d}.border-l-blue-800\/35{border-left-color:#1565c059}.border-l-blue-800\/40{border-left-color:#1565c066}.border-l-blue-800\/45{border-left-color:#1565c073}.border-l-blue-800\/5{border-left-color:#1565c00d}.border-l-blue-800\/50{border-left-color:#1565c080}.border-l-blue-800\/55{border-left-color:#1565c08c}.border-l-blue-800\/60{border-left-color:#1565c099}.border-l-blue-800\/65{border-left-color:#1565c0a6}.border-l-blue-800\/70{border-left-color:#1565c0b3}.border-l-blue-800\/75{border-left-color:#1565c0bf}.border-l-blue-800\/80{border-left-color:#1565c0cc}.border-l-blue-800\/85{border-left-color:#1565c0d9}.border-l-blue-800\/90{border-left-color:#1565c0e6}.border-l-blue-800\/95{border-left-color:#1565c0f2}.border-l-blue-900{--tw-border-opacity: 1;border-left-color:rgb(13 71 161 / var(--tw-border-opacity))}.border-l-blue-900\/0{border-left-color:#0d47a100}.border-l-blue-900\/10{border-left-color:#0d47a11a}.border-l-blue-900\/100{border-left-color:#0d47a1}.border-l-blue-900\/15{border-left-color:#0d47a126}.border-l-blue-900\/20{border-left-color:#0d47a133}.border-l-blue-900\/25{border-left-color:#0d47a140}.border-l-blue-900\/30{border-left-color:#0d47a14d}.border-l-blue-900\/35{border-left-color:#0d47a159}.border-l-blue-900\/40{border-left-color:#0d47a166}.border-l-blue-900\/45{border-left-color:#0d47a173}.border-l-blue-900\/5{border-left-color:#0d47a10d}.border-l-blue-900\/50{border-left-color:#0d47a180}.border-l-blue-900\/55{border-left-color:#0d47a18c}.border-l-blue-900\/60{border-left-color:#0d47a199}.border-l-blue-900\/65{border-left-color:#0d47a1a6}.border-l-blue-900\/70{border-left-color:#0d47a1b3}.border-l-blue-900\/75{border-left-color:#0d47a1bf}.border-l-blue-900\/80{border-left-color:#0d47a1cc}.border-l-blue-900\/85{border-left-color:#0d47a1d9}.border-l-blue-900\/90{border-left-color:#0d47a1e6}.border-l-blue-900\/95{border-left-color:#0d47a1f2}.border-l-gray-100{--tw-border-opacity: 1;border-left-color:rgb(245 245 245 / var(--tw-border-opacity))}.border-l-gray-100\/0{border-left-color:#f5f5f500}.border-l-gray-100\/10{border-left-color:#f5f5f51a}.border-l-gray-100\/100{border-left-color:#f5f5f5}.border-l-gray-100\/15{border-left-color:#f5f5f526}.border-l-gray-100\/20{border-left-color:#f5f5f533}.border-l-gray-100\/25{border-left-color:#f5f5f540}.border-l-gray-100\/30{border-left-color:#f5f5f54d}.border-l-gray-100\/35{border-left-color:#f5f5f559}.border-l-gray-100\/40{border-left-color:#f5f5f566}.border-l-gray-100\/45{border-left-color:#f5f5f573}.border-l-gray-100\/5{border-left-color:#f5f5f50d}.border-l-gray-100\/50{border-left-color:#f5f5f580}.border-l-gray-100\/55{border-left-color:#f5f5f58c}.border-l-gray-100\/60{border-left-color:#f5f5f599}.border-l-gray-100\/65{border-left-color:#f5f5f5a6}.border-l-gray-100\/70{border-left-color:#f5f5f5b3}.border-l-gray-100\/75{border-left-color:#f5f5f5bf}.border-l-gray-100\/80{border-left-color:#f5f5f5cc}.border-l-gray-100\/85{border-left-color:#f5f5f5d9}.border-l-gray-100\/90{border-left-color:#f5f5f5e6}.border-l-gray-100\/95{border-left-color:#f5f5f5f2}.border-l-gray-200{--tw-border-opacity: 1;border-left-color:rgb(238 238 238 / var(--tw-border-opacity))}.border-l-gray-200\/0{border-left-color:#eee0}.border-l-gray-200\/10{border-left-color:#eeeeee1a}.border-l-gray-200\/100{border-left-color:#eee}.border-l-gray-200\/15{border-left-color:#eeeeee26}.border-l-gray-200\/20{border-left-color:#eee3}.border-l-gray-200\/25{border-left-color:#eeeeee40}.border-l-gray-200\/30{border-left-color:#eeeeee4d}.border-l-gray-200\/35{border-left-color:#eeeeee59}.border-l-gray-200\/40{border-left-color:#eee6}.border-l-gray-200\/45{border-left-color:#eeeeee73}.border-l-gray-200\/5{border-left-color:#eeeeee0d}.border-l-gray-200\/50{border-left-color:#eeeeee80}.border-l-gray-200\/55{border-left-color:#eeeeee8c}.border-l-gray-200\/60{border-left-color:#eee9}.border-l-gray-200\/65{border-left-color:#eeeeeea6}.border-l-gray-200\/70{border-left-color:#eeeeeeb3}.border-l-gray-200\/75{border-left-color:#eeeeeebf}.border-l-gray-200\/80{border-left-color:#eeec}.border-l-gray-200\/85{border-left-color:#eeeeeed9}.border-l-gray-200\/90{border-left-color:#eeeeeee6}.border-l-gray-200\/95{border-left-color:#eeeeeef2}.border-l-gray-300{--tw-border-opacity: 1;border-left-color:rgb(224 224 224 / var(--tw-border-opacity))}.border-l-gray-300\/0{border-left-color:#e0e0e000}.border-l-gray-300\/10{border-left-color:#e0e0e01a}.border-l-gray-300\/100{border-left-color:#e0e0e0}.border-l-gray-300\/15{border-left-color:#e0e0e026}.border-l-gray-300\/20{border-left-color:#e0e0e033}.border-l-gray-300\/25{border-left-color:#e0e0e040}.border-l-gray-300\/30{border-left-color:#e0e0e04d}.border-l-gray-300\/35{border-left-color:#e0e0e059}.border-l-gray-300\/40{border-left-color:#e0e0e066}.border-l-gray-300\/45{border-left-color:#e0e0e073}.border-l-gray-300\/5{border-left-color:#e0e0e00d}.border-l-gray-300\/50{border-left-color:#e0e0e080}.border-l-gray-300\/55{border-left-color:#e0e0e08c}.border-l-gray-300\/60{border-left-color:#e0e0e099}.border-l-gray-300\/65{border-left-color:#e0e0e0a6}.border-l-gray-300\/70{border-left-color:#e0e0e0b3}.border-l-gray-300\/75{border-left-color:#e0e0e0bf}.border-l-gray-300\/80{border-left-color:#e0e0e0cc}.border-l-gray-300\/85{border-left-color:#e0e0e0d9}.border-l-gray-300\/90{border-left-color:#e0e0e0e6}.border-l-gray-300\/95{border-left-color:#e0e0e0f2}.border-l-gray-400{--tw-border-opacity: 1;border-left-color:rgb(189 189 189 / var(--tw-border-opacity))}.border-l-gray-400\/0{border-left-color:#bdbdbd00}.border-l-gray-400\/10{border-left-color:#bdbdbd1a}.border-l-gray-400\/100{border-left-color:#bdbdbd}.border-l-gray-400\/15{border-left-color:#bdbdbd26}.border-l-gray-400\/20{border-left-color:#bdbdbd33}.border-l-gray-400\/25{border-left-color:#bdbdbd40}.border-l-gray-400\/30{border-left-color:#bdbdbd4d}.border-l-gray-400\/35{border-left-color:#bdbdbd59}.border-l-gray-400\/40{border-left-color:#bdbdbd66}.border-l-gray-400\/45{border-left-color:#bdbdbd73}.border-l-gray-400\/5{border-left-color:#bdbdbd0d}.border-l-gray-400\/50{border-left-color:#bdbdbd80}.border-l-gray-400\/55{border-left-color:#bdbdbd8c}.border-l-gray-400\/60{border-left-color:#bdbdbd99}.border-l-gray-400\/65{border-left-color:#bdbdbda6}.border-l-gray-400\/70{border-left-color:#bdbdbdb3}.border-l-gray-400\/75{border-left-color:#bdbdbdbf}.border-l-gray-400\/80{border-left-color:#bdbdbdcc}.border-l-gray-400\/85{border-left-color:#bdbdbdd9}.border-l-gray-400\/90{border-left-color:#bdbdbde6}.border-l-gray-400\/95{border-left-color:#bdbdbdf2}.border-l-gray-500{--tw-border-opacity: 1;border-left-color:rgb(158 158 158 / var(--tw-border-opacity))}.border-l-gray-500\/0{border-left-color:#9e9e9e00}.border-l-gray-500\/10{border-left-color:#9e9e9e1a}.border-l-gray-500\/100{border-left-color:#9e9e9e}.border-l-gray-500\/15{border-left-color:#9e9e9e26}.border-l-gray-500\/20{border-left-color:#9e9e9e33}.border-l-gray-500\/25{border-left-color:#9e9e9e40}.border-l-gray-500\/30{border-left-color:#9e9e9e4d}.border-l-gray-500\/35{border-left-color:#9e9e9e59}.border-l-gray-500\/40{border-left-color:#9e9e9e66}.border-l-gray-500\/45{border-left-color:#9e9e9e73}.border-l-gray-500\/5{border-left-color:#9e9e9e0d}.border-l-gray-500\/50{border-left-color:#9e9e9e80}.border-l-gray-500\/55{border-left-color:#9e9e9e8c}.border-l-gray-500\/60{border-left-color:#9e9e9e99}.border-l-gray-500\/65{border-left-color:#9e9e9ea6}.border-l-gray-500\/70{border-left-color:#9e9e9eb3}.border-l-gray-500\/75{border-left-color:#9e9e9ebf}.border-l-gray-500\/80{border-left-color:#9e9e9ecc}.border-l-gray-500\/85{border-left-color:#9e9e9ed9}.border-l-gray-500\/90{border-left-color:#9e9e9ee6}.border-l-gray-500\/95{border-left-color:#9e9e9ef2}.border-l-gray-600{--tw-border-opacity: 1;border-left-color:rgb(117 117 117 / var(--tw-border-opacity))}.border-l-gray-600\/0{border-left-color:#75757500}.border-l-gray-600\/10{border-left-color:#7575751a}.border-l-gray-600\/100{border-left-color:#757575}.border-l-gray-600\/15{border-left-color:#75757526}.border-l-gray-600\/20{border-left-color:#75757533}.border-l-gray-600\/25{border-left-color:#75757540}.border-l-gray-600\/30{border-left-color:#7575754d}.border-l-gray-600\/35{border-left-color:#75757559}.border-l-gray-600\/40{border-left-color:#75757566}.border-l-gray-600\/45{border-left-color:#75757573}.border-l-gray-600\/5{border-left-color:#7575750d}.border-l-gray-600\/50{border-left-color:#75757580}.border-l-gray-600\/55{border-left-color:#7575758c}.border-l-gray-600\/60{border-left-color:#75757599}.border-l-gray-600\/65{border-left-color:#757575a6}.border-l-gray-600\/70{border-left-color:#757575b3}.border-l-gray-600\/75{border-left-color:#757575bf}.border-l-gray-600\/80{border-left-color:#757575cc}.border-l-gray-600\/85{border-left-color:#757575d9}.border-l-gray-600\/90{border-left-color:#757575e6}.border-l-gray-600\/95{border-left-color:#757575f2}.border-l-gray-700{--tw-border-opacity: 1;border-left-color:rgb(97 97 97 / var(--tw-border-opacity))}.border-l-gray-700\/0{border-left-color:#61616100}.border-l-gray-700\/10{border-left-color:#6161611a}.border-l-gray-700\/100{border-left-color:#616161}.border-l-gray-700\/15{border-left-color:#61616126}.border-l-gray-700\/20{border-left-color:#61616133}.border-l-gray-700\/25{border-left-color:#61616140}.border-l-gray-700\/30{border-left-color:#6161614d}.border-l-gray-700\/35{border-left-color:#61616159}.border-l-gray-700\/40{border-left-color:#61616166}.border-l-gray-700\/45{border-left-color:#61616173}.border-l-gray-700\/5{border-left-color:#6161610d}.border-l-gray-700\/50{border-left-color:#61616180}.border-l-gray-700\/55{border-left-color:#6161618c}.border-l-gray-700\/60{border-left-color:#61616199}.border-l-gray-700\/65{border-left-color:#616161a6}.border-l-gray-700\/70{border-left-color:#616161b3}.border-l-gray-700\/75{border-left-color:#616161bf}.border-l-gray-700\/80{border-left-color:#616161cc}.border-l-gray-700\/85{border-left-color:#616161d9}.border-l-gray-700\/90{border-left-color:#616161e6}.border-l-gray-700\/95{border-left-color:#616161f2}.border-l-gray-800{--tw-border-opacity: 1;border-left-color:rgb(66 66 66 / var(--tw-border-opacity))}.border-l-gray-800\/0{border-left-color:#42424200}.border-l-gray-800\/10{border-left-color:#4242421a}.border-l-gray-800\/100{border-left-color:#424242}.border-l-gray-800\/15{border-left-color:#42424226}.border-l-gray-800\/20{border-left-color:#42424233}.border-l-gray-800\/25{border-left-color:#42424240}.border-l-gray-800\/30{border-left-color:#4242424d}.border-l-gray-800\/35{border-left-color:#42424259}.border-l-gray-800\/40{border-left-color:#42424266}.border-l-gray-800\/45{border-left-color:#42424273}.border-l-gray-800\/5{border-left-color:#4242420d}.border-l-gray-800\/50{border-left-color:#42424280}.border-l-gray-800\/55{border-left-color:#4242428c}.border-l-gray-800\/60{border-left-color:#42424299}.border-l-gray-800\/65{border-left-color:#424242a6}.border-l-gray-800\/70{border-left-color:#424242b3}.border-l-gray-800\/75{border-left-color:#424242bf}.border-l-gray-800\/80{border-left-color:#424242cc}.border-l-gray-800\/85{border-left-color:#424242d9}.border-l-gray-800\/90{border-left-color:#424242e6}.border-l-gray-800\/95{border-left-color:#424242f2}.border-l-gray-900{--tw-border-opacity: 1;border-left-color:rgb(33 33 33 / var(--tw-border-opacity))}.border-l-gray-900\/0{border-left-color:#21212100}.border-l-gray-900\/10{border-left-color:#2121211a}.border-l-gray-900\/100{border-left-color:#212121}.border-l-gray-900\/15{border-left-color:#21212126}.border-l-gray-900\/20{border-left-color:#21212133}.border-l-gray-900\/25{border-left-color:#21212140}.border-l-gray-900\/30{border-left-color:#2121214d}.border-l-gray-900\/35{border-left-color:#21212159}.border-l-gray-900\/40{border-left-color:#21212166}.border-l-gray-900\/45{border-left-color:#21212173}.border-l-gray-900\/5{border-left-color:#2121210d}.border-l-gray-900\/50{border-left-color:#21212180}.border-l-gray-900\/55{border-left-color:#2121218c}.border-l-gray-900\/60{border-left-color:#21212199}.border-l-gray-900\/65{border-left-color:#212121a6}.border-l-gray-900\/70{border-left-color:#212121b3}.border-l-gray-900\/75{border-left-color:#212121bf}.border-l-gray-900\/80{border-left-color:#212121cc}.border-l-gray-900\/85{border-left-color:#212121d9}.border-l-gray-900\/90{border-left-color:#212121e6}.border-l-gray-900\/95{border-left-color:#212121f2}.border-l-green-100{--tw-border-opacity: 1;border-left-color:rgb(200 230 201 / var(--tw-border-opacity))}.border-l-green-100\/0{border-left-color:#c8e6c900}.border-l-green-100\/10{border-left-color:#c8e6c91a}.border-l-green-100\/100{border-left-color:#c8e6c9}.border-l-green-100\/15{border-left-color:#c8e6c926}.border-l-green-100\/20{border-left-color:#c8e6c933}.border-l-green-100\/25{border-left-color:#c8e6c940}.border-l-green-100\/30{border-left-color:#c8e6c94d}.border-l-green-100\/35{border-left-color:#c8e6c959}.border-l-green-100\/40{border-left-color:#c8e6c966}.border-l-green-100\/45{border-left-color:#c8e6c973}.border-l-green-100\/5{border-left-color:#c8e6c90d}.border-l-green-100\/50{border-left-color:#c8e6c980}.border-l-green-100\/55{border-left-color:#c8e6c98c}.border-l-green-100\/60{border-left-color:#c8e6c999}.border-l-green-100\/65{border-left-color:#c8e6c9a6}.border-l-green-100\/70{border-left-color:#c8e6c9b3}.border-l-green-100\/75{border-left-color:#c8e6c9bf}.border-l-green-100\/80{border-left-color:#c8e6c9cc}.border-l-green-100\/85{border-left-color:#c8e6c9d9}.border-l-green-100\/90{border-left-color:#c8e6c9e6}.border-l-green-100\/95{border-left-color:#c8e6c9f2}.border-l-green-200{--tw-border-opacity: 1;border-left-color:rgb(165 214 167 / var(--tw-border-opacity))}.border-l-green-200\/0{border-left-color:#a5d6a700}.border-l-green-200\/10{border-left-color:#a5d6a71a}.border-l-green-200\/100{border-left-color:#a5d6a7}.border-l-green-200\/15{border-left-color:#a5d6a726}.border-l-green-200\/20{border-left-color:#a5d6a733}.border-l-green-200\/25{border-left-color:#a5d6a740}.border-l-green-200\/30{border-left-color:#a5d6a74d}.border-l-green-200\/35{border-left-color:#a5d6a759}.border-l-green-200\/40{border-left-color:#a5d6a766}.border-l-green-200\/45{border-left-color:#a5d6a773}.border-l-green-200\/5{border-left-color:#a5d6a70d}.border-l-green-200\/50{border-left-color:#a5d6a780}.border-l-green-200\/55{border-left-color:#a5d6a78c}.border-l-green-200\/60{border-left-color:#a5d6a799}.border-l-green-200\/65{border-left-color:#a5d6a7a6}.border-l-green-200\/70{border-left-color:#a5d6a7b3}.border-l-green-200\/75{border-left-color:#a5d6a7bf}.border-l-green-200\/80{border-left-color:#a5d6a7cc}.border-l-green-200\/85{border-left-color:#a5d6a7d9}.border-l-green-200\/90{border-left-color:#a5d6a7e6}.border-l-green-200\/95{border-left-color:#a5d6a7f2}.border-l-green-300{--tw-border-opacity: 1;border-left-color:rgb(129 199 132 / var(--tw-border-opacity))}.border-l-green-300\/0{border-left-color:#81c78400}.border-l-green-300\/10{border-left-color:#81c7841a}.border-l-green-300\/100{border-left-color:#81c784}.border-l-green-300\/15{border-left-color:#81c78426}.border-l-green-300\/20{border-left-color:#81c78433}.border-l-green-300\/25{border-left-color:#81c78440}.border-l-green-300\/30{border-left-color:#81c7844d}.border-l-green-300\/35{border-left-color:#81c78459}.border-l-green-300\/40{border-left-color:#81c78466}.border-l-green-300\/45{border-left-color:#81c78473}.border-l-green-300\/5{border-left-color:#81c7840d}.border-l-green-300\/50{border-left-color:#81c78480}.border-l-green-300\/55{border-left-color:#81c7848c}.border-l-green-300\/60{border-left-color:#81c78499}.border-l-green-300\/65{border-left-color:#81c784a6}.border-l-green-300\/70{border-left-color:#81c784b3}.border-l-green-300\/75{border-left-color:#81c784bf}.border-l-green-300\/80{border-left-color:#81c784cc}.border-l-green-300\/85{border-left-color:#81c784d9}.border-l-green-300\/90{border-left-color:#81c784e6}.border-l-green-300\/95{border-left-color:#81c784f2}.border-l-green-400{--tw-border-opacity: 1;border-left-color:rgb(102 187 106 / var(--tw-border-opacity))}.border-l-green-400\/0{border-left-color:#66bb6a00}.border-l-green-400\/10{border-left-color:#66bb6a1a}.border-l-green-400\/100{border-left-color:#66bb6a}.border-l-green-400\/15{border-left-color:#66bb6a26}.border-l-green-400\/20{border-left-color:#66bb6a33}.border-l-green-400\/25{border-left-color:#66bb6a40}.border-l-green-400\/30{border-left-color:#66bb6a4d}.border-l-green-400\/35{border-left-color:#66bb6a59}.border-l-green-400\/40{border-left-color:#66bb6a66}.border-l-green-400\/45{border-left-color:#66bb6a73}.border-l-green-400\/5{border-left-color:#66bb6a0d}.border-l-green-400\/50{border-left-color:#66bb6a80}.border-l-green-400\/55{border-left-color:#66bb6a8c}.border-l-green-400\/60{border-left-color:#66bb6a99}.border-l-green-400\/65{border-left-color:#66bb6aa6}.border-l-green-400\/70{border-left-color:#66bb6ab3}.border-l-green-400\/75{border-left-color:#66bb6abf}.border-l-green-400\/80{border-left-color:#66bb6acc}.border-l-green-400\/85{border-left-color:#66bb6ad9}.border-l-green-400\/90{border-left-color:#66bb6ae6}.border-l-green-400\/95{border-left-color:#66bb6af2}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(76 175 80 / var(--tw-border-opacity))}.border-l-green-500\/0{border-left-color:#4caf5000}.border-l-green-500\/10{border-left-color:#4caf501a}.border-l-green-500\/100{border-left-color:#4caf50}.border-l-green-500\/15{border-left-color:#4caf5026}.border-l-green-500\/20{border-left-color:#4caf5033}.border-l-green-500\/25{border-left-color:#4caf5040}.border-l-green-500\/30{border-left-color:#4caf504d}.border-l-green-500\/35{border-left-color:#4caf5059}.border-l-green-500\/40{border-left-color:#4caf5066}.border-l-green-500\/45{border-left-color:#4caf5073}.border-l-green-500\/5{border-left-color:#4caf500d}.border-l-green-500\/50{border-left-color:#4caf5080}.border-l-green-500\/55{border-left-color:#4caf508c}.border-l-green-500\/60{border-left-color:#4caf5099}.border-l-green-500\/65{border-left-color:#4caf50a6}.border-l-green-500\/70{border-left-color:#4caf50b3}.border-l-green-500\/75{border-left-color:#4caf50bf}.border-l-green-500\/80{border-left-color:#4caf50cc}.border-l-green-500\/85{border-left-color:#4caf50d9}.border-l-green-500\/90{border-left-color:#4caf50e6}.border-l-green-500\/95{border-left-color:#4caf50f2}.border-l-green-600{--tw-border-opacity: 1;border-left-color:rgb(67 160 71 / var(--tw-border-opacity))}.border-l-green-600\/0{border-left-color:#43a04700}.border-l-green-600\/10{border-left-color:#43a0471a}.border-l-green-600\/100{border-left-color:#43a047}.border-l-green-600\/15{border-left-color:#43a04726}.border-l-green-600\/20{border-left-color:#43a04733}.border-l-green-600\/25{border-left-color:#43a04740}.border-l-green-600\/30{border-left-color:#43a0474d}.border-l-green-600\/35{border-left-color:#43a04759}.border-l-green-600\/40{border-left-color:#43a04766}.border-l-green-600\/45{border-left-color:#43a04773}.border-l-green-600\/5{border-left-color:#43a0470d}.border-l-green-600\/50{border-left-color:#43a04780}.border-l-green-600\/55{border-left-color:#43a0478c}.border-l-green-600\/60{border-left-color:#43a04799}.border-l-green-600\/65{border-left-color:#43a047a6}.border-l-green-600\/70{border-left-color:#43a047b3}.border-l-green-600\/75{border-left-color:#43a047bf}.border-l-green-600\/80{border-left-color:#43a047cc}.border-l-green-600\/85{border-left-color:#43a047d9}.border-l-green-600\/90{border-left-color:#43a047e6}.border-l-green-600\/95{border-left-color:#43a047f2}.border-l-green-700{--tw-border-opacity: 1;border-left-color:rgb(56 142 60 / var(--tw-border-opacity))}.border-l-green-700\/0{border-left-color:#388e3c00}.border-l-green-700\/10{border-left-color:#388e3c1a}.border-l-green-700\/100{border-left-color:#388e3c}.border-l-green-700\/15{border-left-color:#388e3c26}.border-l-green-700\/20{border-left-color:#388e3c33}.border-l-green-700\/25{border-left-color:#388e3c40}.border-l-green-700\/30{border-left-color:#388e3c4d}.border-l-green-700\/35{border-left-color:#388e3c59}.border-l-green-700\/40{border-left-color:#388e3c66}.border-l-green-700\/45{border-left-color:#388e3c73}.border-l-green-700\/5{border-left-color:#388e3c0d}.border-l-green-700\/50{border-left-color:#388e3c80}.border-l-green-700\/55{border-left-color:#388e3c8c}.border-l-green-700\/60{border-left-color:#388e3c99}.border-l-green-700\/65{border-left-color:#388e3ca6}.border-l-green-700\/70{border-left-color:#388e3cb3}.border-l-green-700\/75{border-left-color:#388e3cbf}.border-l-green-700\/80{border-left-color:#388e3ccc}.border-l-green-700\/85{border-left-color:#388e3cd9}.border-l-green-700\/90{border-left-color:#388e3ce6}.border-l-green-700\/95{border-left-color:#388e3cf2}.border-l-green-800{--tw-border-opacity: 1;border-left-color:rgb(46 125 50 / var(--tw-border-opacity))}.border-l-green-800\/0{border-left-color:#2e7d3200}.border-l-green-800\/10{border-left-color:#2e7d321a}.border-l-green-800\/100{border-left-color:#2e7d32}.border-l-green-800\/15{border-left-color:#2e7d3226}.border-l-green-800\/20{border-left-color:#2e7d3233}.border-l-green-800\/25{border-left-color:#2e7d3240}.border-l-green-800\/30{border-left-color:#2e7d324d}.border-l-green-800\/35{border-left-color:#2e7d3259}.border-l-green-800\/40{border-left-color:#2e7d3266}.border-l-green-800\/45{border-left-color:#2e7d3273}.border-l-green-800\/5{border-left-color:#2e7d320d}.border-l-green-800\/50{border-left-color:#2e7d3280}.border-l-green-800\/55{border-left-color:#2e7d328c}.border-l-green-800\/60{border-left-color:#2e7d3299}.border-l-green-800\/65{border-left-color:#2e7d32a6}.border-l-green-800\/70{border-left-color:#2e7d32b3}.border-l-green-800\/75{border-left-color:#2e7d32bf}.border-l-green-800\/80{border-left-color:#2e7d32cc}.border-l-green-800\/85{border-left-color:#2e7d32d9}.border-l-green-800\/90{border-left-color:#2e7d32e6}.border-l-green-800\/95{border-left-color:#2e7d32f2}.border-l-green-900{--tw-border-opacity: 1;border-left-color:rgb(27 94 32 / var(--tw-border-opacity))}.border-l-green-900\/0{border-left-color:#1b5e2000}.border-l-green-900\/10{border-left-color:#1b5e201a}.border-l-green-900\/100{border-left-color:#1b5e20}.border-l-green-900\/15{border-left-color:#1b5e2026}.border-l-green-900\/20{border-left-color:#1b5e2033}.border-l-green-900\/25{border-left-color:#1b5e2040}.border-l-green-900\/30{border-left-color:#1b5e204d}.border-l-green-900\/35{border-left-color:#1b5e2059}.border-l-green-900\/40{border-left-color:#1b5e2066}.border-l-green-900\/45{border-left-color:#1b5e2073}.border-l-green-900\/5{border-left-color:#1b5e200d}.border-l-green-900\/50{border-left-color:#1b5e2080}.border-l-green-900\/55{border-left-color:#1b5e208c}.border-l-green-900\/60{border-left-color:#1b5e2099}.border-l-green-900\/65{border-left-color:#1b5e20a6}.border-l-green-900\/70{border-left-color:#1b5e20b3}.border-l-green-900\/75{border-left-color:#1b5e20bf}.border-l-green-900\/80{border-left-color:#1b5e20cc}.border-l-green-900\/85{border-left-color:#1b5e20d9}.border-l-green-900\/90{border-left-color:#1b5e20e6}.border-l-green-900\/95{border-left-color:#1b5e20f2}.border-l-purple-100{--tw-border-opacity: 1;border-left-color:rgb(225 190 231 / var(--tw-border-opacity))}.border-l-purple-100\/0{border-left-color:#e1bee700}.border-l-purple-100\/10{border-left-color:#e1bee71a}.border-l-purple-100\/100{border-left-color:#e1bee7}.border-l-purple-100\/15{border-left-color:#e1bee726}.border-l-purple-100\/20{border-left-color:#e1bee733}.border-l-purple-100\/25{border-left-color:#e1bee740}.border-l-purple-100\/30{border-left-color:#e1bee74d}.border-l-purple-100\/35{border-left-color:#e1bee759}.border-l-purple-100\/40{border-left-color:#e1bee766}.border-l-purple-100\/45{border-left-color:#e1bee773}.border-l-purple-100\/5{border-left-color:#e1bee70d}.border-l-purple-100\/50{border-left-color:#e1bee780}.border-l-purple-100\/55{border-left-color:#e1bee78c}.border-l-purple-100\/60{border-left-color:#e1bee799}.border-l-purple-100\/65{border-left-color:#e1bee7a6}.border-l-purple-100\/70{border-left-color:#e1bee7b3}.border-l-purple-100\/75{border-left-color:#e1bee7bf}.border-l-purple-100\/80{border-left-color:#e1bee7cc}.border-l-purple-100\/85{border-left-color:#e1bee7d9}.border-l-purple-100\/90{border-left-color:#e1bee7e6}.border-l-purple-100\/95{border-left-color:#e1bee7f2}.border-l-purple-200{--tw-border-opacity: 1;border-left-color:rgb(206 147 216 / var(--tw-border-opacity))}.border-l-purple-200\/0{border-left-color:#ce93d800}.border-l-purple-200\/10{border-left-color:#ce93d81a}.border-l-purple-200\/100{border-left-color:#ce93d8}.border-l-purple-200\/15{border-left-color:#ce93d826}.border-l-purple-200\/20{border-left-color:#ce93d833}.border-l-purple-200\/25{border-left-color:#ce93d840}.border-l-purple-200\/30{border-left-color:#ce93d84d}.border-l-purple-200\/35{border-left-color:#ce93d859}.border-l-purple-200\/40{border-left-color:#ce93d866}.border-l-purple-200\/45{border-left-color:#ce93d873}.border-l-purple-200\/5{border-left-color:#ce93d80d}.border-l-purple-200\/50{border-left-color:#ce93d880}.border-l-purple-200\/55{border-left-color:#ce93d88c}.border-l-purple-200\/60{border-left-color:#ce93d899}.border-l-purple-200\/65{border-left-color:#ce93d8a6}.border-l-purple-200\/70{border-left-color:#ce93d8b3}.border-l-purple-200\/75{border-left-color:#ce93d8bf}.border-l-purple-200\/80{border-left-color:#ce93d8cc}.border-l-purple-200\/85{border-left-color:#ce93d8d9}.border-l-purple-200\/90{border-left-color:#ce93d8e6}.border-l-purple-200\/95{border-left-color:#ce93d8f2}.border-l-purple-300{--tw-border-opacity: 1;border-left-color:rgb(186 104 200 / var(--tw-border-opacity))}.border-l-purple-300\/0{border-left-color:#ba68c800}.border-l-purple-300\/10{border-left-color:#ba68c81a}.border-l-purple-300\/100{border-left-color:#ba68c8}.border-l-purple-300\/15{border-left-color:#ba68c826}.border-l-purple-300\/20{border-left-color:#ba68c833}.border-l-purple-300\/25{border-left-color:#ba68c840}.border-l-purple-300\/30{border-left-color:#ba68c84d}.border-l-purple-300\/35{border-left-color:#ba68c859}.border-l-purple-300\/40{border-left-color:#ba68c866}.border-l-purple-300\/45{border-left-color:#ba68c873}.border-l-purple-300\/5{border-left-color:#ba68c80d}.border-l-purple-300\/50{border-left-color:#ba68c880}.border-l-purple-300\/55{border-left-color:#ba68c88c}.border-l-purple-300\/60{border-left-color:#ba68c899}.border-l-purple-300\/65{border-left-color:#ba68c8a6}.border-l-purple-300\/70{border-left-color:#ba68c8b3}.border-l-purple-300\/75{border-left-color:#ba68c8bf}.border-l-purple-300\/80{border-left-color:#ba68c8cc}.border-l-purple-300\/85{border-left-color:#ba68c8d9}.border-l-purple-300\/90{border-left-color:#ba68c8e6}.border-l-purple-300\/95{border-left-color:#ba68c8f2}.border-l-purple-400{--tw-border-opacity: 1;border-left-color:rgb(171 71 188 / var(--tw-border-opacity))}.border-l-purple-400\/0{border-left-color:#ab47bc00}.border-l-purple-400\/10{border-left-color:#ab47bc1a}.border-l-purple-400\/100{border-left-color:#ab47bc}.border-l-purple-400\/15{border-left-color:#ab47bc26}.border-l-purple-400\/20{border-left-color:#ab47bc33}.border-l-purple-400\/25{border-left-color:#ab47bc40}.border-l-purple-400\/30{border-left-color:#ab47bc4d}.border-l-purple-400\/35{border-left-color:#ab47bc59}.border-l-purple-400\/40{border-left-color:#ab47bc66}.border-l-purple-400\/45{border-left-color:#ab47bc73}.border-l-purple-400\/5{border-left-color:#ab47bc0d}.border-l-purple-400\/50{border-left-color:#ab47bc80}.border-l-purple-400\/55{border-left-color:#ab47bc8c}.border-l-purple-400\/60{border-left-color:#ab47bc99}.border-l-purple-400\/65{border-left-color:#ab47bca6}.border-l-purple-400\/70{border-left-color:#ab47bcb3}.border-l-purple-400\/75{border-left-color:#ab47bcbf}.border-l-purple-400\/80{border-left-color:#ab47bccc}.border-l-purple-400\/85{border-left-color:#ab47bcd9}.border-l-purple-400\/90{border-left-color:#ab47bce6}.border-l-purple-400\/95{border-left-color:#ab47bcf2}.border-l-purple-500{--tw-border-opacity: 1;border-left-color:rgb(156 39 176 / var(--tw-border-opacity))}.border-l-purple-500\/0{border-left-color:#9c27b000}.border-l-purple-500\/10{border-left-color:#9c27b01a}.border-l-purple-500\/100{border-left-color:#9c27b0}.border-l-purple-500\/15{border-left-color:#9c27b026}.border-l-purple-500\/20{border-left-color:#9c27b033}.border-l-purple-500\/25{border-left-color:#9c27b040}.border-l-purple-500\/30{border-left-color:#9c27b04d}.border-l-purple-500\/35{border-left-color:#9c27b059}.border-l-purple-500\/40{border-left-color:#9c27b066}.border-l-purple-500\/45{border-left-color:#9c27b073}.border-l-purple-500\/5{border-left-color:#9c27b00d}.border-l-purple-500\/50{border-left-color:#9c27b080}.border-l-purple-500\/55{border-left-color:#9c27b08c}.border-l-purple-500\/60{border-left-color:#9c27b099}.border-l-purple-500\/65{border-left-color:#9c27b0a6}.border-l-purple-500\/70{border-left-color:#9c27b0b3}.border-l-purple-500\/75{border-left-color:#9c27b0bf}.border-l-purple-500\/80{border-left-color:#9c27b0cc}.border-l-purple-500\/85{border-left-color:#9c27b0d9}.border-l-purple-500\/90{border-left-color:#9c27b0e6}.border-l-purple-500\/95{border-left-color:#9c27b0f2}.border-l-purple-600{--tw-border-opacity: 1;border-left-color:rgb(142 36 170 / var(--tw-border-opacity))}.border-l-purple-600\/0{border-left-color:#8e24aa00}.border-l-purple-600\/10{border-left-color:#8e24aa1a}.border-l-purple-600\/100{border-left-color:#8e24aa}.border-l-purple-600\/15{border-left-color:#8e24aa26}.border-l-purple-600\/20{border-left-color:#8e24aa33}.border-l-purple-600\/25{border-left-color:#8e24aa40}.border-l-purple-600\/30{border-left-color:#8e24aa4d}.border-l-purple-600\/35{border-left-color:#8e24aa59}.border-l-purple-600\/40{border-left-color:#8e24aa66}.border-l-purple-600\/45{border-left-color:#8e24aa73}.border-l-purple-600\/5{border-left-color:#8e24aa0d}.border-l-purple-600\/50{border-left-color:#8e24aa80}.border-l-purple-600\/55{border-left-color:#8e24aa8c}.border-l-purple-600\/60{border-left-color:#8e24aa99}.border-l-purple-600\/65{border-left-color:#8e24aaa6}.border-l-purple-600\/70{border-left-color:#8e24aab3}.border-l-purple-600\/75{border-left-color:#8e24aabf}.border-l-purple-600\/80{border-left-color:#8e24aacc}.border-l-purple-600\/85{border-left-color:#8e24aad9}.border-l-purple-600\/90{border-left-color:#8e24aae6}.border-l-purple-600\/95{border-left-color:#8e24aaf2}.border-l-purple-700{--tw-border-opacity: 1;border-left-color:rgb(123 31 162 / var(--tw-border-opacity))}.border-l-purple-700\/0{border-left-color:#7b1fa200}.border-l-purple-700\/10{border-left-color:#7b1fa21a}.border-l-purple-700\/100{border-left-color:#7b1fa2}.border-l-purple-700\/15{border-left-color:#7b1fa226}.border-l-purple-700\/20{border-left-color:#7b1fa233}.border-l-purple-700\/25{border-left-color:#7b1fa240}.border-l-purple-700\/30{border-left-color:#7b1fa24d}.border-l-purple-700\/35{border-left-color:#7b1fa259}.border-l-purple-700\/40{border-left-color:#7b1fa266}.border-l-purple-700\/45{border-left-color:#7b1fa273}.border-l-purple-700\/5{border-left-color:#7b1fa20d}.border-l-purple-700\/50{border-left-color:#7b1fa280}.border-l-purple-700\/55{border-left-color:#7b1fa28c}.border-l-purple-700\/60{border-left-color:#7b1fa299}.border-l-purple-700\/65{border-left-color:#7b1fa2a6}.border-l-purple-700\/70{border-left-color:#7b1fa2b3}.border-l-purple-700\/75{border-left-color:#7b1fa2bf}.border-l-purple-700\/80{border-left-color:#7b1fa2cc}.border-l-purple-700\/85{border-left-color:#7b1fa2d9}.border-l-purple-700\/90{border-left-color:#7b1fa2e6}.border-l-purple-700\/95{border-left-color:#7b1fa2f2}.border-l-purple-800{--tw-border-opacity: 1;border-left-color:rgb(106 27 154 / var(--tw-border-opacity))}.border-l-purple-800\/0{border-left-color:#6a1b9a00}.border-l-purple-800\/10{border-left-color:#6a1b9a1a}.border-l-purple-800\/100{border-left-color:#6a1b9a}.border-l-purple-800\/15{border-left-color:#6a1b9a26}.border-l-purple-800\/20{border-left-color:#6a1b9a33}.border-l-purple-800\/25{border-left-color:#6a1b9a40}.border-l-purple-800\/30{border-left-color:#6a1b9a4d}.border-l-purple-800\/35{border-left-color:#6a1b9a59}.border-l-purple-800\/40{border-left-color:#6a1b9a66}.border-l-purple-800\/45{border-left-color:#6a1b9a73}.border-l-purple-800\/5{border-left-color:#6a1b9a0d}.border-l-purple-800\/50{border-left-color:#6a1b9a80}.border-l-purple-800\/55{border-left-color:#6a1b9a8c}.border-l-purple-800\/60{border-left-color:#6a1b9a99}.border-l-purple-800\/65{border-left-color:#6a1b9aa6}.border-l-purple-800\/70{border-left-color:#6a1b9ab3}.border-l-purple-800\/75{border-left-color:#6a1b9abf}.border-l-purple-800\/80{border-left-color:#6a1b9acc}.border-l-purple-800\/85{border-left-color:#6a1b9ad9}.border-l-purple-800\/90{border-left-color:#6a1b9ae6}.border-l-purple-800\/95{border-left-color:#6a1b9af2}.border-l-purple-900{--tw-border-opacity: 1;border-left-color:rgb(74 20 140 / var(--tw-border-opacity))}.border-l-purple-900\/0{border-left-color:#4a148c00}.border-l-purple-900\/10{border-left-color:#4a148c1a}.border-l-purple-900\/100{border-left-color:#4a148c}.border-l-purple-900\/15{border-left-color:#4a148c26}.border-l-purple-900\/20{border-left-color:#4a148c33}.border-l-purple-900\/25{border-left-color:#4a148c40}.border-l-purple-900\/30{border-left-color:#4a148c4d}.border-l-purple-900\/35{border-left-color:#4a148c59}.border-l-purple-900\/40{border-left-color:#4a148c66}.border-l-purple-900\/45{border-left-color:#4a148c73}.border-l-purple-900\/5{border-left-color:#4a148c0d}.border-l-purple-900\/50{border-left-color:#4a148c80}.border-l-purple-900\/55{border-left-color:#4a148c8c}.border-l-purple-900\/60{border-left-color:#4a148c99}.border-l-purple-900\/65{border-left-color:#4a148ca6}.border-l-purple-900\/70{border-left-color:#4a148cb3}.border-l-purple-900\/75{border-left-color:#4a148cbf}.border-l-purple-900\/80{border-left-color:#4a148ccc}.border-l-purple-900\/85{border-left-color:#4a148cd9}.border-l-purple-900\/90{border-left-color:#4a148ce6}.border-l-purple-900\/95{border-left-color:#4a148cf2}.border-l-red-100{--tw-border-opacity: 1;border-left-color:rgb(255 205 210 / var(--tw-border-opacity))}.border-l-red-100\/0{border-left-color:#ffcdd200}.border-l-red-100\/10{border-left-color:#ffcdd21a}.border-l-red-100\/100{border-left-color:#ffcdd2}.border-l-red-100\/15{border-left-color:#ffcdd226}.border-l-red-100\/20{border-left-color:#ffcdd233}.border-l-red-100\/25{border-left-color:#ffcdd240}.border-l-red-100\/30{border-left-color:#ffcdd24d}.border-l-red-100\/35{border-left-color:#ffcdd259}.border-l-red-100\/40{border-left-color:#ffcdd266}.border-l-red-100\/45{border-left-color:#ffcdd273}.border-l-red-100\/5{border-left-color:#ffcdd20d}.border-l-red-100\/50{border-left-color:#ffcdd280}.border-l-red-100\/55{border-left-color:#ffcdd28c}.border-l-red-100\/60{border-left-color:#ffcdd299}.border-l-red-100\/65{border-left-color:#ffcdd2a6}.border-l-red-100\/70{border-left-color:#ffcdd2b3}.border-l-red-100\/75{border-left-color:#ffcdd2bf}.border-l-red-100\/80{border-left-color:#ffcdd2cc}.border-l-red-100\/85{border-left-color:#ffcdd2d9}.border-l-red-100\/90{border-left-color:#ffcdd2e6}.border-l-red-100\/95{border-left-color:#ffcdd2f2}.border-l-red-200{--tw-border-opacity: 1;border-left-color:rgb(239 154 154 / var(--tw-border-opacity))}.border-l-red-200\/0{border-left-color:#ef9a9a00}.border-l-red-200\/10{border-left-color:#ef9a9a1a}.border-l-red-200\/100{border-left-color:#ef9a9a}.border-l-red-200\/15{border-left-color:#ef9a9a26}.border-l-red-200\/20{border-left-color:#ef9a9a33}.border-l-red-200\/25{border-left-color:#ef9a9a40}.border-l-red-200\/30{border-left-color:#ef9a9a4d}.border-l-red-200\/35{border-left-color:#ef9a9a59}.border-l-red-200\/40{border-left-color:#ef9a9a66}.border-l-red-200\/45{border-left-color:#ef9a9a73}.border-l-red-200\/5{border-left-color:#ef9a9a0d}.border-l-red-200\/50{border-left-color:#ef9a9a80}.border-l-red-200\/55{border-left-color:#ef9a9a8c}.border-l-red-200\/60{border-left-color:#ef9a9a99}.border-l-red-200\/65{border-left-color:#ef9a9aa6}.border-l-red-200\/70{border-left-color:#ef9a9ab3}.border-l-red-200\/75{border-left-color:#ef9a9abf}.border-l-red-200\/80{border-left-color:#ef9a9acc}.border-l-red-200\/85{border-left-color:#ef9a9ad9}.border-l-red-200\/90{border-left-color:#ef9a9ae6}.border-l-red-200\/95{border-left-color:#ef9a9af2}.border-l-red-300{--tw-border-opacity: 1;border-left-color:rgb(229 115 115 / var(--tw-border-opacity))}.border-l-red-300\/0{border-left-color:#e5737300}.border-l-red-300\/10{border-left-color:#e573731a}.border-l-red-300\/100{border-left-color:#e57373}.border-l-red-300\/15{border-left-color:#e5737326}.border-l-red-300\/20{border-left-color:#e5737333}.border-l-red-300\/25{border-left-color:#e5737340}.border-l-red-300\/30{border-left-color:#e573734d}.border-l-red-300\/35{border-left-color:#e5737359}.border-l-red-300\/40{border-left-color:#e5737366}.border-l-red-300\/45{border-left-color:#e5737373}.border-l-red-300\/5{border-left-color:#e573730d}.border-l-red-300\/50{border-left-color:#e5737380}.border-l-red-300\/55{border-left-color:#e573738c}.border-l-red-300\/60{border-left-color:#e5737399}.border-l-red-300\/65{border-left-color:#e57373a6}.border-l-red-300\/70{border-left-color:#e57373b3}.border-l-red-300\/75{border-left-color:#e57373bf}.border-l-red-300\/80{border-left-color:#e57373cc}.border-l-red-300\/85{border-left-color:#e57373d9}.border-l-red-300\/90{border-left-color:#e57373e6}.border-l-red-300\/95{border-left-color:#e57373f2}.border-l-red-400{--tw-border-opacity: 1;border-left-color:rgb(239 83 80 / var(--tw-border-opacity))}.border-l-red-400\/0{border-left-color:#ef535000}.border-l-red-400\/10{border-left-color:#ef53501a}.border-l-red-400\/100{border-left-color:#ef5350}.border-l-red-400\/15{border-left-color:#ef535026}.border-l-red-400\/20{border-left-color:#ef535033}.border-l-red-400\/25{border-left-color:#ef535040}.border-l-red-400\/30{border-left-color:#ef53504d}.border-l-red-400\/35{border-left-color:#ef535059}.border-l-red-400\/40{border-left-color:#ef535066}.border-l-red-400\/45{border-left-color:#ef535073}.border-l-red-400\/5{border-left-color:#ef53500d}.border-l-red-400\/50{border-left-color:#ef535080}.border-l-red-400\/55{border-left-color:#ef53508c}.border-l-red-400\/60{border-left-color:#ef535099}.border-l-red-400\/65{border-left-color:#ef5350a6}.border-l-red-400\/70{border-left-color:#ef5350b3}.border-l-red-400\/75{border-left-color:#ef5350bf}.border-l-red-400\/80{border-left-color:#ef5350cc}.border-l-red-400\/85{border-left-color:#ef5350d9}.border-l-red-400\/90{border-left-color:#ef5350e6}.border-l-red-400\/95{border-left-color:#ef5350f2}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(244 67 54 / var(--tw-border-opacity))}.border-l-red-500\/0{border-left-color:#f4433600}.border-l-red-500\/10{border-left-color:#f443361a}.border-l-red-500\/100{border-left-color:#f44336}.border-l-red-500\/15{border-left-color:#f4433626}.border-l-red-500\/20{border-left-color:#f4433633}.border-l-red-500\/25{border-left-color:#f4433640}.border-l-red-500\/30{border-left-color:#f443364d}.border-l-red-500\/35{border-left-color:#f4433659}.border-l-red-500\/40{border-left-color:#f4433666}.border-l-red-500\/45{border-left-color:#f4433673}.border-l-red-500\/5{border-left-color:#f443360d}.border-l-red-500\/50{border-left-color:#f4433680}.border-l-red-500\/55{border-left-color:#f443368c}.border-l-red-500\/60{border-left-color:#f4433699}.border-l-red-500\/65{border-left-color:#f44336a6}.border-l-red-500\/70{border-left-color:#f44336b3}.border-l-red-500\/75{border-left-color:#f44336bf}.border-l-red-500\/80{border-left-color:#f44336cc}.border-l-red-500\/85{border-left-color:#f44336d9}.border-l-red-500\/90{border-left-color:#f44336e6}.border-l-red-500\/95{border-left-color:#f44336f2}.border-l-red-600{--tw-border-opacity: 1;border-left-color:rgb(229 57 53 / var(--tw-border-opacity))}.border-l-red-600\/0{border-left-color:#e5393500}.border-l-red-600\/10{border-left-color:#e539351a}.border-l-red-600\/100{border-left-color:#e53935}.border-l-red-600\/15{border-left-color:#e5393526}.border-l-red-600\/20{border-left-color:#e5393533}.border-l-red-600\/25{border-left-color:#e5393540}.border-l-red-600\/30{border-left-color:#e539354d}.border-l-red-600\/35{border-left-color:#e5393559}.border-l-red-600\/40{border-left-color:#e5393566}.border-l-red-600\/45{border-left-color:#e5393573}.border-l-red-600\/5{border-left-color:#e539350d}.border-l-red-600\/50{border-left-color:#e5393580}.border-l-red-600\/55{border-left-color:#e539358c}.border-l-red-600\/60{border-left-color:#e5393599}.border-l-red-600\/65{border-left-color:#e53935a6}.border-l-red-600\/70{border-left-color:#e53935b3}.border-l-red-600\/75{border-left-color:#e53935bf}.border-l-red-600\/80{border-left-color:#e53935cc}.border-l-red-600\/85{border-left-color:#e53935d9}.border-l-red-600\/90{border-left-color:#e53935e6}.border-l-red-600\/95{border-left-color:#e53935f2}.border-l-red-700{--tw-border-opacity: 1;border-left-color:rgb(211 47 47 / var(--tw-border-opacity))}.border-l-red-700\/0{border-left-color:#d32f2f00}.border-l-red-700\/10{border-left-color:#d32f2f1a}.border-l-red-700\/100{border-left-color:#d32f2f}.border-l-red-700\/15{border-left-color:#d32f2f26}.border-l-red-700\/20{border-left-color:#d32f2f33}.border-l-red-700\/25{border-left-color:#d32f2f40}.border-l-red-700\/30{border-left-color:#d32f2f4d}.border-l-red-700\/35{border-left-color:#d32f2f59}.border-l-red-700\/40{border-left-color:#d32f2f66}.border-l-red-700\/45{border-left-color:#d32f2f73}.border-l-red-700\/5{border-left-color:#d32f2f0d}.border-l-red-700\/50{border-left-color:#d32f2f80}.border-l-red-700\/55{border-left-color:#d32f2f8c}.border-l-red-700\/60{border-left-color:#d32f2f99}.border-l-red-700\/65{border-left-color:#d32f2fa6}.border-l-red-700\/70{border-left-color:#d32f2fb3}.border-l-red-700\/75{border-left-color:#d32f2fbf}.border-l-red-700\/80{border-left-color:#d32f2fcc}.border-l-red-700\/85{border-left-color:#d32f2fd9}.border-l-red-700\/90{border-left-color:#d32f2fe6}.border-l-red-700\/95{border-left-color:#d32f2ff2}.border-l-red-800{--tw-border-opacity: 1;border-left-color:rgb(198 40 40 / var(--tw-border-opacity))}.border-l-red-800\/0{border-left-color:#c6282800}.border-l-red-800\/10{border-left-color:#c628281a}.border-l-red-800\/100{border-left-color:#c62828}.border-l-red-800\/15{border-left-color:#c6282826}.border-l-red-800\/20{border-left-color:#c6282833}.border-l-red-800\/25{border-left-color:#c6282840}.border-l-red-800\/30{border-left-color:#c628284d}.border-l-red-800\/35{border-left-color:#c6282859}.border-l-red-800\/40{border-left-color:#c6282866}.border-l-red-800\/45{border-left-color:#c6282873}.border-l-red-800\/5{border-left-color:#c628280d}.border-l-red-800\/50{border-left-color:#c6282880}.border-l-red-800\/55{border-left-color:#c628288c}.border-l-red-800\/60{border-left-color:#c6282899}.border-l-red-800\/65{border-left-color:#c62828a6}.border-l-red-800\/70{border-left-color:#c62828b3}.border-l-red-800\/75{border-left-color:#c62828bf}.border-l-red-800\/80{border-left-color:#c62828cc}.border-l-red-800\/85{border-left-color:#c62828d9}.border-l-red-800\/90{border-left-color:#c62828e6}.border-l-red-800\/95{border-left-color:#c62828f2}.border-l-red-900{--tw-border-opacity: 1;border-left-color:rgb(183 28 28 / var(--tw-border-opacity))}.border-l-red-900\/0{border-left-color:#b71c1c00}.border-l-red-900\/10{border-left-color:#b71c1c1a}.border-l-red-900\/100{border-left-color:#b71c1c}.border-l-red-900\/15{border-left-color:#b71c1c26}.border-l-red-900\/20{border-left-color:#b71c1c33}.border-l-red-900\/25{border-left-color:#b71c1c40}.border-l-red-900\/30{border-left-color:#b71c1c4d}.border-l-red-900\/35{border-left-color:#b71c1c59}.border-l-red-900\/40{border-left-color:#b71c1c66}.border-l-red-900\/45{border-left-color:#b71c1c73}.border-l-red-900\/5{border-left-color:#b71c1c0d}.border-l-red-900\/50{border-left-color:#b71c1c80}.border-l-red-900\/55{border-left-color:#b71c1c8c}.border-l-red-900\/60{border-left-color:#b71c1c99}.border-l-red-900\/65{border-left-color:#b71c1ca6}.border-l-red-900\/70{border-left-color:#b71c1cb3}.border-l-red-900\/75{border-left-color:#b71c1cbf}.border-l-red-900\/80{border-left-color:#b71c1ccc}.border-l-red-900\/85{border-left-color:#b71c1cd9}.border-l-red-900\/90{border-left-color:#b71c1ce6}.border-l-red-900\/95{border-left-color:#b71c1cf2}.border-l-teal-100{--tw-border-opacity: 1;border-left-color:rgb(178 223 219 / var(--tw-border-opacity))}.border-l-teal-100\/0{border-left-color:#b2dfdb00}.border-l-teal-100\/10{border-left-color:#b2dfdb1a}.border-l-teal-100\/100{border-left-color:#b2dfdb}.border-l-teal-100\/15{border-left-color:#b2dfdb26}.border-l-teal-100\/20{border-left-color:#b2dfdb33}.border-l-teal-100\/25{border-left-color:#b2dfdb40}.border-l-teal-100\/30{border-left-color:#b2dfdb4d}.border-l-teal-100\/35{border-left-color:#b2dfdb59}.border-l-teal-100\/40{border-left-color:#b2dfdb66}.border-l-teal-100\/45{border-left-color:#b2dfdb73}.border-l-teal-100\/5{border-left-color:#b2dfdb0d}.border-l-teal-100\/50{border-left-color:#b2dfdb80}.border-l-teal-100\/55{border-left-color:#b2dfdb8c}.border-l-teal-100\/60{border-left-color:#b2dfdb99}.border-l-teal-100\/65{border-left-color:#b2dfdba6}.border-l-teal-100\/70{border-left-color:#b2dfdbb3}.border-l-teal-100\/75{border-left-color:#b2dfdbbf}.border-l-teal-100\/80{border-left-color:#b2dfdbcc}.border-l-teal-100\/85{border-left-color:#b2dfdbd9}.border-l-teal-100\/90{border-left-color:#b2dfdbe6}.border-l-teal-100\/95{border-left-color:#b2dfdbf2}.border-l-teal-200{--tw-border-opacity: 1;border-left-color:rgb(128 203 196 / var(--tw-border-opacity))}.border-l-teal-200\/0{border-left-color:#80cbc400}.border-l-teal-200\/10{border-left-color:#80cbc41a}.border-l-teal-200\/100{border-left-color:#80cbc4}.border-l-teal-200\/15{border-left-color:#80cbc426}.border-l-teal-200\/20{border-left-color:#80cbc433}.border-l-teal-200\/25{border-left-color:#80cbc440}.border-l-teal-200\/30{border-left-color:#80cbc44d}.border-l-teal-200\/35{border-left-color:#80cbc459}.border-l-teal-200\/40{border-left-color:#80cbc466}.border-l-teal-200\/45{border-left-color:#80cbc473}.border-l-teal-200\/5{border-left-color:#80cbc40d}.border-l-teal-200\/50{border-left-color:#80cbc480}.border-l-teal-200\/55{border-left-color:#80cbc48c}.border-l-teal-200\/60{border-left-color:#80cbc499}.border-l-teal-200\/65{border-left-color:#80cbc4a6}.border-l-teal-200\/70{border-left-color:#80cbc4b3}.border-l-teal-200\/75{border-left-color:#80cbc4bf}.border-l-teal-200\/80{border-left-color:#80cbc4cc}.border-l-teal-200\/85{border-left-color:#80cbc4d9}.border-l-teal-200\/90{border-left-color:#80cbc4e6}.border-l-teal-200\/95{border-left-color:#80cbc4f2}.border-l-teal-300{--tw-border-opacity: 1;border-left-color:rgb(77 182 172 / var(--tw-border-opacity))}.border-l-teal-300\/0{border-left-color:#4db6ac00}.border-l-teal-300\/10{border-left-color:#4db6ac1a}.border-l-teal-300\/100{border-left-color:#4db6ac}.border-l-teal-300\/15{border-left-color:#4db6ac26}.border-l-teal-300\/20{border-left-color:#4db6ac33}.border-l-teal-300\/25{border-left-color:#4db6ac40}.border-l-teal-300\/30{border-left-color:#4db6ac4d}.border-l-teal-300\/35{border-left-color:#4db6ac59}.border-l-teal-300\/40{border-left-color:#4db6ac66}.border-l-teal-300\/45{border-left-color:#4db6ac73}.border-l-teal-300\/5{border-left-color:#4db6ac0d}.border-l-teal-300\/50{border-left-color:#4db6ac80}.border-l-teal-300\/55{border-left-color:#4db6ac8c}.border-l-teal-300\/60{border-left-color:#4db6ac99}.border-l-teal-300\/65{border-left-color:#4db6aca6}.border-l-teal-300\/70{border-left-color:#4db6acb3}.border-l-teal-300\/75{border-left-color:#4db6acbf}.border-l-teal-300\/80{border-left-color:#4db6accc}.border-l-teal-300\/85{border-left-color:#4db6acd9}.border-l-teal-300\/90{border-left-color:#4db6ace6}.border-l-teal-300\/95{border-left-color:#4db6acf2}.border-l-teal-400{--tw-border-opacity: 1;border-left-color:rgb(38 166 154 / var(--tw-border-opacity))}.border-l-teal-400\/0{border-left-color:#26a69a00}.border-l-teal-400\/10{border-left-color:#26a69a1a}.border-l-teal-400\/100{border-left-color:#26a69a}.border-l-teal-400\/15{border-left-color:#26a69a26}.border-l-teal-400\/20{border-left-color:#26a69a33}.border-l-teal-400\/25{border-left-color:#26a69a40}.border-l-teal-400\/30{border-left-color:#26a69a4d}.border-l-teal-400\/35{border-left-color:#26a69a59}.border-l-teal-400\/40{border-left-color:#26a69a66}.border-l-teal-400\/45{border-left-color:#26a69a73}.border-l-teal-400\/5{border-left-color:#26a69a0d}.border-l-teal-400\/50{border-left-color:#26a69a80}.border-l-teal-400\/55{border-left-color:#26a69a8c}.border-l-teal-400\/60{border-left-color:#26a69a99}.border-l-teal-400\/65{border-left-color:#26a69aa6}.border-l-teal-400\/70{border-left-color:#26a69ab3}.border-l-teal-400\/75{border-left-color:#26a69abf}.border-l-teal-400\/80{border-left-color:#26a69acc}.border-l-teal-400\/85{border-left-color:#26a69ad9}.border-l-teal-400\/90{border-left-color:#26a69ae6}.border-l-teal-400\/95{border-left-color:#26a69af2}.border-l-teal-500{--tw-border-opacity: 1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-l-teal-500\/0{border-left-color:#00968800}.border-l-teal-500\/10{border-left-color:#0096881a}.border-l-teal-500\/100{border-left-color:#009688}.border-l-teal-500\/15{border-left-color:#00968826}.border-l-teal-500\/20{border-left-color:#00968833}.border-l-teal-500\/25{border-left-color:#00968840}.border-l-teal-500\/30{border-left-color:#0096884d}.border-l-teal-500\/35{border-left-color:#00968859}.border-l-teal-500\/40{border-left-color:#00968866}.border-l-teal-500\/45{border-left-color:#00968873}.border-l-teal-500\/5{border-left-color:#0096880d}.border-l-teal-500\/50{border-left-color:#00968880}.border-l-teal-500\/55{border-left-color:#0096888c}.border-l-teal-500\/60{border-left-color:#00968899}.border-l-teal-500\/65{border-left-color:#009688a6}.border-l-teal-500\/70{border-left-color:#009688b3}.border-l-teal-500\/75{border-left-color:#009688bf}.border-l-teal-500\/80{border-left-color:#009688cc}.border-l-teal-500\/85{border-left-color:#009688d9}.border-l-teal-500\/90{border-left-color:#009688e6}.border-l-teal-500\/95{border-left-color:#009688f2}.border-l-teal-600{--tw-border-opacity: 1;border-left-color:rgb(0 137 123 / var(--tw-border-opacity))}.border-l-teal-600\/0{border-left-color:#00897b00}.border-l-teal-600\/10{border-left-color:#00897b1a}.border-l-teal-600\/100{border-left-color:#00897b}.border-l-teal-600\/15{border-left-color:#00897b26}.border-l-teal-600\/20{border-left-color:#00897b33}.border-l-teal-600\/25{border-left-color:#00897b40}.border-l-teal-600\/30{border-left-color:#00897b4d}.border-l-teal-600\/35{border-left-color:#00897b59}.border-l-teal-600\/40{border-left-color:#00897b66}.border-l-teal-600\/45{border-left-color:#00897b73}.border-l-teal-600\/5{border-left-color:#00897b0d}.border-l-teal-600\/50{border-left-color:#00897b80}.border-l-teal-600\/55{border-left-color:#00897b8c}.border-l-teal-600\/60{border-left-color:#00897b99}.border-l-teal-600\/65{border-left-color:#00897ba6}.border-l-teal-600\/70{border-left-color:#00897bb3}.border-l-teal-600\/75{border-left-color:#00897bbf}.border-l-teal-600\/80{border-left-color:#00897bcc}.border-l-teal-600\/85{border-left-color:#00897bd9}.border-l-teal-600\/90{border-left-color:#00897be6}.border-l-teal-600\/95{border-left-color:#00897bf2}.border-l-teal-700{--tw-border-opacity: 1;border-left-color:rgb(0 121 107 / var(--tw-border-opacity))}.border-l-teal-700\/0{border-left-color:#00796b00}.border-l-teal-700\/10{border-left-color:#00796b1a}.border-l-teal-700\/100{border-left-color:#00796b}.border-l-teal-700\/15{border-left-color:#00796b26}.border-l-teal-700\/20{border-left-color:#00796b33}.border-l-teal-700\/25{border-left-color:#00796b40}.border-l-teal-700\/30{border-left-color:#00796b4d}.border-l-teal-700\/35{border-left-color:#00796b59}.border-l-teal-700\/40{border-left-color:#00796b66}.border-l-teal-700\/45{border-left-color:#00796b73}.border-l-teal-700\/5{border-left-color:#00796b0d}.border-l-teal-700\/50{border-left-color:#00796b80}.border-l-teal-700\/55{border-left-color:#00796b8c}.border-l-teal-700\/60{border-left-color:#00796b99}.border-l-teal-700\/65{border-left-color:#00796ba6}.border-l-teal-700\/70{border-left-color:#00796bb3}.border-l-teal-700\/75{border-left-color:#00796bbf}.border-l-teal-700\/80{border-left-color:#00796bcc}.border-l-teal-700\/85{border-left-color:#00796bd9}.border-l-teal-700\/90{border-left-color:#00796be6}.border-l-teal-700\/95{border-left-color:#00796bf2}.border-l-teal-800{--tw-border-opacity: 1;border-left-color:rgb(0 105 92 / var(--tw-border-opacity))}.border-l-teal-800\/0{border-left-color:#00695c00}.border-l-teal-800\/10{border-left-color:#00695c1a}.border-l-teal-800\/100{border-left-color:#00695c}.border-l-teal-800\/15{border-left-color:#00695c26}.border-l-teal-800\/20{border-left-color:#00695c33}.border-l-teal-800\/25{border-left-color:#00695c40}.border-l-teal-800\/30{border-left-color:#00695c4d}.border-l-teal-800\/35{border-left-color:#00695c59}.border-l-teal-800\/40{border-left-color:#00695c66}.border-l-teal-800\/45{border-left-color:#00695c73}.border-l-teal-800\/5{border-left-color:#00695c0d}.border-l-teal-800\/50{border-left-color:#00695c80}.border-l-teal-800\/55{border-left-color:#00695c8c}.border-l-teal-800\/60{border-left-color:#00695c99}.border-l-teal-800\/65{border-left-color:#00695ca6}.border-l-teal-800\/70{border-left-color:#00695cb3}.border-l-teal-800\/75{border-left-color:#00695cbf}.border-l-teal-800\/80{border-left-color:#00695ccc}.border-l-teal-800\/85{border-left-color:#00695cd9}.border-l-teal-800\/90{border-left-color:#00695ce6}.border-l-teal-800\/95{border-left-color:#00695cf2}.border-l-teal-900{--tw-border-opacity: 1;border-left-color:rgb(0 77 64 / var(--tw-border-opacity))}.border-l-teal-900\/0{border-left-color:#004d4000}.border-l-teal-900\/10{border-left-color:#004d401a}.border-l-teal-900\/100{border-left-color:#004d40}.border-l-teal-900\/15{border-left-color:#004d4026}.border-l-teal-900\/20{border-left-color:#004d4033}.border-l-teal-900\/25{border-left-color:#004d4040}.border-l-teal-900\/30{border-left-color:#004d404d}.border-l-teal-900\/35{border-left-color:#004d4059}.border-l-teal-900\/40{border-left-color:#004d4066}.border-l-teal-900\/45{border-left-color:#004d4073}.border-l-teal-900\/5{border-left-color:#004d400d}.border-l-teal-900\/50{border-left-color:#004d4080}.border-l-teal-900\/55{border-left-color:#004d408c}.border-l-teal-900\/60{border-left-color:#004d4099}.border-l-teal-900\/65{border-left-color:#004d40a6}.border-l-teal-900\/70{border-left-color:#004d40b3}.border-l-teal-900\/75{border-left-color:#004d40bf}.border-l-teal-900\/80{border-left-color:#004d40cc}.border-l-teal-900\/85{border-left-color:#004d40d9}.border-l-teal-900\/90{border-left-color:#004d40e6}.border-l-teal-900\/95{border-left-color:#004d40f2}.border-l-transparent{border-left-color:transparent}.border-l-yellow-100{--tw-border-opacity: 1;border-left-color:rgb(255 249 196 / var(--tw-border-opacity))}.border-l-yellow-100\/0{border-left-color:#fff9c400}.border-l-yellow-100\/10{border-left-color:#fff9c41a}.border-l-yellow-100\/100{border-left-color:#fff9c4}.border-l-yellow-100\/15{border-left-color:#fff9c426}.border-l-yellow-100\/20{border-left-color:#fff9c433}.border-l-yellow-100\/25{border-left-color:#fff9c440}.border-l-yellow-100\/30{border-left-color:#fff9c44d}.border-l-yellow-100\/35{border-left-color:#fff9c459}.border-l-yellow-100\/40{border-left-color:#fff9c466}.border-l-yellow-100\/45{border-left-color:#fff9c473}.border-l-yellow-100\/5{border-left-color:#fff9c40d}.border-l-yellow-100\/50{border-left-color:#fff9c480}.border-l-yellow-100\/55{border-left-color:#fff9c48c}.border-l-yellow-100\/60{border-left-color:#fff9c499}.border-l-yellow-100\/65{border-left-color:#fff9c4a6}.border-l-yellow-100\/70{border-left-color:#fff9c4b3}.border-l-yellow-100\/75{border-left-color:#fff9c4bf}.border-l-yellow-100\/80{border-left-color:#fff9c4cc}.border-l-yellow-100\/85{border-left-color:#fff9c4d9}.border-l-yellow-100\/90{border-left-color:#fff9c4e6}.border-l-yellow-100\/95{border-left-color:#fff9c4f2}.border-l-yellow-200{--tw-border-opacity: 1;border-left-color:rgb(255 245 157 / var(--tw-border-opacity))}.border-l-yellow-200\/0{border-left-color:#fff59d00}.border-l-yellow-200\/10{border-left-color:#fff59d1a}.border-l-yellow-200\/100{border-left-color:#fff59d}.border-l-yellow-200\/15{border-left-color:#fff59d26}.border-l-yellow-200\/20{border-left-color:#fff59d33}.border-l-yellow-200\/25{border-left-color:#fff59d40}.border-l-yellow-200\/30{border-left-color:#fff59d4d}.border-l-yellow-200\/35{border-left-color:#fff59d59}.border-l-yellow-200\/40{border-left-color:#fff59d66}.border-l-yellow-200\/45{border-left-color:#fff59d73}.border-l-yellow-200\/5{border-left-color:#fff59d0d}.border-l-yellow-200\/50{border-left-color:#fff59d80}.border-l-yellow-200\/55{border-left-color:#fff59d8c}.border-l-yellow-200\/60{border-left-color:#fff59d99}.border-l-yellow-200\/65{border-left-color:#fff59da6}.border-l-yellow-200\/70{border-left-color:#fff59db3}.border-l-yellow-200\/75{border-left-color:#fff59dbf}.border-l-yellow-200\/80{border-left-color:#fff59dcc}.border-l-yellow-200\/85{border-left-color:#fff59dd9}.border-l-yellow-200\/90{border-left-color:#fff59de6}.border-l-yellow-200\/95{border-left-color:#fff59df2}.border-l-yellow-300{--tw-border-opacity: 1;border-left-color:rgb(255 241 118 / var(--tw-border-opacity))}.border-l-yellow-300\/0{border-left-color:#fff17600}.border-l-yellow-300\/10{border-left-color:#fff1761a}.border-l-yellow-300\/100{border-left-color:#fff176}.border-l-yellow-300\/15{border-left-color:#fff17626}.border-l-yellow-300\/20{border-left-color:#fff17633}.border-l-yellow-300\/25{border-left-color:#fff17640}.border-l-yellow-300\/30{border-left-color:#fff1764d}.border-l-yellow-300\/35{border-left-color:#fff17659}.border-l-yellow-300\/40{border-left-color:#fff17666}.border-l-yellow-300\/45{border-left-color:#fff17673}.border-l-yellow-300\/5{border-left-color:#fff1760d}.border-l-yellow-300\/50{border-left-color:#fff17680}.border-l-yellow-300\/55{border-left-color:#fff1768c}.border-l-yellow-300\/60{border-left-color:#fff17699}.border-l-yellow-300\/65{border-left-color:#fff176a6}.border-l-yellow-300\/70{border-left-color:#fff176b3}.border-l-yellow-300\/75{border-left-color:#fff176bf}.border-l-yellow-300\/80{border-left-color:#fff176cc}.border-l-yellow-300\/85{border-left-color:#fff176d9}.border-l-yellow-300\/90{border-left-color:#fff176e6}.border-l-yellow-300\/95{border-left-color:#fff176f2}.border-l-yellow-400{--tw-border-opacity: 1;border-left-color:rgb(255 238 88 / var(--tw-border-opacity))}.border-l-yellow-400\/0{border-left-color:#ffee5800}.border-l-yellow-400\/10{border-left-color:#ffee581a}.border-l-yellow-400\/100{border-left-color:#ffee58}.border-l-yellow-400\/15{border-left-color:#ffee5826}.border-l-yellow-400\/20{border-left-color:#ffee5833}.border-l-yellow-400\/25{border-left-color:#ffee5840}.border-l-yellow-400\/30{border-left-color:#ffee584d}.border-l-yellow-400\/35{border-left-color:#ffee5859}.border-l-yellow-400\/40{border-left-color:#ffee5866}.border-l-yellow-400\/45{border-left-color:#ffee5873}.border-l-yellow-400\/5{border-left-color:#ffee580d}.border-l-yellow-400\/50{border-left-color:#ffee5880}.border-l-yellow-400\/55{border-left-color:#ffee588c}.border-l-yellow-400\/60{border-left-color:#ffee5899}.border-l-yellow-400\/65{border-left-color:#ffee58a6}.border-l-yellow-400\/70{border-left-color:#ffee58b3}.border-l-yellow-400\/75{border-left-color:#ffee58bf}.border-l-yellow-400\/80{border-left-color:#ffee58cc}.border-l-yellow-400\/85{border-left-color:#ffee58d9}.border-l-yellow-400\/90{border-left-color:#ffee58e6}.border-l-yellow-400\/95{border-left-color:#ffee58f2}.border-l-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(255 235 59 / var(--tw-border-opacity))}.border-l-yellow-500\/0{border-left-color:#ffeb3b00}.border-l-yellow-500\/10{border-left-color:#ffeb3b1a}.border-l-yellow-500\/100{border-left-color:#ffeb3b}.border-l-yellow-500\/15{border-left-color:#ffeb3b26}.border-l-yellow-500\/20{border-left-color:#ffeb3b33}.border-l-yellow-500\/25{border-left-color:#ffeb3b40}.border-l-yellow-500\/30{border-left-color:#ffeb3b4d}.border-l-yellow-500\/35{border-left-color:#ffeb3b59}.border-l-yellow-500\/40{border-left-color:#ffeb3b66}.border-l-yellow-500\/45{border-left-color:#ffeb3b73}.border-l-yellow-500\/5{border-left-color:#ffeb3b0d}.border-l-yellow-500\/50{border-left-color:#ffeb3b80}.border-l-yellow-500\/55{border-left-color:#ffeb3b8c}.border-l-yellow-500\/60{border-left-color:#ffeb3b99}.border-l-yellow-500\/65{border-left-color:#ffeb3ba6}.border-l-yellow-500\/70{border-left-color:#ffeb3bb3}.border-l-yellow-500\/75{border-left-color:#ffeb3bbf}.border-l-yellow-500\/80{border-left-color:#ffeb3bcc}.border-l-yellow-500\/85{border-left-color:#ffeb3bd9}.border-l-yellow-500\/90{border-left-color:#ffeb3be6}.border-l-yellow-500\/95{border-left-color:#ffeb3bf2}.border-l-yellow-600{--tw-border-opacity: 1;border-left-color:rgb(253 216 53 / var(--tw-border-opacity))}.border-l-yellow-600\/0{border-left-color:#fdd83500}.border-l-yellow-600\/10{border-left-color:#fdd8351a}.border-l-yellow-600\/100{border-left-color:#fdd835}.border-l-yellow-600\/15{border-left-color:#fdd83526}.border-l-yellow-600\/20{border-left-color:#fdd83533}.border-l-yellow-600\/25{border-left-color:#fdd83540}.border-l-yellow-600\/30{border-left-color:#fdd8354d}.border-l-yellow-600\/35{border-left-color:#fdd83559}.border-l-yellow-600\/40{border-left-color:#fdd83566}.border-l-yellow-600\/45{border-left-color:#fdd83573}.border-l-yellow-600\/5{border-left-color:#fdd8350d}.border-l-yellow-600\/50{border-left-color:#fdd83580}.border-l-yellow-600\/55{border-left-color:#fdd8358c}.border-l-yellow-600\/60{border-left-color:#fdd83599}.border-l-yellow-600\/65{border-left-color:#fdd835a6}.border-l-yellow-600\/70{border-left-color:#fdd835b3}.border-l-yellow-600\/75{border-left-color:#fdd835bf}.border-l-yellow-600\/80{border-left-color:#fdd835cc}.border-l-yellow-600\/85{border-left-color:#fdd835d9}.border-l-yellow-600\/90{border-left-color:#fdd835e6}.border-l-yellow-600\/95{border-left-color:#fdd835f2}.border-l-yellow-700{--tw-border-opacity: 1;border-left-color:rgb(251 192 45 / var(--tw-border-opacity))}.border-l-yellow-700\/0{border-left-color:#fbc02d00}.border-l-yellow-700\/10{border-left-color:#fbc02d1a}.border-l-yellow-700\/100{border-left-color:#fbc02d}.border-l-yellow-700\/15{border-left-color:#fbc02d26}.border-l-yellow-700\/20{border-left-color:#fbc02d33}.border-l-yellow-700\/25{border-left-color:#fbc02d40}.border-l-yellow-700\/30{border-left-color:#fbc02d4d}.border-l-yellow-700\/35{border-left-color:#fbc02d59}.border-l-yellow-700\/40{border-left-color:#fbc02d66}.border-l-yellow-700\/45{border-left-color:#fbc02d73}.border-l-yellow-700\/5{border-left-color:#fbc02d0d}.border-l-yellow-700\/50{border-left-color:#fbc02d80}.border-l-yellow-700\/55{border-left-color:#fbc02d8c}.border-l-yellow-700\/60{border-left-color:#fbc02d99}.border-l-yellow-700\/65{border-left-color:#fbc02da6}.border-l-yellow-700\/70{border-left-color:#fbc02db3}.border-l-yellow-700\/75{border-left-color:#fbc02dbf}.border-l-yellow-700\/80{border-left-color:#fbc02dcc}.border-l-yellow-700\/85{border-left-color:#fbc02dd9}.border-l-yellow-700\/90{border-left-color:#fbc02de6}.border-l-yellow-700\/95{border-left-color:#fbc02df2}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(249 168 37 / var(--tw-border-opacity))}.border-l-yellow-800\/0{border-left-color:#f9a82500}.border-l-yellow-800\/10{border-left-color:#f9a8251a}.border-l-yellow-800\/100{border-left-color:#f9a825}.border-l-yellow-800\/15{border-left-color:#f9a82526}.border-l-yellow-800\/20{border-left-color:#f9a82533}.border-l-yellow-800\/25{border-left-color:#f9a82540}.border-l-yellow-800\/30{border-left-color:#f9a8254d}.border-l-yellow-800\/35{border-left-color:#f9a82559}.border-l-yellow-800\/40{border-left-color:#f9a82566}.border-l-yellow-800\/45{border-left-color:#f9a82573}.border-l-yellow-800\/5{border-left-color:#f9a8250d}.border-l-yellow-800\/50{border-left-color:#f9a82580}.border-l-yellow-800\/55{border-left-color:#f9a8258c}.border-l-yellow-800\/60{border-left-color:#f9a82599}.border-l-yellow-800\/65{border-left-color:#f9a825a6}.border-l-yellow-800\/70{border-left-color:#f9a825b3}.border-l-yellow-800\/75{border-left-color:#f9a825bf}.border-l-yellow-800\/80{border-left-color:#f9a825cc}.border-l-yellow-800\/85{border-left-color:#f9a825d9}.border-l-yellow-800\/90{border-left-color:#f9a825e6}.border-l-yellow-800\/95{border-left-color:#f9a825f2}.border-l-yellow-900{--tw-border-opacity: 1;border-left-color:rgb(245 127 23 / var(--tw-border-opacity))}.border-l-yellow-900\/0{border-left-color:#f57f1700}.border-l-yellow-900\/10{border-left-color:#f57f171a}.border-l-yellow-900\/100{border-left-color:#f57f17}.border-l-yellow-900\/15{border-left-color:#f57f1726}.border-l-yellow-900\/20{border-left-color:#f57f1733}.border-l-yellow-900\/25{border-left-color:#f57f1740}.border-l-yellow-900\/30{border-left-color:#f57f174d}.border-l-yellow-900\/35{border-left-color:#f57f1759}.border-l-yellow-900\/40{border-left-color:#f57f1766}.border-l-yellow-900\/45{border-left-color:#f57f1773}.border-l-yellow-900\/5{border-left-color:#f57f170d}.border-l-yellow-900\/50{border-left-color:#f57f1780}.border-l-yellow-900\/55{border-left-color:#f57f178c}.border-l-yellow-900\/60{border-left-color:#f57f1799}.border-l-yellow-900\/65{border-left-color:#f57f17a6}.border-l-yellow-900\/70{border-left-color:#f57f17b3}.border-l-yellow-900\/75{border-left-color:#f57f17bf}.border-l-yellow-900\/80{border-left-color:#f57f17cc}.border-l-yellow-900\/85{border-left-color:#f57f17d9}.border-l-yellow-900\/90{border-left-color:#f57f17e6}.border-l-yellow-900\/95{border-left-color:#f57f17f2}.border-r-gray-800{--tw-border-opacity: 1;border-right-color:rgb(66 66 66 / var(--tw-border-opacity))}.border-r-red-400{--tw-border-opacity: 1;border-right-color:rgb(239 83 80 / var(--tw-border-opacity))}.border-r-red-800{--tw-border-opacity: 1;border-right-color:rgb(198 40 40 / var(--tw-border-opacity))}.border-r-transparent{border-right-color:transparent}.border-t-blue-gray-100{--tw-border-opacity: 1;border-top-color:rgb(207 216 220 / var(--tw-border-opacity))}.border-t-gray-800{--tw-border-opacity: 1;border-top-color:rgb(66 66 66 / var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.bg-\[\#3124ca\]{--tw-bg-opacity: 1;background-color:rgb(49 36 202 / var(--tw-bg-opacity))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(255 193 7 / var(--tw-bg-opacity))}.bg-amber-500\/10{background-color:#ffc1071a}.bg-amber-500\/20{background-color:#ffc10733}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/30{background-color:#0000004d}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(187 222 251 / var(--tw-bg-opacity))}.bg-blue-100\/0{background-color:#bbdefb00}.bg-blue-100\/10{background-color:#bbdefb1a}.bg-blue-100\/100{background-color:#bbdefb}.bg-blue-100\/15{background-color:#bbdefb26}.bg-blue-100\/20{background-color:#bbdefb33}.bg-blue-100\/25{background-color:#bbdefb40}.bg-blue-100\/30{background-color:#bbdefb4d}.bg-blue-100\/35{background-color:#bbdefb59}.bg-blue-100\/40{background-color:#bbdefb66}.bg-blue-100\/45{background-color:#bbdefb73}.bg-blue-100\/5{background-color:#bbdefb0d}.bg-blue-100\/50{background-color:#bbdefb80}.bg-blue-100\/55{background-color:#bbdefb8c}.bg-blue-100\/60{background-color:#bbdefb99}.bg-blue-100\/65{background-color:#bbdefba6}.bg-blue-100\/70{background-color:#bbdefbb3}.bg-blue-100\/75{background-color:#bbdefbbf}.bg-blue-100\/80{background-color:#bbdefbcc}.bg-blue-100\/85{background-color:#bbdefbd9}.bg-blue-100\/90{background-color:#bbdefbe6}.bg-blue-100\/95{background-color:#bbdefbf2}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(144 202 249 / var(--tw-bg-opacity))}.bg-blue-200\/0{background-color:#90caf900}.bg-blue-200\/10{background-color:#90caf91a}.bg-blue-200\/100{background-color:#90caf9}.bg-blue-200\/15{background-color:#90caf926}.bg-blue-200\/20{background-color:#90caf933}.bg-blue-200\/25{background-color:#90caf940}.bg-blue-200\/30{background-color:#90caf94d}.bg-blue-200\/35{background-color:#90caf959}.bg-blue-200\/40{background-color:#90caf966}.bg-blue-200\/45{background-color:#90caf973}.bg-blue-200\/5{background-color:#90caf90d}.bg-blue-200\/50{background-color:#90caf980}.bg-blue-200\/55{background-color:#90caf98c}.bg-blue-200\/60{background-color:#90caf999}.bg-blue-200\/65{background-color:#90caf9a6}.bg-blue-200\/70{background-color:#90caf9b3}.bg-blue-200\/75{background-color:#90caf9bf}.bg-blue-200\/80{background-color:#90caf9cc}.bg-blue-200\/85{background-color:#90caf9d9}.bg-blue-200\/90{background-color:#90caf9e6}.bg-blue-200\/95{background-color:#90caf9f2}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(100 181 246 / var(--tw-bg-opacity))}.bg-blue-300\/0{background-color:#64b5f600}.bg-blue-300\/10{background-color:#64b5f61a}.bg-blue-300\/100{background-color:#64b5f6}.bg-blue-300\/15{background-color:#64b5f626}.bg-blue-300\/20{background-color:#64b5f633}.bg-blue-300\/25{background-color:#64b5f640}.bg-blue-300\/30{background-color:#64b5f64d}.bg-blue-300\/35{background-color:#64b5f659}.bg-blue-300\/40{background-color:#64b5f666}.bg-blue-300\/45{background-color:#64b5f673}.bg-blue-300\/5{background-color:#64b5f60d}.bg-blue-300\/50{background-color:#64b5f680}.bg-blue-300\/55{background-color:#64b5f68c}.bg-blue-300\/60{background-color:#64b5f699}.bg-blue-300\/65{background-color:#64b5f6a6}.bg-blue-300\/70{background-color:#64b5f6b3}.bg-blue-300\/75{background-color:#64b5f6bf}.bg-blue-300\/80{background-color:#64b5f6cc}.bg-blue-300\/85{background-color:#64b5f6d9}.bg-blue-300\/90{background-color:#64b5f6e6}.bg-blue-300\/95{background-color:#64b5f6f2}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(66 165 245 / var(--tw-bg-opacity))}.bg-blue-400\/0{background-color:#42a5f500}.bg-blue-400\/10{background-color:#42a5f51a}.bg-blue-400\/100{background-color:#42a5f5}.bg-blue-400\/15{background-color:#42a5f526}.bg-blue-400\/20{background-color:#42a5f533}.bg-blue-400\/25{background-color:#42a5f540}.bg-blue-400\/30{background-color:#42a5f54d}.bg-blue-400\/35{background-color:#42a5f559}.bg-blue-400\/40{background-color:#42a5f566}.bg-blue-400\/45{background-color:#42a5f573}.bg-blue-400\/5{background-color:#42a5f50d}.bg-blue-400\/50{background-color:#42a5f580}.bg-blue-400\/55{background-color:#42a5f58c}.bg-blue-400\/60{background-color:#42a5f599}.bg-blue-400\/65{background-color:#42a5f5a6}.bg-blue-400\/70{background-color:#42a5f5b3}.bg-blue-400\/75{background-color:#42a5f5bf}.bg-blue-400\/80{background-color:#42a5f5cc}.bg-blue-400\/85{background-color:#42a5f5d9}.bg-blue-400\/90{background-color:#42a5f5e6}.bg-blue-400\/95{background-color:#42a5f5f2}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(227 242 253 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.bg-blue-500\/0{background-color:#2196f300}.bg-blue-500\/10{background-color:#2196f31a}.bg-blue-500\/100{background-color:#2196f3}.bg-blue-500\/15{background-color:#2196f326}.bg-blue-500\/20{background-color:#2196f333}.bg-blue-500\/25{background-color:#2196f340}.bg-blue-500\/30{background-color:#2196f34d}.bg-blue-500\/35{background-color:#2196f359}.bg-blue-500\/40{background-color:#2196f366}.bg-blue-500\/45{background-color:#2196f373}.bg-blue-500\/5{background-color:#2196f30d}.bg-blue-500\/50{background-color:#2196f380}.bg-blue-500\/55{background-color:#2196f38c}.bg-blue-500\/60{background-color:#2196f399}.bg-blue-500\/65{background-color:#2196f3a6}.bg-blue-500\/70{background-color:#2196f3b3}.bg-blue-500\/75{background-color:#2196f3bf}.bg-blue-500\/80{background-color:#2196f3cc}.bg-blue-500\/85{background-color:#2196f3d9}.bg-blue-500\/90{background-color:#2196f3e6}.bg-blue-500\/95{background-color:#2196f3f2}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(30 136 229 / var(--tw-bg-opacity))}.bg-blue-600\/0{background-color:#1e88e500}.bg-blue-600\/10{background-color:#1e88e51a}.bg-blue-600\/100{background-color:#1e88e5}.bg-blue-600\/15{background-color:#1e88e526}.bg-blue-600\/20{background-color:#1e88e533}.bg-blue-600\/25{background-color:#1e88e540}.bg-blue-600\/30{background-color:#1e88e54d}.bg-blue-600\/35{background-color:#1e88e559}.bg-blue-600\/40{background-color:#1e88e566}.bg-blue-600\/45{background-color:#1e88e573}.bg-blue-600\/5{background-color:#1e88e50d}.bg-blue-600\/50{background-color:#1e88e580}.bg-blue-600\/55{background-color:#1e88e58c}.bg-blue-600\/60{background-color:#1e88e599}.bg-blue-600\/65{background-color:#1e88e5a6}.bg-blue-600\/70{background-color:#1e88e5b3}.bg-blue-600\/75{background-color:#1e88e5bf}.bg-blue-600\/80{background-color:#1e88e5cc}.bg-blue-600\/85{background-color:#1e88e5d9}.bg-blue-600\/90{background-color:#1e88e5e6}.bg-blue-600\/95{background-color:#1e88e5f2}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(25 118 210 / var(--tw-bg-opacity))}.bg-blue-700\/0{background-color:#1976d200}.bg-blue-700\/10{background-color:#1976d21a}.bg-blue-700\/100{background-color:#1976d2}.bg-blue-700\/15{background-color:#1976d226}.bg-blue-700\/20{background-color:#1976d233}.bg-blue-700\/25{background-color:#1976d240}.bg-blue-700\/30{background-color:#1976d24d}.bg-blue-700\/35{background-color:#1976d259}.bg-blue-700\/40{background-color:#1976d266}.bg-blue-700\/45{background-color:#1976d273}.bg-blue-700\/5{background-color:#1976d20d}.bg-blue-700\/50{background-color:#1976d280}.bg-blue-700\/55{background-color:#1976d28c}.bg-blue-700\/60{background-color:#1976d299}.bg-blue-700\/65{background-color:#1976d2a6}.bg-blue-700\/70{background-color:#1976d2b3}.bg-blue-700\/75{background-color:#1976d2bf}.bg-blue-700\/80{background-color:#1976d2cc}.bg-blue-700\/85{background-color:#1976d2d9}.bg-blue-700\/90{background-color:#1976d2e6}.bg-blue-700\/95{background-color:#1976d2f2}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(21 101 192 / var(--tw-bg-opacity))}.bg-blue-800\/0{background-color:#1565c000}.bg-blue-800\/10{background-color:#1565c01a}.bg-blue-800\/100{background-color:#1565c0}.bg-blue-800\/15{background-color:#1565c026}.bg-blue-800\/20{background-color:#1565c033}.bg-blue-800\/25{background-color:#1565c040}.bg-blue-800\/30{background-color:#1565c04d}.bg-blue-800\/35{background-color:#1565c059}.bg-blue-800\/40{background-color:#1565c066}.bg-blue-800\/45{background-color:#1565c073}.bg-blue-800\/5{background-color:#1565c00d}.bg-blue-800\/50{background-color:#1565c080}.bg-blue-800\/55{background-color:#1565c08c}.bg-blue-800\/60{background-color:#1565c099}.bg-blue-800\/65{background-color:#1565c0a6}.bg-blue-800\/70{background-color:#1565c0b3}.bg-blue-800\/75{background-color:#1565c0bf}.bg-blue-800\/80{background-color:#1565c0cc}.bg-blue-800\/85{background-color:#1565c0d9}.bg-blue-800\/90{background-color:#1565c0e6}.bg-blue-800\/95{background-color:#1565c0f2}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(13 71 161 / var(--tw-bg-opacity))}.bg-blue-900\/0{background-color:#0d47a100}.bg-blue-900\/10{background-color:#0d47a11a}.bg-blue-900\/100{background-color:#0d47a1}.bg-blue-900\/15{background-color:#0d47a126}.bg-blue-900\/20{background-color:#0d47a133}.bg-blue-900\/25{background-color:#0d47a140}.bg-blue-900\/30{background-color:#0d47a14d}.bg-blue-900\/35{background-color:#0d47a159}.bg-blue-900\/40{background-color:#0d47a166}.bg-blue-900\/45{background-color:#0d47a173}.bg-blue-900\/5{background-color:#0d47a10d}.bg-blue-900\/50{background-color:#0d47a180}.bg-blue-900\/55{background-color:#0d47a18c}.bg-blue-900\/60{background-color:#0d47a199}.bg-blue-900\/65{background-color:#0d47a1a6}.bg-blue-900\/70{background-color:#0d47a1b3}.bg-blue-900\/75{background-color:#0d47a1bf}.bg-blue-900\/80{background-color:#0d47a1cc}.bg-blue-900\/85{background-color:#0d47a1d9}.bg-blue-900\/90{background-color:#0d47a1e6}.bg-blue-900\/95{background-color:#0d47a1f2}.bg-blue-gray-100{--tw-bg-opacity: 1;background-color:rgb(207 216 220 / var(--tw-bg-opacity))}.bg-blue-gray-50{--tw-bg-opacity: 1;background-color:rgb(236 239 241 / var(--tw-bg-opacity))}.bg-blue-gray-50\/50{background-color:#eceff180}.bg-blue-gray-500{--tw-bg-opacity: 1;background-color:rgb(96 125 139 / var(--tw-bg-opacity))}.bg-blue-gray-500\/10{background-color:#607d8b1a}.bg-blue-gray-500\/20{background-color:#607d8b33}.bg-brown-500{--tw-bg-opacity: 1;background-color:rgb(121 85 72 / var(--tw-bg-opacity))}.bg-brown-500\/10{background-color:#7955481a}.bg-brown-500\/20{background-color:#79554833}.bg-current{background-color:currentColor}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(0 188 212 / var(--tw-bg-opacity))}.bg-cyan-500\/10{background-color:#00bcd41a}.bg-cyan-500\/20{background-color:#00bcd433}.bg-deep-orange-500{--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.bg-deep-orange-500\/10{background-color:#ff57221a}.bg-deep-orange-500\/20{background-color:#ff572233}.bg-deep-purple-500{--tw-bg-opacity: 1;background-color:rgb(103 58 183 / var(--tw-bg-opacity))}.bg-deep-purple-500\/10{background-color:#673ab71a}.bg-deep-purple-500\/20{background-color:#673ab733}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-gray-100\/0{background-color:#f5f5f500}.bg-gray-100\/10{background-color:#f5f5f51a}.bg-gray-100\/100{background-color:#f5f5f5}.bg-gray-100\/15{background-color:#f5f5f526}.bg-gray-100\/20{background-color:#f5f5f533}.bg-gray-100\/25{background-color:#f5f5f540}.bg-gray-100\/30{background-color:#f5f5f54d}.bg-gray-100\/35{background-color:#f5f5f559}.bg-gray-100\/40{background-color:#f5f5f566}.bg-gray-100\/45{background-color:#f5f5f573}.bg-gray-100\/5{background-color:#f5f5f50d}.bg-gray-100\/50{background-color:#f5f5f580}.bg-gray-100\/55{background-color:#f5f5f58c}.bg-gray-100\/60{background-color:#f5f5f599}.bg-gray-100\/65{background-color:#f5f5f5a6}.bg-gray-100\/70{background-color:#f5f5f5b3}.bg-gray-100\/75{background-color:#f5f5f5bf}.bg-gray-100\/80{background-color:#f5f5f5cc}.bg-gray-100\/85{background-color:#f5f5f5d9}.bg-gray-100\/90{background-color:#f5f5f5e6}.bg-gray-100\/95{background-color:#f5f5f5f2}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}.bg-gray-200\/0{background-color:#eee0}.bg-gray-200\/10{background-color:#eeeeee1a}.bg-gray-200\/100{background-color:#eee}.bg-gray-200\/15{background-color:#eeeeee26}.bg-gray-200\/20{background-color:#eee3}.bg-gray-200\/25{background-color:#eeeeee40}.bg-gray-200\/30{background-color:#eeeeee4d}.bg-gray-200\/35{background-color:#eeeeee59}.bg-gray-200\/40{background-color:#eee6}.bg-gray-200\/45{background-color:#eeeeee73}.bg-gray-200\/5{background-color:#eeeeee0d}.bg-gray-200\/50{background-color:#eeeeee80}.bg-gray-200\/55{background-color:#eeeeee8c}.bg-gray-200\/60{background-color:#eee9}.bg-gray-200\/65{background-color:#eeeeeea6}.bg-gray-200\/70{background-color:#eeeeeeb3}.bg-gray-200\/75{background-color:#eeeeeebf}.bg-gray-200\/80{background-color:#eeec}.bg-gray-200\/85{background-color:#eeeeeed9}.bg-gray-200\/90{background-color:#eeeeeee6}.bg-gray-200\/95{background-color:#eeeeeef2}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity))}.bg-gray-300\/0{background-color:#e0e0e000}.bg-gray-300\/10{background-color:#e0e0e01a}.bg-gray-300\/100{background-color:#e0e0e0}.bg-gray-300\/15{background-color:#e0e0e026}.bg-gray-300\/20{background-color:#e0e0e033}.bg-gray-300\/25{background-color:#e0e0e040}.bg-gray-300\/30{background-color:#e0e0e04d}.bg-gray-300\/35{background-color:#e0e0e059}.bg-gray-300\/40{background-color:#e0e0e066}.bg-gray-300\/45{background-color:#e0e0e073}.bg-gray-300\/5{background-color:#e0e0e00d}.bg-gray-300\/50{background-color:#e0e0e080}.bg-gray-300\/55{background-color:#e0e0e08c}.bg-gray-300\/60{background-color:#e0e0e099}.bg-gray-300\/65{background-color:#e0e0e0a6}.bg-gray-300\/70{background-color:#e0e0e0b3}.bg-gray-300\/75{background-color:#e0e0e0bf}.bg-gray-300\/80{background-color:#e0e0e0cc}.bg-gray-300\/85{background-color:#e0e0e0d9}.bg-gray-300\/90{background-color:#e0e0e0e6}.bg-gray-300\/95{background-color:#e0e0e0f2}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(189 189 189 / var(--tw-bg-opacity))}.bg-gray-400\/0{background-color:#bdbdbd00}.bg-gray-400\/10{background-color:#bdbdbd1a}.bg-gray-400\/100{background-color:#bdbdbd}.bg-gray-400\/15{background-color:#bdbdbd26}.bg-gray-400\/20{background-color:#bdbdbd33}.bg-gray-400\/25{background-color:#bdbdbd40}.bg-gray-400\/30{background-color:#bdbdbd4d}.bg-gray-400\/35{background-color:#bdbdbd59}.bg-gray-400\/40{background-color:#bdbdbd66}.bg-gray-400\/45{background-color:#bdbdbd73}.bg-gray-400\/5{background-color:#bdbdbd0d}.bg-gray-400\/50{background-color:#bdbdbd80}.bg-gray-400\/55{background-color:#bdbdbd8c}.bg-gray-400\/60{background-color:#bdbdbd99}.bg-gray-400\/65{background-color:#bdbdbda6}.bg-gray-400\/70{background-color:#bdbdbdb3}.bg-gray-400\/75{background-color:#bdbdbdbf}.bg-gray-400\/80{background-color:#bdbdbdcc}.bg-gray-400\/85{background-color:#bdbdbdd9}.bg-gray-400\/90{background-color:#bdbdbde6}.bg-gray-400\/95{background-color:#bdbdbdf2}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(158 158 158 / var(--tw-bg-opacity))}.bg-gray-500\/0{background-color:#9e9e9e00}.bg-gray-500\/10{background-color:#9e9e9e1a}.bg-gray-500\/100{background-color:#9e9e9e}.bg-gray-500\/15{background-color:#9e9e9e26}.bg-gray-500\/20{background-color:#9e9e9e33}.bg-gray-500\/25{background-color:#9e9e9e40}.bg-gray-500\/30{background-color:#9e9e9e4d}.bg-gray-500\/35{background-color:#9e9e9e59}.bg-gray-500\/40{background-color:#9e9e9e66}.bg-gray-500\/45{background-color:#9e9e9e73}.bg-gray-500\/5{background-color:#9e9e9e0d}.bg-gray-500\/50{background-color:#9e9e9e80}.bg-gray-500\/55{background-color:#9e9e9e8c}.bg-gray-500\/60{background-color:#9e9e9e99}.bg-gray-500\/65{background-color:#9e9e9ea6}.bg-gray-500\/70{background-color:#9e9e9eb3}.bg-gray-500\/75{background-color:#9e9e9ebf}.bg-gray-500\/80{background-color:#9e9e9ecc}.bg-gray-500\/85{background-color:#9e9e9ed9}.bg-gray-500\/90{background-color:#9e9e9ee6}.bg-gray-500\/95{background-color:#9e9e9ef2}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(117 117 117 / var(--tw-bg-opacity))}.bg-gray-600\/0{background-color:#75757500}.bg-gray-600\/10{background-color:#7575751a}.bg-gray-600\/100{background-color:#757575}.bg-gray-600\/15{background-color:#75757526}.bg-gray-600\/20{background-color:#75757533}.bg-gray-600\/25{background-color:#75757540}.bg-gray-600\/30{background-color:#7575754d}.bg-gray-600\/35{background-color:#75757559}.bg-gray-600\/40{background-color:#75757566}.bg-gray-600\/45{background-color:#75757573}.bg-gray-600\/5{background-color:#7575750d}.bg-gray-600\/50{background-color:#75757580}.bg-gray-600\/55{background-color:#7575758c}.bg-gray-600\/60{background-color:#75757599}.bg-gray-600\/65{background-color:#757575a6}.bg-gray-600\/70{background-color:#757575b3}.bg-gray-600\/75{background-color:#757575bf}.bg-gray-600\/80{background-color:#757575cc}.bg-gray-600\/85{background-color:#757575d9}.bg-gray-600\/90{background-color:#757575e6}.bg-gray-600\/95{background-color:#757575f2}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(97 97 97 / var(--tw-bg-opacity))}.bg-gray-700\/0{background-color:#61616100}.bg-gray-700\/10{background-color:#6161611a}.bg-gray-700\/100{background-color:#616161}.bg-gray-700\/15{background-color:#61616126}.bg-gray-700\/20{background-color:#61616133}.bg-gray-700\/25{background-color:#61616140}.bg-gray-700\/30{background-color:#6161614d}.bg-gray-700\/35{background-color:#61616159}.bg-gray-700\/40{background-color:#61616166}.bg-gray-700\/45{background-color:#61616173}.bg-gray-700\/5{background-color:#6161610d}.bg-gray-700\/50{background-color:#61616180}.bg-gray-700\/55{background-color:#6161618c}.bg-gray-700\/60{background-color:#61616199}.bg-gray-700\/65{background-color:#616161a6}.bg-gray-700\/70{background-color:#616161b3}.bg-gray-700\/75{background-color:#616161bf}.bg-gray-700\/80{background-color:#616161cc}.bg-gray-700\/85{background-color:#616161d9}.bg-gray-700\/90{background-color:#616161e6}.bg-gray-700\/95{background-color:#616161f2}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(66 66 66 / var(--tw-bg-opacity))}.bg-gray-800\/0{background-color:#42424200}.bg-gray-800\/10{background-color:#4242421a}.bg-gray-800\/100{background-color:#424242}.bg-gray-800\/15{background-color:#42424226}.bg-gray-800\/20{background-color:#42424233}.bg-gray-800\/25{background-color:#42424240}.bg-gray-800\/30{background-color:#4242424d}.bg-gray-800\/35{background-color:#42424259}.bg-gray-800\/40{background-color:#42424266}.bg-gray-800\/45{background-color:#42424273}.bg-gray-800\/5{background-color:#4242420d}.bg-gray-800\/50{background-color:#42424280}.bg-gray-800\/55{background-color:#4242428c}.bg-gray-800\/60{background-color:#42424299}.bg-gray-800\/65{background-color:#424242a6}.bg-gray-800\/70{background-color:#424242b3}.bg-gray-800\/75{background-color:#424242bf}.bg-gray-800\/80{background-color:#424242cc}.bg-gray-800\/85{background-color:#424242d9}.bg-gray-800\/90{background-color:#424242e6}.bg-gray-800\/95{background-color:#424242f2}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(33 33 33 / var(--tw-bg-opacity))}.bg-gray-900\/0{background-color:#21212100}.bg-gray-900\/10{background-color:#2121211a}.bg-gray-900\/100{background-color:#212121}.bg-gray-900\/15{background-color:#21212126}.bg-gray-900\/20{background-color:#21212133}.bg-gray-900\/25{background-color:#21212140}.bg-gray-900\/30{background-color:#2121214d}.bg-gray-900\/35{background-color:#21212159}.bg-gray-900\/40{background-color:#21212166}.bg-gray-900\/45{background-color:#21212173}.bg-gray-900\/5{background-color:#2121210d}.bg-gray-900\/50{background-color:#21212180}.bg-gray-900\/55{background-color:#2121218c}.bg-gray-900\/60{background-color:#21212199}.bg-gray-900\/65{background-color:#212121a6}.bg-gray-900\/70{background-color:#212121b3}.bg-gray-900\/75{background-color:#212121bf}.bg-gray-900\/80{background-color:#212121cc}.bg-gray-900\/85{background-color:#212121d9}.bg-gray-900\/90{background-color:#212121e6}.bg-gray-900\/95{background-color:#212121f2}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(200 230 201 / var(--tw-bg-opacity))}.bg-green-100\/0{background-color:#c8e6c900}.bg-green-100\/10{background-color:#c8e6c91a}.bg-green-100\/100{background-color:#c8e6c9}.bg-green-100\/15{background-color:#c8e6c926}.bg-green-100\/20{background-color:#c8e6c933}.bg-green-100\/25{background-color:#c8e6c940}.bg-green-100\/30{background-color:#c8e6c94d}.bg-green-100\/35{background-color:#c8e6c959}.bg-green-100\/40{background-color:#c8e6c966}.bg-green-100\/45{background-color:#c8e6c973}.bg-green-100\/5{background-color:#c8e6c90d}.bg-green-100\/50{background-color:#c8e6c980}.bg-green-100\/55{background-color:#c8e6c98c}.bg-green-100\/60{background-color:#c8e6c999}.bg-green-100\/65{background-color:#c8e6c9a6}.bg-green-100\/70{background-color:#c8e6c9b3}.bg-green-100\/75{background-color:#c8e6c9bf}.bg-green-100\/80{background-color:#c8e6c9cc}.bg-green-100\/85{background-color:#c8e6c9d9}.bg-green-100\/90{background-color:#c8e6c9e6}.bg-green-100\/95{background-color:#c8e6c9f2}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(165 214 167 / var(--tw-bg-opacity))}.bg-green-200\/0{background-color:#a5d6a700}.bg-green-200\/10{background-color:#a5d6a71a}.bg-green-200\/100{background-color:#a5d6a7}.bg-green-200\/15{background-color:#a5d6a726}.bg-green-200\/20{background-color:#a5d6a733}.bg-green-200\/25{background-color:#a5d6a740}.bg-green-200\/30{background-color:#a5d6a74d}.bg-green-200\/35{background-color:#a5d6a759}.bg-green-200\/40{background-color:#a5d6a766}.bg-green-200\/45{background-color:#a5d6a773}.bg-green-200\/5{background-color:#a5d6a70d}.bg-green-200\/50{background-color:#a5d6a780}.bg-green-200\/55{background-color:#a5d6a78c}.bg-green-200\/60{background-color:#a5d6a799}.bg-green-200\/65{background-color:#a5d6a7a6}.bg-green-200\/70{background-color:#a5d6a7b3}.bg-green-200\/75{background-color:#a5d6a7bf}.bg-green-200\/80{background-color:#a5d6a7cc}.bg-green-200\/85{background-color:#a5d6a7d9}.bg-green-200\/90{background-color:#a5d6a7e6}.bg-green-200\/95{background-color:#a5d6a7f2}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(129 199 132 / var(--tw-bg-opacity))}.bg-green-300\/0{background-color:#81c78400}.bg-green-300\/10{background-color:#81c7841a}.bg-green-300\/100{background-color:#81c784}.bg-green-300\/15{background-color:#81c78426}.bg-green-300\/20{background-color:#81c78433}.bg-green-300\/25{background-color:#81c78440}.bg-green-300\/30{background-color:#81c7844d}.bg-green-300\/35{background-color:#81c78459}.bg-green-300\/40{background-color:#81c78466}.bg-green-300\/45{background-color:#81c78473}.bg-green-300\/5{background-color:#81c7840d}.bg-green-300\/50{background-color:#81c78480}.bg-green-300\/55{background-color:#81c7848c}.bg-green-300\/60{background-color:#81c78499}.bg-green-300\/65{background-color:#81c784a6}.bg-green-300\/70{background-color:#81c784b3}.bg-green-300\/75{background-color:#81c784bf}.bg-green-300\/80{background-color:#81c784cc}.bg-green-300\/85{background-color:#81c784d9}.bg-green-300\/90{background-color:#81c784e6}.bg-green-300\/95{background-color:#81c784f2}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(102 187 106 / var(--tw-bg-opacity))}.bg-green-400\/0{background-color:#66bb6a00}.bg-green-400\/10{background-color:#66bb6a1a}.bg-green-400\/100{background-color:#66bb6a}.bg-green-400\/15{background-color:#66bb6a26}.bg-green-400\/20{background-color:#66bb6a33}.bg-green-400\/25{background-color:#66bb6a40}.bg-green-400\/30{background-color:#66bb6a4d}.bg-green-400\/35{background-color:#66bb6a59}.bg-green-400\/40{background-color:#66bb6a66}.bg-green-400\/45{background-color:#66bb6a73}.bg-green-400\/5{background-color:#66bb6a0d}.bg-green-400\/50{background-color:#66bb6a80}.bg-green-400\/55{background-color:#66bb6a8c}.bg-green-400\/60{background-color:#66bb6a99}.bg-green-400\/65{background-color:#66bb6aa6}.bg-green-400\/70{background-color:#66bb6ab3}.bg-green-400\/75{background-color:#66bb6abf}.bg-green-400\/80{background-color:#66bb6acc}.bg-green-400\/85{background-color:#66bb6ad9}.bg-green-400\/90{background-color:#66bb6ae6}.bg-green-400\/95{background-color:#66bb6af2}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(76 175 80 / var(--tw-bg-opacity))}.bg-green-500\/0{background-color:#4caf5000}.bg-green-500\/10{background-color:#4caf501a}.bg-green-500\/100{background-color:#4caf50}.bg-green-500\/15{background-color:#4caf5026}.bg-green-500\/20{background-color:#4caf5033}.bg-green-500\/25{background-color:#4caf5040}.bg-green-500\/30{background-color:#4caf504d}.bg-green-500\/35{background-color:#4caf5059}.bg-green-500\/40{background-color:#4caf5066}.bg-green-500\/45{background-color:#4caf5073}.bg-green-500\/5{background-color:#4caf500d}.bg-green-500\/50{background-color:#4caf5080}.bg-green-500\/55{background-color:#4caf508c}.bg-green-500\/60{background-color:#4caf5099}.bg-green-500\/65{background-color:#4caf50a6}.bg-green-500\/70{background-color:#4caf50b3}.bg-green-500\/75{background-color:#4caf50bf}.bg-green-500\/80{background-color:#4caf50cc}.bg-green-500\/85{background-color:#4caf50d9}.bg-green-500\/90{background-color:#4caf50e6}.bg-green-500\/95{background-color:#4caf50f2}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(67 160 71 / var(--tw-bg-opacity))}.bg-green-600\/0{background-color:#43a04700}.bg-green-600\/10{background-color:#43a0471a}.bg-green-600\/100{background-color:#43a047}.bg-green-600\/15{background-color:#43a04726}.bg-green-600\/20{background-color:#43a04733}.bg-green-600\/25{background-color:#43a04740}.bg-green-600\/30{background-color:#43a0474d}.bg-green-600\/35{background-color:#43a04759}.bg-green-600\/40{background-color:#43a04766}.bg-green-600\/45{background-color:#43a04773}.bg-green-600\/5{background-color:#43a0470d}.bg-green-600\/50{background-color:#43a04780}.bg-green-600\/55{background-color:#43a0478c}.bg-green-600\/60{background-color:#43a04799}.bg-green-600\/65{background-color:#43a047a6}.bg-green-600\/70{background-color:#43a047b3}.bg-green-600\/75{background-color:#43a047bf}.bg-green-600\/80{background-color:#43a047cc}.bg-green-600\/85{background-color:#43a047d9}.bg-green-600\/90{background-color:#43a047e6}.bg-green-600\/95{background-color:#43a047f2}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(56 142 60 / var(--tw-bg-opacity))}.bg-green-700\/0{background-color:#388e3c00}.bg-green-700\/10{background-color:#388e3c1a}.bg-green-700\/100{background-color:#388e3c}.bg-green-700\/15{background-color:#388e3c26}.bg-green-700\/20{background-color:#388e3c33}.bg-green-700\/25{background-color:#388e3c40}.bg-green-700\/30{background-color:#388e3c4d}.bg-green-700\/35{background-color:#388e3c59}.bg-green-700\/40{background-color:#388e3c66}.bg-green-700\/45{background-color:#388e3c73}.bg-green-700\/5{background-color:#388e3c0d}.bg-green-700\/50{background-color:#388e3c80}.bg-green-700\/55{background-color:#388e3c8c}.bg-green-700\/60{background-color:#388e3c99}.bg-green-700\/65{background-color:#388e3ca6}.bg-green-700\/70{background-color:#388e3cb3}.bg-green-700\/75{background-color:#388e3cbf}.bg-green-700\/80{background-color:#388e3ccc}.bg-green-700\/85{background-color:#388e3cd9}.bg-green-700\/90{background-color:#388e3ce6}.bg-green-700\/95{background-color:#388e3cf2}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(46 125 50 / var(--tw-bg-opacity))}.bg-green-800\/0{background-color:#2e7d3200}.bg-green-800\/10{background-color:#2e7d321a}.bg-green-800\/100{background-color:#2e7d32}.bg-green-800\/15{background-color:#2e7d3226}.bg-green-800\/20{background-color:#2e7d3233}.bg-green-800\/25{background-color:#2e7d3240}.bg-green-800\/30{background-color:#2e7d324d}.bg-green-800\/35{background-color:#2e7d3259}.bg-green-800\/40{background-color:#2e7d3266}.bg-green-800\/45{background-color:#2e7d3273}.bg-green-800\/5{background-color:#2e7d320d}.bg-green-800\/50{background-color:#2e7d3280}.bg-green-800\/55{background-color:#2e7d328c}.bg-green-800\/60{background-color:#2e7d3299}.bg-green-800\/65{background-color:#2e7d32a6}.bg-green-800\/70{background-color:#2e7d32b3}.bg-green-800\/75{background-color:#2e7d32bf}.bg-green-800\/80{background-color:#2e7d32cc}.bg-green-800\/85{background-color:#2e7d32d9}.bg-green-800\/90{background-color:#2e7d32e6}.bg-green-800\/95{background-color:#2e7d32f2}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(27 94 32 / var(--tw-bg-opacity))}.bg-green-900\/0{background-color:#1b5e2000}.bg-green-900\/10{background-color:#1b5e201a}.bg-green-900\/100{background-color:#1b5e20}.bg-green-900\/15{background-color:#1b5e2026}.bg-green-900\/20{background-color:#1b5e2033}.bg-green-900\/25{background-color:#1b5e2040}.bg-green-900\/30{background-color:#1b5e204d}.bg-green-900\/35{background-color:#1b5e2059}.bg-green-900\/40{background-color:#1b5e2066}.bg-green-900\/45{background-color:#1b5e2073}.bg-green-900\/5{background-color:#1b5e200d}.bg-green-900\/50{background-color:#1b5e2080}.bg-green-900\/55{background-color:#1b5e208c}.bg-green-900\/60{background-color:#1b5e2099}.bg-green-900\/65{background-color:#1b5e20a6}.bg-green-900\/70{background-color:#1b5e20b3}.bg-green-900\/75{background-color:#1b5e20bf}.bg-green-900\/80{background-color:#1b5e20cc}.bg-green-900\/85{background-color:#1b5e20d9}.bg-green-900\/90{background-color:#1b5e20e6}.bg-green-900\/95{background-color:#1b5e20f2}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(63 81 181 / var(--tw-bg-opacity))}.bg-indigo-500\/10{background-color:#3f51b51a}.bg-indigo-500\/20{background-color:#3f51b533}.bg-light-blue-500{--tw-bg-opacity: 1;background-color:rgb(3 169 244 / var(--tw-bg-opacity))}.bg-light-blue-500\/10{background-color:#03a9f41a}.bg-light-blue-500\/20{background-color:#03a9f433}.bg-light-green-500{--tw-bg-opacity: 1;background-color:rgb(139 195 74 / var(--tw-bg-opacity))}.bg-light-green-500\/10{background-color:#8bc34a1a}.bg-light-green-500\/20{background-color:#8bc34a33}.bg-lime-500{--tw-bg-opacity: 1;background-color:rgb(205 220 57 / var(--tw-bg-opacity))}.bg-lime-500\/10{background-color:#cddc391a}.bg-lime-500\/20{background-color:#cddc3933}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(255 152 0 / var(--tw-bg-opacity))}.bg-orange-500\/10{background-color:#ff98001a}.bg-orange-500\/20{background-color:#ff980033}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(251 140 0 / var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.bg-pink-500\/10{background-color:#e91e631a}.bg-pink-500\/20{background-color:#e91e6333}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(225 190 231 / var(--tw-bg-opacity))}.bg-purple-100\/0{background-color:#e1bee700}.bg-purple-100\/10{background-color:#e1bee71a}.bg-purple-100\/100{background-color:#e1bee7}.bg-purple-100\/15{background-color:#e1bee726}.bg-purple-100\/20{background-color:#e1bee733}.bg-purple-100\/25{background-color:#e1bee740}.bg-purple-100\/30{background-color:#e1bee74d}.bg-purple-100\/35{background-color:#e1bee759}.bg-purple-100\/40{background-color:#e1bee766}.bg-purple-100\/45{background-color:#e1bee773}.bg-purple-100\/5{background-color:#e1bee70d}.bg-purple-100\/50{background-color:#e1bee780}.bg-purple-100\/55{background-color:#e1bee78c}.bg-purple-100\/60{background-color:#e1bee799}.bg-purple-100\/65{background-color:#e1bee7a6}.bg-purple-100\/70{background-color:#e1bee7b3}.bg-purple-100\/75{background-color:#e1bee7bf}.bg-purple-100\/80{background-color:#e1bee7cc}.bg-purple-100\/85{background-color:#e1bee7d9}.bg-purple-100\/90{background-color:#e1bee7e6}.bg-purple-100\/95{background-color:#e1bee7f2}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(206 147 216 / var(--tw-bg-opacity))}.bg-purple-200\/0{background-color:#ce93d800}.bg-purple-200\/10{background-color:#ce93d81a}.bg-purple-200\/100{background-color:#ce93d8}.bg-purple-200\/15{background-color:#ce93d826}.bg-purple-200\/20{background-color:#ce93d833}.bg-purple-200\/25{background-color:#ce93d840}.bg-purple-200\/30{background-color:#ce93d84d}.bg-purple-200\/35{background-color:#ce93d859}.bg-purple-200\/40{background-color:#ce93d866}.bg-purple-200\/45{background-color:#ce93d873}.bg-purple-200\/5{background-color:#ce93d80d}.bg-purple-200\/50{background-color:#ce93d880}.bg-purple-200\/55{background-color:#ce93d88c}.bg-purple-200\/60{background-color:#ce93d899}.bg-purple-200\/65{background-color:#ce93d8a6}.bg-purple-200\/70{background-color:#ce93d8b3}.bg-purple-200\/75{background-color:#ce93d8bf}.bg-purple-200\/80{background-color:#ce93d8cc}.bg-purple-200\/85{background-color:#ce93d8d9}.bg-purple-200\/90{background-color:#ce93d8e6}.bg-purple-200\/95{background-color:#ce93d8f2}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgb(186 104 200 / var(--tw-bg-opacity))}.bg-purple-300\/0{background-color:#ba68c800}.bg-purple-300\/10{background-color:#ba68c81a}.bg-purple-300\/100{background-color:#ba68c8}.bg-purple-300\/15{background-color:#ba68c826}.bg-purple-300\/20{background-color:#ba68c833}.bg-purple-300\/25{background-color:#ba68c840}.bg-purple-300\/30{background-color:#ba68c84d}.bg-purple-300\/35{background-color:#ba68c859}.bg-purple-300\/40{background-color:#ba68c866}.bg-purple-300\/45{background-color:#ba68c873}.bg-purple-300\/5{background-color:#ba68c80d}.bg-purple-300\/50{background-color:#ba68c880}.bg-purple-300\/55{background-color:#ba68c88c}.bg-purple-300\/60{background-color:#ba68c899}.bg-purple-300\/65{background-color:#ba68c8a6}.bg-purple-300\/70{background-color:#ba68c8b3}.bg-purple-300\/75{background-color:#ba68c8bf}.bg-purple-300\/80{background-color:#ba68c8cc}.bg-purple-300\/85{background-color:#ba68c8d9}.bg-purple-300\/90{background-color:#ba68c8e6}.bg-purple-300\/95{background-color:#ba68c8f2}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(171 71 188 / var(--tw-bg-opacity))}.bg-purple-400\/0{background-color:#ab47bc00}.bg-purple-400\/10{background-color:#ab47bc1a}.bg-purple-400\/100{background-color:#ab47bc}.bg-purple-400\/15{background-color:#ab47bc26}.bg-purple-400\/20{background-color:#ab47bc33}.bg-purple-400\/25{background-color:#ab47bc40}.bg-purple-400\/30{background-color:#ab47bc4d}.bg-purple-400\/35{background-color:#ab47bc59}.bg-purple-400\/40{background-color:#ab47bc66}.bg-purple-400\/45{background-color:#ab47bc73}.bg-purple-400\/5{background-color:#ab47bc0d}.bg-purple-400\/50{background-color:#ab47bc80}.bg-purple-400\/55{background-color:#ab47bc8c}.bg-purple-400\/60{background-color:#ab47bc99}.bg-purple-400\/65{background-color:#ab47bca6}.bg-purple-400\/70{background-color:#ab47bcb3}.bg-purple-400\/75{background-color:#ab47bcbf}.bg-purple-400\/80{background-color:#ab47bccc}.bg-purple-400\/85{background-color:#ab47bcd9}.bg-purple-400\/90{background-color:#ab47bce6}.bg-purple-400\/95{background-color:#ab47bcf2}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(156 39 176 / var(--tw-bg-opacity))}.bg-purple-500\/0{background-color:#9c27b000}.bg-purple-500\/10{background-color:#9c27b01a}.bg-purple-500\/100{background-color:#9c27b0}.bg-purple-500\/15{background-color:#9c27b026}.bg-purple-500\/20{background-color:#9c27b033}.bg-purple-500\/25{background-color:#9c27b040}.bg-purple-500\/30{background-color:#9c27b04d}.bg-purple-500\/35{background-color:#9c27b059}.bg-purple-500\/40{background-color:#9c27b066}.bg-purple-500\/45{background-color:#9c27b073}.bg-purple-500\/5{background-color:#9c27b00d}.bg-purple-500\/50{background-color:#9c27b080}.bg-purple-500\/55{background-color:#9c27b08c}.bg-purple-500\/60{background-color:#9c27b099}.bg-purple-500\/65{background-color:#9c27b0a6}.bg-purple-500\/70{background-color:#9c27b0b3}.bg-purple-500\/75{background-color:#9c27b0bf}.bg-purple-500\/80{background-color:#9c27b0cc}.bg-purple-500\/85{background-color:#9c27b0d9}.bg-purple-500\/90{background-color:#9c27b0e6}.bg-purple-500\/95{background-color:#9c27b0f2}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(142 36 170 / var(--tw-bg-opacity))}.bg-purple-600\/0{background-color:#8e24aa00}.bg-purple-600\/10{background-color:#8e24aa1a}.bg-purple-600\/100{background-color:#8e24aa}.bg-purple-600\/15{background-color:#8e24aa26}.bg-purple-600\/20{background-color:#8e24aa33}.bg-purple-600\/25{background-color:#8e24aa40}.bg-purple-600\/30{background-color:#8e24aa4d}.bg-purple-600\/35{background-color:#8e24aa59}.bg-purple-600\/40{background-color:#8e24aa66}.bg-purple-600\/45{background-color:#8e24aa73}.bg-purple-600\/5{background-color:#8e24aa0d}.bg-purple-600\/50{background-color:#8e24aa80}.bg-purple-600\/55{background-color:#8e24aa8c}.bg-purple-600\/60{background-color:#8e24aa99}.bg-purple-600\/65{background-color:#8e24aaa6}.bg-purple-600\/70{background-color:#8e24aab3}.bg-purple-600\/75{background-color:#8e24aabf}.bg-purple-600\/80{background-color:#8e24aacc}.bg-purple-600\/85{background-color:#8e24aad9}.bg-purple-600\/90{background-color:#8e24aae6}.bg-purple-600\/95{background-color:#8e24aaf2}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(123 31 162 / var(--tw-bg-opacity))}.bg-purple-700\/0{background-color:#7b1fa200}.bg-purple-700\/10{background-color:#7b1fa21a}.bg-purple-700\/100{background-color:#7b1fa2}.bg-purple-700\/15{background-color:#7b1fa226}.bg-purple-700\/20{background-color:#7b1fa233}.bg-purple-700\/25{background-color:#7b1fa240}.bg-purple-700\/30{background-color:#7b1fa24d}.bg-purple-700\/35{background-color:#7b1fa259}.bg-purple-700\/40{background-color:#7b1fa266}.bg-purple-700\/45{background-color:#7b1fa273}.bg-purple-700\/5{background-color:#7b1fa20d}.bg-purple-700\/50{background-color:#7b1fa280}.bg-purple-700\/55{background-color:#7b1fa28c}.bg-purple-700\/60{background-color:#7b1fa299}.bg-purple-700\/65{background-color:#7b1fa2a6}.bg-purple-700\/70{background-color:#7b1fa2b3}.bg-purple-700\/75{background-color:#7b1fa2bf}.bg-purple-700\/80{background-color:#7b1fa2cc}.bg-purple-700\/85{background-color:#7b1fa2d9}.bg-purple-700\/90{background-color:#7b1fa2e6}.bg-purple-700\/95{background-color:#7b1fa2f2}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgb(106 27 154 / var(--tw-bg-opacity))}.bg-purple-800\/0{background-color:#6a1b9a00}.bg-purple-800\/10{background-color:#6a1b9a1a}.bg-purple-800\/100{background-color:#6a1b9a}.bg-purple-800\/15{background-color:#6a1b9a26}.bg-purple-800\/20{background-color:#6a1b9a33}.bg-purple-800\/25{background-color:#6a1b9a40}.bg-purple-800\/30{background-color:#6a1b9a4d}.bg-purple-800\/35{background-color:#6a1b9a59}.bg-purple-800\/40{background-color:#6a1b9a66}.bg-purple-800\/45{background-color:#6a1b9a73}.bg-purple-800\/5{background-color:#6a1b9a0d}.bg-purple-800\/50{background-color:#6a1b9a80}.bg-purple-800\/55{background-color:#6a1b9a8c}.bg-purple-800\/60{background-color:#6a1b9a99}.bg-purple-800\/65{background-color:#6a1b9aa6}.bg-purple-800\/70{background-color:#6a1b9ab3}.bg-purple-800\/75{background-color:#6a1b9abf}.bg-purple-800\/80{background-color:#6a1b9acc}.bg-purple-800\/85{background-color:#6a1b9ad9}.bg-purple-800\/90{background-color:#6a1b9ae6}.bg-purple-800\/95{background-color:#6a1b9af2}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(74 20 140 / var(--tw-bg-opacity))}.bg-purple-900\/0{background-color:#4a148c00}.bg-purple-900\/10{background-color:#4a148c1a}.bg-purple-900\/100{background-color:#4a148c}.bg-purple-900\/15{background-color:#4a148c26}.bg-purple-900\/20{background-color:#4a148c33}.bg-purple-900\/25{background-color:#4a148c40}.bg-purple-900\/30{background-color:#4a148c4d}.bg-purple-900\/35{background-color:#4a148c59}.bg-purple-900\/40{background-color:#4a148c66}.bg-purple-900\/45{background-color:#4a148c73}.bg-purple-900\/5{background-color:#4a148c0d}.bg-purple-900\/50{background-color:#4a148c80}.bg-purple-900\/55{background-color:#4a148c8c}.bg-purple-900\/60{background-color:#4a148c99}.bg-purple-900\/65{background-color:#4a148ca6}.bg-purple-900\/70{background-color:#4a148cb3}.bg-purple-900\/75{background-color:#4a148cbf}.bg-purple-900\/80{background-color:#4a148ccc}.bg-purple-900\/85{background-color:#4a148cd9}.bg-purple-900\/90{background-color:#4a148ce6}.bg-purple-900\/95{background-color:#4a148cf2}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(255 205 210 / var(--tw-bg-opacity))}.bg-red-100\/0{background-color:#ffcdd200}.bg-red-100\/10{background-color:#ffcdd21a}.bg-red-100\/100{background-color:#ffcdd2}.bg-red-100\/15{background-color:#ffcdd226}.bg-red-100\/20{background-color:#ffcdd233}.bg-red-100\/25{background-color:#ffcdd240}.bg-red-100\/30{background-color:#ffcdd24d}.bg-red-100\/35{background-color:#ffcdd259}.bg-red-100\/40{background-color:#ffcdd266}.bg-red-100\/45{background-color:#ffcdd273}.bg-red-100\/5{background-color:#ffcdd20d}.bg-red-100\/50{background-color:#ffcdd280}.bg-red-100\/55{background-color:#ffcdd28c}.bg-red-100\/60{background-color:#ffcdd299}.bg-red-100\/65{background-color:#ffcdd2a6}.bg-red-100\/70{background-color:#ffcdd2b3}.bg-red-100\/75{background-color:#ffcdd2bf}.bg-red-100\/80{background-color:#ffcdd2cc}.bg-red-100\/85{background-color:#ffcdd2d9}.bg-red-100\/90{background-color:#ffcdd2e6}.bg-red-100\/95{background-color:#ffcdd2f2}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(239 154 154 / var(--tw-bg-opacity))}.bg-red-200\/0{background-color:#ef9a9a00}.bg-red-200\/10{background-color:#ef9a9a1a}.bg-red-200\/100{background-color:#ef9a9a}.bg-red-200\/15{background-color:#ef9a9a26}.bg-red-200\/20{background-color:#ef9a9a33}.bg-red-200\/25{background-color:#ef9a9a40}.bg-red-200\/30{background-color:#ef9a9a4d}.bg-red-200\/35{background-color:#ef9a9a59}.bg-red-200\/40{background-color:#ef9a9a66}.bg-red-200\/45{background-color:#ef9a9a73}.bg-red-200\/5{background-color:#ef9a9a0d}.bg-red-200\/50{background-color:#ef9a9a80}.bg-red-200\/55{background-color:#ef9a9a8c}.bg-red-200\/60{background-color:#ef9a9a99}.bg-red-200\/65{background-color:#ef9a9aa6}.bg-red-200\/70{background-color:#ef9a9ab3}.bg-red-200\/75{background-color:#ef9a9abf}.bg-red-200\/80{background-color:#ef9a9acc}.bg-red-200\/85{background-color:#ef9a9ad9}.bg-red-200\/90{background-color:#ef9a9ae6}.bg-red-200\/95{background-color:#ef9a9af2}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(229 115 115 / var(--tw-bg-opacity))}.bg-red-300\/0{background-color:#e5737300}.bg-red-300\/10{background-color:#e573731a}.bg-red-300\/100{background-color:#e57373}.bg-red-300\/15{background-color:#e5737326}.bg-red-300\/20{background-color:#e5737333}.bg-red-300\/25{background-color:#e5737340}.bg-red-300\/30{background-color:#e573734d}.bg-red-300\/35{background-color:#e5737359}.bg-red-300\/40{background-color:#e5737366}.bg-red-300\/45{background-color:#e5737373}.bg-red-300\/5{background-color:#e573730d}.bg-red-300\/50{background-color:#e5737380}.bg-red-300\/55{background-color:#e573738c}.bg-red-300\/60{background-color:#e5737399}.bg-red-300\/65{background-color:#e57373a6}.bg-red-300\/70{background-color:#e57373b3}.bg-red-300\/75{background-color:#e57373bf}.bg-red-300\/80{background-color:#e57373cc}.bg-red-300\/85{background-color:#e57373d9}.bg-red-300\/90{background-color:#e57373e6}.bg-red-300\/95{background-color:#e57373f2}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(239 83 80 / var(--tw-bg-opacity))}.bg-red-400\/0{background-color:#ef535000}.bg-red-400\/10{background-color:#ef53501a}.bg-red-400\/100{background-color:#ef5350}.bg-red-400\/15{background-color:#ef535026}.bg-red-400\/20{background-color:#ef535033}.bg-red-400\/25{background-color:#ef535040}.bg-red-400\/30{background-color:#ef53504d}.bg-red-400\/35{background-color:#ef535059}.bg-red-400\/40{background-color:#ef535066}.bg-red-400\/45{background-color:#ef535073}.bg-red-400\/5{background-color:#ef53500d}.bg-red-400\/50{background-color:#ef535080}.bg-red-400\/55{background-color:#ef53508c}.bg-red-400\/60{background-color:#ef535099}.bg-red-400\/65{background-color:#ef5350a6}.bg-red-400\/70{background-color:#ef5350b3}.bg-red-400\/75{background-color:#ef5350bf}.bg-red-400\/80{background-color:#ef5350cc}.bg-red-400\/85{background-color:#ef5350d9}.bg-red-400\/90{background-color:#ef5350e6}.bg-red-400\/95{background-color:#ef5350f2}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(255 235 238 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity))}.bg-red-500\/0{background-color:#f4433600}.bg-red-500\/10{background-color:#f443361a}.bg-red-500\/100{background-color:#f44336}.bg-red-500\/15{background-color:#f4433626}.bg-red-500\/20{background-color:#f4433633}.bg-red-500\/25{background-color:#f4433640}.bg-red-500\/30{background-color:#f443364d}.bg-red-500\/35{background-color:#f4433659}.bg-red-500\/40{background-color:#f4433666}.bg-red-500\/45{background-color:#f4433673}.bg-red-500\/5{background-color:#f443360d}.bg-red-500\/50{background-color:#f4433680}.bg-red-500\/55{background-color:#f443368c}.bg-red-500\/60{background-color:#f4433699}.bg-red-500\/65{background-color:#f44336a6}.bg-red-500\/70{background-color:#f44336b3}.bg-red-500\/75{background-color:#f44336bf}.bg-red-500\/80{background-color:#f44336cc}.bg-red-500\/85{background-color:#f44336d9}.bg-red-500\/90{background-color:#f44336e6}.bg-red-500\/95{background-color:#f44336f2}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(229 57 53 / var(--tw-bg-opacity))}.bg-red-600\/0{background-color:#e5393500}.bg-red-600\/10{background-color:#e539351a}.bg-red-600\/100{background-color:#e53935}.bg-red-600\/15{background-color:#e5393526}.bg-red-600\/20{background-color:#e5393533}.bg-red-600\/25{background-color:#e5393540}.bg-red-600\/30{background-color:#e539354d}.bg-red-600\/35{background-color:#e5393559}.bg-red-600\/40{background-color:#e5393566}.bg-red-600\/45{background-color:#e5393573}.bg-red-600\/5{background-color:#e539350d}.bg-red-600\/50{background-color:#e5393580}.bg-red-600\/55{background-color:#e539358c}.bg-red-600\/60{background-color:#e5393599}.bg-red-600\/65{background-color:#e53935a6}.bg-red-600\/70{background-color:#e53935b3}.bg-red-600\/75{background-color:#e53935bf}.bg-red-600\/80{background-color:#e53935cc}.bg-red-600\/85{background-color:#e53935d9}.bg-red-600\/90{background-color:#e53935e6}.bg-red-600\/95{background-color:#e53935f2}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(211 47 47 / var(--tw-bg-opacity))}.bg-red-700\/0{background-color:#d32f2f00}.bg-red-700\/10{background-color:#d32f2f1a}.bg-red-700\/100{background-color:#d32f2f}.bg-red-700\/15{background-color:#d32f2f26}.bg-red-700\/20{background-color:#d32f2f33}.bg-red-700\/25{background-color:#d32f2f40}.bg-red-700\/30{background-color:#d32f2f4d}.bg-red-700\/35{background-color:#d32f2f59}.bg-red-700\/40{background-color:#d32f2f66}.bg-red-700\/45{background-color:#d32f2f73}.bg-red-700\/5{background-color:#d32f2f0d}.bg-red-700\/50{background-color:#d32f2f80}.bg-red-700\/55{background-color:#d32f2f8c}.bg-red-700\/60{background-color:#d32f2f99}.bg-red-700\/65{background-color:#d32f2fa6}.bg-red-700\/70{background-color:#d32f2fb3}.bg-red-700\/75{background-color:#d32f2fbf}.bg-red-700\/80{background-color:#d32f2fcc}.bg-red-700\/85{background-color:#d32f2fd9}.bg-red-700\/90{background-color:#d32f2fe6}.bg-red-700\/95{background-color:#d32f2ff2}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(198 40 40 / var(--tw-bg-opacity))}.bg-red-800\/0{background-color:#c6282800}.bg-red-800\/10{background-color:#c628281a}.bg-red-800\/100{background-color:#c62828}.bg-red-800\/15{background-color:#c6282826}.bg-red-800\/20{background-color:#c6282833}.bg-red-800\/25{background-color:#c6282840}.bg-red-800\/30{background-color:#c628284d}.bg-red-800\/35{background-color:#c6282859}.bg-red-800\/40{background-color:#c6282866}.bg-red-800\/45{background-color:#c6282873}.bg-red-800\/5{background-color:#c628280d}.bg-red-800\/50{background-color:#c6282880}.bg-red-800\/55{background-color:#c628288c}.bg-red-800\/60{background-color:#c6282899}.bg-red-800\/65{background-color:#c62828a6}.bg-red-800\/70{background-color:#c62828b3}.bg-red-800\/75{background-color:#c62828bf}.bg-red-800\/80{background-color:#c62828cc}.bg-red-800\/85{background-color:#c62828d9}.bg-red-800\/90{background-color:#c62828e6}.bg-red-800\/95{background-color:#c62828f2}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(183 28 28 / var(--tw-bg-opacity))}.bg-red-900\/0{background-color:#b71c1c00}.bg-red-900\/10{background-color:#b71c1c1a}.bg-red-900\/100{background-color:#b71c1c}.bg-red-900\/15{background-color:#b71c1c26}.bg-red-900\/20{background-color:#b71c1c33}.bg-red-900\/25{background-color:#b71c1c40}.bg-red-900\/30{background-color:#b71c1c4d}.bg-red-900\/35{background-color:#b71c1c59}.bg-red-900\/40{background-color:#b71c1c66}.bg-red-900\/45{background-color:#b71c1c73}.bg-red-900\/5{background-color:#b71c1c0d}.bg-red-900\/50{background-color:#b71c1c80}.bg-red-900\/55{background-color:#b71c1c8c}.bg-red-900\/60{background-color:#b71c1c99}.bg-red-900\/65{background-color:#b71c1ca6}.bg-red-900\/70{background-color:#b71c1cb3}.bg-red-900\/75{background-color:#b71c1cbf}.bg-red-900\/80{background-color:#b71c1ccc}.bg-red-900\/85{background-color:#b71c1cd9}.bg-red-900\/90{background-color:#b71c1ce6}.bg-red-900\/95{background-color:#b71c1cf2}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(178 223 219 / var(--tw-bg-opacity))}.bg-teal-100\/0{background-color:#b2dfdb00}.bg-teal-100\/10{background-color:#b2dfdb1a}.bg-teal-100\/100{background-color:#b2dfdb}.bg-teal-100\/15{background-color:#b2dfdb26}.bg-teal-100\/20{background-color:#b2dfdb33}.bg-teal-100\/25{background-color:#b2dfdb40}.bg-teal-100\/30{background-color:#b2dfdb4d}.bg-teal-100\/35{background-color:#b2dfdb59}.bg-teal-100\/40{background-color:#b2dfdb66}.bg-teal-100\/45{background-color:#b2dfdb73}.bg-teal-100\/5{background-color:#b2dfdb0d}.bg-teal-100\/50{background-color:#b2dfdb80}.bg-teal-100\/55{background-color:#b2dfdb8c}.bg-teal-100\/60{background-color:#b2dfdb99}.bg-teal-100\/65{background-color:#b2dfdba6}.bg-teal-100\/70{background-color:#b2dfdbb3}.bg-teal-100\/75{background-color:#b2dfdbbf}.bg-teal-100\/80{background-color:#b2dfdbcc}.bg-teal-100\/85{background-color:#b2dfdbd9}.bg-teal-100\/90{background-color:#b2dfdbe6}.bg-teal-100\/95{background-color:#b2dfdbf2}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(128 203 196 / var(--tw-bg-opacity))}.bg-teal-200\/0{background-color:#80cbc400}.bg-teal-200\/10{background-color:#80cbc41a}.bg-teal-200\/100{background-color:#80cbc4}.bg-teal-200\/15{background-color:#80cbc426}.bg-teal-200\/20{background-color:#80cbc433}.bg-teal-200\/25{background-color:#80cbc440}.bg-teal-200\/30{background-color:#80cbc44d}.bg-teal-200\/35{background-color:#80cbc459}.bg-teal-200\/40{background-color:#80cbc466}.bg-teal-200\/45{background-color:#80cbc473}.bg-teal-200\/5{background-color:#80cbc40d}.bg-teal-200\/50{background-color:#80cbc480}.bg-teal-200\/55{background-color:#80cbc48c}.bg-teal-200\/60{background-color:#80cbc499}.bg-teal-200\/65{background-color:#80cbc4a6}.bg-teal-200\/70{background-color:#80cbc4b3}.bg-teal-200\/75{background-color:#80cbc4bf}.bg-teal-200\/80{background-color:#80cbc4cc}.bg-teal-200\/85{background-color:#80cbc4d9}.bg-teal-200\/90{background-color:#80cbc4e6}.bg-teal-200\/95{background-color:#80cbc4f2}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgb(77 182 172 / var(--tw-bg-opacity))}.bg-teal-300\/0{background-color:#4db6ac00}.bg-teal-300\/10{background-color:#4db6ac1a}.bg-teal-300\/100{background-color:#4db6ac}.bg-teal-300\/15{background-color:#4db6ac26}.bg-teal-300\/20{background-color:#4db6ac33}.bg-teal-300\/25{background-color:#4db6ac40}.bg-teal-300\/30{background-color:#4db6ac4d}.bg-teal-300\/35{background-color:#4db6ac59}.bg-teal-300\/40{background-color:#4db6ac66}.bg-teal-300\/45{background-color:#4db6ac73}.bg-teal-300\/5{background-color:#4db6ac0d}.bg-teal-300\/50{background-color:#4db6ac80}.bg-teal-300\/55{background-color:#4db6ac8c}.bg-teal-300\/60{background-color:#4db6ac99}.bg-teal-300\/65{background-color:#4db6aca6}.bg-teal-300\/70{background-color:#4db6acb3}.bg-teal-300\/75{background-color:#4db6acbf}.bg-teal-300\/80{background-color:#4db6accc}.bg-teal-300\/85{background-color:#4db6acd9}.bg-teal-300\/90{background-color:#4db6ace6}.bg-teal-300\/95{background-color:#4db6acf2}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(38 166 154 / var(--tw-bg-opacity))}.bg-teal-400\/0{background-color:#26a69a00}.bg-teal-400\/10{background-color:#26a69a1a}.bg-teal-400\/100{background-color:#26a69a}.bg-teal-400\/15{background-color:#26a69a26}.bg-teal-400\/20{background-color:#26a69a33}.bg-teal-400\/25{background-color:#26a69a40}.bg-teal-400\/30{background-color:#26a69a4d}.bg-teal-400\/35{background-color:#26a69a59}.bg-teal-400\/40{background-color:#26a69a66}.bg-teal-400\/45{background-color:#26a69a73}.bg-teal-400\/5{background-color:#26a69a0d}.bg-teal-400\/50{background-color:#26a69a80}.bg-teal-400\/55{background-color:#26a69a8c}.bg-teal-400\/60{background-color:#26a69a99}.bg-teal-400\/65{background-color:#26a69aa6}.bg-teal-400\/70{background-color:#26a69ab3}.bg-teal-400\/75{background-color:#26a69abf}.bg-teal-400\/80{background-color:#26a69acc}.bg-teal-400\/85{background-color:#26a69ad9}.bg-teal-400\/90{background-color:#26a69ae6}.bg-teal-400\/95{background-color:#26a69af2}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-teal-500\/0{background-color:#00968800}.bg-teal-500\/10{background-color:#0096881a}.bg-teal-500\/100{background-color:#009688}.bg-teal-500\/15{background-color:#00968826}.bg-teal-500\/20{background-color:#00968833}.bg-teal-500\/25{background-color:#00968840}.bg-teal-500\/30{background-color:#0096884d}.bg-teal-500\/35{background-color:#00968859}.bg-teal-500\/40{background-color:#00968866}.bg-teal-500\/45{background-color:#00968873}.bg-teal-500\/5{background-color:#0096880d}.bg-teal-500\/50{background-color:#00968880}.bg-teal-500\/55{background-color:#0096888c}.bg-teal-500\/60{background-color:#00968899}.bg-teal-500\/65{background-color:#009688a6}.bg-teal-500\/70{background-color:#009688b3}.bg-teal-500\/75{background-color:#009688bf}.bg-teal-500\/80{background-color:#009688cc}.bg-teal-500\/85{background-color:#009688d9}.bg-teal-500\/90{background-color:#009688e6}.bg-teal-500\/95{background-color:#009688f2}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(0 137 123 / var(--tw-bg-opacity))}.bg-teal-600\/0{background-color:#00897b00}.bg-teal-600\/10{background-color:#00897b1a}.bg-teal-600\/100{background-color:#00897b}.bg-teal-600\/15{background-color:#00897b26}.bg-teal-600\/20{background-color:#00897b33}.bg-teal-600\/25{background-color:#00897b40}.bg-teal-600\/30{background-color:#00897b4d}.bg-teal-600\/35{background-color:#00897b59}.bg-teal-600\/40{background-color:#00897b66}.bg-teal-600\/45{background-color:#00897b73}.bg-teal-600\/5{background-color:#00897b0d}.bg-teal-600\/50{background-color:#00897b80}.bg-teal-600\/55{background-color:#00897b8c}.bg-teal-600\/60{background-color:#00897b99}.bg-teal-600\/65{background-color:#00897ba6}.bg-teal-600\/70{background-color:#00897bb3}.bg-teal-600\/75{background-color:#00897bbf}.bg-teal-600\/80{background-color:#00897bcc}.bg-teal-600\/85{background-color:#00897bd9}.bg-teal-600\/90{background-color:#00897be6}.bg-teal-600\/95{background-color:#00897bf2}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(0 121 107 / var(--tw-bg-opacity))}.bg-teal-700\/0{background-color:#00796b00}.bg-teal-700\/10{background-color:#00796b1a}.bg-teal-700\/100{background-color:#00796b}.bg-teal-700\/15{background-color:#00796b26}.bg-teal-700\/20{background-color:#00796b33}.bg-teal-700\/25{background-color:#00796b40}.bg-teal-700\/30{background-color:#00796b4d}.bg-teal-700\/35{background-color:#00796b59}.bg-teal-700\/40{background-color:#00796b66}.bg-teal-700\/45{background-color:#00796b73}.bg-teal-700\/5{background-color:#00796b0d}.bg-teal-700\/50{background-color:#00796b80}.bg-teal-700\/55{background-color:#00796b8c}.bg-teal-700\/60{background-color:#00796b99}.bg-teal-700\/65{background-color:#00796ba6}.bg-teal-700\/70{background-color:#00796bb3}.bg-teal-700\/75{background-color:#00796bbf}.bg-teal-700\/80{background-color:#00796bcc}.bg-teal-700\/85{background-color:#00796bd9}.bg-teal-700\/90{background-color:#00796be6}.bg-teal-700\/95{background-color:#00796bf2}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgb(0 105 92 / var(--tw-bg-opacity))}.bg-teal-800\/0{background-color:#00695c00}.bg-teal-800\/10{background-color:#00695c1a}.bg-teal-800\/100{background-color:#00695c}.bg-teal-800\/15{background-color:#00695c26}.bg-teal-800\/20{background-color:#00695c33}.bg-teal-800\/25{background-color:#00695c40}.bg-teal-800\/30{background-color:#00695c4d}.bg-teal-800\/35{background-color:#00695c59}.bg-teal-800\/40{background-color:#00695c66}.bg-teal-800\/45{background-color:#00695c73}.bg-teal-800\/5{background-color:#00695c0d}.bg-teal-800\/50{background-color:#00695c80}.bg-teal-800\/55{background-color:#00695c8c}.bg-teal-800\/60{background-color:#00695c99}.bg-teal-800\/65{background-color:#00695ca6}.bg-teal-800\/70{background-color:#00695cb3}.bg-teal-800\/75{background-color:#00695cbf}.bg-teal-800\/80{background-color:#00695ccc}.bg-teal-800\/85{background-color:#00695cd9}.bg-teal-800\/90{background-color:#00695ce6}.bg-teal-800\/95{background-color:#00695cf2}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgb(0 77 64 / var(--tw-bg-opacity))}.bg-teal-900\/0{background-color:#004d4000}.bg-teal-900\/10{background-color:#004d401a}.bg-teal-900\/100{background-color:#004d40}.bg-teal-900\/15{background-color:#004d4026}.bg-teal-900\/20{background-color:#004d4033}.bg-teal-900\/25{background-color:#004d4040}.bg-teal-900\/30{background-color:#004d404d}.bg-teal-900\/35{background-color:#004d4059}.bg-teal-900\/40{background-color:#004d4066}.bg-teal-900\/45{background-color:#004d4073}.bg-teal-900\/5{background-color:#004d400d}.bg-teal-900\/50{background-color:#004d4080}.bg-teal-900\/55{background-color:#004d408c}.bg-teal-900\/60{background-color:#004d4099}.bg-teal-900\/65{background-color:#004d40a6}.bg-teal-900\/70{background-color:#004d40b3}.bg-teal-900\/75{background-color:#004d40bf}.bg-teal-900\/80{background-color:#004d40cc}.bg-teal-900\/85{background-color:#004d40d9}.bg-teal-900\/90{background-color:#004d40e6}.bg-teal-900\/95{background-color:#004d40f2}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(255 249 196 / var(--tw-bg-opacity))}.bg-yellow-100\/0{background-color:#fff9c400}.bg-yellow-100\/10{background-color:#fff9c41a}.bg-yellow-100\/100{background-color:#fff9c4}.bg-yellow-100\/15{background-color:#fff9c426}.bg-yellow-100\/20{background-color:#fff9c433}.bg-yellow-100\/25{background-color:#fff9c440}.bg-yellow-100\/30{background-color:#fff9c44d}.bg-yellow-100\/35{background-color:#fff9c459}.bg-yellow-100\/40{background-color:#fff9c466}.bg-yellow-100\/45{background-color:#fff9c473}.bg-yellow-100\/5{background-color:#fff9c40d}.bg-yellow-100\/50{background-color:#fff9c480}.bg-yellow-100\/55{background-color:#fff9c48c}.bg-yellow-100\/60{background-color:#fff9c499}.bg-yellow-100\/65{background-color:#fff9c4a6}.bg-yellow-100\/70{background-color:#fff9c4b3}.bg-yellow-100\/75{background-color:#fff9c4bf}.bg-yellow-100\/80{background-color:#fff9c4cc}.bg-yellow-100\/85{background-color:#fff9c4d9}.bg-yellow-100\/90{background-color:#fff9c4e6}.bg-yellow-100\/95{background-color:#fff9c4f2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(255 245 157 / var(--tw-bg-opacity))}.bg-yellow-200\/0{background-color:#fff59d00}.bg-yellow-200\/10{background-color:#fff59d1a}.bg-yellow-200\/100{background-color:#fff59d}.bg-yellow-200\/15{background-color:#fff59d26}.bg-yellow-200\/20{background-color:#fff59d33}.bg-yellow-200\/25{background-color:#fff59d40}.bg-yellow-200\/30{background-color:#fff59d4d}.bg-yellow-200\/35{background-color:#fff59d59}.bg-yellow-200\/40{background-color:#fff59d66}.bg-yellow-200\/45{background-color:#fff59d73}.bg-yellow-200\/5{background-color:#fff59d0d}.bg-yellow-200\/50{background-color:#fff59d80}.bg-yellow-200\/55{background-color:#fff59d8c}.bg-yellow-200\/60{background-color:#fff59d99}.bg-yellow-200\/65{background-color:#fff59da6}.bg-yellow-200\/70{background-color:#fff59db3}.bg-yellow-200\/75{background-color:#fff59dbf}.bg-yellow-200\/80{background-color:#fff59dcc}.bg-yellow-200\/85{background-color:#fff59dd9}.bg-yellow-200\/90{background-color:#fff59de6}.bg-yellow-200\/95{background-color:#fff59df2}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(255 241 118 / var(--tw-bg-opacity))}.bg-yellow-300\/0{background-color:#fff17600}.bg-yellow-300\/10{background-color:#fff1761a}.bg-yellow-300\/100{background-color:#fff176}.bg-yellow-300\/15{background-color:#fff17626}.bg-yellow-300\/20{background-color:#fff17633}.bg-yellow-300\/25{background-color:#fff17640}.bg-yellow-300\/30{background-color:#fff1764d}.bg-yellow-300\/35{background-color:#fff17659}.bg-yellow-300\/40{background-color:#fff17666}.bg-yellow-300\/45{background-color:#fff17673}.bg-yellow-300\/5{background-color:#fff1760d}.bg-yellow-300\/50{background-color:#fff17680}.bg-yellow-300\/55{background-color:#fff1768c}.bg-yellow-300\/60{background-color:#fff17699}.bg-yellow-300\/65{background-color:#fff176a6}.bg-yellow-300\/70{background-color:#fff176b3}.bg-yellow-300\/75{background-color:#fff176bf}.bg-yellow-300\/80{background-color:#fff176cc}.bg-yellow-300\/85{background-color:#fff176d9}.bg-yellow-300\/90{background-color:#fff176e6}.bg-yellow-300\/95{background-color:#fff176f2}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(255 238 88 / var(--tw-bg-opacity))}.bg-yellow-400\/0{background-color:#ffee5800}.bg-yellow-400\/10{background-color:#ffee581a}.bg-yellow-400\/100{background-color:#ffee58}.bg-yellow-400\/15{background-color:#ffee5826}.bg-yellow-400\/20{background-color:#ffee5833}.bg-yellow-400\/25{background-color:#ffee5840}.bg-yellow-400\/30{background-color:#ffee584d}.bg-yellow-400\/35{background-color:#ffee5859}.bg-yellow-400\/40{background-color:#ffee5866}.bg-yellow-400\/45{background-color:#ffee5873}.bg-yellow-400\/5{background-color:#ffee580d}.bg-yellow-400\/50{background-color:#ffee5880}.bg-yellow-400\/55{background-color:#ffee588c}.bg-yellow-400\/60{background-color:#ffee5899}.bg-yellow-400\/65{background-color:#ffee58a6}.bg-yellow-400\/70{background-color:#ffee58b3}.bg-yellow-400\/75{background-color:#ffee58bf}.bg-yellow-400\/80{background-color:#ffee58cc}.bg-yellow-400\/85{background-color:#ffee58d9}.bg-yellow-400\/90{background-color:#ffee58e6}.bg-yellow-400\/95{background-color:#ffee58f2}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(255 253 231 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(255 235 59 / var(--tw-bg-opacity))}.bg-yellow-500\/0{background-color:#ffeb3b00}.bg-yellow-500\/10{background-color:#ffeb3b1a}.bg-yellow-500\/100{background-color:#ffeb3b}.bg-yellow-500\/15{background-color:#ffeb3b26}.bg-yellow-500\/20{background-color:#ffeb3b33}.bg-yellow-500\/25{background-color:#ffeb3b40}.bg-yellow-500\/30{background-color:#ffeb3b4d}.bg-yellow-500\/35{background-color:#ffeb3b59}.bg-yellow-500\/40{background-color:#ffeb3b66}.bg-yellow-500\/45{background-color:#ffeb3b73}.bg-yellow-500\/5{background-color:#ffeb3b0d}.bg-yellow-500\/50{background-color:#ffeb3b80}.bg-yellow-500\/55{background-color:#ffeb3b8c}.bg-yellow-500\/60{background-color:#ffeb3b99}.bg-yellow-500\/65{background-color:#ffeb3ba6}.bg-yellow-500\/70{background-color:#ffeb3bb3}.bg-yellow-500\/75{background-color:#ffeb3bbf}.bg-yellow-500\/80{background-color:#ffeb3bcc}.bg-yellow-500\/85{background-color:#ffeb3bd9}.bg-yellow-500\/90{background-color:#ffeb3be6}.bg-yellow-500\/95{background-color:#ffeb3bf2}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(253 216 53 / var(--tw-bg-opacity))}.bg-yellow-600\/0{background-color:#fdd83500}.bg-yellow-600\/10{background-color:#fdd8351a}.bg-yellow-600\/100{background-color:#fdd835}.bg-yellow-600\/15{background-color:#fdd83526}.bg-yellow-600\/20{background-color:#fdd83533}.bg-yellow-600\/25{background-color:#fdd83540}.bg-yellow-600\/30{background-color:#fdd8354d}.bg-yellow-600\/35{background-color:#fdd83559}.bg-yellow-600\/40{background-color:#fdd83566}.bg-yellow-600\/45{background-color:#fdd83573}.bg-yellow-600\/5{background-color:#fdd8350d}.bg-yellow-600\/50{background-color:#fdd83580}.bg-yellow-600\/55{background-color:#fdd8358c}.bg-yellow-600\/60{background-color:#fdd83599}.bg-yellow-600\/65{background-color:#fdd835a6}.bg-yellow-600\/70{background-color:#fdd835b3}.bg-yellow-600\/75{background-color:#fdd835bf}.bg-yellow-600\/80{background-color:#fdd835cc}.bg-yellow-600\/85{background-color:#fdd835d9}.bg-yellow-600\/90{background-color:#fdd835e6}.bg-yellow-600\/95{background-color:#fdd835f2}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(251 192 45 / var(--tw-bg-opacity))}.bg-yellow-700\/0{background-color:#fbc02d00}.bg-yellow-700\/10{background-color:#fbc02d1a}.bg-yellow-700\/100{background-color:#fbc02d}.bg-yellow-700\/15{background-color:#fbc02d26}.bg-yellow-700\/20{background-color:#fbc02d33}.bg-yellow-700\/25{background-color:#fbc02d40}.bg-yellow-700\/30{background-color:#fbc02d4d}.bg-yellow-700\/35{background-color:#fbc02d59}.bg-yellow-700\/40{background-color:#fbc02d66}.bg-yellow-700\/45{background-color:#fbc02d73}.bg-yellow-700\/5{background-color:#fbc02d0d}.bg-yellow-700\/50{background-color:#fbc02d80}.bg-yellow-700\/55{background-color:#fbc02d8c}.bg-yellow-700\/60{background-color:#fbc02d99}.bg-yellow-700\/65{background-color:#fbc02da6}.bg-yellow-700\/70{background-color:#fbc02db3}.bg-yellow-700\/75{background-color:#fbc02dbf}.bg-yellow-700\/80{background-color:#fbc02dcc}.bg-yellow-700\/85{background-color:#fbc02dd9}.bg-yellow-700\/90{background-color:#fbc02de6}.bg-yellow-700\/95{background-color:#fbc02df2}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(249 168 37 / var(--tw-bg-opacity))}.bg-yellow-800\/0{background-color:#f9a82500}.bg-yellow-800\/10{background-color:#f9a8251a}.bg-yellow-800\/100{background-color:#f9a825}.bg-yellow-800\/15{background-color:#f9a82526}.bg-yellow-800\/20{background-color:#f9a82533}.bg-yellow-800\/25{background-color:#f9a82540}.bg-yellow-800\/30{background-color:#f9a8254d}.bg-yellow-800\/35{background-color:#f9a82559}.bg-yellow-800\/40{background-color:#f9a82566}.bg-yellow-800\/45{background-color:#f9a82573}.bg-yellow-800\/5{background-color:#f9a8250d}.bg-yellow-800\/50{background-color:#f9a82580}.bg-yellow-800\/55{background-color:#f9a8258c}.bg-yellow-800\/60{background-color:#f9a82599}.bg-yellow-800\/65{background-color:#f9a825a6}.bg-yellow-800\/70{background-color:#f9a825b3}.bg-yellow-800\/75{background-color:#f9a825bf}.bg-yellow-800\/80{background-color:#f9a825cc}.bg-yellow-800\/85{background-color:#f9a825d9}.bg-yellow-800\/90{background-color:#f9a825e6}.bg-yellow-800\/95{background-color:#f9a825f2}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(245 127 23 / var(--tw-bg-opacity))}.bg-yellow-900\/0{background-color:#f57f1700}.bg-yellow-900\/10{background-color:#f57f171a}.bg-yellow-900\/100{background-color:#f57f17}.bg-yellow-900\/15{background-color:#f57f1726}.bg-yellow-900\/20{background-color:#f57f1733}.bg-yellow-900\/25{background-color:#f57f1740}.bg-yellow-900\/30{background-color:#f57f174d}.bg-yellow-900\/35{background-color:#f57f1759}.bg-yellow-900\/40{background-color:#f57f1766}.bg-yellow-900\/45{background-color:#f57f1773}.bg-yellow-900\/5{background-color:#f57f170d}.bg-yellow-900\/50{background-color:#f57f1780}.bg-yellow-900\/55{background-color:#f57f178c}.bg-yellow-900\/60{background-color:#f57f1799}.bg-yellow-900\/65{background-color:#f57f17a6}.bg-yellow-900\/70{background-color:#f57f17b3}.bg-yellow-900\/75{background-color:#f57f17bf}.bg-yellow-900\/80{background-color:#f57f17cc}.bg-yellow-900\/85{background-color:#f57f17d9}.bg-yellow-900\/90{background-color:#f57f17e6}.bg-yellow-900\/95{background-color:#f57f17f2}.bg-opacity-0{--tw-bg-opacity: 0}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-80{--tw-bg-opacity: .8}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-amber-600{--tw-gradient-from: #ffb300 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 179 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100{--tw-gradient-from: #bbdefb var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/0{--tw-gradient-from: rgb(187 222 251 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/10{--tw-gradient-from: rgb(187 222 251 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/100{--tw-gradient-from: rgb(187 222 251 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/15{--tw-gradient-from: rgb(187 222 251 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/20{--tw-gradient-from: rgb(187 222 251 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/25{--tw-gradient-from: rgb(187 222 251 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/30{--tw-gradient-from: rgb(187 222 251 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/35{--tw-gradient-from: rgb(187 222 251 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/40{--tw-gradient-from: rgb(187 222 251 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/45{--tw-gradient-from: rgb(187 222 251 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/5{--tw-gradient-from: rgb(187 222 251 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/50{--tw-gradient-from: rgb(187 222 251 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/55{--tw-gradient-from: rgb(187 222 251 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/60{--tw-gradient-from: rgb(187 222 251 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/65{--tw-gradient-from: rgb(187 222 251 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/70{--tw-gradient-from: rgb(187 222 251 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/75{--tw-gradient-from: rgb(187 222 251 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/80{--tw-gradient-from: rgb(187 222 251 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/85{--tw-gradient-from: rgb(187 222 251 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/90{--tw-gradient-from: rgb(187 222 251 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100\/95{--tw-gradient-from: rgb(187 222 251 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(187 222 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200{--tw-gradient-from: #90caf9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/0{--tw-gradient-from: rgb(144 202 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/10{--tw-gradient-from: rgb(144 202 249 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/100{--tw-gradient-from: rgb(144 202 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/15{--tw-gradient-from: rgb(144 202 249 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/20{--tw-gradient-from: rgb(144 202 249 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/25{--tw-gradient-from: rgb(144 202 249 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/30{--tw-gradient-from: rgb(144 202 249 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/35{--tw-gradient-from: rgb(144 202 249 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/40{--tw-gradient-from: rgb(144 202 249 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/45{--tw-gradient-from: rgb(144 202 249 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/5{--tw-gradient-from: rgb(144 202 249 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/50{--tw-gradient-from: rgb(144 202 249 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/55{--tw-gradient-from: rgb(144 202 249 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/60{--tw-gradient-from: rgb(144 202 249 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/65{--tw-gradient-from: rgb(144 202 249 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/70{--tw-gradient-from: rgb(144 202 249 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/75{--tw-gradient-from: rgb(144 202 249 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/80{--tw-gradient-from: rgb(144 202 249 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/85{--tw-gradient-from: rgb(144 202 249 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/90{--tw-gradient-from: rgb(144 202 249 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200\/95{--tw-gradient-from: rgb(144 202 249 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 202 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300{--tw-gradient-from: #64b5f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/0{--tw-gradient-from: rgb(100 181 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/10{--tw-gradient-from: rgb(100 181 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/100{--tw-gradient-from: rgb(100 181 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/15{--tw-gradient-from: rgb(100 181 246 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/20{--tw-gradient-from: rgb(100 181 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/25{--tw-gradient-from: rgb(100 181 246 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/30{--tw-gradient-from: rgb(100 181 246 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/35{--tw-gradient-from: rgb(100 181 246 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/40{--tw-gradient-from: rgb(100 181 246 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/45{--tw-gradient-from: rgb(100 181 246 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/5{--tw-gradient-from: rgb(100 181 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/50{--tw-gradient-from: rgb(100 181 246 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/55{--tw-gradient-from: rgb(100 181 246 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/60{--tw-gradient-from: rgb(100 181 246 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/65{--tw-gradient-from: rgb(100 181 246 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/70{--tw-gradient-from: rgb(100 181 246 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/75{--tw-gradient-from: rgb(100 181 246 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/80{--tw-gradient-from: rgb(100 181 246 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/85{--tw-gradient-from: rgb(100 181 246 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/90{--tw-gradient-from: rgb(100 181 246 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-300\/95{--tw-gradient-from: rgb(100 181 246 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 181 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #42a5f5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/0{--tw-gradient-from: rgb(66 165 245 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/10{--tw-gradient-from: rgb(66 165 245 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/100{--tw-gradient-from: rgb(66 165 245 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/15{--tw-gradient-from: rgb(66 165 245 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/20{--tw-gradient-from: rgb(66 165 245 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/25{--tw-gradient-from: rgb(66 165 245 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/30{--tw-gradient-from: rgb(66 165 245 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/35{--tw-gradient-from: rgb(66 165 245 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/40{--tw-gradient-from: rgb(66 165 245 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/45{--tw-gradient-from: rgb(66 165 245 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/5{--tw-gradient-from: rgb(66 165 245 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/50{--tw-gradient-from: rgb(66 165 245 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/55{--tw-gradient-from: rgb(66 165 245 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/60{--tw-gradient-from: rgb(66 165 245 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/65{--tw-gradient-from: rgb(66 165 245 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/70{--tw-gradient-from: rgb(66 165 245 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/75{--tw-gradient-from: rgb(66 165 245 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/80{--tw-gradient-from: rgb(66 165 245 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/85{--tw-gradient-from: rgb(66 165 245 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/90{--tw-gradient-from: rgb(66 165 245 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400\/95{--tw-gradient-from: rgb(66 165 245 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 165 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #e3f2fd var(--tw-gradient-from-position);--tw-gradient-to: rgb(227 242 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #2196f3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/0{--tw-gradient-from: rgb(33 150 243 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(33 150 243 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/100{--tw-gradient-from: rgb(33 150 243 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/15{--tw-gradient-from: rgb(33 150 243 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(33 150 243 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/25{--tw-gradient-from: rgb(33 150 243 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/30{--tw-gradient-from: rgb(33 150 243 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/35{--tw-gradient-from: rgb(33 150 243 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/40{--tw-gradient-from: rgb(33 150 243 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/45{--tw-gradient-from: rgb(33 150 243 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/5{--tw-gradient-from: rgb(33 150 243 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/50{--tw-gradient-from: rgb(33 150 243 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/55{--tw-gradient-from: rgb(33 150 243 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/60{--tw-gradient-from: rgb(33 150 243 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/65{--tw-gradient-from: rgb(33 150 243 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/70{--tw-gradient-from: rgb(33 150 243 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/75{--tw-gradient-from: rgb(33 150 243 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/80{--tw-gradient-from: rgb(33 150 243 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/85{--tw-gradient-from: rgb(33 150 243 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/90{--tw-gradient-from: rgb(33 150 243 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/95{--tw-gradient-from: rgb(33 150 243 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 150 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #1e88e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/0{--tw-gradient-from: rgb(30 136 229 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/10{--tw-gradient-from: rgb(30 136 229 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/100{--tw-gradient-from: rgb(30 136 229 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/15{--tw-gradient-from: rgb(30 136 229 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/20{--tw-gradient-from: rgb(30 136 229 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/25{--tw-gradient-from: rgb(30 136 229 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/30{--tw-gradient-from: rgb(30 136 229 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/35{--tw-gradient-from: rgb(30 136 229 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/40{--tw-gradient-from: rgb(30 136 229 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/45{--tw-gradient-from: rgb(30 136 229 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/5{--tw-gradient-from: rgb(30 136 229 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/50{--tw-gradient-from: rgb(30 136 229 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/55{--tw-gradient-from: rgb(30 136 229 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/60{--tw-gradient-from: rgb(30 136 229 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/65{--tw-gradient-from: rgb(30 136 229 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/70{--tw-gradient-from: rgb(30 136 229 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/75{--tw-gradient-from: rgb(30 136 229 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/80{--tw-gradient-from: rgb(30 136 229 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/85{--tw-gradient-from: rgb(30 136 229 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/90{--tw-gradient-from: rgb(30 136 229 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/95{--tw-gradient-from: rgb(30 136 229 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 136 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700{--tw-gradient-from: #1976d2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/0{--tw-gradient-from: rgb(25 118 210 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/10{--tw-gradient-from: rgb(25 118 210 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/100{--tw-gradient-from: rgb(25 118 210 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/15{--tw-gradient-from: rgb(25 118 210 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/20{--tw-gradient-from: rgb(25 118 210 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/25{--tw-gradient-from: rgb(25 118 210 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/30{--tw-gradient-from: rgb(25 118 210 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/35{--tw-gradient-from: rgb(25 118 210 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/40{--tw-gradient-from: rgb(25 118 210 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/45{--tw-gradient-from: rgb(25 118 210 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/5{--tw-gradient-from: rgb(25 118 210 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/50{--tw-gradient-from: rgb(25 118 210 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/55{--tw-gradient-from: rgb(25 118 210 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/60{--tw-gradient-from: rgb(25 118 210 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/65{--tw-gradient-from: rgb(25 118 210 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/70{--tw-gradient-from: rgb(25 118 210 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/75{--tw-gradient-from: rgb(25 118 210 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/80{--tw-gradient-from: rgb(25 118 210 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/85{--tw-gradient-from: rgb(25 118 210 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/90{--tw-gradient-from: rgb(25 118 210 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700\/95{--tw-gradient-from: rgb(25 118 210 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(25 118 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800{--tw-gradient-from: #1565c0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/0{--tw-gradient-from: rgb(21 101 192 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/10{--tw-gradient-from: rgb(21 101 192 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/100{--tw-gradient-from: rgb(21 101 192 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/15{--tw-gradient-from: rgb(21 101 192 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/20{--tw-gradient-from: rgb(21 101 192 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/25{--tw-gradient-from: rgb(21 101 192 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/30{--tw-gradient-from: rgb(21 101 192 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/35{--tw-gradient-from: rgb(21 101 192 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/40{--tw-gradient-from: rgb(21 101 192 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/45{--tw-gradient-from: rgb(21 101 192 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/5{--tw-gradient-from: rgb(21 101 192 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/50{--tw-gradient-from: rgb(21 101 192 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/55{--tw-gradient-from: rgb(21 101 192 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/60{--tw-gradient-from: rgb(21 101 192 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/65{--tw-gradient-from: rgb(21 101 192 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/70{--tw-gradient-from: rgb(21 101 192 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/75{--tw-gradient-from: rgb(21 101 192 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/80{--tw-gradient-from: rgb(21 101 192 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/85{--tw-gradient-from: rgb(21 101 192 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/90{--tw-gradient-from: rgb(21 101 192 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-800\/95{--tw-gradient-from: rgb(21 101 192 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 101 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900{--tw-gradient-from: #0d47a1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/0{--tw-gradient-from: rgb(13 71 161 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/10{--tw-gradient-from: rgb(13 71 161 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/100{--tw-gradient-from: rgb(13 71 161 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/15{--tw-gradient-from: rgb(13 71 161 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/20{--tw-gradient-from: rgb(13 71 161 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/25{--tw-gradient-from: rgb(13 71 161 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/30{--tw-gradient-from: rgb(13 71 161 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/35{--tw-gradient-from: rgb(13 71 161 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/40{--tw-gradient-from: rgb(13 71 161 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/45{--tw-gradient-from: rgb(13 71 161 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/5{--tw-gradient-from: rgb(13 71 161 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/50{--tw-gradient-from: rgb(13 71 161 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/55{--tw-gradient-from: rgb(13 71 161 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/60{--tw-gradient-from: rgb(13 71 161 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/65{--tw-gradient-from: rgb(13 71 161 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/70{--tw-gradient-from: rgb(13 71 161 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/75{--tw-gradient-from: rgb(13 71 161 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/80{--tw-gradient-from: rgb(13 71 161 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/85{--tw-gradient-from: rgb(13 71 161 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/90{--tw-gradient-from: rgb(13 71 161 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-900\/95{--tw-gradient-from: rgb(13 71 161 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 71 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-gray-600{--tw-gradient-from: #546e7a var(--tw-gradient-from-position);--tw-gradient-to: rgb(84 110 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brown-600{--tw-gradient-from: #6d4c41 var(--tw-gradient-from-position);--tw-gradient-to: rgb(109 76 65 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600{--tw-gradient-from: #00acc1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 172 193 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-deep-orange-600{--tw-gradient-from: #f4511e var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 81 30 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-deep-purple-600{--tw-gradient-from: #5e35b1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 53 177 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/0{--tw-gradient-from: rgb(245 245 245 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/10{--tw-gradient-from: rgb(245 245 245 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/100{--tw-gradient-from: rgb(245 245 245 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/15{--tw-gradient-from: rgb(245 245 245 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/20{--tw-gradient-from: rgb(245 245 245 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/25{--tw-gradient-from: rgb(245 245 245 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/30{--tw-gradient-from: rgb(245 245 245 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/35{--tw-gradient-from: rgb(245 245 245 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/40{--tw-gradient-from: rgb(245 245 245 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/45{--tw-gradient-from: rgb(245 245 245 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/5{--tw-gradient-from: rgb(245 245 245 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/50{--tw-gradient-from: rgb(245 245 245 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/55{--tw-gradient-from: rgb(245 245 245 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/60{--tw-gradient-from: rgb(245 245 245 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/65{--tw-gradient-from: rgb(245 245 245 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/70{--tw-gradient-from: rgb(245 245 245 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/75{--tw-gradient-from: rgb(245 245 245 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/80{--tw-gradient-from: rgb(245 245 245 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/85{--tw-gradient-from: rgb(245 245 245 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/90{--tw-gradient-from: rgb(245 245 245 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100\/95{--tw-gradient-from: rgb(245 245 245 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from: #eeeeee var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/0{--tw-gradient-from: rgb(238 238 238 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/10{--tw-gradient-from: rgb(238 238 238 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/100{--tw-gradient-from: rgb(238 238 238 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/15{--tw-gradient-from: rgb(238 238 238 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/20{--tw-gradient-from: rgb(238 238 238 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/25{--tw-gradient-from: rgb(238 238 238 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/30{--tw-gradient-from: rgb(238 238 238 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/35{--tw-gradient-from: rgb(238 238 238 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/40{--tw-gradient-from: rgb(238 238 238 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/45{--tw-gradient-from: rgb(238 238 238 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/5{--tw-gradient-from: rgb(238 238 238 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/50{--tw-gradient-from: rgb(238 238 238 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/55{--tw-gradient-from: rgb(238 238 238 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/60{--tw-gradient-from: rgb(238 238 238 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/65{--tw-gradient-from: rgb(238 238 238 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/70{--tw-gradient-from: rgb(238 238 238 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/75{--tw-gradient-from: rgb(238 238 238 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/80{--tw-gradient-from: rgb(238 238 238 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/85{--tw-gradient-from: rgb(238 238 238 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/90{--tw-gradient-from: rgb(238 238 238 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/95{--tw-gradient-from: rgb(238 238 238 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from: #e0e0e0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/0{--tw-gradient-from: rgb(224 224 224 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/10{--tw-gradient-from: rgb(224 224 224 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/100{--tw-gradient-from: rgb(224 224 224 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/15{--tw-gradient-from: rgb(224 224 224 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/20{--tw-gradient-from: rgb(224 224 224 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/25{--tw-gradient-from: rgb(224 224 224 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/30{--tw-gradient-from: rgb(224 224 224 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/35{--tw-gradient-from: rgb(224 224 224 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/40{--tw-gradient-from: rgb(224 224 224 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/45{--tw-gradient-from: rgb(224 224 224 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/5{--tw-gradient-from: rgb(224 224 224 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/50{--tw-gradient-from: rgb(224 224 224 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/55{--tw-gradient-from: rgb(224 224 224 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/60{--tw-gradient-from: rgb(224 224 224 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/65{--tw-gradient-from: rgb(224 224 224 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/70{--tw-gradient-from: rgb(224 224 224 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/75{--tw-gradient-from: rgb(224 224 224 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/80{--tw-gradient-from: rgb(224 224 224 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/85{--tw-gradient-from: rgb(224 224 224 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/90{--tw-gradient-from: rgb(224 224 224 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300\/95{--tw-gradient-from: rgb(224 224 224 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 224 224 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400{--tw-gradient-from: #bdbdbd var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/0{--tw-gradient-from: rgb(189 189 189 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/10{--tw-gradient-from: rgb(189 189 189 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/100{--tw-gradient-from: rgb(189 189 189 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/15{--tw-gradient-from: rgb(189 189 189 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/20{--tw-gradient-from: rgb(189 189 189 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/25{--tw-gradient-from: rgb(189 189 189 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/30{--tw-gradient-from: rgb(189 189 189 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/35{--tw-gradient-from: rgb(189 189 189 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/40{--tw-gradient-from: rgb(189 189 189 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/45{--tw-gradient-from: rgb(189 189 189 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/5{--tw-gradient-from: rgb(189 189 189 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/50{--tw-gradient-from: rgb(189 189 189 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/55{--tw-gradient-from: rgb(189 189 189 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/60{--tw-gradient-from: rgb(189 189 189 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/65{--tw-gradient-from: rgb(189 189 189 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/70{--tw-gradient-from: rgb(189 189 189 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/75{--tw-gradient-from: rgb(189 189 189 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/80{--tw-gradient-from: rgb(189 189 189 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/85{--tw-gradient-from: rgb(189 189 189 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/90{--tw-gradient-from: rgb(189 189 189 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400\/95{--tw-gradient-from: rgb(189 189 189 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from: #9e9e9e var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/0{--tw-gradient-from: rgb(158 158 158 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/10{--tw-gradient-from: rgb(158 158 158 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/100{--tw-gradient-from: rgb(158 158 158 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/15{--tw-gradient-from: rgb(158 158 158 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/20{--tw-gradient-from: rgb(158 158 158 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/25{--tw-gradient-from: rgb(158 158 158 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/30{--tw-gradient-from: rgb(158 158 158 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/35{--tw-gradient-from: rgb(158 158 158 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/40{--tw-gradient-from: rgb(158 158 158 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/45{--tw-gradient-from: rgb(158 158 158 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/5{--tw-gradient-from: rgb(158 158 158 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/50{--tw-gradient-from: rgb(158 158 158 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/55{--tw-gradient-from: rgb(158 158 158 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/60{--tw-gradient-from: rgb(158 158 158 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/65{--tw-gradient-from: rgb(158 158 158 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/70{--tw-gradient-from: rgb(158 158 158 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/75{--tw-gradient-from: rgb(158 158 158 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/80{--tw-gradient-from: rgb(158 158 158 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/85{--tw-gradient-from: rgb(158 158 158 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/90{--tw-gradient-from: rgb(158 158 158 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-500\/95{--tw-gradient-from: rgb(158 158 158 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(158 158 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from: #757575 var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/0{--tw-gradient-from: rgb(117 117 117 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/10{--tw-gradient-from: rgb(117 117 117 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/100{--tw-gradient-from: rgb(117 117 117 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/15{--tw-gradient-from: rgb(117 117 117 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/20{--tw-gradient-from: rgb(117 117 117 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/25{--tw-gradient-from: rgb(117 117 117 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/30{--tw-gradient-from: rgb(117 117 117 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/35{--tw-gradient-from: rgb(117 117 117 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/40{--tw-gradient-from: rgb(117 117 117 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/45{--tw-gradient-from: rgb(117 117 117 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/5{--tw-gradient-from: rgb(117 117 117 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/50{--tw-gradient-from: rgb(117 117 117 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/55{--tw-gradient-from: rgb(117 117 117 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/60{--tw-gradient-from: rgb(117 117 117 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/65{--tw-gradient-from: rgb(117 117 117 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/70{--tw-gradient-from: rgb(117 117 117 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/75{--tw-gradient-from: rgb(117 117 117 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/80{--tw-gradient-from: rgb(117 117 117 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/85{--tw-gradient-from: rgb(117 117 117 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/90{--tw-gradient-from: rgb(117 117 117 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600\/95{--tw-gradient-from: rgb(117 117 117 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(117 117 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700{--tw-gradient-from: #616161 var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/0{--tw-gradient-from: rgb(97 97 97 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/10{--tw-gradient-from: rgb(97 97 97 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/100{--tw-gradient-from: rgb(97 97 97 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/15{--tw-gradient-from: rgb(97 97 97 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/20{--tw-gradient-from: rgb(97 97 97 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/25{--tw-gradient-from: rgb(97 97 97 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/30{--tw-gradient-from: rgb(97 97 97 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/35{--tw-gradient-from: rgb(97 97 97 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/40{--tw-gradient-from: rgb(97 97 97 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/45{--tw-gradient-from: rgb(97 97 97 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/5{--tw-gradient-from: rgb(97 97 97 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/50{--tw-gradient-from: rgb(97 97 97 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/55{--tw-gradient-from: rgb(97 97 97 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/60{--tw-gradient-from: rgb(97 97 97 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/65{--tw-gradient-from: rgb(97 97 97 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/70{--tw-gradient-from: rgb(97 97 97 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/75{--tw-gradient-from: rgb(97 97 97 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/80{--tw-gradient-from: rgb(97 97 97 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/85{--tw-gradient-from: rgb(97 97 97 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/90{--tw-gradient-from: rgb(97 97 97 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-700\/95{--tw-gradient-from: rgb(97 97 97 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #424242 var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/0{--tw-gradient-from: rgb(66 66 66 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/10{--tw-gradient-from: rgb(66 66 66 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/100{--tw-gradient-from: rgb(66 66 66 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/15{--tw-gradient-from: rgb(66 66 66 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/20{--tw-gradient-from: rgb(66 66 66 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/25{--tw-gradient-from: rgb(66 66 66 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/30{--tw-gradient-from: rgb(66 66 66 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/35{--tw-gradient-from: rgb(66 66 66 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/40{--tw-gradient-from: rgb(66 66 66 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/45{--tw-gradient-from: rgb(66 66 66 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/5{--tw-gradient-from: rgb(66 66 66 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/50{--tw-gradient-from: rgb(66 66 66 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/55{--tw-gradient-from: rgb(66 66 66 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/60{--tw-gradient-from: rgb(66 66 66 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/65{--tw-gradient-from: rgb(66 66 66 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/70{--tw-gradient-from: rgb(66 66 66 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/75{--tw-gradient-from: rgb(66 66 66 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/80{--tw-gradient-from: rgb(66 66 66 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/85{--tw-gradient-from: rgb(66 66 66 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/90{--tw-gradient-from: rgb(66 66 66 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800\/95{--tw-gradient-from: rgb(66 66 66 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(66 66 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #212121 var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/0{--tw-gradient-from: rgb(33 33 33 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/10{--tw-gradient-from: rgb(33 33 33 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/100{--tw-gradient-from: rgb(33 33 33 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/15{--tw-gradient-from: rgb(33 33 33 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/20{--tw-gradient-from: rgb(33 33 33 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/25{--tw-gradient-from: rgb(33 33 33 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/30{--tw-gradient-from: rgb(33 33 33 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/35{--tw-gradient-from: rgb(33 33 33 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/40{--tw-gradient-from: rgb(33 33 33 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/45{--tw-gradient-from: rgb(33 33 33 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/5{--tw-gradient-from: rgb(33 33 33 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/50{--tw-gradient-from: rgb(33 33 33 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/55{--tw-gradient-from: rgb(33 33 33 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/60{--tw-gradient-from: rgb(33 33 33 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/65{--tw-gradient-from: rgb(33 33 33 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/70{--tw-gradient-from: rgb(33 33 33 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/75{--tw-gradient-from: rgb(33 33 33 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/80{--tw-gradient-from: rgb(33 33 33 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/85{--tw-gradient-from: rgb(33 33 33 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/90{--tw-gradient-from: rgb(33 33 33 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900\/95{--tw-gradient-from: rgb(33 33 33 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(33 33 33 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100{--tw-gradient-from: #c8e6c9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/0{--tw-gradient-from: rgb(200 230 201 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/10{--tw-gradient-from: rgb(200 230 201 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/100{--tw-gradient-from: rgb(200 230 201 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/15{--tw-gradient-from: rgb(200 230 201 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/20{--tw-gradient-from: rgb(200 230 201 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/25{--tw-gradient-from: rgb(200 230 201 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/30{--tw-gradient-from: rgb(200 230 201 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/35{--tw-gradient-from: rgb(200 230 201 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/40{--tw-gradient-from: rgb(200 230 201 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/45{--tw-gradient-from: rgb(200 230 201 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/5{--tw-gradient-from: rgb(200 230 201 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/50{--tw-gradient-from: rgb(200 230 201 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/55{--tw-gradient-from: rgb(200 230 201 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/60{--tw-gradient-from: rgb(200 230 201 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/65{--tw-gradient-from: rgb(200 230 201 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/70{--tw-gradient-from: rgb(200 230 201 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/75{--tw-gradient-from: rgb(200 230 201 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/80{--tw-gradient-from: rgb(200 230 201 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/85{--tw-gradient-from: rgb(200 230 201 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/90{--tw-gradient-from: rgb(200 230 201 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-100\/95{--tw-gradient-from: rgb(200 230 201 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(200 230 201 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200{--tw-gradient-from: #a5d6a7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/0{--tw-gradient-from: rgb(165 214 167 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/10{--tw-gradient-from: rgb(165 214 167 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/100{--tw-gradient-from: rgb(165 214 167 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/15{--tw-gradient-from: rgb(165 214 167 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/20{--tw-gradient-from: rgb(165 214 167 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/25{--tw-gradient-from: rgb(165 214 167 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/30{--tw-gradient-from: rgb(165 214 167 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/35{--tw-gradient-from: rgb(165 214 167 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/40{--tw-gradient-from: rgb(165 214 167 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/45{--tw-gradient-from: rgb(165 214 167 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/5{--tw-gradient-from: rgb(165 214 167 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/50{--tw-gradient-from: rgb(165 214 167 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/55{--tw-gradient-from: rgb(165 214 167 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/60{--tw-gradient-from: rgb(165 214 167 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/65{--tw-gradient-from: rgb(165 214 167 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/70{--tw-gradient-from: rgb(165 214 167 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/75{--tw-gradient-from: rgb(165 214 167 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/80{--tw-gradient-from: rgb(165 214 167 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/85{--tw-gradient-from: rgb(165 214 167 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/90{--tw-gradient-from: rgb(165 214 167 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-200\/95{--tw-gradient-from: rgb(165 214 167 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(165 214 167 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300{--tw-gradient-from: #81c784 var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/0{--tw-gradient-from: rgb(129 199 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/10{--tw-gradient-from: rgb(129 199 132 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/100{--tw-gradient-from: rgb(129 199 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/15{--tw-gradient-from: rgb(129 199 132 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/20{--tw-gradient-from: rgb(129 199 132 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/25{--tw-gradient-from: rgb(129 199 132 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/30{--tw-gradient-from: rgb(129 199 132 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/35{--tw-gradient-from: rgb(129 199 132 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/40{--tw-gradient-from: rgb(129 199 132 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/45{--tw-gradient-from: rgb(129 199 132 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/5{--tw-gradient-from: rgb(129 199 132 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/50{--tw-gradient-from: rgb(129 199 132 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/55{--tw-gradient-from: rgb(129 199 132 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/60{--tw-gradient-from: rgb(129 199 132 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/65{--tw-gradient-from: rgb(129 199 132 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/70{--tw-gradient-from: rgb(129 199 132 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/75{--tw-gradient-from: rgb(129 199 132 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/80{--tw-gradient-from: rgb(129 199 132 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/85{--tw-gradient-from: rgb(129 199 132 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/90{--tw-gradient-from: rgb(129 199 132 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300\/95{--tw-gradient-from: rgb(129 199 132 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(129 199 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #66bb6a var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/0{--tw-gradient-from: rgb(102 187 106 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/10{--tw-gradient-from: rgb(102 187 106 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/100{--tw-gradient-from: rgb(102 187 106 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/15{--tw-gradient-from: rgb(102 187 106 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/20{--tw-gradient-from: rgb(102 187 106 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/25{--tw-gradient-from: rgb(102 187 106 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/30{--tw-gradient-from: rgb(102 187 106 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/35{--tw-gradient-from: rgb(102 187 106 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/40{--tw-gradient-from: rgb(102 187 106 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/45{--tw-gradient-from: rgb(102 187 106 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/5{--tw-gradient-from: rgb(102 187 106 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/50{--tw-gradient-from: rgb(102 187 106 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/55{--tw-gradient-from: rgb(102 187 106 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/60{--tw-gradient-from: rgb(102 187 106 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/65{--tw-gradient-from: rgb(102 187 106 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/70{--tw-gradient-from: rgb(102 187 106 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/75{--tw-gradient-from: rgb(102 187 106 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/80{--tw-gradient-from: rgb(102 187 106 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/85{--tw-gradient-from: rgb(102 187 106 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/90{--tw-gradient-from: rgb(102 187 106 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400\/95{--tw-gradient-from: rgb(102 187 106 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(102 187 106 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #4caf50 var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/0{--tw-gradient-from: rgb(76 175 80 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/10{--tw-gradient-from: rgb(76 175 80 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/100{--tw-gradient-from: rgb(76 175 80 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/15{--tw-gradient-from: rgb(76 175 80 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/20{--tw-gradient-from: rgb(76 175 80 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/25{--tw-gradient-from: rgb(76 175 80 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/30{--tw-gradient-from: rgb(76 175 80 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/35{--tw-gradient-from: rgb(76 175 80 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/40{--tw-gradient-from: rgb(76 175 80 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/45{--tw-gradient-from: rgb(76 175 80 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/5{--tw-gradient-from: rgb(76 175 80 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/50{--tw-gradient-from: rgb(76 175 80 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/55{--tw-gradient-from: rgb(76 175 80 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/60{--tw-gradient-from: rgb(76 175 80 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/65{--tw-gradient-from: rgb(76 175 80 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/70{--tw-gradient-from: rgb(76 175 80 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/75{--tw-gradient-from: rgb(76 175 80 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/80{--tw-gradient-from: rgb(76 175 80 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/85{--tw-gradient-from: rgb(76 175 80 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/90{--tw-gradient-from: rgb(76 175 80 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500\/95{--tw-gradient-from: rgb(76 175 80 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(76 175 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #43a047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/0{--tw-gradient-from: rgb(67 160 71 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/10{--tw-gradient-from: rgb(67 160 71 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/100{--tw-gradient-from: rgb(67 160 71 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/15{--tw-gradient-from: rgb(67 160 71 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/20{--tw-gradient-from: rgb(67 160 71 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/25{--tw-gradient-from: rgb(67 160 71 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/30{--tw-gradient-from: rgb(67 160 71 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/35{--tw-gradient-from: rgb(67 160 71 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/40{--tw-gradient-from: rgb(67 160 71 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/45{--tw-gradient-from: rgb(67 160 71 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/5{--tw-gradient-from: rgb(67 160 71 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/50{--tw-gradient-from: rgb(67 160 71 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/55{--tw-gradient-from: rgb(67 160 71 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/60{--tw-gradient-from: rgb(67 160 71 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/65{--tw-gradient-from: rgb(67 160 71 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/70{--tw-gradient-from: rgb(67 160 71 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/75{--tw-gradient-from: rgb(67 160 71 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/80{--tw-gradient-from: rgb(67 160 71 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/85{--tw-gradient-from: rgb(67 160 71 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/90{--tw-gradient-from: rgb(67 160 71 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600\/95{--tw-gradient-from: rgb(67 160 71 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 160 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700{--tw-gradient-from: #388e3c var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/0{--tw-gradient-from: rgb(56 142 60 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/10{--tw-gradient-from: rgb(56 142 60 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/100{--tw-gradient-from: rgb(56 142 60 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/15{--tw-gradient-from: rgb(56 142 60 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/20{--tw-gradient-from: rgb(56 142 60 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/25{--tw-gradient-from: rgb(56 142 60 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/30{--tw-gradient-from: rgb(56 142 60 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/35{--tw-gradient-from: rgb(56 142 60 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/40{--tw-gradient-from: rgb(56 142 60 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/45{--tw-gradient-from: rgb(56 142 60 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/5{--tw-gradient-from: rgb(56 142 60 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/50{--tw-gradient-from: rgb(56 142 60 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/55{--tw-gradient-from: rgb(56 142 60 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/60{--tw-gradient-from: rgb(56 142 60 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/65{--tw-gradient-from: rgb(56 142 60 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/70{--tw-gradient-from: rgb(56 142 60 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/75{--tw-gradient-from: rgb(56 142 60 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/80{--tw-gradient-from: rgb(56 142 60 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/85{--tw-gradient-from: rgb(56 142 60 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/90{--tw-gradient-from: rgb(56 142 60 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-700\/95{--tw-gradient-from: rgb(56 142 60 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 142 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800{--tw-gradient-from: #2e7d32 var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/0{--tw-gradient-from: rgb(46 125 50 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/10{--tw-gradient-from: rgb(46 125 50 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/100{--tw-gradient-from: rgb(46 125 50 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/15{--tw-gradient-from: rgb(46 125 50 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/20{--tw-gradient-from: rgb(46 125 50 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/25{--tw-gradient-from: rgb(46 125 50 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/30{--tw-gradient-from: rgb(46 125 50 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/35{--tw-gradient-from: rgb(46 125 50 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/40{--tw-gradient-from: rgb(46 125 50 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/45{--tw-gradient-from: rgb(46 125 50 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/5{--tw-gradient-from: rgb(46 125 50 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/50{--tw-gradient-from: rgb(46 125 50 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/55{--tw-gradient-from: rgb(46 125 50 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/60{--tw-gradient-from: rgb(46 125 50 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/65{--tw-gradient-from: rgb(46 125 50 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/70{--tw-gradient-from: rgb(46 125 50 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/75{--tw-gradient-from: rgb(46 125 50 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/80{--tw-gradient-from: rgb(46 125 50 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/85{--tw-gradient-from: rgb(46 125 50 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/90{--tw-gradient-from: rgb(46 125 50 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-800\/95{--tw-gradient-from: rgb(46 125 50 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(46 125 50 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900{--tw-gradient-from: #1b5e20 var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/0{--tw-gradient-from: rgb(27 94 32 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/10{--tw-gradient-from: rgb(27 94 32 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/100{--tw-gradient-from: rgb(27 94 32 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/15{--tw-gradient-from: rgb(27 94 32 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/20{--tw-gradient-from: rgb(27 94 32 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/25{--tw-gradient-from: rgb(27 94 32 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/30{--tw-gradient-from: rgb(27 94 32 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/35{--tw-gradient-from: rgb(27 94 32 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/40{--tw-gradient-from: rgb(27 94 32 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/45{--tw-gradient-from: rgb(27 94 32 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/5{--tw-gradient-from: rgb(27 94 32 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/50{--tw-gradient-from: rgb(27 94 32 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/55{--tw-gradient-from: rgb(27 94 32 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/60{--tw-gradient-from: rgb(27 94 32 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/65{--tw-gradient-from: rgb(27 94 32 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/70{--tw-gradient-from: rgb(27 94 32 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/75{--tw-gradient-from: rgb(27 94 32 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/80{--tw-gradient-from: rgb(27 94 32 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/85{--tw-gradient-from: rgb(27 94 32 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/90{--tw-gradient-from: rgb(27 94 32 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-900\/95{--tw-gradient-from: rgb(27 94 32 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(27 94 32 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #3949ab var(--tw-gradient-from-position);--tw-gradient-to: rgb(57 73 171 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-light-blue-600{--tw-gradient-from: #039be5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(3 155 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-light-green-600{--tw-gradient-from: #7cb342 var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 179 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-600{--tw-gradient-from: #c0ca33 var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 202 51 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from: #fb8c00 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 140 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-600{--tw-gradient-from: #d81b60 var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 27 96 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #e1bee7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/0{--tw-gradient-from: rgb(225 190 231 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/10{--tw-gradient-from: rgb(225 190 231 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/100{--tw-gradient-from: rgb(225 190 231 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/15{--tw-gradient-from: rgb(225 190 231 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/20{--tw-gradient-from: rgb(225 190 231 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/25{--tw-gradient-from: rgb(225 190 231 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/30{--tw-gradient-from: rgb(225 190 231 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/35{--tw-gradient-from: rgb(225 190 231 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/40{--tw-gradient-from: rgb(225 190 231 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/45{--tw-gradient-from: rgb(225 190 231 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/5{--tw-gradient-from: rgb(225 190 231 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/50{--tw-gradient-from: rgb(225 190 231 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/55{--tw-gradient-from: rgb(225 190 231 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/60{--tw-gradient-from: rgb(225 190 231 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/65{--tw-gradient-from: rgb(225 190 231 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/70{--tw-gradient-from: rgb(225 190 231 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/75{--tw-gradient-from: rgb(225 190 231 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/80{--tw-gradient-from: rgb(225 190 231 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/85{--tw-gradient-from: rgb(225 190 231 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/90{--tw-gradient-from: rgb(225 190 231 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/95{--tw-gradient-from: rgb(225 190 231 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 190 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200{--tw-gradient-from: #ce93d8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/0{--tw-gradient-from: rgb(206 147 216 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/10{--tw-gradient-from: rgb(206 147 216 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/100{--tw-gradient-from: rgb(206 147 216 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/15{--tw-gradient-from: rgb(206 147 216 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/20{--tw-gradient-from: rgb(206 147 216 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/25{--tw-gradient-from: rgb(206 147 216 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/30{--tw-gradient-from: rgb(206 147 216 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/35{--tw-gradient-from: rgb(206 147 216 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/40{--tw-gradient-from: rgb(206 147 216 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/45{--tw-gradient-from: rgb(206 147 216 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/5{--tw-gradient-from: rgb(206 147 216 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/50{--tw-gradient-from: rgb(206 147 216 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/55{--tw-gradient-from: rgb(206 147 216 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/60{--tw-gradient-from: rgb(206 147 216 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/65{--tw-gradient-from: rgb(206 147 216 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/70{--tw-gradient-from: rgb(206 147 216 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/75{--tw-gradient-from: rgb(206 147 216 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/80{--tw-gradient-from: rgb(206 147 216 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/85{--tw-gradient-from: rgb(206 147 216 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/90{--tw-gradient-from: rgb(206 147 216 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-200\/95{--tw-gradient-from: rgb(206 147 216 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(206 147 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300{--tw-gradient-from: #ba68c8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/0{--tw-gradient-from: rgb(186 104 200 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/10{--tw-gradient-from: rgb(186 104 200 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/100{--tw-gradient-from: rgb(186 104 200 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/15{--tw-gradient-from: rgb(186 104 200 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/20{--tw-gradient-from: rgb(186 104 200 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/25{--tw-gradient-from: rgb(186 104 200 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/30{--tw-gradient-from: rgb(186 104 200 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/35{--tw-gradient-from: rgb(186 104 200 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/40{--tw-gradient-from: rgb(186 104 200 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/45{--tw-gradient-from: rgb(186 104 200 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/5{--tw-gradient-from: rgb(186 104 200 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/50{--tw-gradient-from: rgb(186 104 200 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/55{--tw-gradient-from: rgb(186 104 200 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/60{--tw-gradient-from: rgb(186 104 200 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/65{--tw-gradient-from: rgb(186 104 200 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/70{--tw-gradient-from: rgb(186 104 200 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/75{--tw-gradient-from: rgb(186 104 200 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/80{--tw-gradient-from: rgb(186 104 200 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/85{--tw-gradient-from: rgb(186 104 200 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/90{--tw-gradient-from: rgb(186 104 200 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-300\/95{--tw-gradient-from: rgb(186 104 200 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(186 104 200 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from: #ab47bc var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/0{--tw-gradient-from: rgb(171 71 188 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/10{--tw-gradient-from: rgb(171 71 188 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/100{--tw-gradient-from: rgb(171 71 188 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/15{--tw-gradient-from: rgb(171 71 188 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/20{--tw-gradient-from: rgb(171 71 188 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/25{--tw-gradient-from: rgb(171 71 188 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/30{--tw-gradient-from: rgb(171 71 188 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/35{--tw-gradient-from: rgb(171 71 188 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/40{--tw-gradient-from: rgb(171 71 188 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/45{--tw-gradient-from: rgb(171 71 188 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/5{--tw-gradient-from: rgb(171 71 188 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/50{--tw-gradient-from: rgb(171 71 188 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/55{--tw-gradient-from: rgb(171 71 188 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/60{--tw-gradient-from: rgb(171 71 188 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/65{--tw-gradient-from: rgb(171 71 188 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/70{--tw-gradient-from: rgb(171 71 188 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/75{--tw-gradient-from: rgb(171 71 188 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/80{--tw-gradient-from: rgb(171 71 188 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/85{--tw-gradient-from: rgb(171 71 188 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/90{--tw-gradient-from: rgb(171 71 188 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400\/95{--tw-gradient-from: rgb(171 71 188 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 71 188 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #f3e5f5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 229 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #9c27b0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/0{--tw-gradient-from: rgb(156 39 176 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/10{--tw-gradient-from: rgb(156 39 176 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/100{--tw-gradient-from: rgb(156 39 176 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/15{--tw-gradient-from: rgb(156 39 176 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(156 39 176 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/25{--tw-gradient-from: rgb(156 39 176 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/30{--tw-gradient-from: rgb(156 39 176 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/35{--tw-gradient-from: rgb(156 39 176 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/40{--tw-gradient-from: rgb(156 39 176 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/45{--tw-gradient-from: rgb(156 39 176 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/5{--tw-gradient-from: rgb(156 39 176 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/50{--tw-gradient-from: rgb(156 39 176 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/55{--tw-gradient-from: rgb(156 39 176 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/60{--tw-gradient-from: rgb(156 39 176 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/65{--tw-gradient-from: rgb(156 39 176 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/70{--tw-gradient-from: rgb(156 39 176 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/75{--tw-gradient-from: rgb(156 39 176 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/80{--tw-gradient-from: rgb(156 39 176 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/85{--tw-gradient-from: rgb(156 39 176 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/90{--tw-gradient-from: rgb(156 39 176 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/95{--tw-gradient-from: rgb(156 39 176 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 39 176 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #8e24aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/0{--tw-gradient-from: rgb(142 36 170 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/10{--tw-gradient-from: rgb(142 36 170 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/100{--tw-gradient-from: rgb(142 36 170 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/15{--tw-gradient-from: rgb(142 36 170 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/20{--tw-gradient-from: rgb(142 36 170 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/25{--tw-gradient-from: rgb(142 36 170 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/30{--tw-gradient-from: rgb(142 36 170 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/35{--tw-gradient-from: rgb(142 36 170 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/40{--tw-gradient-from: rgb(142 36 170 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/45{--tw-gradient-from: rgb(142 36 170 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/5{--tw-gradient-from: rgb(142 36 170 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/50{--tw-gradient-from: rgb(142 36 170 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/55{--tw-gradient-from: rgb(142 36 170 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/60{--tw-gradient-from: rgb(142 36 170 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/65{--tw-gradient-from: rgb(142 36 170 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/70{--tw-gradient-from: rgb(142 36 170 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/75{--tw-gradient-from: rgb(142 36 170 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/80{--tw-gradient-from: rgb(142 36 170 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/85{--tw-gradient-from: rgb(142 36 170 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/90{--tw-gradient-from: rgb(142 36 170 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/95{--tw-gradient-from: rgb(142 36 170 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(142 36 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700{--tw-gradient-from: #7b1fa2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/0{--tw-gradient-from: rgb(123 31 162 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/10{--tw-gradient-from: rgb(123 31 162 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/100{--tw-gradient-from: rgb(123 31 162 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/15{--tw-gradient-from: rgb(123 31 162 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/20{--tw-gradient-from: rgb(123 31 162 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/25{--tw-gradient-from: rgb(123 31 162 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/30{--tw-gradient-from: rgb(123 31 162 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/35{--tw-gradient-from: rgb(123 31 162 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/40{--tw-gradient-from: rgb(123 31 162 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/45{--tw-gradient-from: rgb(123 31 162 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/5{--tw-gradient-from: rgb(123 31 162 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/50{--tw-gradient-from: rgb(123 31 162 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/55{--tw-gradient-from: rgb(123 31 162 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/60{--tw-gradient-from: rgb(123 31 162 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/65{--tw-gradient-from: rgb(123 31 162 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/70{--tw-gradient-from: rgb(123 31 162 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/75{--tw-gradient-from: rgb(123 31 162 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/80{--tw-gradient-from: rgb(123 31 162 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/85{--tw-gradient-from: rgb(123 31 162 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/90{--tw-gradient-from: rgb(123 31 162 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700\/95{--tw-gradient-from: rgb(123 31 162 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(123 31 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800{--tw-gradient-from: #6a1b9a var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/0{--tw-gradient-from: rgb(106 27 154 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/10{--tw-gradient-from: rgb(106 27 154 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/100{--tw-gradient-from: rgb(106 27 154 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/15{--tw-gradient-from: rgb(106 27 154 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/20{--tw-gradient-from: rgb(106 27 154 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/25{--tw-gradient-from: rgb(106 27 154 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/30{--tw-gradient-from: rgb(106 27 154 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/35{--tw-gradient-from: rgb(106 27 154 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/40{--tw-gradient-from: rgb(106 27 154 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/45{--tw-gradient-from: rgb(106 27 154 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/5{--tw-gradient-from: rgb(106 27 154 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/50{--tw-gradient-from: rgb(106 27 154 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/55{--tw-gradient-from: rgb(106 27 154 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/60{--tw-gradient-from: rgb(106 27 154 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/65{--tw-gradient-from: rgb(106 27 154 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/70{--tw-gradient-from: rgb(106 27 154 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/75{--tw-gradient-from: rgb(106 27 154 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/80{--tw-gradient-from: rgb(106 27 154 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/85{--tw-gradient-from: rgb(106 27 154 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/90{--tw-gradient-from: rgb(106 27 154 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-800\/95{--tw-gradient-from: rgb(106 27 154 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(106 27 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900{--tw-gradient-from: #4a148c var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/0{--tw-gradient-from: rgb(74 20 140 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/10{--tw-gradient-from: rgb(74 20 140 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/100{--tw-gradient-from: rgb(74 20 140 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/15{--tw-gradient-from: rgb(74 20 140 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/20{--tw-gradient-from: rgb(74 20 140 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/25{--tw-gradient-from: rgb(74 20 140 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/30{--tw-gradient-from: rgb(74 20 140 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/35{--tw-gradient-from: rgb(74 20 140 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/40{--tw-gradient-from: rgb(74 20 140 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/45{--tw-gradient-from: rgb(74 20 140 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/5{--tw-gradient-from: rgb(74 20 140 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/50{--tw-gradient-from: rgb(74 20 140 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/55{--tw-gradient-from: rgb(74 20 140 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/60{--tw-gradient-from: rgb(74 20 140 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/65{--tw-gradient-from: rgb(74 20 140 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/70{--tw-gradient-from: rgb(74 20 140 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/75{--tw-gradient-from: rgb(74 20 140 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/80{--tw-gradient-from: rgb(74 20 140 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/85{--tw-gradient-from: rgb(74 20 140 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/90{--tw-gradient-from: rgb(74 20 140 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-900\/95{--tw-gradient-from: rgb(74 20 140 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 20 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #ffcdd2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/0{--tw-gradient-from: rgb(255 205 210 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/10{--tw-gradient-from: rgb(255 205 210 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/100{--tw-gradient-from: rgb(255 205 210 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/15{--tw-gradient-from: rgb(255 205 210 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/20{--tw-gradient-from: rgb(255 205 210 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/25{--tw-gradient-from: rgb(255 205 210 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/30{--tw-gradient-from: rgb(255 205 210 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/35{--tw-gradient-from: rgb(255 205 210 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/40{--tw-gradient-from: rgb(255 205 210 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/45{--tw-gradient-from: rgb(255 205 210 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/5{--tw-gradient-from: rgb(255 205 210 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/50{--tw-gradient-from: rgb(255 205 210 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/55{--tw-gradient-from: rgb(255 205 210 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/60{--tw-gradient-from: rgb(255 205 210 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/65{--tw-gradient-from: rgb(255 205 210 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/70{--tw-gradient-from: rgb(255 205 210 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/75{--tw-gradient-from: rgb(255 205 210 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/80{--tw-gradient-from: rgb(255 205 210 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/85{--tw-gradient-from: rgb(255 205 210 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/90{--tw-gradient-from: rgb(255 205 210 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100\/95{--tw-gradient-from: rgb(255 205 210 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 205 210 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200{--tw-gradient-from: #ef9a9a var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/0{--tw-gradient-from: rgb(239 154 154 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/10{--tw-gradient-from: rgb(239 154 154 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/100{--tw-gradient-from: rgb(239 154 154 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/15{--tw-gradient-from: rgb(239 154 154 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/20{--tw-gradient-from: rgb(239 154 154 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/25{--tw-gradient-from: rgb(239 154 154 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/30{--tw-gradient-from: rgb(239 154 154 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/35{--tw-gradient-from: rgb(239 154 154 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/40{--tw-gradient-from: rgb(239 154 154 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/45{--tw-gradient-from: rgb(239 154 154 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/5{--tw-gradient-from: rgb(239 154 154 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/50{--tw-gradient-from: rgb(239 154 154 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/55{--tw-gradient-from: rgb(239 154 154 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/60{--tw-gradient-from: rgb(239 154 154 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/65{--tw-gradient-from: rgb(239 154 154 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/70{--tw-gradient-from: rgb(239 154 154 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/75{--tw-gradient-from: rgb(239 154 154 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/80{--tw-gradient-from: rgb(239 154 154 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/85{--tw-gradient-from: rgb(239 154 154 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/90{--tw-gradient-from: rgb(239 154 154 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200\/95{--tw-gradient-from: rgb(239 154 154 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 154 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300{--tw-gradient-from: #e57373 var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/0{--tw-gradient-from: rgb(229 115 115 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/10{--tw-gradient-from: rgb(229 115 115 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/100{--tw-gradient-from: rgb(229 115 115 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/15{--tw-gradient-from: rgb(229 115 115 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/20{--tw-gradient-from: rgb(229 115 115 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/25{--tw-gradient-from: rgb(229 115 115 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/30{--tw-gradient-from: rgb(229 115 115 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/35{--tw-gradient-from: rgb(229 115 115 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/40{--tw-gradient-from: rgb(229 115 115 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/45{--tw-gradient-from: rgb(229 115 115 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/5{--tw-gradient-from: rgb(229 115 115 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/50{--tw-gradient-from: rgb(229 115 115 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/55{--tw-gradient-from: rgb(229 115 115 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/60{--tw-gradient-from: rgb(229 115 115 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/65{--tw-gradient-from: rgb(229 115 115 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/70{--tw-gradient-from: rgb(229 115 115 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/75{--tw-gradient-from: rgb(229 115 115 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/80{--tw-gradient-from: rgb(229 115 115 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/85{--tw-gradient-from: rgb(229 115 115 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/90{--tw-gradient-from: rgb(229 115 115 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-300\/95{--tw-gradient-from: rgb(229 115 115 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400{--tw-gradient-from: #ef5350 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/0{--tw-gradient-from: rgb(239 83 80 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/10{--tw-gradient-from: rgb(239 83 80 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/100{--tw-gradient-from: rgb(239 83 80 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/15{--tw-gradient-from: rgb(239 83 80 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/20{--tw-gradient-from: rgb(239 83 80 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/25{--tw-gradient-from: rgb(239 83 80 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/30{--tw-gradient-from: rgb(239 83 80 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/35{--tw-gradient-from: rgb(239 83 80 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/40{--tw-gradient-from: rgb(239 83 80 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/45{--tw-gradient-from: rgb(239 83 80 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/5{--tw-gradient-from: rgb(239 83 80 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/50{--tw-gradient-from: rgb(239 83 80 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/55{--tw-gradient-from: rgb(239 83 80 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/60{--tw-gradient-from: rgb(239 83 80 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/65{--tw-gradient-from: rgb(239 83 80 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/70{--tw-gradient-from: rgb(239 83 80 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/75{--tw-gradient-from: rgb(239 83 80 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/80{--tw-gradient-from: rgb(239 83 80 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/85{--tw-gradient-from: rgb(239 83 80 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/90{--tw-gradient-from: rgb(239 83 80 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400\/95{--tw-gradient-from: rgb(239 83 80 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 83 80 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #f44336 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/0{--tw-gradient-from: rgb(244 67 54 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/10{--tw-gradient-from: rgb(244 67 54 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/100{--tw-gradient-from: rgb(244 67 54 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/15{--tw-gradient-from: rgb(244 67 54 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from: rgb(244 67 54 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/25{--tw-gradient-from: rgb(244 67 54 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/30{--tw-gradient-from: rgb(244 67 54 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/35{--tw-gradient-from: rgb(244 67 54 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/40{--tw-gradient-from: rgb(244 67 54 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/45{--tw-gradient-from: rgb(244 67 54 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/5{--tw-gradient-from: rgb(244 67 54 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/50{--tw-gradient-from: rgb(244 67 54 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/55{--tw-gradient-from: rgb(244 67 54 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/60{--tw-gradient-from: rgb(244 67 54 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/65{--tw-gradient-from: rgb(244 67 54 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/70{--tw-gradient-from: rgb(244 67 54 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/75{--tw-gradient-from: rgb(244 67 54 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/80{--tw-gradient-from: rgb(244 67 54 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/85{--tw-gradient-from: rgb(244 67 54 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/90{--tw-gradient-from: rgb(244 67 54 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/95{--tw-gradient-from: rgb(244 67 54 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 67 54 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #e53935 var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/0{--tw-gradient-from: rgb(229 57 53 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/10{--tw-gradient-from: rgb(229 57 53 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/100{--tw-gradient-from: rgb(229 57 53 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/15{--tw-gradient-from: rgb(229 57 53 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/20{--tw-gradient-from: rgb(229 57 53 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/25{--tw-gradient-from: rgb(229 57 53 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/30{--tw-gradient-from: rgb(229 57 53 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/35{--tw-gradient-from: rgb(229 57 53 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/40{--tw-gradient-from: rgb(229 57 53 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/45{--tw-gradient-from: rgb(229 57 53 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/5{--tw-gradient-from: rgb(229 57 53 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/50{--tw-gradient-from: rgb(229 57 53 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/55{--tw-gradient-from: rgb(229 57 53 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/60{--tw-gradient-from: rgb(229 57 53 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/65{--tw-gradient-from: rgb(229 57 53 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/70{--tw-gradient-from: rgb(229 57 53 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/75{--tw-gradient-from: rgb(229 57 53 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/80{--tw-gradient-from: rgb(229 57 53 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/85{--tw-gradient-from: rgb(229 57 53 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/90{--tw-gradient-from: rgb(229 57 53 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600\/95{--tw-gradient-from: rgb(229 57 53 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700{--tw-gradient-from: #d32f2f var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/0{--tw-gradient-from: rgb(211 47 47 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/10{--tw-gradient-from: rgb(211 47 47 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/100{--tw-gradient-from: rgb(211 47 47 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/15{--tw-gradient-from: rgb(211 47 47 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/20{--tw-gradient-from: rgb(211 47 47 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/25{--tw-gradient-from: rgb(211 47 47 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/30{--tw-gradient-from: rgb(211 47 47 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/35{--tw-gradient-from: rgb(211 47 47 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/40{--tw-gradient-from: rgb(211 47 47 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/45{--tw-gradient-from: rgb(211 47 47 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/5{--tw-gradient-from: rgb(211 47 47 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/50{--tw-gradient-from: rgb(211 47 47 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/55{--tw-gradient-from: rgb(211 47 47 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/60{--tw-gradient-from: rgb(211 47 47 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/65{--tw-gradient-from: rgb(211 47 47 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/70{--tw-gradient-from: rgb(211 47 47 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/75{--tw-gradient-from: rgb(211 47 47 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/80{--tw-gradient-from: rgb(211 47 47 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/85{--tw-gradient-from: rgb(211 47 47 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/90{--tw-gradient-from: rgb(211 47 47 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-700\/95{--tw-gradient-from: rgb(211 47 47 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(211 47 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800{--tw-gradient-from: #c62828 var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/0{--tw-gradient-from: rgb(198 40 40 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/10{--tw-gradient-from: rgb(198 40 40 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/100{--tw-gradient-from: rgb(198 40 40 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/15{--tw-gradient-from: rgb(198 40 40 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/20{--tw-gradient-from: rgb(198 40 40 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/25{--tw-gradient-from: rgb(198 40 40 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/30{--tw-gradient-from: rgb(198 40 40 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/35{--tw-gradient-from: rgb(198 40 40 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/40{--tw-gradient-from: rgb(198 40 40 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/45{--tw-gradient-from: rgb(198 40 40 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/5{--tw-gradient-from: rgb(198 40 40 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/50{--tw-gradient-from: rgb(198 40 40 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/55{--tw-gradient-from: rgb(198 40 40 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/60{--tw-gradient-from: rgb(198 40 40 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/65{--tw-gradient-from: rgb(198 40 40 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/70{--tw-gradient-from: rgb(198 40 40 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/75{--tw-gradient-from: rgb(198 40 40 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/80{--tw-gradient-from: rgb(198 40 40 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/85{--tw-gradient-from: rgb(198 40 40 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/90{--tw-gradient-from: rgb(198 40 40 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-800\/95{--tw-gradient-from: rgb(198 40 40 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(198 40 40 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900{--tw-gradient-from: #b71c1c var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/0{--tw-gradient-from: rgb(183 28 28 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/10{--tw-gradient-from: rgb(183 28 28 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/100{--tw-gradient-from: rgb(183 28 28 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/15{--tw-gradient-from: rgb(183 28 28 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/20{--tw-gradient-from: rgb(183 28 28 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/25{--tw-gradient-from: rgb(183 28 28 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/30{--tw-gradient-from: rgb(183 28 28 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/35{--tw-gradient-from: rgb(183 28 28 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/40{--tw-gradient-from: rgb(183 28 28 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/45{--tw-gradient-from: rgb(183 28 28 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/5{--tw-gradient-from: rgb(183 28 28 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/50{--tw-gradient-from: rgb(183 28 28 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/55{--tw-gradient-from: rgb(183 28 28 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/60{--tw-gradient-from: rgb(183 28 28 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/65{--tw-gradient-from: rgb(183 28 28 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/70{--tw-gradient-from: rgb(183 28 28 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/75{--tw-gradient-from: rgb(183 28 28 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/80{--tw-gradient-from: rgb(183 28 28 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/85{--tw-gradient-from: rgb(183 28 28 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/90{--tw-gradient-from: rgb(183 28 28 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-900\/95{--tw-gradient-from: rgb(183 28 28 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(183 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100{--tw-gradient-from: #b2dfdb var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/0{--tw-gradient-from: rgb(178 223 219 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/10{--tw-gradient-from: rgb(178 223 219 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/100{--tw-gradient-from: rgb(178 223 219 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/15{--tw-gradient-from: rgb(178 223 219 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/20{--tw-gradient-from: rgb(178 223 219 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/25{--tw-gradient-from: rgb(178 223 219 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/30{--tw-gradient-from: rgb(178 223 219 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/35{--tw-gradient-from: rgb(178 223 219 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/40{--tw-gradient-from: rgb(178 223 219 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/45{--tw-gradient-from: rgb(178 223 219 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/5{--tw-gradient-from: rgb(178 223 219 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/50{--tw-gradient-from: rgb(178 223 219 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/55{--tw-gradient-from: rgb(178 223 219 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/60{--tw-gradient-from: rgb(178 223 219 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/65{--tw-gradient-from: rgb(178 223 219 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/70{--tw-gradient-from: rgb(178 223 219 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/75{--tw-gradient-from: rgb(178 223 219 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/80{--tw-gradient-from: rgb(178 223 219 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/85{--tw-gradient-from: rgb(178 223 219 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/90{--tw-gradient-from: rgb(178 223 219 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100\/95{--tw-gradient-from: rgb(178 223 219 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(178 223 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #80cbc4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/0{--tw-gradient-from: rgb(128 203 196 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/10{--tw-gradient-from: rgb(128 203 196 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/100{--tw-gradient-from: rgb(128 203 196 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/15{--tw-gradient-from: rgb(128 203 196 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/20{--tw-gradient-from: rgb(128 203 196 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/25{--tw-gradient-from: rgb(128 203 196 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/30{--tw-gradient-from: rgb(128 203 196 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/35{--tw-gradient-from: rgb(128 203 196 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/40{--tw-gradient-from: rgb(128 203 196 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/45{--tw-gradient-from: rgb(128 203 196 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/5{--tw-gradient-from: rgb(128 203 196 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/50{--tw-gradient-from: rgb(128 203 196 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/55{--tw-gradient-from: rgb(128 203 196 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/60{--tw-gradient-from: rgb(128 203 196 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/65{--tw-gradient-from: rgb(128 203 196 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/70{--tw-gradient-from: rgb(128 203 196 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/75{--tw-gradient-from: rgb(128 203 196 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/80{--tw-gradient-from: rgb(128 203 196 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/85{--tw-gradient-from: rgb(128 203 196 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/90{--tw-gradient-from: rgb(128 203 196 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200\/95{--tw-gradient-from: rgb(128 203 196 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(128 203 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from: #4db6ac var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/0{--tw-gradient-from: rgb(77 182 172 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/10{--tw-gradient-from: rgb(77 182 172 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/100{--tw-gradient-from: rgb(77 182 172 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/15{--tw-gradient-from: rgb(77 182 172 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/20{--tw-gradient-from: rgb(77 182 172 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/25{--tw-gradient-from: rgb(77 182 172 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/30{--tw-gradient-from: rgb(77 182 172 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/35{--tw-gradient-from: rgb(77 182 172 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/40{--tw-gradient-from: rgb(77 182 172 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/45{--tw-gradient-from: rgb(77 182 172 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/5{--tw-gradient-from: rgb(77 182 172 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/50{--tw-gradient-from: rgb(77 182 172 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/55{--tw-gradient-from: rgb(77 182 172 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/60{--tw-gradient-from: rgb(77 182 172 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/65{--tw-gradient-from: rgb(77 182 172 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/70{--tw-gradient-from: rgb(77 182 172 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/75{--tw-gradient-from: rgb(77 182 172 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/80{--tw-gradient-from: rgb(77 182 172 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/85{--tw-gradient-from: rgb(77 182 172 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/90{--tw-gradient-from: rgb(77 182 172 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300\/95{--tw-gradient-from: rgb(77 182 172 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 182 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from: #26a69a var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/0{--tw-gradient-from: rgb(38 166 154 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/10{--tw-gradient-from: rgb(38 166 154 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/100{--tw-gradient-from: rgb(38 166 154 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/15{--tw-gradient-from: rgb(38 166 154 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/20{--tw-gradient-from: rgb(38 166 154 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/25{--tw-gradient-from: rgb(38 166 154 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/30{--tw-gradient-from: rgb(38 166 154 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/35{--tw-gradient-from: rgb(38 166 154 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/40{--tw-gradient-from: rgb(38 166 154 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/45{--tw-gradient-from: rgb(38 166 154 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/5{--tw-gradient-from: rgb(38 166 154 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/50{--tw-gradient-from: rgb(38 166 154 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/55{--tw-gradient-from: rgb(38 166 154 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/60{--tw-gradient-from: rgb(38 166 154 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/65{--tw-gradient-from: rgb(38 166 154 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/70{--tw-gradient-from: rgb(38 166 154 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/75{--tw-gradient-from: rgb(38 166 154 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/80{--tw-gradient-from: rgb(38 166 154 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/85{--tw-gradient-from: rgb(38 166 154 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/90{--tw-gradient-from: rgb(38 166 154 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400\/95{--tw-gradient-from: rgb(38 166 154 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(38 166 154 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #009688 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/0{--tw-gradient-from: rgb(0 150 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/10{--tw-gradient-from: rgb(0 150 136 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/100{--tw-gradient-from: rgb(0 150 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/15{--tw-gradient-from: rgb(0 150 136 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/20{--tw-gradient-from: rgb(0 150 136 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/25{--tw-gradient-from: rgb(0 150 136 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/30{--tw-gradient-from: rgb(0 150 136 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/35{--tw-gradient-from: rgb(0 150 136 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/40{--tw-gradient-from: rgb(0 150 136 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/45{--tw-gradient-from: rgb(0 150 136 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/5{--tw-gradient-from: rgb(0 150 136 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/50{--tw-gradient-from: rgb(0 150 136 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/55{--tw-gradient-from: rgb(0 150 136 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/60{--tw-gradient-from: rgb(0 150 136 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/65{--tw-gradient-from: rgb(0 150 136 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/70{--tw-gradient-from: rgb(0 150 136 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/75{--tw-gradient-from: rgb(0 150 136 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/80{--tw-gradient-from: rgb(0 150 136 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/85{--tw-gradient-from: rgb(0 150 136 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/90{--tw-gradient-from: rgb(0 150 136 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500\/95{--tw-gradient-from: rgb(0 150 136 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 150 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from: #00897b var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/0{--tw-gradient-from: rgb(0 137 123 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/10{--tw-gradient-from: rgb(0 137 123 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/100{--tw-gradient-from: rgb(0 137 123 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/15{--tw-gradient-from: rgb(0 137 123 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/20{--tw-gradient-from: rgb(0 137 123 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/25{--tw-gradient-from: rgb(0 137 123 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/30{--tw-gradient-from: rgb(0 137 123 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/35{--tw-gradient-from: rgb(0 137 123 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/40{--tw-gradient-from: rgb(0 137 123 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/45{--tw-gradient-from: rgb(0 137 123 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/5{--tw-gradient-from: rgb(0 137 123 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/50{--tw-gradient-from: rgb(0 137 123 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/55{--tw-gradient-from: rgb(0 137 123 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/60{--tw-gradient-from: rgb(0 137 123 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/65{--tw-gradient-from: rgb(0 137 123 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/70{--tw-gradient-from: rgb(0 137 123 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/75{--tw-gradient-from: rgb(0 137 123 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/80{--tw-gradient-from: rgb(0 137 123 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/85{--tw-gradient-from: rgb(0 137 123 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/90{--tw-gradient-from: rgb(0 137 123 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600\/95{--tw-gradient-from: rgb(0 137 123 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 137 123 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700{--tw-gradient-from: #00796b var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/0{--tw-gradient-from: rgb(0 121 107 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/10{--tw-gradient-from: rgb(0 121 107 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/100{--tw-gradient-from: rgb(0 121 107 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/15{--tw-gradient-from: rgb(0 121 107 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/20{--tw-gradient-from: rgb(0 121 107 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/25{--tw-gradient-from: rgb(0 121 107 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/30{--tw-gradient-from: rgb(0 121 107 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/35{--tw-gradient-from: rgb(0 121 107 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/40{--tw-gradient-from: rgb(0 121 107 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/45{--tw-gradient-from: rgb(0 121 107 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/5{--tw-gradient-from: rgb(0 121 107 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/50{--tw-gradient-from: rgb(0 121 107 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/55{--tw-gradient-from: rgb(0 121 107 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/60{--tw-gradient-from: rgb(0 121 107 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/65{--tw-gradient-from: rgb(0 121 107 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/70{--tw-gradient-from: rgb(0 121 107 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/75{--tw-gradient-from: rgb(0 121 107 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/80{--tw-gradient-from: rgb(0 121 107 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/85{--tw-gradient-from: rgb(0 121 107 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/90{--tw-gradient-from: rgb(0 121 107 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-700\/95{--tw-gradient-from: rgb(0 121 107 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 121 107 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800{--tw-gradient-from: #00695c var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/0{--tw-gradient-from: rgb(0 105 92 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/10{--tw-gradient-from: rgb(0 105 92 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/100{--tw-gradient-from: rgb(0 105 92 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/15{--tw-gradient-from: rgb(0 105 92 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/20{--tw-gradient-from: rgb(0 105 92 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/25{--tw-gradient-from: rgb(0 105 92 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/30{--tw-gradient-from: rgb(0 105 92 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/35{--tw-gradient-from: rgb(0 105 92 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/40{--tw-gradient-from: rgb(0 105 92 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/45{--tw-gradient-from: rgb(0 105 92 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/5{--tw-gradient-from: rgb(0 105 92 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/50{--tw-gradient-from: rgb(0 105 92 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/55{--tw-gradient-from: rgb(0 105 92 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/60{--tw-gradient-from: rgb(0 105 92 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/65{--tw-gradient-from: rgb(0 105 92 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/70{--tw-gradient-from: rgb(0 105 92 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/75{--tw-gradient-from: rgb(0 105 92 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/80{--tw-gradient-from: rgb(0 105 92 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/85{--tw-gradient-from: rgb(0 105 92 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/90{--tw-gradient-from: rgb(0 105 92 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-800\/95{--tw-gradient-from: rgb(0 105 92 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 105 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900{--tw-gradient-from: #004d40 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/0{--tw-gradient-from: rgb(0 77 64 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/10{--tw-gradient-from: rgb(0 77 64 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/100{--tw-gradient-from: rgb(0 77 64 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/15{--tw-gradient-from: rgb(0 77 64 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/20{--tw-gradient-from: rgb(0 77 64 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/25{--tw-gradient-from: rgb(0 77 64 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/30{--tw-gradient-from: rgb(0 77 64 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/35{--tw-gradient-from: rgb(0 77 64 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/40{--tw-gradient-from: rgb(0 77 64 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/45{--tw-gradient-from: rgb(0 77 64 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/5{--tw-gradient-from: rgb(0 77 64 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/50{--tw-gradient-from: rgb(0 77 64 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/55{--tw-gradient-from: rgb(0 77 64 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/60{--tw-gradient-from: rgb(0 77 64 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/65{--tw-gradient-from: rgb(0 77 64 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/70{--tw-gradient-from: rgb(0 77 64 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/75{--tw-gradient-from: rgb(0 77 64 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/80{--tw-gradient-from: rgb(0 77 64 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/85{--tw-gradient-from: rgb(0 77 64 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/90{--tw-gradient-from: rgb(0 77 64 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-900\/95{--tw-gradient-from: rgb(0 77 64 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 77 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100{--tw-gradient-from: #fff9c4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/0{--tw-gradient-from: rgb(255 249 196 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/10{--tw-gradient-from: rgb(255 249 196 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/100{--tw-gradient-from: rgb(255 249 196 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/15{--tw-gradient-from: rgb(255 249 196 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/20{--tw-gradient-from: rgb(255 249 196 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/25{--tw-gradient-from: rgb(255 249 196 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/30{--tw-gradient-from: rgb(255 249 196 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/35{--tw-gradient-from: rgb(255 249 196 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/40{--tw-gradient-from: rgb(255 249 196 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/45{--tw-gradient-from: rgb(255 249 196 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/5{--tw-gradient-from: rgb(255 249 196 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/50{--tw-gradient-from: rgb(255 249 196 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/55{--tw-gradient-from: rgb(255 249 196 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/60{--tw-gradient-from: rgb(255 249 196 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/65{--tw-gradient-from: rgb(255 249 196 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/70{--tw-gradient-from: rgb(255 249 196 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/75{--tw-gradient-from: rgb(255 249 196 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/80{--tw-gradient-from: rgb(255 249 196 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/85{--tw-gradient-from: rgb(255 249 196 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/90{--tw-gradient-from: rgb(255 249 196 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/95{--tw-gradient-from: rgb(255 249 196 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 249 196 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from: #fff59d var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/0{--tw-gradient-from: rgb(255 245 157 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/10{--tw-gradient-from: rgb(255 245 157 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/100{--tw-gradient-from: rgb(255 245 157 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/15{--tw-gradient-from: rgb(255 245 157 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/20{--tw-gradient-from: rgb(255 245 157 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/25{--tw-gradient-from: rgb(255 245 157 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/30{--tw-gradient-from: rgb(255 245 157 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/35{--tw-gradient-from: rgb(255 245 157 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/40{--tw-gradient-from: rgb(255 245 157 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/45{--tw-gradient-from: rgb(255 245 157 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/5{--tw-gradient-from: rgb(255 245 157 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/50{--tw-gradient-from: rgb(255 245 157 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/55{--tw-gradient-from: rgb(255 245 157 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/60{--tw-gradient-from: rgb(255 245 157 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/65{--tw-gradient-from: rgb(255 245 157 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/70{--tw-gradient-from: rgb(255 245 157 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/75{--tw-gradient-from: rgb(255 245 157 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/80{--tw-gradient-from: rgb(255 245 157 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/85{--tw-gradient-from: rgb(255 245 157 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/90{--tw-gradient-from: rgb(255 245 157 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/95{--tw-gradient-from: rgb(255 245 157 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 245 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from: #fff176 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/0{--tw-gradient-from: rgb(255 241 118 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/10{--tw-gradient-from: rgb(255 241 118 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/100{--tw-gradient-from: rgb(255 241 118 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/15{--tw-gradient-from: rgb(255 241 118 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/20{--tw-gradient-from: rgb(255 241 118 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/25{--tw-gradient-from: rgb(255 241 118 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/30{--tw-gradient-from: rgb(255 241 118 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/35{--tw-gradient-from: rgb(255 241 118 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/40{--tw-gradient-from: rgb(255 241 118 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/45{--tw-gradient-from: rgb(255 241 118 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/5{--tw-gradient-from: rgb(255 241 118 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/50{--tw-gradient-from: rgb(255 241 118 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/55{--tw-gradient-from: rgb(255 241 118 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/60{--tw-gradient-from: rgb(255 241 118 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/65{--tw-gradient-from: rgb(255 241 118 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/70{--tw-gradient-from: rgb(255 241 118 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/75{--tw-gradient-from: rgb(255 241 118 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/80{--tw-gradient-from: rgb(255 241 118 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/85{--tw-gradient-from: rgb(255 241 118 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/90{--tw-gradient-from: rgb(255 241 118 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/95{--tw-gradient-from: rgb(255 241 118 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 241 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #ffee58 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/0{--tw-gradient-from: rgb(255 238 88 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/10{--tw-gradient-from: rgb(255 238 88 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/100{--tw-gradient-from: rgb(255 238 88 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/15{--tw-gradient-from: rgb(255 238 88 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/20{--tw-gradient-from: rgb(255 238 88 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/25{--tw-gradient-from: rgb(255 238 88 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/30{--tw-gradient-from: rgb(255 238 88 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/35{--tw-gradient-from: rgb(255 238 88 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/40{--tw-gradient-from: rgb(255 238 88 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/45{--tw-gradient-from: rgb(255 238 88 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/5{--tw-gradient-from: rgb(255 238 88 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/50{--tw-gradient-from: rgb(255 238 88 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/55{--tw-gradient-from: rgb(255 238 88 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/60{--tw-gradient-from: rgb(255 238 88 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/65{--tw-gradient-from: rgb(255 238 88 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/70{--tw-gradient-from: rgb(255 238 88 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/75{--tw-gradient-from: rgb(255 238 88 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/80{--tw-gradient-from: rgb(255 238 88 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/85{--tw-gradient-from: rgb(255 238 88 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/90{--tw-gradient-from: rgb(255 238 88 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/95{--tw-gradient-from: rgb(255 238 88 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 238 88 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #ffeb3b var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/0{--tw-gradient-from: rgb(255 235 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from: rgb(255 235 59 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/100{--tw-gradient-from: rgb(255 235 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/15{--tw-gradient-from: rgb(255 235 59 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(255 235 59 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/25{--tw-gradient-from: rgb(255 235 59 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/30{--tw-gradient-from: rgb(255 235 59 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/35{--tw-gradient-from: rgb(255 235 59 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/40{--tw-gradient-from: rgb(255 235 59 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/45{--tw-gradient-from: rgb(255 235 59 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from: rgb(255 235 59 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/50{--tw-gradient-from: rgb(255 235 59 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/55{--tw-gradient-from: rgb(255 235 59 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/60{--tw-gradient-from: rgb(255 235 59 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/65{--tw-gradient-from: rgb(255 235 59 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/70{--tw-gradient-from: rgb(255 235 59 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/75{--tw-gradient-from: rgb(255 235 59 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/80{--tw-gradient-from: rgb(255 235 59 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/85{--tw-gradient-from: rgb(255 235 59 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/90{--tw-gradient-from: rgb(255 235 59 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/95{--tw-gradient-from: rgb(255 235 59 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600{--tw-gradient-from: #fdd835 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/0{--tw-gradient-from: rgb(253 216 53 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/10{--tw-gradient-from: rgb(253 216 53 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/100{--tw-gradient-from: rgb(253 216 53 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/15{--tw-gradient-from: rgb(253 216 53 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/20{--tw-gradient-from: rgb(253 216 53 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/25{--tw-gradient-from: rgb(253 216 53 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/30{--tw-gradient-from: rgb(253 216 53 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/35{--tw-gradient-from: rgb(253 216 53 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/40{--tw-gradient-from: rgb(253 216 53 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/45{--tw-gradient-from: rgb(253 216 53 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/5{--tw-gradient-from: rgb(253 216 53 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/50{--tw-gradient-from: rgb(253 216 53 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/55{--tw-gradient-from: rgb(253 216 53 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/60{--tw-gradient-from: rgb(253 216 53 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/65{--tw-gradient-from: rgb(253 216 53 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/70{--tw-gradient-from: rgb(253 216 53 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/75{--tw-gradient-from: rgb(253 216 53 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/80{--tw-gradient-from: rgb(253 216 53 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/85{--tw-gradient-from: rgb(253 216 53 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/90{--tw-gradient-from: rgb(253 216 53 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/95{--tw-gradient-from: rgb(253 216 53 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 216 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700{--tw-gradient-from: #fbc02d var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/0{--tw-gradient-from: rgb(251 192 45 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/10{--tw-gradient-from: rgb(251 192 45 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/100{--tw-gradient-from: rgb(251 192 45 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/15{--tw-gradient-from: rgb(251 192 45 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/20{--tw-gradient-from: rgb(251 192 45 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/25{--tw-gradient-from: rgb(251 192 45 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/30{--tw-gradient-from: rgb(251 192 45 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/35{--tw-gradient-from: rgb(251 192 45 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/40{--tw-gradient-from: rgb(251 192 45 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/45{--tw-gradient-from: rgb(251 192 45 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/5{--tw-gradient-from: rgb(251 192 45 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/50{--tw-gradient-from: rgb(251 192 45 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/55{--tw-gradient-from: rgb(251 192 45 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/60{--tw-gradient-from: rgb(251 192 45 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/65{--tw-gradient-from: rgb(251 192 45 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/70{--tw-gradient-from: rgb(251 192 45 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/75{--tw-gradient-from: rgb(251 192 45 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/80{--tw-gradient-from: rgb(251 192 45 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/85{--tw-gradient-from: rgb(251 192 45 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/90{--tw-gradient-from: rgb(251 192 45 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-700\/95{--tw-gradient-from: rgb(251 192 45 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 192 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800{--tw-gradient-from: #f9a825 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/0{--tw-gradient-from: rgb(249 168 37 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/10{--tw-gradient-from: rgb(249 168 37 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/100{--tw-gradient-from: rgb(249 168 37 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/15{--tw-gradient-from: rgb(249 168 37 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/20{--tw-gradient-from: rgb(249 168 37 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/25{--tw-gradient-from: rgb(249 168 37 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/30{--tw-gradient-from: rgb(249 168 37 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/35{--tw-gradient-from: rgb(249 168 37 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/40{--tw-gradient-from: rgb(249 168 37 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/45{--tw-gradient-from: rgb(249 168 37 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/5{--tw-gradient-from: rgb(249 168 37 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/50{--tw-gradient-from: rgb(249 168 37 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/55{--tw-gradient-from: rgb(249 168 37 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/60{--tw-gradient-from: rgb(249 168 37 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/65{--tw-gradient-from: rgb(249 168 37 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/70{--tw-gradient-from: rgb(249 168 37 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/75{--tw-gradient-from: rgb(249 168 37 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/80{--tw-gradient-from: rgb(249 168 37 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/85{--tw-gradient-from: rgb(249 168 37 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/90{--tw-gradient-from: rgb(249 168 37 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/95{--tw-gradient-from: rgb(249 168 37 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900{--tw-gradient-from: #f57f17 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/0{--tw-gradient-from: rgb(245 127 23 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/10{--tw-gradient-from: rgb(245 127 23 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/100{--tw-gradient-from: rgb(245 127 23 / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/15{--tw-gradient-from: rgb(245 127 23 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/20{--tw-gradient-from: rgb(245 127 23 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/25{--tw-gradient-from: rgb(245 127 23 / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/30{--tw-gradient-from: rgb(245 127 23 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/35{--tw-gradient-from: rgb(245 127 23 / .35) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/40{--tw-gradient-from: rgb(245 127 23 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/45{--tw-gradient-from: rgb(245 127 23 / .45) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/5{--tw-gradient-from: rgb(245 127 23 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/50{--tw-gradient-from: rgb(245 127 23 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/55{--tw-gradient-from: rgb(245 127 23 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/60{--tw-gradient-from: rgb(245 127 23 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/65{--tw-gradient-from: rgb(245 127 23 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/70{--tw-gradient-from: rgb(245 127 23 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/75{--tw-gradient-from: rgb(245 127 23 / .75) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/80{--tw-gradient-from: rgb(245 127 23 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/85{--tw-gradient-from: rgb(245 127 23 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/90{--tw-gradient-from: rgb(245 127 23 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-900\/95{--tw-gradient-from: rgb(245 127 23 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 127 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-gray-400{--tw-gradient-to: rgb(189 189 189 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bdbdbd var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-400{--tw-gradient-to: #ffca28 var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #bbdefb var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #42a5f5 var(--tw-gradient-to-position)}.to-blue-gray-400{--tw-gradient-to: #78909c var(--tw-gradient-to-position)}.to-brown-400{--tw-gradient-to: #8d6e63 var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #26c6da var(--tw-gradient-to-position)}.to-deep-orange-400{--tw-gradient-to: #ff7043 var(--tw-gradient-to-position)}.to-deep-purple-400{--tw-gradient-to: #7e57c2 var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to: #bdbdbd var(--tw-gradient-to-position)}.to-gray-800{--tw-gradient-to: #424242 var(--tw-gradient-to-position)}.to-green-400{--tw-gradient-to: #66bb6a var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #c5cae9 var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to: #5c6bc0 var(--tw-gradient-to-position)}.to-light-blue-400{--tw-gradient-to: #29b6f6 var(--tw-gradient-to-position)}.to-light-green-400{--tw-gradient-to: #9ccc65 var(--tw-gradient-to-position)}.to-lime-400{--tw-gradient-to: #d4e157 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #ffa726 var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to: #ec407a var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fce4ec var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #e91e63 var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to: #ab47bc var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to: #ef5350 var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to: #26a69a var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #ffffff var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to: #ffee58 var(--tw-gradient-to-position)}.bg-clip-border{background-clip:border-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-gray-400{fill:#bdbdbd}.fill-gray-500{fill:#9e9e9e}.fill-gray-700{fill:#616161}.stroke-2{stroke-width:2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-11{padding:2.75rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-px{padding-left:1px;padding-right:1px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pr-7{padding-right:1.75rem!important}.\!pr-9{padding-right:2.25rem!important}.pb-0{padding-bottom:0}.pb-1\.5{padding-bottom:.375rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-\[9px\]{padding-top:9px}.pt-px{padding-top:1px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-sans{font-family:Roboto,sans-serif}.font-serif{font-family:Roboto Slab,serif}.\!text-\[11px\]{font-size:11px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.65rem\]{font-size:.65rem}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.normal-case{text-transform:none}.italic{font-style:italic}.\!leading-tight{line-height:1.25!important}.leading-\[1\.3\]{line-height:1.3}.leading-\[3\.75\]{line-height:3.75}.leading-\[4\.1\]{line-height:4.1}.leading-\[4\.25\]{line-height:4.25}.leading-\[4\.875\]{line-height:4.875}.leading-\[4rem\]{line-height:4rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-amber-500{--tw-text-opacity: 1;color:rgb(255 193 7 / var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity: 1;color:rgb(255 160 0 / var(--tw-text-opacity))}.text-amber-900{--tw-text-opacity: 1;color:rgb(255 111 0 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(187 222 251 / var(--tw-text-opacity))}.text-blue-100\/0{color:#bbdefb00}.text-blue-100\/10{color:#bbdefb1a}.text-blue-100\/100{color:#bbdefb}.text-blue-100\/15{color:#bbdefb26}.text-blue-100\/20{color:#bbdefb33}.text-blue-100\/25{color:#bbdefb40}.text-blue-100\/30{color:#bbdefb4d}.text-blue-100\/35{color:#bbdefb59}.text-blue-100\/40{color:#bbdefb66}.text-blue-100\/45{color:#bbdefb73}.text-blue-100\/5{color:#bbdefb0d}.text-blue-100\/50{color:#bbdefb80}.text-blue-100\/55{color:#bbdefb8c}.text-blue-100\/60{color:#bbdefb99}.text-blue-100\/65{color:#bbdefba6}.text-blue-100\/70{color:#bbdefbb3}.text-blue-100\/75{color:#bbdefbbf}.text-blue-100\/80{color:#bbdefbcc}.text-blue-100\/85{color:#bbdefbd9}.text-blue-100\/90{color:#bbdefbe6}.text-blue-100\/95{color:#bbdefbf2}.text-blue-200{--tw-text-opacity: 1;color:rgb(144 202 249 / var(--tw-text-opacity))}.text-blue-200\/0{color:#90caf900}.text-blue-200\/10{color:#90caf91a}.text-blue-200\/100{color:#90caf9}.text-blue-200\/15{color:#90caf926}.text-blue-200\/20{color:#90caf933}.text-blue-200\/25{color:#90caf940}.text-blue-200\/30{color:#90caf94d}.text-blue-200\/35{color:#90caf959}.text-blue-200\/40{color:#90caf966}.text-blue-200\/45{color:#90caf973}.text-blue-200\/5{color:#90caf90d}.text-blue-200\/50{color:#90caf980}.text-blue-200\/55{color:#90caf98c}.text-blue-200\/60{color:#90caf999}.text-blue-200\/65{color:#90caf9a6}.text-blue-200\/70{color:#90caf9b3}.text-blue-200\/75{color:#90caf9bf}.text-blue-200\/80{color:#90caf9cc}.text-blue-200\/85{color:#90caf9d9}.text-blue-200\/90{color:#90caf9e6}.text-blue-200\/95{color:#90caf9f2}.text-blue-300{--tw-text-opacity: 1;color:rgb(100 181 246 / var(--tw-text-opacity))}.text-blue-300\/0{color:#64b5f600}.text-blue-300\/10{color:#64b5f61a}.text-blue-300\/100{color:#64b5f6}.text-blue-300\/15{color:#64b5f626}.text-blue-300\/20{color:#64b5f633}.text-blue-300\/25{color:#64b5f640}.text-blue-300\/30{color:#64b5f64d}.text-blue-300\/35{color:#64b5f659}.text-blue-300\/40{color:#64b5f666}.text-blue-300\/45{color:#64b5f673}.text-blue-300\/5{color:#64b5f60d}.text-blue-300\/50{color:#64b5f680}.text-blue-300\/55{color:#64b5f68c}.text-blue-300\/60{color:#64b5f699}.text-blue-300\/65{color:#64b5f6a6}.text-blue-300\/70{color:#64b5f6b3}.text-blue-300\/75{color:#64b5f6bf}.text-blue-300\/80{color:#64b5f6cc}.text-blue-300\/85{color:#64b5f6d9}.text-blue-300\/90{color:#64b5f6e6}.text-blue-300\/95{color:#64b5f6f2}.text-blue-400{--tw-text-opacity: 1;color:rgb(66 165 245 / var(--tw-text-opacity))}.text-blue-400\/0{color:#42a5f500}.text-blue-400\/10{color:#42a5f51a}.text-blue-400\/100{color:#42a5f5}.text-blue-400\/15{color:#42a5f526}.text-blue-400\/20{color:#42a5f533}.text-blue-400\/25{color:#42a5f540}.text-blue-400\/30{color:#42a5f54d}.text-blue-400\/35{color:#42a5f559}.text-blue-400\/40{color:#42a5f566}.text-blue-400\/45{color:#42a5f573}.text-blue-400\/5{color:#42a5f50d}.text-blue-400\/50{color:#42a5f580}.text-blue-400\/55{color:#42a5f58c}.text-blue-400\/60{color:#42a5f599}.text-blue-400\/65{color:#42a5f5a6}.text-blue-400\/70{color:#42a5f5b3}.text-blue-400\/75{color:#42a5f5bf}.text-blue-400\/80{color:#42a5f5cc}.text-blue-400\/85{color:#42a5f5d9}.text-blue-400\/90{color:#42a5f5e6}.text-blue-400\/95{color:#42a5f5f2}.text-blue-500{--tw-text-opacity: 1;color:rgb(33 150 243 / var(--tw-text-opacity))}.text-blue-500\/0{color:#2196f300}.text-blue-500\/10{color:#2196f31a}.text-blue-500\/100{color:#2196f3}.text-blue-500\/15{color:#2196f326}.text-blue-500\/20{color:#2196f333}.text-blue-500\/25{color:#2196f340}.text-blue-500\/30{color:#2196f34d}.text-blue-500\/35{color:#2196f359}.text-blue-500\/40{color:#2196f366}.text-blue-500\/45{color:#2196f373}.text-blue-500\/5{color:#2196f30d}.text-blue-500\/50{color:#2196f380}.text-blue-500\/55{color:#2196f38c}.text-blue-500\/60{color:#2196f399}.text-blue-500\/65{color:#2196f3a6}.text-blue-500\/70{color:#2196f3b3}.text-blue-500\/75{color:#2196f3bf}.text-blue-500\/80{color:#2196f3cc}.text-blue-500\/85{color:#2196f3d9}.text-blue-500\/90{color:#2196f3e6}.text-blue-500\/95{color:#2196f3f2}.text-blue-600{--tw-text-opacity: 1;color:rgb(30 136 229 / var(--tw-text-opacity))}.text-blue-600\/0{color:#1e88e500}.text-blue-600\/10{color:#1e88e51a}.text-blue-600\/100{color:#1e88e5}.text-blue-600\/15{color:#1e88e526}.text-blue-600\/20{color:#1e88e533}.text-blue-600\/25{color:#1e88e540}.text-blue-600\/30{color:#1e88e54d}.text-blue-600\/35{color:#1e88e559}.text-blue-600\/40{color:#1e88e566}.text-blue-600\/45{color:#1e88e573}.text-blue-600\/5{color:#1e88e50d}.text-blue-600\/50{color:#1e88e580}.text-blue-600\/55{color:#1e88e58c}.text-blue-600\/60{color:#1e88e599}.text-blue-600\/65{color:#1e88e5a6}.text-blue-600\/70{color:#1e88e5b3}.text-blue-600\/75{color:#1e88e5bf}.text-blue-600\/80{color:#1e88e5cc}.text-blue-600\/85{color:#1e88e5d9}.text-blue-600\/90{color:#1e88e5e6}.text-blue-600\/95{color:#1e88e5f2}.text-blue-700{--tw-text-opacity: 1;color:rgb(25 118 210 / var(--tw-text-opacity))}.text-blue-700\/0{color:#1976d200}.text-blue-700\/10{color:#1976d21a}.text-blue-700\/100{color:#1976d2}.text-blue-700\/15{color:#1976d226}.text-blue-700\/20{color:#1976d233}.text-blue-700\/25{color:#1976d240}.text-blue-700\/30{color:#1976d24d}.text-blue-700\/35{color:#1976d259}.text-blue-700\/40{color:#1976d266}.text-blue-700\/45{color:#1976d273}.text-blue-700\/5{color:#1976d20d}.text-blue-700\/50{color:#1976d280}.text-blue-700\/55{color:#1976d28c}.text-blue-700\/60{color:#1976d299}.text-blue-700\/65{color:#1976d2a6}.text-blue-700\/70{color:#1976d2b3}.text-blue-700\/75{color:#1976d2bf}.text-blue-700\/80{color:#1976d2cc}.text-blue-700\/85{color:#1976d2d9}.text-blue-700\/90{color:#1976d2e6}.text-blue-700\/95{color:#1976d2f2}.text-blue-800{--tw-text-opacity: 1;color:rgb(21 101 192 / var(--tw-text-opacity))}.text-blue-800\/0{color:#1565c000}.text-blue-800\/10{color:#1565c01a}.text-blue-800\/100{color:#1565c0}.text-blue-800\/15{color:#1565c026}.text-blue-800\/20{color:#1565c033}.text-blue-800\/25{color:#1565c040}.text-blue-800\/30{color:#1565c04d}.text-blue-800\/35{color:#1565c059}.text-blue-800\/40{color:#1565c066}.text-blue-800\/45{color:#1565c073}.text-blue-800\/5{color:#1565c00d}.text-blue-800\/50{color:#1565c080}.text-blue-800\/55{color:#1565c08c}.text-blue-800\/60{color:#1565c099}.text-blue-800\/65{color:#1565c0a6}.text-blue-800\/70{color:#1565c0b3}.text-blue-800\/75{color:#1565c0bf}.text-blue-800\/80{color:#1565c0cc}.text-blue-800\/85{color:#1565c0d9}.text-blue-800\/90{color:#1565c0e6}.text-blue-800\/95{color:#1565c0f2}.text-blue-900{--tw-text-opacity: 1;color:rgb(13 71 161 / var(--tw-text-opacity))}.text-blue-900\/0{color:#0d47a100}.text-blue-900\/10{color:#0d47a11a}.text-blue-900\/100{color:#0d47a1}.text-blue-900\/15{color:#0d47a126}.text-blue-900\/20{color:#0d47a133}.text-blue-900\/25{color:#0d47a140}.text-blue-900\/30{color:#0d47a14d}.text-blue-900\/35{color:#0d47a159}.text-blue-900\/40{color:#0d47a166}.text-blue-900\/45{color:#0d47a173}.text-blue-900\/5{color:#0d47a10d}.text-blue-900\/50{color:#0d47a180}.text-blue-900\/55{color:#0d47a18c}.text-blue-900\/60{color:#0d47a199}.text-blue-900\/65{color:#0d47a1a6}.text-blue-900\/70{color:#0d47a1b3}.text-blue-900\/75{color:#0d47a1bf}.text-blue-900\/80{color:#0d47a1cc}.text-blue-900\/85{color:#0d47a1d9}.text-blue-900\/90{color:#0d47a1e6}.text-blue-900\/95{color:#0d47a1f2}.text-blue-gray-400{--tw-text-opacity: 1;color:rgb(120 144 156 / var(--tw-text-opacity))}.text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.text-blue-gray-700{--tw-text-opacity: 1;color:rgb(69 90 100 / var(--tw-text-opacity))}.text-blue-gray-900{--tw-text-opacity: 1;color:rgb(38 50 56 / var(--tw-text-opacity))}.text-brown-50{--tw-text-opacity: 1;color:rgb(239 235 233 / var(--tw-text-opacity))}.text-brown-500{--tw-text-opacity: 1;color:rgb(121 85 72 / var(--tw-text-opacity))}.text-brown-700{--tw-text-opacity: 1;color:rgb(93 64 55 / var(--tw-text-opacity))}.text-brown-900{--tw-text-opacity: 1;color:rgb(62 39 35 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-cyan-500{--tw-text-opacity: 1;color:rgb(0 188 212 / var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(0 151 167 / var(--tw-text-opacity))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(0 96 100 / var(--tw-text-opacity))}.text-deep-orange-500{--tw-text-opacity: 1;color:rgb(255 87 34 / var(--tw-text-opacity))}.text-deep-orange-700{--tw-text-opacity: 1;color:rgb(230 74 25 / var(--tw-text-opacity))}.text-deep-orange-800{--tw-text-opacity: 1;color:rgb(216 67 21 / var(--tw-text-opacity))}.text-deep-orange-900{--tw-text-opacity: 1;color:rgb(191 54 12 / var(--tw-text-opacity))}.text-deep-purple-500{--tw-text-opacity: 1;color:rgb(103 58 183 / var(--tw-text-opacity))}.text-deep-purple-700{--tw-text-opacity: 1;color:rgb(81 45 168 / var(--tw-text-opacity))}.text-deep-purple-900{--tw-text-opacity: 1;color:rgb(49 27 146 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.text-gray-100\/0{color:#f5f5f500}.text-gray-100\/10{color:#f5f5f51a}.text-gray-100\/100{color:#f5f5f5}.text-gray-100\/15{color:#f5f5f526}.text-gray-100\/20{color:#f5f5f533}.text-gray-100\/25{color:#f5f5f540}.text-gray-100\/30{color:#f5f5f54d}.text-gray-100\/35{color:#f5f5f559}.text-gray-100\/40{color:#f5f5f566}.text-gray-100\/45{color:#f5f5f573}.text-gray-100\/5{color:#f5f5f50d}.text-gray-100\/50{color:#f5f5f580}.text-gray-100\/55{color:#f5f5f58c}.text-gray-100\/60{color:#f5f5f599}.text-gray-100\/65{color:#f5f5f5a6}.text-gray-100\/70{color:#f5f5f5b3}.text-gray-100\/75{color:#f5f5f5bf}.text-gray-100\/80{color:#f5f5f5cc}.text-gray-100\/85{color:#f5f5f5d9}.text-gray-100\/90{color:#f5f5f5e6}.text-gray-100\/95{color:#f5f5f5f2}.text-gray-200{--tw-text-opacity: 1;color:rgb(238 238 238 / var(--tw-text-opacity))}.text-gray-200\/0{color:#eee0}.text-gray-200\/10{color:#eeeeee1a}.text-gray-200\/100{color:#eee}.text-gray-200\/15{color:#eeeeee26}.text-gray-200\/20{color:#eee3}.text-gray-200\/25{color:#eeeeee40}.text-gray-200\/30{color:#eeeeee4d}.text-gray-200\/35{color:#eeeeee59}.text-gray-200\/40{color:#eee6}.text-gray-200\/45{color:#eeeeee73}.text-gray-200\/5{color:#eeeeee0d}.text-gray-200\/50{color:#eeeeee80}.text-gray-200\/55{color:#eeeeee8c}.text-gray-200\/60{color:#eee9}.text-gray-200\/65{color:#eeeeeea6}.text-gray-200\/70{color:#eeeeeeb3}.text-gray-200\/75{color:#eeeeeebf}.text-gray-200\/80{color:#eeec}.text-gray-200\/85{color:#eeeeeed9}.text-gray-200\/90{color:#eeeeeee6}.text-gray-200\/95{color:#eeeeeef2}.text-gray-300{--tw-text-opacity: 1;color:rgb(224 224 224 / var(--tw-text-opacity))}.text-gray-300\/0{color:#e0e0e000}.text-gray-300\/10{color:#e0e0e01a}.text-gray-300\/100{color:#e0e0e0}.text-gray-300\/15{color:#e0e0e026}.text-gray-300\/20{color:#e0e0e033}.text-gray-300\/25{color:#e0e0e040}.text-gray-300\/30{color:#e0e0e04d}.text-gray-300\/35{color:#e0e0e059}.text-gray-300\/40{color:#e0e0e066}.text-gray-300\/45{color:#e0e0e073}.text-gray-300\/5{color:#e0e0e00d}.text-gray-300\/50{color:#e0e0e080}.text-gray-300\/55{color:#e0e0e08c}.text-gray-300\/60{color:#e0e0e099}.text-gray-300\/65{color:#e0e0e0a6}.text-gray-300\/70{color:#e0e0e0b3}.text-gray-300\/75{color:#e0e0e0bf}.text-gray-300\/80{color:#e0e0e0cc}.text-gray-300\/85{color:#e0e0e0d9}.text-gray-300\/90{color:#e0e0e0e6}.text-gray-300\/95{color:#e0e0e0f2}.text-gray-400{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}.text-gray-400\/0{color:#bdbdbd00}.text-gray-400\/10{color:#bdbdbd1a}.text-gray-400\/100{color:#bdbdbd}.text-gray-400\/15{color:#bdbdbd26}.text-gray-400\/20{color:#bdbdbd33}.text-gray-400\/25{color:#bdbdbd40}.text-gray-400\/30{color:#bdbdbd4d}.text-gray-400\/35{color:#bdbdbd59}.text-gray-400\/40{color:#bdbdbd66}.text-gray-400\/45{color:#bdbdbd73}.text-gray-400\/5{color:#bdbdbd0d}.text-gray-400\/50{color:#bdbdbd80}.text-gray-400\/55{color:#bdbdbd8c}.text-gray-400\/60{color:#bdbdbd99}.text-gray-400\/65{color:#bdbdbda6}.text-gray-400\/70{color:#bdbdbdb3}.text-gray-400\/75{color:#bdbdbdbf}.text-gray-400\/80{color:#bdbdbdcc}.text-gray-400\/85{color:#bdbdbdd9}.text-gray-400\/90{color:#bdbdbde6}.text-gray-400\/95{color:#bdbdbdf2}.text-gray-500{--tw-text-opacity: 1;color:rgb(158 158 158 / var(--tw-text-opacity))}.text-gray-500\/0{color:#9e9e9e00}.text-gray-500\/10{color:#9e9e9e1a}.text-gray-500\/100{color:#9e9e9e}.text-gray-500\/15{color:#9e9e9e26}.text-gray-500\/20{color:#9e9e9e33}.text-gray-500\/25{color:#9e9e9e40}.text-gray-500\/30{color:#9e9e9e4d}.text-gray-500\/35{color:#9e9e9e59}.text-gray-500\/40{color:#9e9e9e66}.text-gray-500\/45{color:#9e9e9e73}.text-gray-500\/5{color:#9e9e9e0d}.text-gray-500\/50{color:#9e9e9e80}.text-gray-500\/55{color:#9e9e9e8c}.text-gray-500\/60{color:#9e9e9e99}.text-gray-500\/65{color:#9e9e9ea6}.text-gray-500\/70{color:#9e9e9eb3}.text-gray-500\/75{color:#9e9e9ebf}.text-gray-500\/80{color:#9e9e9ecc}.text-gray-500\/85{color:#9e9e9ed9}.text-gray-500\/90{color:#9e9e9ee6}.text-gray-500\/95{color:#9e9e9ef2}.text-gray-600{--tw-text-opacity: 1;color:rgb(117 117 117 / var(--tw-text-opacity))}.text-gray-600\/0{color:#75757500}.text-gray-600\/10{color:#7575751a}.text-gray-600\/100{color:#757575}.text-gray-600\/15{color:#75757526}.text-gray-600\/20{color:#75757533}.text-gray-600\/25{color:#75757540}.text-gray-600\/30{color:#7575754d}.text-gray-600\/35{color:#75757559}.text-gray-600\/40{color:#75757566}.text-gray-600\/45{color:#75757573}.text-gray-600\/5{color:#7575750d}.text-gray-600\/50{color:#75757580}.text-gray-600\/55{color:#7575758c}.text-gray-600\/60{color:#75757599}.text-gray-600\/65{color:#757575a6}.text-gray-600\/70{color:#757575b3}.text-gray-600\/75{color:#757575bf}.text-gray-600\/80{color:#757575cc}.text-gray-600\/85{color:#757575d9}.text-gray-600\/90{color:#757575e6}.text-gray-600\/95{color:#757575f2}.text-gray-700{--tw-text-opacity: 1;color:rgb(97 97 97 / var(--tw-text-opacity))}.text-gray-700\/0{color:#61616100}.text-gray-700\/10{color:#6161611a}.text-gray-700\/100{color:#616161}.text-gray-700\/15{color:#61616126}.text-gray-700\/20{color:#61616133}.text-gray-700\/25{color:#61616140}.text-gray-700\/30{color:#6161614d}.text-gray-700\/35{color:#61616159}.text-gray-700\/40{color:#61616166}.text-gray-700\/45{color:#61616173}.text-gray-700\/5{color:#6161610d}.text-gray-700\/50{color:#61616180}.text-gray-700\/55{color:#6161618c}.text-gray-700\/60{color:#61616199}.text-gray-700\/65{color:#616161a6}.text-gray-700\/70{color:#616161b3}.text-gray-700\/75{color:#616161bf}.text-gray-700\/80{color:#616161cc}.text-gray-700\/85{color:#616161d9}.text-gray-700\/90{color:#616161e6}.text-gray-700\/95{color:#616161f2}.text-gray-800{--tw-text-opacity: 1;color:rgb(66 66 66 / var(--tw-text-opacity))}.text-gray-800\/0{color:#42424200}.text-gray-800\/10{color:#4242421a}.text-gray-800\/100{color:#424242}.text-gray-800\/15{color:#42424226}.text-gray-800\/20{color:#42424233}.text-gray-800\/25{color:#42424240}.text-gray-800\/30{color:#4242424d}.text-gray-800\/35{color:#42424259}.text-gray-800\/40{color:#42424266}.text-gray-800\/45{color:#42424273}.text-gray-800\/5{color:#4242420d}.text-gray-800\/50{color:#42424280}.text-gray-800\/55{color:#4242428c}.text-gray-800\/60{color:#42424299}.text-gray-800\/65{color:#424242a6}.text-gray-800\/70{color:#424242b3}.text-gray-800\/75{color:#424242bf}.text-gray-800\/80{color:#424242cc}.text-gray-800\/85{color:#424242d9}.text-gray-800\/90{color:#424242e6}.text-gray-800\/95{color:#424242f2}.text-gray-900{--tw-text-opacity: 1;color:rgb(33 33 33 / var(--tw-text-opacity))}.text-gray-900\/0{color:#21212100}.text-gray-900\/10{color:#2121211a}.text-gray-900\/100{color:#212121}.text-gray-900\/15{color:#21212126}.text-gray-900\/20{color:#21212133}.text-gray-900\/25{color:#21212140}.text-gray-900\/30{color:#2121214d}.text-gray-900\/35{color:#21212159}.text-gray-900\/40{color:#21212166}.text-gray-900\/45{color:#21212173}.text-gray-900\/5{color:#2121210d}.text-gray-900\/50{color:#21212180}.text-gray-900\/55{color:#2121218c}.text-gray-900\/60{color:#21212199}.text-gray-900\/65{color:#212121a6}.text-gray-900\/70{color:#212121b3}.text-gray-900\/75{color:#212121bf}.text-gray-900\/80{color:#212121cc}.text-gray-900\/85{color:#212121d9}.text-gray-900\/90{color:#212121e6}.text-gray-900\/95{color:#212121f2}.text-green-100{--tw-text-opacity: 1;color:rgb(200 230 201 / var(--tw-text-opacity))}.text-green-100\/0{color:#c8e6c900}.text-green-100\/10{color:#c8e6c91a}.text-green-100\/100{color:#c8e6c9}.text-green-100\/15{color:#c8e6c926}.text-green-100\/20{color:#c8e6c933}.text-green-100\/25{color:#c8e6c940}.text-green-100\/30{color:#c8e6c94d}.text-green-100\/35{color:#c8e6c959}.text-green-100\/40{color:#c8e6c966}.text-green-100\/45{color:#c8e6c973}.text-green-100\/5{color:#c8e6c90d}.text-green-100\/50{color:#c8e6c980}.text-green-100\/55{color:#c8e6c98c}.text-green-100\/60{color:#c8e6c999}.text-green-100\/65{color:#c8e6c9a6}.text-green-100\/70{color:#c8e6c9b3}.text-green-100\/75{color:#c8e6c9bf}.text-green-100\/80{color:#c8e6c9cc}.text-green-100\/85{color:#c8e6c9d9}.text-green-100\/90{color:#c8e6c9e6}.text-green-100\/95{color:#c8e6c9f2}.text-green-200{--tw-text-opacity: 1;color:rgb(165 214 167 / var(--tw-text-opacity))}.text-green-200\/0{color:#a5d6a700}.text-green-200\/10{color:#a5d6a71a}.text-green-200\/100{color:#a5d6a7}.text-green-200\/15{color:#a5d6a726}.text-green-200\/20{color:#a5d6a733}.text-green-200\/25{color:#a5d6a740}.text-green-200\/30{color:#a5d6a74d}.text-green-200\/35{color:#a5d6a759}.text-green-200\/40{color:#a5d6a766}.text-green-200\/45{color:#a5d6a773}.text-green-200\/5{color:#a5d6a70d}.text-green-200\/50{color:#a5d6a780}.text-green-200\/55{color:#a5d6a78c}.text-green-200\/60{color:#a5d6a799}.text-green-200\/65{color:#a5d6a7a6}.text-green-200\/70{color:#a5d6a7b3}.text-green-200\/75{color:#a5d6a7bf}.text-green-200\/80{color:#a5d6a7cc}.text-green-200\/85{color:#a5d6a7d9}.text-green-200\/90{color:#a5d6a7e6}.text-green-200\/95{color:#a5d6a7f2}.text-green-300{--tw-text-opacity: 1;color:rgb(129 199 132 / var(--tw-text-opacity))}.text-green-300\/0{color:#81c78400}.text-green-300\/10{color:#81c7841a}.text-green-300\/100{color:#81c784}.text-green-300\/15{color:#81c78426}.text-green-300\/20{color:#81c78433}.text-green-300\/25{color:#81c78440}.text-green-300\/30{color:#81c7844d}.text-green-300\/35{color:#81c78459}.text-green-300\/40{color:#81c78466}.text-green-300\/45{color:#81c78473}.text-green-300\/5{color:#81c7840d}.text-green-300\/50{color:#81c78480}.text-green-300\/55{color:#81c7848c}.text-green-300\/60{color:#81c78499}.text-green-300\/65{color:#81c784a6}.text-green-300\/70{color:#81c784b3}.text-green-300\/75{color:#81c784bf}.text-green-300\/80{color:#81c784cc}.text-green-300\/85{color:#81c784d9}.text-green-300\/90{color:#81c784e6}.text-green-300\/95{color:#81c784f2}.text-green-400{--tw-text-opacity: 1;color:rgb(102 187 106 / var(--tw-text-opacity))}.text-green-400\/0{color:#66bb6a00}.text-green-400\/10{color:#66bb6a1a}.text-green-400\/100{color:#66bb6a}.text-green-400\/15{color:#66bb6a26}.text-green-400\/20{color:#66bb6a33}.text-green-400\/25{color:#66bb6a40}.text-green-400\/30{color:#66bb6a4d}.text-green-400\/35{color:#66bb6a59}.text-green-400\/40{color:#66bb6a66}.text-green-400\/45{color:#66bb6a73}.text-green-400\/5{color:#66bb6a0d}.text-green-400\/50{color:#66bb6a80}.text-green-400\/55{color:#66bb6a8c}.text-green-400\/60{color:#66bb6a99}.text-green-400\/65{color:#66bb6aa6}.text-green-400\/70{color:#66bb6ab3}.text-green-400\/75{color:#66bb6abf}.text-green-400\/80{color:#66bb6acc}.text-green-400\/85{color:#66bb6ad9}.text-green-400\/90{color:#66bb6ae6}.text-green-400\/95{color:#66bb6af2}.text-green-500{--tw-text-opacity: 1;color:rgb(76 175 80 / var(--tw-text-opacity))}.text-green-500\/0{color:#4caf5000}.text-green-500\/10{color:#4caf501a}.text-green-500\/100{color:#4caf50}.text-green-500\/15{color:#4caf5026}.text-green-500\/20{color:#4caf5033}.text-green-500\/25{color:#4caf5040}.text-green-500\/30{color:#4caf504d}.text-green-500\/35{color:#4caf5059}.text-green-500\/40{color:#4caf5066}.text-green-500\/45{color:#4caf5073}.text-green-500\/5{color:#4caf500d}.text-green-500\/50{color:#4caf5080}.text-green-500\/55{color:#4caf508c}.text-green-500\/60{color:#4caf5099}.text-green-500\/65{color:#4caf50a6}.text-green-500\/70{color:#4caf50b3}.text-green-500\/75{color:#4caf50bf}.text-green-500\/80{color:#4caf50cc}.text-green-500\/85{color:#4caf50d9}.text-green-500\/90{color:#4caf50e6}.text-green-500\/95{color:#4caf50f2}.text-green-600{--tw-text-opacity: 1;color:rgb(67 160 71 / var(--tw-text-opacity))}.text-green-600\/0{color:#43a04700}.text-green-600\/10{color:#43a0471a}.text-green-600\/100{color:#43a047}.text-green-600\/15{color:#43a04726}.text-green-600\/20{color:#43a04733}.text-green-600\/25{color:#43a04740}.text-green-600\/30{color:#43a0474d}.text-green-600\/35{color:#43a04759}.text-green-600\/40{color:#43a04766}.text-green-600\/45{color:#43a04773}.text-green-600\/5{color:#43a0470d}.text-green-600\/50{color:#43a04780}.text-green-600\/55{color:#43a0478c}.text-green-600\/60{color:#43a04799}.text-green-600\/65{color:#43a047a6}.text-green-600\/70{color:#43a047b3}.text-green-600\/75{color:#43a047bf}.text-green-600\/80{color:#43a047cc}.text-green-600\/85{color:#43a047d9}.text-green-600\/90{color:#43a047e6}.text-green-600\/95{color:#43a047f2}.text-green-700{--tw-text-opacity: 1;color:rgb(56 142 60 / var(--tw-text-opacity))}.text-green-700\/0{color:#388e3c00}.text-green-700\/10{color:#388e3c1a}.text-green-700\/100{color:#388e3c}.text-green-700\/15{color:#388e3c26}.text-green-700\/20{color:#388e3c33}.text-green-700\/25{color:#388e3c40}.text-green-700\/30{color:#388e3c4d}.text-green-700\/35{color:#388e3c59}.text-green-700\/40{color:#388e3c66}.text-green-700\/45{color:#388e3c73}.text-green-700\/5{color:#388e3c0d}.text-green-700\/50{color:#388e3c80}.text-green-700\/55{color:#388e3c8c}.text-green-700\/60{color:#388e3c99}.text-green-700\/65{color:#388e3ca6}.text-green-700\/70{color:#388e3cb3}.text-green-700\/75{color:#388e3cbf}.text-green-700\/80{color:#388e3ccc}.text-green-700\/85{color:#388e3cd9}.text-green-700\/90{color:#388e3ce6}.text-green-700\/95{color:#388e3cf2}.text-green-800{--tw-text-opacity: 1;color:rgb(46 125 50 / var(--tw-text-opacity))}.text-green-800\/0{color:#2e7d3200}.text-green-800\/10{color:#2e7d321a}.text-green-800\/100{color:#2e7d32}.text-green-800\/15{color:#2e7d3226}.text-green-800\/20{color:#2e7d3233}.text-green-800\/25{color:#2e7d3240}.text-green-800\/30{color:#2e7d324d}.text-green-800\/35{color:#2e7d3259}.text-green-800\/40{color:#2e7d3266}.text-green-800\/45{color:#2e7d3273}.text-green-800\/5{color:#2e7d320d}.text-green-800\/50{color:#2e7d3280}.text-green-800\/55{color:#2e7d328c}.text-green-800\/60{color:#2e7d3299}.text-green-800\/65{color:#2e7d32a6}.text-green-800\/70{color:#2e7d32b3}.text-green-800\/75{color:#2e7d32bf}.text-green-800\/80{color:#2e7d32cc}.text-green-800\/85{color:#2e7d32d9}.text-green-800\/90{color:#2e7d32e6}.text-green-800\/95{color:#2e7d32f2}.text-green-900{--tw-text-opacity: 1;color:rgb(27 94 32 / var(--tw-text-opacity))}.text-green-900\/0{color:#1b5e2000}.text-green-900\/10{color:#1b5e201a}.text-green-900\/100{color:#1b5e20}.text-green-900\/15{color:#1b5e2026}.text-green-900\/20{color:#1b5e2033}.text-green-900\/25{color:#1b5e2040}.text-green-900\/30{color:#1b5e204d}.text-green-900\/35{color:#1b5e2059}.text-green-900\/40{color:#1b5e2066}.text-green-900\/45{color:#1b5e2073}.text-green-900\/5{color:#1b5e200d}.text-green-900\/50{color:#1b5e2080}.text-green-900\/55{color:#1b5e208c}.text-green-900\/60{color:#1b5e2099}.text-green-900\/65{color:#1b5e20a6}.text-green-900\/70{color:#1b5e20b3}.text-green-900\/75{color:#1b5e20bf}.text-green-900\/80{color:#1b5e20cc}.text-green-900\/85{color:#1b5e20d9}.text-green-900\/90{color:#1b5e20e6}.text-green-900\/95{color:#1b5e20f2}.text-indigo-500{--tw-text-opacity: 1;color:rgb(63 81 181 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(57 73 171 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(48 63 159 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(26 35 126 / var(--tw-text-opacity))}.text-inherit{color:inherit}.text-light-blue-500{--tw-text-opacity: 1;color:rgb(3 169 244 / var(--tw-text-opacity))}.text-light-blue-700{--tw-text-opacity: 1;color:rgb(2 136 209 / var(--tw-text-opacity))}.text-light-blue-900{--tw-text-opacity: 1;color:rgb(1 87 155 / var(--tw-text-opacity))}.text-light-green-500{--tw-text-opacity: 1;color:rgb(139 195 74 / var(--tw-text-opacity))}.text-light-green-700{--tw-text-opacity: 1;color:rgb(104 159 56 / var(--tw-text-opacity))}.text-light-green-900{--tw-text-opacity: 1;color:rgb(51 105 30 / var(--tw-text-opacity))}.text-lime-500{--tw-text-opacity: 1;color:rgb(205 220 57 / var(--tw-text-opacity))}.text-lime-700{--tw-text-opacity: 1;color:rgb(175 180 43 / var(--tw-text-opacity))}.text-lime-900{--tw-text-opacity: 1;color:rgb(130 119 23 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(255 152 0 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(251 140 0 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(245 124 0 / var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity: 1;color:rgb(230 81 0 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(233 30 99 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(216 27 96 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(194 24 91 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(136 14 79 / var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity: 1;color:rgb(225 190 231 / var(--tw-text-opacity))}.text-purple-100\/0{color:#e1bee700}.text-purple-100\/10{color:#e1bee71a}.text-purple-100\/100{color:#e1bee7}.text-purple-100\/15{color:#e1bee726}.text-purple-100\/20{color:#e1bee733}.text-purple-100\/25{color:#e1bee740}.text-purple-100\/30{color:#e1bee74d}.text-purple-100\/35{color:#e1bee759}.text-purple-100\/40{color:#e1bee766}.text-purple-100\/45{color:#e1bee773}.text-purple-100\/5{color:#e1bee70d}.text-purple-100\/50{color:#e1bee780}.text-purple-100\/55{color:#e1bee78c}.text-purple-100\/60{color:#e1bee799}.text-purple-100\/65{color:#e1bee7a6}.text-purple-100\/70{color:#e1bee7b3}.text-purple-100\/75{color:#e1bee7bf}.text-purple-100\/80{color:#e1bee7cc}.text-purple-100\/85{color:#e1bee7d9}.text-purple-100\/90{color:#e1bee7e6}.text-purple-100\/95{color:#e1bee7f2}.text-purple-200{--tw-text-opacity: 1;color:rgb(206 147 216 / var(--tw-text-opacity))}.text-purple-200\/0{color:#ce93d800}.text-purple-200\/10{color:#ce93d81a}.text-purple-200\/100{color:#ce93d8}.text-purple-200\/15{color:#ce93d826}.text-purple-200\/20{color:#ce93d833}.text-purple-200\/25{color:#ce93d840}.text-purple-200\/30{color:#ce93d84d}.text-purple-200\/35{color:#ce93d859}.text-purple-200\/40{color:#ce93d866}.text-purple-200\/45{color:#ce93d873}.text-purple-200\/5{color:#ce93d80d}.text-purple-200\/50{color:#ce93d880}.text-purple-200\/55{color:#ce93d88c}.text-purple-200\/60{color:#ce93d899}.text-purple-200\/65{color:#ce93d8a6}.text-purple-200\/70{color:#ce93d8b3}.text-purple-200\/75{color:#ce93d8bf}.text-purple-200\/80{color:#ce93d8cc}.text-purple-200\/85{color:#ce93d8d9}.text-purple-200\/90{color:#ce93d8e6}.text-purple-200\/95{color:#ce93d8f2}.text-purple-300{--tw-text-opacity: 1;color:rgb(186 104 200 / var(--tw-text-opacity))}.text-purple-300\/0{color:#ba68c800}.text-purple-300\/10{color:#ba68c81a}.text-purple-300\/100{color:#ba68c8}.text-purple-300\/15{color:#ba68c826}.text-purple-300\/20{color:#ba68c833}.text-purple-300\/25{color:#ba68c840}.text-purple-300\/30{color:#ba68c84d}.text-purple-300\/35{color:#ba68c859}.text-purple-300\/40{color:#ba68c866}.text-purple-300\/45{color:#ba68c873}.text-purple-300\/5{color:#ba68c80d}.text-purple-300\/50{color:#ba68c880}.text-purple-300\/55{color:#ba68c88c}.text-purple-300\/60{color:#ba68c899}.text-purple-300\/65{color:#ba68c8a6}.text-purple-300\/70{color:#ba68c8b3}.text-purple-300\/75{color:#ba68c8bf}.text-purple-300\/80{color:#ba68c8cc}.text-purple-300\/85{color:#ba68c8d9}.text-purple-300\/90{color:#ba68c8e6}.text-purple-300\/95{color:#ba68c8f2}.text-purple-400{--tw-text-opacity: 1;color:rgb(171 71 188 / var(--tw-text-opacity))}.text-purple-400\/0{color:#ab47bc00}.text-purple-400\/10{color:#ab47bc1a}.text-purple-400\/100{color:#ab47bc}.text-purple-400\/15{color:#ab47bc26}.text-purple-400\/20{color:#ab47bc33}.text-purple-400\/25{color:#ab47bc40}.text-purple-400\/30{color:#ab47bc4d}.text-purple-400\/35{color:#ab47bc59}.text-purple-400\/40{color:#ab47bc66}.text-purple-400\/45{color:#ab47bc73}.text-purple-400\/5{color:#ab47bc0d}.text-purple-400\/50{color:#ab47bc80}.text-purple-400\/55{color:#ab47bc8c}.text-purple-400\/60{color:#ab47bc99}.text-purple-400\/65{color:#ab47bca6}.text-purple-400\/70{color:#ab47bcb3}.text-purple-400\/75{color:#ab47bcbf}.text-purple-400\/80{color:#ab47bccc}.text-purple-400\/85{color:#ab47bcd9}.text-purple-400\/90{color:#ab47bce6}.text-purple-400\/95{color:#ab47bcf2}.text-purple-500{--tw-text-opacity: 1;color:rgb(156 39 176 / var(--tw-text-opacity))}.text-purple-500\/0{color:#9c27b000}.text-purple-500\/10{color:#9c27b01a}.text-purple-500\/100{color:#9c27b0}.text-purple-500\/15{color:#9c27b026}.text-purple-500\/20{color:#9c27b033}.text-purple-500\/25{color:#9c27b040}.text-purple-500\/30{color:#9c27b04d}.text-purple-500\/35{color:#9c27b059}.text-purple-500\/40{color:#9c27b066}.text-purple-500\/45{color:#9c27b073}.text-purple-500\/5{color:#9c27b00d}.text-purple-500\/50{color:#9c27b080}.text-purple-500\/55{color:#9c27b08c}.text-purple-500\/60{color:#9c27b099}.text-purple-500\/65{color:#9c27b0a6}.text-purple-500\/70{color:#9c27b0b3}.text-purple-500\/75{color:#9c27b0bf}.text-purple-500\/80{color:#9c27b0cc}.text-purple-500\/85{color:#9c27b0d9}.text-purple-500\/90{color:#9c27b0e6}.text-purple-500\/95{color:#9c27b0f2}.text-purple-600{--tw-text-opacity: 1;color:rgb(142 36 170 / var(--tw-text-opacity))}.text-purple-600\/0{color:#8e24aa00}.text-purple-600\/10{color:#8e24aa1a}.text-purple-600\/100{color:#8e24aa}.text-purple-600\/15{color:#8e24aa26}.text-purple-600\/20{color:#8e24aa33}.text-purple-600\/25{color:#8e24aa40}.text-purple-600\/30{color:#8e24aa4d}.text-purple-600\/35{color:#8e24aa59}.text-purple-600\/40{color:#8e24aa66}.text-purple-600\/45{color:#8e24aa73}.text-purple-600\/5{color:#8e24aa0d}.text-purple-600\/50{color:#8e24aa80}.text-purple-600\/55{color:#8e24aa8c}.text-purple-600\/60{color:#8e24aa99}.text-purple-600\/65{color:#8e24aaa6}.text-purple-600\/70{color:#8e24aab3}.text-purple-600\/75{color:#8e24aabf}.text-purple-600\/80{color:#8e24aacc}.text-purple-600\/85{color:#8e24aad9}.text-purple-600\/90{color:#8e24aae6}.text-purple-600\/95{color:#8e24aaf2}.text-purple-700{--tw-text-opacity: 1;color:rgb(123 31 162 / var(--tw-text-opacity))}.text-purple-700\/0{color:#7b1fa200}.text-purple-700\/10{color:#7b1fa21a}.text-purple-700\/100{color:#7b1fa2}.text-purple-700\/15{color:#7b1fa226}.text-purple-700\/20{color:#7b1fa233}.text-purple-700\/25{color:#7b1fa240}.text-purple-700\/30{color:#7b1fa24d}.text-purple-700\/35{color:#7b1fa259}.text-purple-700\/40{color:#7b1fa266}.text-purple-700\/45{color:#7b1fa273}.text-purple-700\/5{color:#7b1fa20d}.text-purple-700\/50{color:#7b1fa280}.text-purple-700\/55{color:#7b1fa28c}.text-purple-700\/60{color:#7b1fa299}.text-purple-700\/65{color:#7b1fa2a6}.text-purple-700\/70{color:#7b1fa2b3}.text-purple-700\/75{color:#7b1fa2bf}.text-purple-700\/80{color:#7b1fa2cc}.text-purple-700\/85{color:#7b1fa2d9}.text-purple-700\/90{color:#7b1fa2e6}.text-purple-700\/95{color:#7b1fa2f2}.text-purple-800{--tw-text-opacity: 1;color:rgb(106 27 154 / var(--tw-text-opacity))}.text-purple-800\/0{color:#6a1b9a00}.text-purple-800\/10{color:#6a1b9a1a}.text-purple-800\/100{color:#6a1b9a}.text-purple-800\/15{color:#6a1b9a26}.text-purple-800\/20{color:#6a1b9a33}.text-purple-800\/25{color:#6a1b9a40}.text-purple-800\/30{color:#6a1b9a4d}.text-purple-800\/35{color:#6a1b9a59}.text-purple-800\/40{color:#6a1b9a66}.text-purple-800\/45{color:#6a1b9a73}.text-purple-800\/5{color:#6a1b9a0d}.text-purple-800\/50{color:#6a1b9a80}.text-purple-800\/55{color:#6a1b9a8c}.text-purple-800\/60{color:#6a1b9a99}.text-purple-800\/65{color:#6a1b9aa6}.text-purple-800\/70{color:#6a1b9ab3}.text-purple-800\/75{color:#6a1b9abf}.text-purple-800\/80{color:#6a1b9acc}.text-purple-800\/85{color:#6a1b9ad9}.text-purple-800\/90{color:#6a1b9ae6}.text-purple-800\/95{color:#6a1b9af2}.text-purple-900{--tw-text-opacity: 1;color:rgb(74 20 140 / var(--tw-text-opacity))}.text-purple-900\/0{color:#4a148c00}.text-purple-900\/10{color:#4a148c1a}.text-purple-900\/100{color:#4a148c}.text-purple-900\/15{color:#4a148c26}.text-purple-900\/20{color:#4a148c33}.text-purple-900\/25{color:#4a148c40}.text-purple-900\/30{color:#4a148c4d}.text-purple-900\/35{color:#4a148c59}.text-purple-900\/40{color:#4a148c66}.text-purple-900\/45{color:#4a148c73}.text-purple-900\/5{color:#4a148c0d}.text-purple-900\/50{color:#4a148c80}.text-purple-900\/55{color:#4a148c8c}.text-purple-900\/60{color:#4a148c99}.text-purple-900\/65{color:#4a148ca6}.text-purple-900\/70{color:#4a148cb3}.text-purple-900\/75{color:#4a148cbf}.text-purple-900\/80{color:#4a148ccc}.text-purple-900\/85{color:#4a148cd9}.text-purple-900\/90{color:#4a148ce6}.text-purple-900\/95{color:#4a148cf2}.text-red-100{--tw-text-opacity: 1;color:rgb(255 205 210 / var(--tw-text-opacity))}.text-red-100\/0{color:#ffcdd200}.text-red-100\/10{color:#ffcdd21a}.text-red-100\/100{color:#ffcdd2}.text-red-100\/15{color:#ffcdd226}.text-red-100\/20{color:#ffcdd233}.text-red-100\/25{color:#ffcdd240}.text-red-100\/30{color:#ffcdd24d}.text-red-100\/35{color:#ffcdd259}.text-red-100\/40{color:#ffcdd266}.text-red-100\/45{color:#ffcdd273}.text-red-100\/5{color:#ffcdd20d}.text-red-100\/50{color:#ffcdd280}.text-red-100\/55{color:#ffcdd28c}.text-red-100\/60{color:#ffcdd299}.text-red-100\/65{color:#ffcdd2a6}.text-red-100\/70{color:#ffcdd2b3}.text-red-100\/75{color:#ffcdd2bf}.text-red-100\/80{color:#ffcdd2cc}.text-red-100\/85{color:#ffcdd2d9}.text-red-100\/90{color:#ffcdd2e6}.text-red-100\/95{color:#ffcdd2f2}.text-red-200{--tw-text-opacity: 1;color:rgb(239 154 154 / var(--tw-text-opacity))}.text-red-200\/0{color:#ef9a9a00}.text-red-200\/10{color:#ef9a9a1a}.text-red-200\/100{color:#ef9a9a}.text-red-200\/15{color:#ef9a9a26}.text-red-200\/20{color:#ef9a9a33}.text-red-200\/25{color:#ef9a9a40}.text-red-200\/30{color:#ef9a9a4d}.text-red-200\/35{color:#ef9a9a59}.text-red-200\/40{color:#ef9a9a66}.text-red-200\/45{color:#ef9a9a73}.text-red-200\/5{color:#ef9a9a0d}.text-red-200\/50{color:#ef9a9a80}.text-red-200\/55{color:#ef9a9a8c}.text-red-200\/60{color:#ef9a9a99}.text-red-200\/65{color:#ef9a9aa6}.text-red-200\/70{color:#ef9a9ab3}.text-red-200\/75{color:#ef9a9abf}.text-red-200\/80{color:#ef9a9acc}.text-red-200\/85{color:#ef9a9ad9}.text-red-200\/90{color:#ef9a9ae6}.text-red-200\/95{color:#ef9a9af2}.text-red-300{--tw-text-opacity: 1;color:rgb(229 115 115 / var(--tw-text-opacity))}.text-red-300\/0{color:#e5737300}.text-red-300\/10{color:#e573731a}.text-red-300\/100{color:#e57373}.text-red-300\/15{color:#e5737326}.text-red-300\/20{color:#e5737333}.text-red-300\/25{color:#e5737340}.text-red-300\/30{color:#e573734d}.text-red-300\/35{color:#e5737359}.text-red-300\/40{color:#e5737366}.text-red-300\/45{color:#e5737373}.text-red-300\/5{color:#e573730d}.text-red-300\/50{color:#e5737380}.text-red-300\/55{color:#e573738c}.text-red-300\/60{color:#e5737399}.text-red-300\/65{color:#e57373a6}.text-red-300\/70{color:#e57373b3}.text-red-300\/75{color:#e57373bf}.text-red-300\/80{color:#e57373cc}.text-red-300\/85{color:#e57373d9}.text-red-300\/90{color:#e57373e6}.text-red-300\/95{color:#e57373f2}.text-red-400{--tw-text-opacity: 1;color:rgb(239 83 80 / var(--tw-text-opacity))}.text-red-400\/0{color:#ef535000}.text-red-400\/10{color:#ef53501a}.text-red-400\/100{color:#ef5350}.text-red-400\/15{color:#ef535026}.text-red-400\/20{color:#ef535033}.text-red-400\/25{color:#ef535040}.text-red-400\/30{color:#ef53504d}.text-red-400\/35{color:#ef535059}.text-red-400\/40{color:#ef535066}.text-red-400\/45{color:#ef535073}.text-red-400\/5{color:#ef53500d}.text-red-400\/50{color:#ef535080}.text-red-400\/55{color:#ef53508c}.text-red-400\/60{color:#ef535099}.text-red-400\/65{color:#ef5350a6}.text-red-400\/70{color:#ef5350b3}.text-red-400\/75{color:#ef5350bf}.text-red-400\/80{color:#ef5350cc}.text-red-400\/85{color:#ef5350d9}.text-red-400\/90{color:#ef5350e6}.text-red-400\/95{color:#ef5350f2}.text-red-500{--tw-text-opacity: 1;color:rgb(244 67 54 / var(--tw-text-opacity))}.text-red-500\/0{color:#f4433600}.text-red-500\/10{color:#f443361a}.text-red-500\/100{color:#f44336}.text-red-500\/15{color:#f4433626}.text-red-500\/20{color:#f4433633}.text-red-500\/25{color:#f4433640}.text-red-500\/30{color:#f443364d}.text-red-500\/35{color:#f4433659}.text-red-500\/40{color:#f4433666}.text-red-500\/45{color:#f4433673}.text-red-500\/5{color:#f443360d}.text-red-500\/50{color:#f4433680}.text-red-500\/55{color:#f443368c}.text-red-500\/60{color:#f4433699}.text-red-500\/65{color:#f44336a6}.text-red-500\/70{color:#f44336b3}.text-red-500\/75{color:#f44336bf}.text-red-500\/80{color:#f44336cc}.text-red-500\/85{color:#f44336d9}.text-red-500\/90{color:#f44336e6}.text-red-500\/95{color:#f44336f2}.text-red-600{--tw-text-opacity: 1;color:rgb(229 57 53 / var(--tw-text-opacity))}.text-red-600\/0{color:#e5393500}.text-red-600\/10{color:#e539351a}.text-red-600\/100{color:#e53935}.text-red-600\/15{color:#e5393526}.text-red-600\/20{color:#e5393533}.text-red-600\/25{color:#e5393540}.text-red-600\/30{color:#e539354d}.text-red-600\/35{color:#e5393559}.text-red-600\/40{color:#e5393566}.text-red-600\/45{color:#e5393573}.text-red-600\/5{color:#e539350d}.text-red-600\/50{color:#e5393580}.text-red-600\/55{color:#e539358c}.text-red-600\/60{color:#e5393599}.text-red-600\/65{color:#e53935a6}.text-red-600\/70{color:#e53935b3}.text-red-600\/75{color:#e53935bf}.text-red-600\/80{color:#e53935cc}.text-red-600\/85{color:#e53935d9}.text-red-600\/90{color:#e53935e6}.text-red-600\/95{color:#e53935f2}.text-red-700{--tw-text-opacity: 1;color:rgb(211 47 47 / var(--tw-text-opacity))}.text-red-700\/0{color:#d32f2f00}.text-red-700\/10{color:#d32f2f1a}.text-red-700\/100{color:#d32f2f}.text-red-700\/15{color:#d32f2f26}.text-red-700\/20{color:#d32f2f33}.text-red-700\/25{color:#d32f2f40}.text-red-700\/30{color:#d32f2f4d}.text-red-700\/35{color:#d32f2f59}.text-red-700\/40{color:#d32f2f66}.text-red-700\/45{color:#d32f2f73}.text-red-700\/5{color:#d32f2f0d}.text-red-700\/50{color:#d32f2f80}.text-red-700\/55{color:#d32f2f8c}.text-red-700\/60{color:#d32f2f99}.text-red-700\/65{color:#d32f2fa6}.text-red-700\/70{color:#d32f2fb3}.text-red-700\/75{color:#d32f2fbf}.text-red-700\/80{color:#d32f2fcc}.text-red-700\/85{color:#d32f2fd9}.text-red-700\/90{color:#d32f2fe6}.text-red-700\/95{color:#d32f2ff2}.text-red-800{--tw-text-opacity: 1;color:rgb(198 40 40 / var(--tw-text-opacity))}.text-red-800\/0{color:#c6282800}.text-red-800\/10{color:#c628281a}.text-red-800\/100{color:#c62828}.text-red-800\/15{color:#c6282826}.text-red-800\/20{color:#c6282833}.text-red-800\/25{color:#c6282840}.text-red-800\/30{color:#c628284d}.text-red-800\/35{color:#c6282859}.text-red-800\/40{color:#c6282866}.text-red-800\/45{color:#c6282873}.text-red-800\/5{color:#c628280d}.text-red-800\/50{color:#c6282880}.text-red-800\/55{color:#c628288c}.text-red-800\/60{color:#c6282899}.text-red-800\/65{color:#c62828a6}.text-red-800\/70{color:#c62828b3}.text-red-800\/75{color:#c62828bf}.text-red-800\/80{color:#c62828cc}.text-red-800\/85{color:#c62828d9}.text-red-800\/90{color:#c62828e6}.text-red-800\/95{color:#c62828f2}.text-red-900{--tw-text-opacity: 1;color:rgb(183 28 28 / var(--tw-text-opacity))}.text-red-900\/0{color:#b71c1c00}.text-red-900\/10{color:#b71c1c1a}.text-red-900\/100{color:#b71c1c}.text-red-900\/15{color:#b71c1c26}.text-red-900\/20{color:#b71c1c33}.text-red-900\/25{color:#b71c1c40}.text-red-900\/30{color:#b71c1c4d}.text-red-900\/35{color:#b71c1c59}.text-red-900\/40{color:#b71c1c66}.text-red-900\/45{color:#b71c1c73}.text-red-900\/5{color:#b71c1c0d}.text-red-900\/50{color:#b71c1c80}.text-red-900\/55{color:#b71c1c8c}.text-red-900\/60{color:#b71c1c99}.text-red-900\/65{color:#b71c1ca6}.text-red-900\/70{color:#b71c1cb3}.text-red-900\/75{color:#b71c1cbf}.text-red-900\/80{color:#b71c1ccc}.text-red-900\/85{color:#b71c1cd9}.text-red-900\/90{color:#b71c1ce6}.text-red-900\/95{color:#b71c1cf2}.text-teal-100{--tw-text-opacity: 1;color:rgb(178 223 219 / var(--tw-text-opacity))}.text-teal-100\/0{color:#b2dfdb00}.text-teal-100\/10{color:#b2dfdb1a}.text-teal-100\/100{color:#b2dfdb}.text-teal-100\/15{color:#b2dfdb26}.text-teal-100\/20{color:#b2dfdb33}.text-teal-100\/25{color:#b2dfdb40}.text-teal-100\/30{color:#b2dfdb4d}.text-teal-100\/35{color:#b2dfdb59}.text-teal-100\/40{color:#b2dfdb66}.text-teal-100\/45{color:#b2dfdb73}.text-teal-100\/5{color:#b2dfdb0d}.text-teal-100\/50{color:#b2dfdb80}.text-teal-100\/55{color:#b2dfdb8c}.text-teal-100\/60{color:#b2dfdb99}.text-teal-100\/65{color:#b2dfdba6}.text-teal-100\/70{color:#b2dfdbb3}.text-teal-100\/75{color:#b2dfdbbf}.text-teal-100\/80{color:#b2dfdbcc}.text-teal-100\/85{color:#b2dfdbd9}.text-teal-100\/90{color:#b2dfdbe6}.text-teal-100\/95{color:#b2dfdbf2}.text-teal-200{--tw-text-opacity: 1;color:rgb(128 203 196 / var(--tw-text-opacity))}.text-teal-200\/0{color:#80cbc400}.text-teal-200\/10{color:#80cbc41a}.text-teal-200\/100{color:#80cbc4}.text-teal-200\/15{color:#80cbc426}.text-teal-200\/20{color:#80cbc433}.text-teal-200\/25{color:#80cbc440}.text-teal-200\/30{color:#80cbc44d}.text-teal-200\/35{color:#80cbc459}.text-teal-200\/40{color:#80cbc466}.text-teal-200\/45{color:#80cbc473}.text-teal-200\/5{color:#80cbc40d}.text-teal-200\/50{color:#80cbc480}.text-teal-200\/55{color:#80cbc48c}.text-teal-200\/60{color:#80cbc499}.text-teal-200\/65{color:#80cbc4a6}.text-teal-200\/70{color:#80cbc4b3}.text-teal-200\/75{color:#80cbc4bf}.text-teal-200\/80{color:#80cbc4cc}.text-teal-200\/85{color:#80cbc4d9}.text-teal-200\/90{color:#80cbc4e6}.text-teal-200\/95{color:#80cbc4f2}.text-teal-300{--tw-text-opacity: 1;color:rgb(77 182 172 / var(--tw-text-opacity))}.text-teal-300\/0{color:#4db6ac00}.text-teal-300\/10{color:#4db6ac1a}.text-teal-300\/100{color:#4db6ac}.text-teal-300\/15{color:#4db6ac26}.text-teal-300\/20{color:#4db6ac33}.text-teal-300\/25{color:#4db6ac40}.text-teal-300\/30{color:#4db6ac4d}.text-teal-300\/35{color:#4db6ac59}.text-teal-300\/40{color:#4db6ac66}.text-teal-300\/45{color:#4db6ac73}.text-teal-300\/5{color:#4db6ac0d}.text-teal-300\/50{color:#4db6ac80}.text-teal-300\/55{color:#4db6ac8c}.text-teal-300\/60{color:#4db6ac99}.text-teal-300\/65{color:#4db6aca6}.text-teal-300\/70{color:#4db6acb3}.text-teal-300\/75{color:#4db6acbf}.text-teal-300\/80{color:#4db6accc}.text-teal-300\/85{color:#4db6acd9}.text-teal-300\/90{color:#4db6ace6}.text-teal-300\/95{color:#4db6acf2}.text-teal-400{--tw-text-opacity: 1;color:rgb(38 166 154 / var(--tw-text-opacity))}.text-teal-400\/0{color:#26a69a00}.text-teal-400\/10{color:#26a69a1a}.text-teal-400\/100{color:#26a69a}.text-teal-400\/15{color:#26a69a26}.text-teal-400\/20{color:#26a69a33}.text-teal-400\/25{color:#26a69a40}.text-teal-400\/30{color:#26a69a4d}.text-teal-400\/35{color:#26a69a59}.text-teal-400\/40{color:#26a69a66}.text-teal-400\/45{color:#26a69a73}.text-teal-400\/5{color:#26a69a0d}.text-teal-400\/50{color:#26a69a80}.text-teal-400\/55{color:#26a69a8c}.text-teal-400\/60{color:#26a69a99}.text-teal-400\/65{color:#26a69aa6}.text-teal-400\/70{color:#26a69ab3}.text-teal-400\/75{color:#26a69abf}.text-teal-400\/80{color:#26a69acc}.text-teal-400\/85{color:#26a69ad9}.text-teal-400\/90{color:#26a69ae6}.text-teal-400\/95{color:#26a69af2}.text-teal-500{--tw-text-opacity: 1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-teal-500\/0{color:#00968800}.text-teal-500\/10{color:#0096881a}.text-teal-500\/100{color:#009688}.text-teal-500\/15{color:#00968826}.text-teal-500\/20{color:#00968833}.text-teal-500\/25{color:#00968840}.text-teal-500\/30{color:#0096884d}.text-teal-500\/35{color:#00968859}.text-teal-500\/40{color:#00968866}.text-teal-500\/45{color:#00968873}.text-teal-500\/5{color:#0096880d}.text-teal-500\/50{color:#00968880}.text-teal-500\/55{color:#0096888c}.text-teal-500\/60{color:#00968899}.text-teal-500\/65{color:#009688a6}.text-teal-500\/70{color:#009688b3}.text-teal-500\/75{color:#009688bf}.text-teal-500\/80{color:#009688cc}.text-teal-500\/85{color:#009688d9}.text-teal-500\/90{color:#009688e6}.text-teal-500\/95{color:#009688f2}.text-teal-600{--tw-text-opacity: 1;color:rgb(0 137 123 / var(--tw-text-opacity))}.text-teal-600\/0{color:#00897b00}.text-teal-600\/10{color:#00897b1a}.text-teal-600\/100{color:#00897b}.text-teal-600\/15{color:#00897b26}.text-teal-600\/20{color:#00897b33}.text-teal-600\/25{color:#00897b40}.text-teal-600\/30{color:#00897b4d}.text-teal-600\/35{color:#00897b59}.text-teal-600\/40{color:#00897b66}.text-teal-600\/45{color:#00897b73}.text-teal-600\/5{color:#00897b0d}.text-teal-600\/50{color:#00897b80}.text-teal-600\/55{color:#00897b8c}.text-teal-600\/60{color:#00897b99}.text-teal-600\/65{color:#00897ba6}.text-teal-600\/70{color:#00897bb3}.text-teal-600\/75{color:#00897bbf}.text-teal-600\/80{color:#00897bcc}.text-teal-600\/85{color:#00897bd9}.text-teal-600\/90{color:#00897be6}.text-teal-600\/95{color:#00897bf2}.text-teal-700{--tw-text-opacity: 1;color:rgb(0 121 107 / var(--tw-text-opacity))}.text-teal-700\/0{color:#00796b00}.text-teal-700\/10{color:#00796b1a}.text-teal-700\/100{color:#00796b}.text-teal-700\/15{color:#00796b26}.text-teal-700\/20{color:#00796b33}.text-teal-700\/25{color:#00796b40}.text-teal-700\/30{color:#00796b4d}.text-teal-700\/35{color:#00796b59}.text-teal-700\/40{color:#00796b66}.text-teal-700\/45{color:#00796b73}.text-teal-700\/5{color:#00796b0d}.text-teal-700\/50{color:#00796b80}.text-teal-700\/55{color:#00796b8c}.text-teal-700\/60{color:#00796b99}.text-teal-700\/65{color:#00796ba6}.text-teal-700\/70{color:#00796bb3}.text-teal-700\/75{color:#00796bbf}.text-teal-700\/80{color:#00796bcc}.text-teal-700\/85{color:#00796bd9}.text-teal-700\/90{color:#00796be6}.text-teal-700\/95{color:#00796bf2}.text-teal-800{--tw-text-opacity: 1;color:rgb(0 105 92 / var(--tw-text-opacity))}.text-teal-800\/0{color:#00695c00}.text-teal-800\/10{color:#00695c1a}.text-teal-800\/100{color:#00695c}.text-teal-800\/15{color:#00695c26}.text-teal-800\/20{color:#00695c33}.text-teal-800\/25{color:#00695c40}.text-teal-800\/30{color:#00695c4d}.text-teal-800\/35{color:#00695c59}.text-teal-800\/40{color:#00695c66}.text-teal-800\/45{color:#00695c73}.text-teal-800\/5{color:#00695c0d}.text-teal-800\/50{color:#00695c80}.text-teal-800\/55{color:#00695c8c}.text-teal-800\/60{color:#00695c99}.text-teal-800\/65{color:#00695ca6}.text-teal-800\/70{color:#00695cb3}.text-teal-800\/75{color:#00695cbf}.text-teal-800\/80{color:#00695ccc}.text-teal-800\/85{color:#00695cd9}.text-teal-800\/90{color:#00695ce6}.text-teal-800\/95{color:#00695cf2}.text-teal-900{--tw-text-opacity: 1;color:rgb(0 77 64 / var(--tw-text-opacity))}.text-teal-900\/0{color:#004d4000}.text-teal-900\/10{color:#004d401a}.text-teal-900\/100{color:#004d40}.text-teal-900\/15{color:#004d4026}.text-teal-900\/20{color:#004d4033}.text-teal-900\/25{color:#004d4040}.text-teal-900\/30{color:#004d404d}.text-teal-900\/35{color:#004d4059}.text-teal-900\/40{color:#004d4066}.text-teal-900\/45{color:#004d4073}.text-teal-900\/5{color:#004d400d}.text-teal-900\/50{color:#004d4080}.text-teal-900\/55{color:#004d408c}.text-teal-900\/60{color:#004d4099}.text-teal-900\/65{color:#004d40a6}.text-teal-900\/70{color:#004d40b3}.text-teal-900\/75{color:#004d40bf}.text-teal-900\/80{color:#004d40cc}.text-teal-900\/85{color:#004d40d9}.text-teal-900\/90{color:#004d40e6}.text-teal-900\/95{color:#004d40f2}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity: 1;color:rgb(255 249 196 / var(--tw-text-opacity))}.text-yellow-100\/0{color:#fff9c400}.text-yellow-100\/10{color:#fff9c41a}.text-yellow-100\/100{color:#fff9c4}.text-yellow-100\/15{color:#fff9c426}.text-yellow-100\/20{color:#fff9c433}.text-yellow-100\/25{color:#fff9c440}.text-yellow-100\/30{color:#fff9c44d}.text-yellow-100\/35{color:#fff9c459}.text-yellow-100\/40{color:#fff9c466}.text-yellow-100\/45{color:#fff9c473}.text-yellow-100\/5{color:#fff9c40d}.text-yellow-100\/50{color:#fff9c480}.text-yellow-100\/55{color:#fff9c48c}.text-yellow-100\/60{color:#fff9c499}.text-yellow-100\/65{color:#fff9c4a6}.text-yellow-100\/70{color:#fff9c4b3}.text-yellow-100\/75{color:#fff9c4bf}.text-yellow-100\/80{color:#fff9c4cc}.text-yellow-100\/85{color:#fff9c4d9}.text-yellow-100\/90{color:#fff9c4e6}.text-yellow-100\/95{color:#fff9c4f2}.text-yellow-200{--tw-text-opacity: 1;color:rgb(255 245 157 / var(--tw-text-opacity))}.text-yellow-200\/0{color:#fff59d00}.text-yellow-200\/10{color:#fff59d1a}.text-yellow-200\/100{color:#fff59d}.text-yellow-200\/15{color:#fff59d26}.text-yellow-200\/20{color:#fff59d33}.text-yellow-200\/25{color:#fff59d40}.text-yellow-200\/30{color:#fff59d4d}.text-yellow-200\/35{color:#fff59d59}.text-yellow-200\/40{color:#fff59d66}.text-yellow-200\/45{color:#fff59d73}.text-yellow-200\/5{color:#fff59d0d}.text-yellow-200\/50{color:#fff59d80}.text-yellow-200\/55{color:#fff59d8c}.text-yellow-200\/60{color:#fff59d99}.text-yellow-200\/65{color:#fff59da6}.text-yellow-200\/70{color:#fff59db3}.text-yellow-200\/75{color:#fff59dbf}.text-yellow-200\/80{color:#fff59dcc}.text-yellow-200\/85{color:#fff59dd9}.text-yellow-200\/90{color:#fff59de6}.text-yellow-200\/95{color:#fff59df2}.text-yellow-300{--tw-text-opacity: 1;color:rgb(255 241 118 / var(--tw-text-opacity))}.text-yellow-300\/0{color:#fff17600}.text-yellow-300\/10{color:#fff1761a}.text-yellow-300\/100{color:#fff176}.text-yellow-300\/15{color:#fff17626}.text-yellow-300\/20{color:#fff17633}.text-yellow-300\/25{color:#fff17640}.text-yellow-300\/30{color:#fff1764d}.text-yellow-300\/35{color:#fff17659}.text-yellow-300\/40{color:#fff17666}.text-yellow-300\/45{color:#fff17673}.text-yellow-300\/5{color:#fff1760d}.text-yellow-300\/50{color:#fff17680}.text-yellow-300\/55{color:#fff1768c}.text-yellow-300\/60{color:#fff17699}.text-yellow-300\/65{color:#fff176a6}.text-yellow-300\/70{color:#fff176b3}.text-yellow-300\/75{color:#fff176bf}.text-yellow-300\/80{color:#fff176cc}.text-yellow-300\/85{color:#fff176d9}.text-yellow-300\/90{color:#fff176e6}.text-yellow-300\/95{color:#fff176f2}.text-yellow-400{--tw-text-opacity: 1;color:rgb(255 238 88 / var(--tw-text-opacity))}.text-yellow-400\/0{color:#ffee5800}.text-yellow-400\/10{color:#ffee581a}.text-yellow-400\/100{color:#ffee58}.text-yellow-400\/15{color:#ffee5826}.text-yellow-400\/20{color:#ffee5833}.text-yellow-400\/25{color:#ffee5840}.text-yellow-400\/30{color:#ffee584d}.text-yellow-400\/35{color:#ffee5859}.text-yellow-400\/40{color:#ffee5866}.text-yellow-400\/45{color:#ffee5873}.text-yellow-400\/5{color:#ffee580d}.text-yellow-400\/50{color:#ffee5880}.text-yellow-400\/55{color:#ffee588c}.text-yellow-400\/60{color:#ffee5899}.text-yellow-400\/65{color:#ffee58a6}.text-yellow-400\/70{color:#ffee58b3}.text-yellow-400\/75{color:#ffee58bf}.text-yellow-400\/80{color:#ffee58cc}.text-yellow-400\/85{color:#ffee58d9}.text-yellow-400\/90{color:#ffee58e6}.text-yellow-400\/95{color:#ffee58f2}.text-yellow-500{--tw-text-opacity: 1;color:rgb(255 235 59 / var(--tw-text-opacity))}.text-yellow-500\/0{color:#ffeb3b00}.text-yellow-500\/10{color:#ffeb3b1a}.text-yellow-500\/100{color:#ffeb3b}.text-yellow-500\/15{color:#ffeb3b26}.text-yellow-500\/20{color:#ffeb3b33}.text-yellow-500\/25{color:#ffeb3b40}.text-yellow-500\/30{color:#ffeb3b4d}.text-yellow-500\/35{color:#ffeb3b59}.text-yellow-500\/40{color:#ffeb3b66}.text-yellow-500\/45{color:#ffeb3b73}.text-yellow-500\/5{color:#ffeb3b0d}.text-yellow-500\/50{color:#ffeb3b80}.text-yellow-500\/55{color:#ffeb3b8c}.text-yellow-500\/60{color:#ffeb3b99}.text-yellow-500\/65{color:#ffeb3ba6}.text-yellow-500\/70{color:#ffeb3bb3}.text-yellow-500\/75{color:#ffeb3bbf}.text-yellow-500\/80{color:#ffeb3bcc}.text-yellow-500\/85{color:#ffeb3bd9}.text-yellow-500\/90{color:#ffeb3be6}.text-yellow-500\/95{color:#ffeb3bf2}.text-yellow-600{--tw-text-opacity: 1;color:rgb(253 216 53 / var(--tw-text-opacity))}.text-yellow-600\/0{color:#fdd83500}.text-yellow-600\/10{color:#fdd8351a}.text-yellow-600\/100{color:#fdd835}.text-yellow-600\/15{color:#fdd83526}.text-yellow-600\/20{color:#fdd83533}.text-yellow-600\/25{color:#fdd83540}.text-yellow-600\/30{color:#fdd8354d}.text-yellow-600\/35{color:#fdd83559}.text-yellow-600\/40{color:#fdd83566}.text-yellow-600\/45{color:#fdd83573}.text-yellow-600\/5{color:#fdd8350d}.text-yellow-600\/50{color:#fdd83580}.text-yellow-600\/55{color:#fdd8358c}.text-yellow-600\/60{color:#fdd83599}.text-yellow-600\/65{color:#fdd835a6}.text-yellow-600\/70{color:#fdd835b3}.text-yellow-600\/75{color:#fdd835bf}.text-yellow-600\/80{color:#fdd835cc}.text-yellow-600\/85{color:#fdd835d9}.text-yellow-600\/90{color:#fdd835e6}.text-yellow-600\/95{color:#fdd835f2}.text-yellow-700{--tw-text-opacity: 1;color:rgb(251 192 45 / var(--tw-text-opacity))}.text-yellow-700\/0{color:#fbc02d00}.text-yellow-700\/10{color:#fbc02d1a}.text-yellow-700\/100{color:#fbc02d}.text-yellow-700\/15{color:#fbc02d26}.text-yellow-700\/20{color:#fbc02d33}.text-yellow-700\/25{color:#fbc02d40}.text-yellow-700\/30{color:#fbc02d4d}.text-yellow-700\/35{color:#fbc02d59}.text-yellow-700\/40{color:#fbc02d66}.text-yellow-700\/45{color:#fbc02d73}.text-yellow-700\/5{color:#fbc02d0d}.text-yellow-700\/50{color:#fbc02d80}.text-yellow-700\/55{color:#fbc02d8c}.text-yellow-700\/60{color:#fbc02d99}.text-yellow-700\/65{color:#fbc02da6}.text-yellow-700\/70{color:#fbc02db3}.text-yellow-700\/75{color:#fbc02dbf}.text-yellow-700\/80{color:#fbc02dcc}.text-yellow-700\/85{color:#fbc02dd9}.text-yellow-700\/90{color:#fbc02de6}.text-yellow-700\/95{color:#fbc02df2}.text-yellow-800{--tw-text-opacity: 1;color:rgb(249 168 37 / var(--tw-text-opacity))}.text-yellow-800\/0{color:#f9a82500}.text-yellow-800\/10{color:#f9a8251a}.text-yellow-800\/100{color:#f9a825}.text-yellow-800\/15{color:#f9a82526}.text-yellow-800\/20{color:#f9a82533}.text-yellow-800\/25{color:#f9a82540}.text-yellow-800\/30{color:#f9a8254d}.text-yellow-800\/35{color:#f9a82559}.text-yellow-800\/40{color:#f9a82566}.text-yellow-800\/45{color:#f9a82573}.text-yellow-800\/5{color:#f9a8250d}.text-yellow-800\/50{color:#f9a82580}.text-yellow-800\/55{color:#f9a8258c}.text-yellow-800\/60{color:#f9a82599}.text-yellow-800\/65{color:#f9a825a6}.text-yellow-800\/70{color:#f9a825b3}.text-yellow-800\/75{color:#f9a825bf}.text-yellow-800\/80{color:#f9a825cc}.text-yellow-800\/85{color:#f9a825d9}.text-yellow-800\/90{color:#f9a825e6}.text-yellow-800\/95{color:#f9a825f2}.text-yellow-900{--tw-text-opacity: 1;color:rgb(245 127 23 / var(--tw-text-opacity))}.text-yellow-900\/0{color:#f57f1700}.text-yellow-900\/10{color:#f57f171a}.text-yellow-900\/100{color:#f57f17}.text-yellow-900\/15{color:#f57f1726}.text-yellow-900\/20{color:#f57f1733}.text-yellow-900\/25{color:#f57f1740}.text-yellow-900\/30{color:#f57f174d}.text-yellow-900\/35{color:#f57f1759}.text-yellow-900\/40{color:#f57f1766}.text-yellow-900\/45{color:#f57f1773}.text-yellow-900\/5{color:#f57f170d}.text-yellow-900\/50{color:#f57f1780}.text-yellow-900\/55{color:#f57f178c}.text-yellow-900\/60{color:#f57f1799}.text-yellow-900\/65{color:#f57f17a6}.text-yellow-900\/70{color:#f57f17b3}.text-yellow-900\/75{color:#f57f17bf}.text-yellow-900\/80{color:#f57f17cc}.text-yellow-900\/85{color:#f57f17d9}.text-yellow-900\/90{color:#f57f17e6}.text-yellow-900\/95{color:#f57f17f2}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-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 rgb(0, 0 / 0, 0);--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-amber-500\/20{--tw-shadow-color: rgb(255 193 7 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-500\/40{--tw-shadow-color: rgb(255 193 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/20{--tw-shadow-color: rgb(33 150 243 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/40{--tw-shadow-color: rgb(33 150 243 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-gray-500\/10{--tw-shadow-color: rgb(96 125 139 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-gray-500\/20{--tw-shadow-color: rgb(96 125 139 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-gray-500\/40{--tw-shadow-color: rgb(96 125 139 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-gray-900\/10{--tw-shadow-color: rgb(38 50 56 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-gray-900\/50{--tw-shadow-color: rgb(38 50 56 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-brown-500\/20{--tw-shadow-color: rgb(121 85 72 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-brown-500\/40{--tw-shadow-color: rgb(121 85 72 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/20{--tw-shadow-color: rgb(0 188 212 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/40{--tw-shadow-color: rgb(0 188 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-deep-orange-500\/20{--tw-shadow-color: rgb(255 87 34 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-deep-orange-500\/40{--tw-shadow-color: rgb(255 87 34 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-deep-purple-500\/20{--tw-shadow-color: rgb(103 58 183 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-deep-purple-500\/40{--tw-shadow-color: rgb(103 58 183 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-200{--tw-shadow-color: #eeeeee;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-400{--tw-shadow-color: #bdbdbd;--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/10{--tw-shadow-color: rgb(33 33 33 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-900\/20{--tw-shadow-color: rgb(33 33 33 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/20{--tw-shadow-color: rgb(76 175 80 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/40{--tw-shadow-color: rgb(76 175 80 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/20{--tw-shadow-color: rgb(63 81 181 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-500\/40{--tw-shadow-color: rgb(63 81 181 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-light-blue-500\/20{--tw-shadow-color: rgb(3 169 244 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-light-blue-500\/40{--tw-shadow-color: rgb(3 169 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-light-green-500\/20{--tw-shadow-color: rgb(139 195 74 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-light-green-500\/40{--tw-shadow-color: rgb(139 195 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/20{--tw-shadow-color: rgb(205 220 57 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/40{--tw-shadow-color: rgb(205 220 57 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/20{--tw-shadow-color: rgb(255 152 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/40{--tw-shadow-color: rgb(255 152 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/20{--tw-shadow-color: rgb(233 30 99 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/40{--tw-shadow-color: rgb(233 30 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/20{--tw-shadow-color: rgb(156 39 176 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/40{--tw-shadow-color: rgb(156 39 176 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color: rgb(244 67 54 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/40{--tw-shadow-color: rgb(244 67 54 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/20{--tw-shadow-color: rgb(0 150 136 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/40{--tw-shadow-color: rgb(0 150 136 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color: rgb(255 235 59 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/40{--tw-shadow-color: rgb(255 235 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0px}.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)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-saturate-200{--tw-backdrop-saturate: saturate(2);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.content-\[\'\'\]{--tw-content: "";content:var(--tw-content)}.\[-webkit-appearance\:none\]{-webkit-appearance:none}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(158 158 158 / var(--tw-text-opacity))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(158 158 158 / var(--tw-text-opacity))}.placeholder\:opacity-0::-moz-placeholder{opacity:0}.placeholder\:opacity-0::placeholder{opacity:0}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.before\:left-2\/4:before{content:var(--tw-content);left:50%}.before\:top-2\/4:before{content:var(--tw-content);top:50%}.before\:mr-1:before{content:var(--tw-content);margin-right:.25rem}.before\:mt-\[6\.5px\]:before{content:var(--tw-content);margin-top:6.5px}.before\:box-border:before{content:var(--tw-content);box-sizing:border-box}.before\:block:before{content:var(--tw-content);display:block}.before\:h-1\.5:before{content:var(--tw-content);height:.375rem}.before\:h-10:before{content:var(--tw-content);height:2.5rem}.before\:h-12:before{content:var(--tw-content);height:3rem}.before\:w-10:before{content:var(--tw-content);width:2.5rem}.before\:w-12:before{content:var(--tw-content);width:3rem}.before\:w-2\.5:before{content:var(--tw-content);width:.625rem}.before\:-translate-x-2\/4:before{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:-translate-x-full:before{content:var(--tw-content);--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:-translate-y-2\/4:before{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:animate-\[shimmer_2s_infinite\]:before{content:var(--tw-content);animation:shimmer 2s infinite}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:rounded-tl-md:before{content:var(--tw-content);border-top-left-radius:.375rem}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-l-2:before{content:var(--tw-content);border-left-width:2px}.before\:border-t:before{content:var(--tw-content);border-top-width:1px}.before\:border-t-2:before{content:var(--tw-content);border-top-width:2px}.before\:\!border-black:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.before\:\!border-blue-gray-200:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(176 190 197 / var(--tw-border-opacity))!important}.before\:\!border-white:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.before\:border-amber-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.before\:border-black:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.before\:border-blue-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.before\:border-blue-gray-200:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(176 190 197 / var(--tw-border-opacity))}.before\:border-blue-gray-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.before\:border-brown-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.before\:border-cyan-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.before\:border-deep-orange-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.before\:border-deep-purple-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.before\:border-gray-900:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.before\:border-green-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.before\:border-indigo-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.before\:border-light-blue-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.before\:border-light-green-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.before\:border-lime-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.before\:border-orange-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.before\:border-pink-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.before\:border-purple-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.before\:border-red-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.before\:border-teal-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.before\:border-white:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.before\:border-yellow-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.before\:border-l-transparent:before{content:var(--tw-content);border-left-color:transparent}.before\:border-t-transparent:before{content:var(--tw-content);border-top-color:transparent}.before\:bg-blue-gray-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(96 125 139 / var(--tw-bg-opacity))}.before\:bg-gradient-to-r:before{content:var(--tw-content);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.before\:from-transparent:before{content:var(--tw-content);--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.before\:via-white\/20:before{content:var(--tw-content);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.before\:to-transparent:before{content:var(--tw-content);--tw-gradient-to: transparent var(--tw-gradient-to-position)}.before\:opacity-0:before{content:var(--tw-content);opacity:0}.before\:transition-all:before{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.before\:transition-opacity:before{content:var(--tw-content);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:pointer-events-none:after{content:var(--tw-content);pointer-events:none}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-bottom-0:after{content:var(--tw-content);bottom:-0px}.after\:-bottom-1:after{content:var(--tw-content);bottom:-.25rem}.after\:-bottom-1\.5:after{content:var(--tw-content);bottom:-.375rem}.after\:-bottom-2\.5:after{content:var(--tw-content);bottom:-.625rem}.after\:ml-1:after{content:var(--tw-content);margin-left:.25rem}.after\:mt-\[6\.5px\]:after{content:var(--tw-content);margin-top:6.5px}.after\:box-border:after{content:var(--tw-content);box-sizing:border-box}.after\:block:after{content:var(--tw-content);display:block}.after\:h-1\.5:after{content:var(--tw-content);height:.375rem}.after\:w-2\.5:after{content:var(--tw-content);width:.625rem}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:flex-grow:after{content:var(--tw-content);flex-grow:1}.after\:scale-x-0:after{content:var(--tw-content);--tw-scale-x: 0;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))}.after\:scale-x-100:after{content:var(--tw-content);--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-tr-md:after{content:var(--tw-content);border-top-right-radius:.375rem}.after\:border-b-2:after{content:var(--tw-content);border-bottom-width:2px}.after\:border-r:after{content:var(--tw-content);border-right-width:1px}.after\:border-r-2:after{content:var(--tw-content);border-right-width:2px}.after\:border-t:after{content:var(--tw-content);border-top-width:1px}.after\:border-t-2:after{content:var(--tw-content);border-top-width:2px}.after\:\!border-black:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.after\:\!border-blue-gray-200:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(176 190 197 / var(--tw-border-opacity))!important}.after\:\!border-white:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.after\:border-amber-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.after\:border-black:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.after\:border-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.after\:border-blue-gray-200:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(176 190 197 / var(--tw-border-opacity))}.after\:border-blue-gray-50:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(236 239 241 / var(--tw-border-opacity))}.after\:border-blue-gray-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.after\:border-brown-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.after\:border-cyan-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.after\:border-deep-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.after\:border-deep-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.after\:border-gray-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity))}.after\:border-gray-900:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.after\:border-green-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.after\:border-indigo-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.after\:border-light-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.after\:border-light-green-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.after\:border-lime-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.after\:border-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.after\:border-pink-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.after\:border-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.after\:border-red-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.after\:border-teal-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.after\:border-transparent:after{content:var(--tw-content);border-color:transparent}.after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.after\:border-yellow-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.after\:border-r-transparent:after{content:var(--tw-content);border-right-color:transparent}.after\:border-t-transparent:after{content:var(--tw-content);border-top-color:transparent}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:transition-transform:after{content:var(--tw-content);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:duration-300:after{content:var(--tw-content);transition-duration:.3s}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.checked\:border-amber-500:checked{--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.checked\:border-blue-500:checked{--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.checked\:border-blue-gray-500:checked{--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.checked\:border-brown-500:checked{--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.checked\:border-cyan-500:checked{--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.checked\:border-deep-orange-500:checked{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.checked\:border-deep-purple-500:checked{--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.checked\:border-gray-900:checked{--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.checked\:border-green-500:checked{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.checked\:border-indigo-500:checked{--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.checked\:border-light-blue-500:checked{--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.checked\:border-light-green-500:checked{--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.checked\:border-lime-500:checked{--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.checked\:border-orange-500:checked{--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.checked\:border-pink-500:checked{--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.checked\:border-purple-500:checked{--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.checked\:border-red-500:checked{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.checked\:border-teal-500:checked{--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.checked\:border-yellow-500:checked{--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.checked\:bg-amber-500:checked{--tw-bg-opacity: 1;background-color:rgb(255 193 7 / var(--tw-bg-opacity))}.checked\:bg-blue-500:checked{--tw-bg-opacity: 1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.checked\:bg-blue-gray-500:checked{--tw-bg-opacity: 1;background-color:rgb(96 125 139 / var(--tw-bg-opacity))}.checked\:bg-brown-500:checked{--tw-bg-opacity: 1;background-color:rgb(121 85 72 / var(--tw-bg-opacity))}.checked\:bg-cyan-500:checked{--tw-bg-opacity: 1;background-color:rgb(0 188 212 / var(--tw-bg-opacity))}.checked\:bg-deep-orange-500:checked{--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.checked\:bg-deep-purple-500:checked{--tw-bg-opacity: 1;background-color:rgb(103 58 183 / var(--tw-bg-opacity))}.checked\:bg-gray-900:checked{--tw-bg-opacity: 1;background-color:rgb(33 33 33 / var(--tw-bg-opacity))}.checked\:bg-green-500:checked{--tw-bg-opacity: 1;background-color:rgb(76 175 80 / var(--tw-bg-opacity))}.checked\:bg-indigo-500:checked{--tw-bg-opacity: 1;background-color:rgb(63 81 181 / var(--tw-bg-opacity))}.checked\:bg-light-blue-500:checked{--tw-bg-opacity: 1;background-color:rgb(3 169 244 / var(--tw-bg-opacity))}.checked\:bg-light-green-500:checked{--tw-bg-opacity: 1;background-color:rgb(139 195 74 / var(--tw-bg-opacity))}.checked\:bg-lime-500:checked{--tw-bg-opacity: 1;background-color:rgb(205 220 57 / var(--tw-bg-opacity))}.checked\:bg-orange-500:checked{--tw-bg-opacity: 1;background-color:rgb(255 152 0 / var(--tw-bg-opacity))}.checked\:bg-pink-500:checked{--tw-bg-opacity: 1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.checked\:bg-purple-500:checked{--tw-bg-opacity: 1;background-color:rgb(156 39 176 / var(--tw-bg-opacity))}.checked\:bg-red-500:checked{--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity))}.checked\:bg-teal-500:checked{--tw-bg-opacity: 1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.checked\:bg-yellow-500:checked{--tw-bg-opacity: 1;background-color:rgb(255 235 59 / var(--tw-bg-opacity))}.checked\:before\:bg-amber-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 193 7 / var(--tw-bg-opacity))}.checked\:before\:bg-blue-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.checked\:before\:bg-blue-gray-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(96 125 139 / var(--tw-bg-opacity))}.checked\:before\:bg-brown-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(121 85 72 / var(--tw-bg-opacity))}.checked\:before\:bg-cyan-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 188 212 / var(--tw-bg-opacity))}.checked\:before\:bg-deep-orange-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.checked\:before\:bg-deep-purple-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(103 58 183 / var(--tw-bg-opacity))}.checked\:before\:bg-gray-900:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(33 33 33 / var(--tw-bg-opacity))}.checked\:before\:bg-green-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(76 175 80 / var(--tw-bg-opacity))}.checked\:before\:bg-indigo-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(63 81 181 / var(--tw-bg-opacity))}.checked\:before\:bg-light-blue-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(3 169 244 / var(--tw-bg-opacity))}.checked\:before\:bg-light-green-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(139 195 74 / var(--tw-bg-opacity))}.checked\:before\:bg-lime-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(205 220 57 / var(--tw-bg-opacity))}.checked\:before\:bg-orange-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 152 0 / var(--tw-bg-opacity))}.checked\:before\:bg-pink-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.checked\:before\:bg-purple-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(156 39 176 / var(--tw-bg-opacity))}.checked\:before\:bg-red-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity))}.checked\:before\:bg-teal-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.checked\:before\:bg-yellow-500:checked:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 235 59 / var(--tw-bg-opacity))}.placeholder-shown\:border:-moz-placeholder-shown{border-width:1px}.placeholder-shown\:border:placeholder-shown{border-width:1px}.placeholder-shown\:border-blue-gray-200:-moz-placeholder-shown{--tw-border-opacity: 1;border-color:rgb(176 190 197 / var(--tw-border-opacity))}.placeholder-shown\:border-blue-gray-200:placeholder-shown{--tw-border-opacity: 1;border-color:rgb(176 190 197 / var(--tw-border-opacity))}.placeholder-shown\:border-green-500:-moz-placeholder-shown{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.placeholder-shown\:border-green-500:placeholder-shown{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.placeholder-shown\:border-red-500:-moz-placeholder-shown{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.placeholder-shown\:border-red-500:placeholder-shown{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.placeholder-shown\:border-t-blue-gray-200:-moz-placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(176 190 197 / var(--tw-border-opacity))}.placeholder-shown\:border-t-blue-gray-200:placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(176 190 197 / var(--tw-border-opacity))}.placeholder-shown\:border-t-green-500:-moz-placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(76 175 80 / var(--tw-border-opacity))}.placeholder-shown\:border-t-green-500:placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(76 175 80 / var(--tw-border-opacity))}.placeholder-shown\:border-t-red-500:-moz-placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(244 67 54 / var(--tw-border-opacity))}.placeholder-shown\:border-t-red-500:placeholder-shown{--tw-border-opacity: 1;border-top-color:rgb(244 67 54 / var(--tw-border-opacity))}.hover\:h-3:hover{height:.75rem}.hover\:w-3:hover{width:.75rem}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-150:hover{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(100 181 246 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity))}.hover\:bg-amber-500\/10:hover{background-color:#ffc1071a}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(227 242 253 / var(--tw-bg-opacity))}.hover\:bg-blue-500\/10:hover{background-color:#2196f31a}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(30 136 229 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(25 118 210 / var(--tw-bg-opacity))}.hover\:bg-blue-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 239 241 / var(--tw-bg-opacity))}.hover\:bg-blue-gray-500\/10:hover{background-color:#607d8b1a}.hover\:bg-brown-500\/10:hover{background-color:#7955481a}.hover\:bg-cyan-500\/10:hover{background-color:#00bcd41a}.hover\:bg-deep-orange-500\/10:hover{background-color:#ff57221a}.hover\:bg-deep-purple-500\/10:hover{background-color:#673ab71a}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(66 66 66 / var(--tw-bg-opacity))}.hover\:bg-gray-900\/10:hover{background-color:#2121211a}.hover\:bg-green-500\/10:hover{background-color:#4caf501a}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(46 125 50 / var(--tw-bg-opacity))}.hover\:bg-indigo-500\/10:hover{background-color:#3f51b51a}.hover\:bg-light-blue-500\/10:hover{background-color:#03a9f41a}.hover\:bg-light-green-500\/10:hover{background-color:#8bc34a1a}.hover\:bg-lime-500\/10:hover{background-color:#cddc391a}.hover\:bg-orange-500\/10:hover{background-color:#ff98001a}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(244 143 177 / var(--tw-bg-opacity))}.hover\:bg-pink-500\/10:hover{background-color:#e91e631a}.hover\:bg-purple-500\/10:hover{background-color:#9c27b01a}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity))}.hover\:bg-red-500\/10:hover{background-color:#f443361a}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(229 57 53 / var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(198 40 40 / var(--tw-bg-opacity))}.hover\:bg-teal-500\/10:hover{background-color:#0096881a}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-yellow-500\/10:hover{background-color:#ffeb3b1a}.hover\:bg-opacity-80:hover{--tw-bg-opacity: .8}.hover\:from-pink-100:hover{--tw-gradient-from: #f8bbd0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 187 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-red-600:hover{--tw-gradient-from: #e53935 var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 57 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-orange-100:hover{--tw-gradient-to: #ffe0b2 var(--tw-gradient-to-position)}.hover\:to-pink-600:hover{--tw-gradient-to: #d81b60 var(--tw-gradient-to-position)}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(33 150 243 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(25 118 210 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(21 101 192 / var(--tw-text-opacity))}.hover\:text-blue-gray-500:hover{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.hover\:text-blue-gray-900:hover{--tw-text-opacity: 1;color:rgb(38 50 56 / var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(224 224 224 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(117 117 117 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(97 97 97 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(66 66 66 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(33 33 33 / var(--tw-text-opacity))}.hover\:text-light-blue-500:hover{--tw-text-opacity: 1;color:rgb(3 169 244 / var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(245 124 0 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(211 47 47 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-amber-500\/40:hover{--tw-shadow-color: rgb(255 193 7 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/40:hover{--tw-shadow-color: rgb(33 150 243 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-gray-500\/20:hover{--tw-shadow-color: rgb(96 125 139 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-gray-500\/40:hover{--tw-shadow-color: rgb(96 125 139 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-brown-500\/40:hover{--tw-shadow-color: rgb(121 85 72 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-cyan-500\/40:hover{--tw-shadow-color: rgb(0 188 212 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-deep-orange-500\/40:hover{--tw-shadow-color: rgb(255 87 34 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-deep-purple-500\/40:hover{--tw-shadow-color: rgb(103 58 183 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-900\/20:hover{--tw-shadow-color: rgb(33 33 33 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-green-500\/40:hover{--tw-shadow-color: rgb(76 175 80 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-indigo-500\/40:hover{--tw-shadow-color: rgb(63 81 181 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-light-blue-500\/40:hover{--tw-shadow-color: rgb(3 169 244 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-light-green-500\/40:hover{--tw-shadow-color: rgb(139 195 74 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-lime-500\/40:hover{--tw-shadow-color: rgb(205 220 57 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-500\/40:hover{--tw-shadow-color: rgb(255 152 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-pink-500\/40:hover{--tw-shadow-color: rgb(233 30 99 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-purple-500\/40:hover{--tw-shadow-color: rgb(156 39 176 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-500\/40:hover{--tw-shadow-color: rgb(244 67 54 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-teal-500\/40:hover{--tw-shadow-color: rgb(0 150 136 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-yellow-500\/40:hover{--tw-shadow-color: rgb(255 235 59 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:brightness-125:hover{--tw-brightness: brightness(1.25);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)}.hover\:before\:opacity-0:hover:before{content:var(--tw-content);opacity:0}.hover\:before\:opacity-10:hover:before{content:var(--tw-content);opacity:.1}.focus\:scale-110:focus{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.focus\:border-2:focus{border-width:2px}.focus\:\!border-black:focus{--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.focus\:\!border-white:focus{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.focus\:border-amber-500:focus{--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.focus\:border-blue-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.focus\:border-blue-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(38 50 56 / var(--tw-border-opacity))}.focus\:border-brown-500:focus{--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.focus\:border-deep-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.focus\:border-deep-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.focus\:border-light-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.focus\:border-light-green-500:focus{--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.focus\:border-lime-500:focus{--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.focus\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\:border-yellow-500:focus{--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.focus\:border-t-transparent:focus{border-top-color:transparent}.focus\:bg-blue-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(236 239 241 / var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.focus\:bg-transparent:focus{background-color:transparent}.focus\:bg-opacity-80:focus{--tw-bg-opacity: .8}.focus\:text-blue-gray-500:focus{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.focus\:text-blue-gray-900:focus{--tw-text-opacity: 1;color:rgb(38 50 56 / var(--tw-text-opacity))}.focus\:opacity-\[0\.85\]:focus{opacity:.85}.focus\:shadow-none:focus{--tw-shadow: 0 0 rgb(0, 0 / 0, 0);--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-0:focus{outline-width:0px}.focus\:outline-2:focus{outline-width:2px}.focus\:outline-offset-2:focus{outline-offset:2px}.focus\:outline-blue-600:focus{outline-color:#1e88e5}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-amber-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 224 130 / var(--tw-ring-opacity))}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(144 202 249 / var(--tw-ring-opacity))}.focus\:ring-blue-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(176 190 197 / var(--tw-ring-opacity))}.focus\:ring-brown-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(188 170 164 / var(--tw-ring-opacity))}.focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(128 222 234 / var(--tw-ring-opacity))}.focus\:ring-deep-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 171 145 / var(--tw-ring-opacity))}.focus\:ring-deep-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(179 157 219 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 224 224 / var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 214 167 / var(--tw-ring-opacity))}.focus\:ring-indigo-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(159 168 218 / var(--tw-ring-opacity))}.focus\:ring-light-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 212 250 / var(--tw-ring-opacity))}.focus\:ring-light-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(197 225 165 / var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(230 238 156 / var(--tw-ring-opacity))}.focus\:ring-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 204 128 / var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(244 143 177 / var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(206 147 216 / var(--tw-ring-opacity))}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 154 154 / var(--tw-ring-opacity))}.focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(128 203 196 / var(--tw-ring-opacity))}.focus\:ring-white\/50:focus{--tw-ring-color: rgb(255 255 255 / .5)}.focus\:ring-yellow-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 245 157 / var(--tw-ring-opacity))}.focus\:placeholder\:opacity-100:focus::-moz-placeholder{opacity:1}.focus\:placeholder\:opacity-100:focus::placeholder{opacity:1}.active\:scale-100:active{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-125:active{--tw-scale-x: 1.25;--tw-scale-y: 1.25;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))}.active\:bg-amber-500\/30:active{background-color:#ffc1074d}.active\:bg-blue-500\/30:active{background-color:#2196f34d}.active\:bg-blue-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(236 239 241 / var(--tw-bg-opacity))}.active\:bg-blue-gray-500\/30:active{background-color:#607d8b4d}.active\:bg-brown-500\/30:active{background-color:#7955484d}.active\:bg-cyan-500\/30:active{background-color:#00bcd44d}.active\:bg-deep-orange-500\/30:active{background-color:#ff57224d}.active\:bg-deep-purple-500\/30:active{background-color:#673ab74d}.active\:bg-gray-300:active{--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity))}.active\:bg-gray-900\/20:active{background-color:#21212133}.active\:bg-green-500\/30:active{background-color:#4caf504d}.active\:bg-indigo-500\/30:active{background-color:#3f51b54d}.active\:bg-light-blue-500\/30:active{background-color:#03a9f44d}.active\:bg-light-green-500\/30:active{background-color:#8bc34a4d}.active\:bg-lime-500\/30:active{background-color:#cddc394d}.active\:bg-orange-500\/30:active{background-color:#ff98004d}.active\:bg-pink-500\/30:active{background-color:#e91e634d}.active\:bg-purple-500\/30:active{background-color:#9c27b04d}.active\:bg-red-500\/30:active{background-color:#f443364d}.active\:bg-teal-500\/30:active{background-color:#0096884d}.active\:bg-transparent:active{background-color:transparent}.active\:bg-white\/30:active{background-color:#ffffff4d}.active\:bg-yellow-500\/30:active{background-color:#ffeb3b4d}.active\:bg-opacity-80:active{--tw-bg-opacity: .8}.active\:text-blue-gray-500:active{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.active\:text-blue-gray-900:active{--tw-text-opacity: 1;color:rgb(38 50 56 / var(--tw-text-opacity))}.active\:opacity-\[0\.85\]:active{opacity:.85}.active\:shadow-none:active{--tw-shadow: 0 0 rgb(0, 0 / 0, 0);--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:resize-none:disabled{resize:none}.disabled\:border-0:disabled{border-width:0px}.disabled\:bg-blue-gray-50:disabled{--tw-bg-opacity: 1;background-color:rgb(236 239 241 / var(--tw-bg-opacity))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:shadow-none:disabled{--tw-shadow: 0 0 rgb(0, 0 / 0, 0);--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-blue-800{--tw-text-opacity: 1;color:rgb(21 101 192 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:border-amber-500{--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-blue-500{--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-blue-gray-500{--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-brown-500{--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-cyan-500{--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-deep-orange-500{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-deep-purple-500{--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-gray-900{--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-green-500{--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-indigo-500{--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-light-blue-500{--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-light-green-500{--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-lime-500{--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-orange-500{--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-pink-500{--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-purple-500{--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-red-500{--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-teal-500{--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:border-yellow-500{--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:opacity-100{opacity:1}.peer:checked~.peer-checked\:before\:bg-amber-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 193 7 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-blue-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-blue-gray-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(96 125 139 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-brown-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(121 85 72 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-cyan-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 188 212 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-deep-orange-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 87 34 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-deep-purple-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(103 58 183 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-gray-900:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(33 33 33 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-green-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(76 175 80 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-indigo-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(63 81 181 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-light-blue-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(3 169 244 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-light-green-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(139 195 74 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-lime-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(205 220 57 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-orange-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 152 0 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-pink-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-purple-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(156 39 176 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-red-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-teal-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:before\:bg-yellow-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 235 59 / var(--tw-bg-opacity))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-sm{font-size:.875rem;line-height:1.25rem}.peer:placeholder-shown~.peer-placeholder-shown\:text-sm{font-size:.875rem;line-height:1.25rem}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:leading-\[3\.75\]{line-height:3.75}.peer:placeholder-shown~.peer-placeholder-shown\:leading-\[3\.75\]{line-height:3.75}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:leading-\[4\.1\]{line-height:4.1}.peer:placeholder-shown~.peer-placeholder-shown\:leading-\[4\.1\]{line-height:4.1}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:leading-\[4\.25\]{line-height:4.25}.peer:placeholder-shown~.peer-placeholder-shown\:leading-\[4\.25\]{line-height:4.25}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:leading-\[4\.875\]{line-height:4.875}.peer:placeholder-shown~.peer-placeholder-shown\:leading-\[4\.875\]{line-height:4.875}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:leading-tight{line-height:1.25}.peer:placeholder-shown~.peer-placeholder-shown\:leading-tight{line-height:1.25}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.peer:placeholder-shown~.peer-placeholder-shown\:text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-green-500{--tw-text-opacity: 1;color:rgb(76 175 80 / var(--tw-text-opacity))}.peer:placeholder-shown~.peer-placeholder-shown\:text-green-500{--tw-text-opacity: 1;color:rgb(76 175 80 / var(--tw-text-opacity))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-red-500{--tw-text-opacity: 1;color:rgb(244 67 54 / var(--tw-text-opacity))}.peer:placeholder-shown~.peer-placeholder-shown\:text-red-500{--tw-text-opacity: 1;color:rgb(244 67 54 / var(--tw-text-opacity))}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.peer:placeholder-shown~.peer-placeholder-shown\:before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.peer:-moz-placeholder-shown~.peer-placeholder-shown\:after\:border-transparent:after{content:var(--tw-content);border-color:transparent}.peer:placeholder-shown~.peer-placeholder-shown\:after\:border-transparent:after{content:var(--tw-content);border-color:transparent}.peer:hover~.peer-hover\:block{display:block}.peer:focus~.peer-focus\:text-\[11px\]{font-size:11px}.peer:focus~.peer-focus\:text-sm{font-size:.875rem;line-height:1.25rem}.peer:focus~.peer-focus\:leading-tight{line-height:1.25}.peer:focus~.peer-focus\:\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.peer:focus~.peer-focus\:\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.peer:focus~.peer-focus\:text-amber-500{--tw-text-opacity: 1;color:rgb(255 193 7 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-blue-500{--tw-text-opacity: 1;color:rgb(33 150 243 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-brown-500{--tw-text-opacity: 1;color:rgb(121 85 72 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-cyan-500{--tw-text-opacity: 1;color:rgb(0 188 212 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-deep-orange-500{--tw-text-opacity: 1;color:rgb(255 87 34 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-deep-purple-500{--tw-text-opacity: 1;color:rgb(103 58 183 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-gray-900{--tw-text-opacity: 1;color:rgb(33 33 33 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-green-500{--tw-text-opacity: 1;color:rgb(76 175 80 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-indigo-500{--tw-text-opacity: 1;color:rgb(63 81 181 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-light-blue-500{--tw-text-opacity: 1;color:rgb(3 169 244 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-light-green-500{--tw-text-opacity: 1;color:rgb(139 195 74 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-lime-500{--tw-text-opacity: 1;color:rgb(205 220 57 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-orange-500{--tw-text-opacity: 1;color:rgb(255 152 0 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-pink-500{--tw-text-opacity: 1;color:rgb(233 30 99 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-purple-500{--tw-text-opacity: 1;color:rgb(156 39 176 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-red-500{--tw-text-opacity: 1;color:rgb(244 67 54 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-teal-500{--tw-text-opacity: 1;color:rgb(0 150 136 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:text-yellow-500{--tw-text-opacity: 1;color:rgb(255 235 59 / var(--tw-text-opacity))}.peer:focus~.peer-focus\:before\:border-l-2:before{content:var(--tw-content);border-left-width:2px}.peer:focus~.peer-focus\:before\:border-t-2:before{content:var(--tw-content);border-top-width:2px}.peer:focus~.peer-focus\:before\:\!border-amber-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 193 7 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-black:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-blue-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(33 150 243 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-blue-gray-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(96 125 139 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-brown-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(121 85 72 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-cyan-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 188 212 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-deep-orange-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 87 34 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-deep-purple-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(103 58 183 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-gray-900:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(33 33 33 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-green-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(76 175 80 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-indigo-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(63 81 181 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-light-blue-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(3 169 244 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-light-green-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(139 195 74 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-lime-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(205 220 57 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-orange-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 152 0 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-pink-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(233 30 99 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-purple-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(156 39 176 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-red-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(244 67 54 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-teal-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-white:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:\!border-yellow-500:before{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 235 59 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:before\:border-green-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:before\:border-red-500:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:scale-x-100:after{content:var(--tw-content);--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:focus~.peer-focus\:after\:border-r-2:after{content:var(--tw-content);border-right-width:2px}.peer:focus~.peer-focus\:after\:border-t-2:after{content:var(--tw-content);border-top-width:2px}.peer:focus~.peer-focus\:after\:\!border-amber-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 193 7 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-black:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(33 150 243 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-blue-gray-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(96 125 139 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-brown-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(121 85 72 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-cyan-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 188 212 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-deep-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 87 34 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-deep-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(103 58 183 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-gray-900:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(33 33 33 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-green-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(76 175 80 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-indigo-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(63 81 181 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-light-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(3 169 244 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-light-green-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(139 195 74 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-lime-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(205 220 57 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 152 0 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-pink-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(233 30 99 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(156 39 176 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-red-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(244 67 54 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-teal-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-white:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:\!border-yellow-500:after{content:var(--tw-content);--tw-border-opacity: 1 !important;border-color:rgb(255 235 59 / var(--tw-border-opacity))!important}.peer:focus~.peer-focus\:after\:border-amber-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 193 7 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-black:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-blue-gray-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(96 125 139 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-brown-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(121 85 72 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-cyan-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 188 212 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-deep-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-deep-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(103 58 183 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-gray-900:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(33 33 33 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-green-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(76 175 80 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-indigo-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(63 81 181 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-light-blue-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(3 169 244 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-light-green-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(139 195 74 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-lime-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(205 220 57 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-orange-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 152 0 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-pink-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-purple-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(156 39 176 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-red-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(244 67 54 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-teal-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:after\:border-yellow-500:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 235 59 / var(--tw-border-opacity))}.peer:disabled~.peer-disabled\:text-blue-gray-400{--tw-text-opacity: 1;color:rgb(120 144 156 / var(--tw-text-opacity))}.peer:disabled~.peer-disabled\:text-transparent{color:transparent}.peer:disabled~.peer-disabled\:before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.peer:disabled~.peer-disabled\:after\:border-transparent:after{content:var(--tw-content);border-color:transparent}.peer:disabled:-moz-placeholder-shown~.peer-disabled\:peer-placeholder-shown\:text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}.peer:disabled:placeholder-shown~.peer-disabled\:peer-placeholder-shown\:text-blue-gray-500{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity))}@media (min-width: 540px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:p-6{padding:1.5rem}}@media (min-width: 720px){.md\:mt-0{margin-top:0}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-5\/6{width:83.333333%}.md\:min-w-\[60\%\]{min-width:60%}.md\:min-w-\[66\.666667\%\]{min-width:66.666667%}.md\:min-w-\[75\%\]{min-width:75%}.md\:min-w-\[83\.333333\%\]{min-width:83.333333%}.md\:max-w-\[60\%\]{max-width:60%}.md\:max-w-\[66\.666667\%\]{max-width:66.666667%}.md\:max-w-\[75\%\]{max-width:75%}.md\:max-w-\[83\.333333\%\]{max-width:83.333333%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 960px){.lg\:ml-24{margin-left:6rem}.lg\:mr-2{margin-right:.5rem}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-2\/4{width:50%}.lg\:w-2\/5{width:40%}.lg\:w-3\/4{width:75%}.lg\:w-3\/5{width:60%}.lg\:min-w-\[40\%\]{min-width:40%}.lg\:min-w-\[50\%\]{min-width:50%}.lg\:min-w-\[60\%\]{min-width:60%}.lg\:min-w-\[75\%\]{min-width:75%}.lg\:max-w-\[40\%\]{max-width:40%}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:max-w-\[60\%\]{max-width:60%}.lg\:max-w-\[75\%\]{max-width:75%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:items-start{align-items:flex-start}}@media (min-width: 1320px){.\32xl\:w-1\/3{width:33.333333%}.\32xl\:w-1\/4{width:25%}.\32xl\:w-2\/5{width:40%}.\32xl\:w-3\/4{width:75%}.\32xl\:w-3\/5{width:60%}.\32xl\:min-w-\[25\%\]{min-width:25%}.\32xl\:min-w-\[33\.333333\%\]{min-width:33.333333%}.\32xl\:min-w-\[40\%\]{min-width:40%}.\32xl\:min-w-\[60\%\]{min-width:60%}.\32xl\:min-w-\[75\%\]{min-width:75%}.\32xl\:max-w-\[25\%\]{max-width:25%}.\32xl\:max-w-\[33\.333333\%\]{max-width:33.333333%}.\32xl\:max-w-\[40\%\]{max-width:40%}.\32xl\:max-w-\[60\%\]{max-width:60%}.\32xl\:max-w-\[75\%\]{max-width:75%}}.\[\&\:\:-moz-range-thumb\]\:relative::-moz-range-thumb{position:relative}.\[\&\:\:-moz-range-thumb\]\:z-20::-moz-range-thumb{z-index:20}.\[\&\:\:-moz-range-thumb\]\:-mt-1::-moz-range-thumb{margin-top:-.25rem}.\[\&\:\:-moz-range-thumb\]\:-mt-\[3px\]::-moz-range-thumb{margin-top:-3px}.\[\&\:\:-moz-range-thumb\]\:h-2\.5::-moz-range-thumb{height:.625rem}.\[\&\:\:-moz-range-thumb\]\:h-3\.5::-moz-range-thumb{height:.875rem}.\[\&\:\:-moz-range-thumb\]\:h-5::-moz-range-thumb{height:1.25rem}.\[\&\:\:-moz-range-thumb\]\:w-2\.5::-moz-range-thumb{width:.625rem}.\[\&\:\:-moz-range-thumb\]\:w-3\.5::-moz-range-thumb{width:.875rem}.\[\&\:\:-moz-range-thumb\]\:w-5::-moz-range-thumb{width:1.25rem}.\[\&\:\:-moz-range-thumb\]\:appearance-none::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none}.\[\&\:\:-moz-range-thumb\]\:rounded-full::-moz-range-thumb{border-radius:9999px}.\[\&\:\:-moz-range-thumb\]\:border-0::-moz-range-thumb{border-width:0px}.\[\&\:\:-moz-range-thumb\]\:bg-white::-moz-range-thumb{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\[\&\:\:-moz-range-thumb\]\:ring-2::-moz-range-thumb{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.\[\&\:\:-moz-range-thumb\]\:ring-current::-moz-range-thumb{--tw-ring-color: currentColor}.\[\&\:\:-moz-range-thumb\]\:\[-webkit-appearance\:none\]::-moz-range-thumb{-webkit-appearance:none}.\[\&\:\:-moz-range-track\]\:h-full::-moz-range-track{height:100%}.\[\&\:\:-moz-range-track\]\:rounded-full::-moz-range-track{border-radius:9999px}.\[\&\:\:-moz-range-track\]\:bg-blue-gray-100::-moz-range-track{--tw-bg-opacity: 1;background-color:rgb(207 216 220 / var(--tw-bg-opacity))}.\[\&\:\:-webkit-slider-runnable-track\]\:h-full::-webkit-slider-runnable-track{height:100%}.\[\&\:\:-webkit-slider-runnable-track\]\:rounded-full::-webkit-slider-runnable-track{border-radius:9999px}.\[\&\:\:-webkit-slider-runnable-track\]\:bg-blue-gray-100::-webkit-slider-runnable-track{--tw-bg-opacity: 1;background-color:rgb(207 216 220 / var(--tw-bg-opacity))}.\[\&\:\:-webkit-slider-thumb\]\:relative::-webkit-slider-thumb{position:relative}.\[\&\:\:-webkit-slider-thumb\]\:z-20::-webkit-slider-thumb{z-index:20}.\[\&\:\:-webkit-slider-thumb\]\:-mt-1::-webkit-slider-thumb{margin-top:-.25rem}.\[\&\:\:-webkit-slider-thumb\]\:-mt-\[3px\]::-webkit-slider-thumb{margin-top:-3px}.\[\&\:\:-webkit-slider-thumb\]\:h-2\.5::-webkit-slider-thumb{height:.625rem}.\[\&\:\:-webkit-slider-thumb\]\:h-3\.5::-webkit-slider-thumb{height:.875rem}.\[\&\:\:-webkit-slider-thumb\]\:h-5::-webkit-slider-thumb{height:1.25rem}.\[\&\:\:-webkit-slider-thumb\]\:w-2::-webkit-slider-thumb{width:.5rem}.\[\&\:\:-webkit-slider-thumb\]\:w-2\.5::-webkit-slider-thumb{width:.625rem}.\[\&\:\:-webkit-slider-thumb\]\:w-3::-webkit-slider-thumb{width:.75rem}.\[\&\:\:-webkit-slider-thumb\]\:w-3\.5::-webkit-slider-thumb{width:.875rem}.\[\&\:\:-webkit-slider-thumb\]\:w-5::-webkit-slider-thumb{width:1.25rem}.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{border-radius:9999px}.\[\&\:\:-webkit-slider-thumb\]\:border-0::-webkit-slider-thumb{border-width:0px}.\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\[\&\:\:-webkit-slider-thumb\]\:ring-2::-webkit-slider-thumb{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.\[\&\:\:-webkit-slider-thumb\]\:ring-current::-webkit-slider-thumb{--tw-ring-color: currentColor}.\[\&\:\:-webkit-slider-thumb\]\:\[-webkit-appearance\:none\]::-webkit-slider-thumb{-webkit-appearance:none}.\[\&\>svg\]\:h-auto>svg{height:auto}.\[\&\>svg\]\:w-full>svg{width:100%}
