@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
*,:after,:before{--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:rgba(48,147,209,.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:rgba(48,147,209,.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: }/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height: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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#1c64f2;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}::-webkit-date-and-time-value{text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active) {[type=checkbox]:checked,[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%}@media (forced-colors:active) {[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*{scrollbar-color:auto;scrollbar-width:auto}.tooltip-arrow,.tooltip-arrow:before{background:inherit;height:8px;position:absolute;width:8px}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";transform:rotate(45deg);visibility:visible}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-color:#e5e7eb;border-style:solid}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-left-width:1px;border-top-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-right-width:1px;border-top-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{background:inherit;height:8px;position:absolute;width:8px}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:after,[data-popper-arrow]:before{content:"";transform:rotate(45deg);visibility:visible}[data-popper-arrow]:after{background:inherit;height:9px;position:absolute;width:9px}[role=tooltip]>[data-popper-arrow]:before{border-color:#e5e7eb;border-style:solid}.dark [role=tooltip]>[data-popper-arrow]:before{border-color:#4b5563;border-style:solid}[role=tooltip]>[data-popper-arrow]:after{border-color:#e5e7eb;border-style:solid}.dark [role=tooltip]>[data-popper-arrow]:after{border-color:#4b5563;border-style:solid}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-left-width:1px;border-top-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after,[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-right-width:1px;border-top-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:after,[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#1c64f2;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select:not([size]){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#1c64f2;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--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);outline:2px solid transparent;outline-offset:2px}.dark [type=checkbox]:checked,.dark [type=radio]:checked,[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:.55em .55em;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}.dark [type=radio]:checked,[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");background-size:1em 1em}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.55em .55em;border-color:transparent;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{background:#252f3f;border:0;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-inline-end:1rem;margin-inline-start:-1rem;padding:.625rem 1rem .625rem 2rem}input[type=file]::file-selector-button:hover{background:#374151}.dark input[type=file]::file-selector-button{background:#4b5563;color:#fff}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#1c64f2;border:0;border-radius:9999px;cursor:pointer;height:1.25rem;width:1.25rem}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1px;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity));box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}input[type=range]::-moz-range-thumb{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#1c64f2;border:0;border-radius:9999px;cursor:pointer;height:1.25rem;width:1.25rem}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3093d1}input[type=range]::-ms-fill-lower{background:#3093d1}.toggle-bg:after{background:#fff;border-color:#d1d5db;border-radius:9999px;border-width:1px;box-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);content:"";height:1.25rem;left:.125rem;position:absolute;top:.125rem;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;width:1.25rem}input:checked+.toggle-bg:after{border-color:#fff;transform:translateX(100%);}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}.\!container{width:100%!important}.container{width:100%}@media (min-width:360px){.\!container{max-width:360px!important}.container{max-width:360px}}@media (min-width:480px){.\!container{max-width:480px!important}.container{max-width:480px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:700px){.\!container{max-width:700px!important}.container{max-width:700px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}@media (min-width:1850px){.\!container{max-width:1850px!important}.container{max-width:1850px}}.form-input,.form-multiselect,.form-select,.form-textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#1c64f2;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-meridiem-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}.form-checkbox,.form-radio{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#1c64f2;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}.form-checkbox{border-radius:0}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1c64f2;--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);outline:2px solid transparent;outline-offset:2px}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.form-checkbox:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active) {.form-checkbox:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active) {.form-radio:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:focus,.form-checkbox:checked:hover,.form-radio:checked:focus,.form-radio:checked:hover{background-color:currentColor;border-color:transparent}.form-checkbox:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active) {.form-checkbox:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:focus,.form-checkbox:indeterminate:hover{background-color:currentColor;border-color:transparent}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-px{inset:-1px}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{bottom:0;top:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-left-0\.5{left:-.125rem}.-left-1{left:-.25rem}.-left-24{left:-6rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[-2rem\]{bottom:-2rem}.bottom-\[50px\]{bottom:50px}.bottom-\[60px\]{bottom:60px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-24{left:6rem}.left-4{left:1rem}.left-7{left:1.75rem}.left-\[10px\]{left:10px}.left-\[2\.42px\]{left:2.42px}.left-\[44px\]{left:44px}.left-\[8px\]{left:8px}.left-\[max\(-7rem\2c calc\(50\%-52rem\)\)\]{left:max(-7rem,calc(50% - 52rem))}.left-\[max\(45rem\2c calc\(50\%\+8rem\)\)\]{left:max(45rem,calc(50% + 8rem))}.left-full{left:100%}.right-0{right:0}.right-10{right:2.5rem}.right-12{right:3rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-\[10px\]{right:10px}.right-full{right:100%}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-\[10px\]{top:10px}.top-\[120px\]{top:120px}.top-\[175px\]{top:175px}.top-\[2\.08px\]{top:2.08px}.top-\[50px\]{top:50px}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[105\]{z-index:105}.z-\[110\]{z-index:110}.z-\[150\]{z-index:150}.z-\[160\]{z-index:160}.z-\[200\]{z-index:200}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-first{order:-9999}.order-last{order:9999}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.row-span-1{grid-row:span 1/span 1}.row-span-4{grid-row:span 4/span 4}.row-start-1{grid-row-start:1}.float-right{float:right}.clear-both{clear:both}.-m-2{margin:-.5rem}.-m-3{margin:-.75rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-2{margin-bottom:-.5rem;margin-top:-.5rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-auto{margin-bottom:auto;margin-top:auto}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mb-6{margin-bottom:-1.5rem}.-mb-8{margin-bottom:-2rem}.-mb-px{margin-bottom:-1px}.-ml-0\.5{margin-left:-.125rem}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-ml-8{margin-left:-2rem}.-ml-px{margin-left:-1px}.-mr-0\.5{margin-right:-.125rem}.-mr-1{margin-right:-.25rem}.-mr-1\.5{margin-right:-.375rem}.-mr-12{margin-right:-3rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-12{margin-top:-3rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.me-2{margin-inline-end:.5rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-32{margin-left:8rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[52px\]{margin-left:52px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-32{margin-right:8rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.ms-3{margin-inline-start:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[1px\]{margin-top:1px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!table-cell{display:table-cell!important}.table-cell{display:table-cell}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-\[577\/310\]{aspect-ratio:577/310}.aspect-square{aspect-ratio:1/1}.size-0\.5{height:.125rem;width:.125rem}.size-12{height:3rem;width:3rem}.size-3\.5{height:.875rem;width:.875rem}.size-4{height:1rem;width:1rem}.size-8{height:2rem;width:2rem}.size-full{height:100%;width:100%}.h-0{height:0}.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-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[10\%\]{height:10%}.h-\[100\%\]{height:100%}.h-\[128px\]{height:128px}.h-\[150px\]{height:150px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[26rem\]{height:26rem}.h-\[2px\]{height:2px}.h-\[2rem\]{height:2rem}.h-\[30px\]{height:30px}.h-\[330px\]{height:330px}.h-\[36px\]{height:36px}.h-\[393px\]{height:393px}.h-\[500px\]{height:500px}.h-\[50vh\]{height:50vh}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[56px\]{height:56px}.h-\[5rem\]{height:5rem}.h-\[600px\]{height:600px}.h-\[60vh\]{height:60vh}.h-\[640px\]{height:640px}.h-\[650px\]{height:650px}.h-\[66\%\]{height:66%}.h-\[680px\]{height:680px}.h-\[70\%\]{height:70%}.h-\[70px\]{height:70px}.h-\[70vh\]{height:70vh}.h-\[74vh\]{height:74vh}.h-\[80px\]{height:80px}.h-\[85\%\]{height:85%}.h-\[88vh\]{height:88vh}.h-\[90\%\]{height:90%}.h-\[95\%\]{height:95%}.h-\[98px\]{height:98px}.h-\[99\%\]{height:99%}.h-\[calc\(100\%-1rem\)\]{height:calc(100% - 1rem)}.h-\[calc\(100vh-200px\)\]{height:calc(100vh - 200px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-20{max-height:5rem}.max-h-36{max-height:9rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-\[108px\]{max-height:108px}.max-h-\[150px\]{max-height:150px}.max-h-\[170px\]{max-height:170px}.max-h-\[190px\]{max-height:190px}.max-h-\[200px\]{max-height:200px}.max-h-\[250px\]{max-height:250px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[40px\]{max-height:40px}.max-h-\[42\.5vh\]{max-height:42.5vh}.max-h-\[480px\]{max-height:480px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[5rem\]{max-height:5rem}.max-h-\[650px\]{max-height:650px}.max-h-\[66\%\]{max-height:66%}.max-h-\[70\%\]{max-height:70%}.max-h-\[70vh\]{max-height:70vh}.max-h-\[79px\]{max-height:79px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90\%\]{max-height:90%}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-200px\)\]{max-height:calc(100vh - 200px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-16{min-height:4rem}.min-h-2{min-height:.5rem}.min-h-48{min-height:12rem}.min-h-60{min-height:15rem}.min-h-96{min-height:24rem}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[186px\]{min-height:186px}.min-h-\[200px\]{min-height:200px}.min-h-\[20px\]{min-height:20px}.min-h-\[225px\]{min-height:225px}.min-h-\[298px\]{min-height:298px}.min-h-\[300px\]{min-height:300px}.min-h-\[301px\]{min-height:301px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[400px\]{min-height:400px}.min-h-\[500px\]{min-height:500px}.min-h-\[575px\]{min-height:575px}.min-h-\[669px\]{min-height:669px}.min-h-\[75vh\]{min-height:75vh}.min-h-\[800px\]{min-height:800px}.min-h-full{min-height:100%}.min-h-min{min-height:-moz-min-content;min-height:min-content}.min-h-screen{min-height:100vh}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.w-0{width:0}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.333333%}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-96{width:24rem}.w-\[10\%\]{width:10%}.w-\[100px\]{width:100px}.w-\[12\%\]{width:12%}.w-\[120px\]{width:120px}.w-\[128px\]{width:128px}.w-\[15\%\]{width:15%}.w-\[150px\]{width:150px}.w-\[180px\]{width:180px}.w-\[20\%\]{width:20%}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[20rem\]{width:20rem}.w-\[216px\]{width:216px}.w-\[220px\]{width:220px}.w-\[224px\]{width:224px}.w-\[23\%\]{width:23%}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[288px\]{width:288px}.w-\[2px\]{width:2px}.w-\[2rem\]{width:2rem}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[350px\]{width:350px}.w-\[36\.0625rem\]{width:36.0625rem}.w-\[38px\]{width:38px}.w-\[3px\]{width:3px}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[45\%\]{width:45%}.w-\[5\%\]{width:5%}.w-\[55px\]{width:55px}.w-\[5rem\]{width:5rem}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[90\%\]{width:90%}.w-\[95\%\]{width:95%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-20{min-width:5rem}.min-w-3{min-width:.75rem}.min-w-32{min-width:8rem}.min-w-44{min-width:11rem}.min-w-6{min-width:1.5rem}.min-w-60{min-width:15rem}.min-w-72{min-width:18rem}.min-w-96{min-width:24rem}.min-w-\[100px\]{min-width:100px}.min-w-\[165px\]{min-width:165px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[30px\]{min-width:30px}.min-w-\[328px\]{min-width:328px}.min-w-\[33\%\]{min-width:33%}.min-w-\[33px\]{min-width:33px}.min-w-\[44px\]{min-width:44px}.min-w-\[50px\]{min-width:50px}.min-w-\[55px\]{min-width:55px}.min-w-\[67px\]{min-width:67px}.min-w-\[70px\]{min-width:70px}.min-w-\[75\%\]{min-width:75%}.min-w-\[76px\]{min-width:76px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[92\%\]{min-width:92%}.min-w-\[95\%\]{min-width:95%}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.min-w-min{min-width:-moz-min-content;min-width:min-content}.max-w-0{max-width:0}.max-w-20{max-width:5rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-44{max-width:11rem}.max-w-48{max-width:12rem}.max-w-4xl{max-width:56rem}.max-w-52{max-width:13rem}.max-w-5xl{max-width:64rem}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[12rem\]{max-width:12rem}.max-w-\[140px\]{max-width:140px}.max-w-\[15rem\]{max-width:15rem}.max-w-\[16rem\]{max-width:16rem}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[238px\]{max-width:238px}.max-w-\[250px\]{max-width:250px}.max-w-\[300px\]{max-width:300px}.max-w-\[33\%\]{max-width:33%}.max-w-\[350px\]{max-width:350px}.max-w-\[40\%\]{max-width:40%}.max-w-\[400px\]{max-width:400px}.max-w-\[48px\]{max-width:48px}.max-w-\[50\%\]{max-width:50%}.max-w-\[66px\]{max-width:66px}.max-w-\[70\%\]{max-width:70%}.max-w-\[70vw\]{max-width:70vw}.max-w-\[80\%\]{max-width:80%}.max-w-\[80vw\]{max-width:80vw}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-screen-2xl{max-width:1536px}.max-w-screen-3xl{max-width:1850px}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[0\.1\]{flex:0.1}.flex-\[0\.8\]{flex:0.8}.flex-\[0\.9\]{flex:0.9}.flex-\[1\.5\]{flex:1.5}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-10,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-10{--tw-translate-x:-2.5rem}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-1{--tw-translate-x:0.25rem}.translate-x-1,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-x-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x:1.5rem}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-16{--tw-translate-y:4rem}.translate-y-16,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.translate-y-full{--tw-translate-y:100%}.-rotate-\[30deg\],.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-\[30deg\]{--tw-rotate:-30deg}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.scale-125,.scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-cols-none{grid-template-columns:none}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-stretch{justify-items:stretch}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.25rem*var(--tw-space-x-reverse))}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.5rem*var(--tw-space-x-reverse))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.space-x-0\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.125rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.125rem*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-x-\[2px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2px*(1 - var(--tw-space-x-reverse)));margin-right:calc(2px*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(2px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(2px*var(--tw-divide-y-reverse));border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)))}.divide-\[\#4D4BC8\]\/25>:not([hidden])~:not([hidden]){border-color:rgba(77,75,200,.25)}.divide-\[\#D9D9D9\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 217 217/var(--tw-divide-opacity,1))}.divide-\[\#E0E0E0\]>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(224 224 224/var(--tw-divide-opacity,1))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(244 245 247/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity,1))}.divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(113 120 131/var(--tw-divide-opacity,1))}.divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(131 130 171/var(--tw-divide-opacity,1))}.place-self-start{place-self:start}.place-self-center{place-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-auto{overscroll-behavior:auto}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded{border-radius:.25rem!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[3rem\]{border-radius:3rem}.rounded-\[4px\]{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.\!rounded-r-md{border-bottom-right-radius:.375rem!important;border-top-right-radius:.375rem!important}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b-3xl{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-b-\[50px\]{border-bottom-left-radius:50px;border-bottom-right-radius:50px}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-l{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-l-none{border-bottom-left-radius:0;border-top-left-radius:0}.rounded-r{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-r-2xl{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.rounded-r-3xl{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-r-full{border-bottom-right-radius:9999px;border-top-right-radius:9999px}.rounded-r-lg{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.rounded-r-sm{border-bottom-right-radius:.125rem;border-top-right-radius:.125rem}.rounded-r-xl{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.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}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tl-sm{border-top-left-radius:.125rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-tr-full{border-top-right-radius:9999px}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-tr-sm{border-top-right-radius:.125rem}.rounded-tr-xl{border-top-right-radius:.75rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[2px\]{border-width:2px}.border-x{border-left-width:1px;border-right-width:1px}.border-x-0{border-left-width:0;border-right-width:0}.border-x-2{border-left-width:2px;border-right-width:2px}.border-y{border-bottom-width:1px;border-top-width:1px}.\!border-r{border-right-width:1px!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.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:0}.border-r-8{border-right-width:8px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-gray-200{--tw-border-opacity:1!important;border-color:rgb(229 231 235/var(--tw-border-opacity,1))!important}.\!border-gray-300{--tw-border-opacity:1!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-\[\#000000\]\/25{border-color:rgba(0,0,0,.25)}.border-\[\#059669\]{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity,1))}.border-\[\#0B9218\]{--tw-border-opacity:1;border-color:rgb(11 146 24/var(--tw-border-opacity,1))}.border-\[\#5F5E9B\]{--tw-border-opacity:1;border-color:rgb(95 94 155/var(--tw-border-opacity,1))}.border-\[\#8979FF\]\/30{border-color:rgba(137,121,255,.3)}.border-\[\#C4C4C4\]{--tw-border-opacity:1;border-color:rgb(196 196 196/var(--tw-border-opacity,1))}.border-\[\#D56536\]{--tw-border-opacity:1;border-color:rgb(213 101 54/var(--tw-border-opacity,1))}.border-\[\#D9D9D9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity,1))}.border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1))}.border-\[\#E0E0E9\]{--tw-border-opacity:1;border-color:rgb(224 224 233/var(--tw-border-opacity,1))}.border-\[\#FFE4C2\]\/30{border-color:rgba(255,228,194,.3)}.border-\[\#ffffff\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-\[rgba\(81\2c 204\2c 111\2c 0\.25\)\]{border-color:rgba(81,204,111,.25)}.border-activity-appointments-100{border-color:#e41f7e0d}.border-activity-appointments-500{--tw-border-opacity:1;border-color:rgb(228 31 126/var(--tw-border-opacity,1))}.border-activity-classes-100{border-color:#ff59810d}.border-activity-classes-500{--tw-border-opacity:1;border-color:rgb(255 89 129/var(--tw-border-opacity,1))}.border-activity-emails-100{border-color:#1f49b60d}.border-activity-emails-500{--tw-border-opacity:1;border-color:rgb(31 73 182/var(--tw-border-opacity,1))}.border-activity-forms-100{border-color:#ffba000d}.border-activity-forms-500{--tw-border-opacity:1;border-color:rgb(255 186 0/var(--tw-border-opacity,1))}.border-activity-integration-100{border-color:#ff98440d}.border-activity-integration-500{--tw-border-opacity:1;border-color:rgb(255 152 68/var(--tw-border-opacity,1))}.border-activity-messages-100{border-color:#0bb7c20d}.border-activity-messages-500{--tw-border-opacity:1;border-color:rgb(11 183 194/var(--tw-border-opacity,1))}.border-activity-notes-500{--tw-border-opacity:1;border-color:rgb(217 184 9/var(--tw-border-opacity,1))}.border-activity-phone-100{border-color:#3093d10d}.border-activity-phone-500{--tw-border-opacity:1;border-color:rgb(48 147 209/var(--tw-border-opacity,1))}.border-activity-tags-500{--tw-border-opacity:1;border-color:rgb(52 163 88/var(--tw-border-opacity,1))}.border-activity-tasks-500{--tw-border-opacity:1;border-color:rgb(90 41 169/var(--tw-border-opacity,1))}.border-activity-website-100{border-color:#51cc6f0d}.border-activity-website-500{--tw-border-opacity:1;border-color:rgb(81 204 111/var(--tw-border-opacity,1))}.border-amber-100{--tw-border-opacity:1;border-color:rgb(254 243 199/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(225 239 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(195 221 253/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(164 202 254/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(118 169 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(48 147 209/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity,1))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(26 86 219/var(--tw-border-opacity,1))}.border-blue-900{--tw-border-opacity:1;border-color:rgb(35 56 118/var(--tw-border-opacity,1))}.border-current{border-color:currentColor}.border-gray-100{--tw-border-opacity:1;border-color:rgb(244 245 247/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-900{--tw-border-opacity:1;border-color:rgb(113 120 131/var(--tw-border-opacity,1))}.border-green-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(188 240 218/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:rgb(141 199 61/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(52 163 88/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(5 122 85/var(--tw-border-opacity,1))}.border-green-800{--tw-border-opacity:1;border-color:rgb(62 175 90/var(--tw-border-opacity,1))}.border-green-900{--tw-border-opacity:1;border-color:rgb(130 171 151/var(--tw-border-opacity,1))}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(229 237 255/var(--tw-border-opacity,1))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(180 198 252/var(--tw-border-opacity,1))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(141 162 251/var(--tw-border-opacity,1))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(104 117 245/var(--tw-border-opacity,1))}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(88 80 236/var(--tw-border-opacity,1))}.border-indigo-900{--tw-border-opacity:1;border-color:rgb(54 47 120/var(--tw-border-opacity,1))}.border-lenzscore-100{border-color:#9d34a30d}.border-lenzscore-500{--tw-border-opacity:1;border-color:rgb(157 52 163/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(255 90 31/var(--tw-border-opacity,1))}.border-pink-100{--tw-border-opacity:1;border-color:rgb(252 232 243/var(--tw-border-opacity,1))}.border-pink-300{--tw-border-opacity:1;border-color:rgb(248 180 217/var(--tw-border-opacity,1))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(231 70 148/var(--tw-border-opacity,1))}.border-pink-600{--tw-border-opacity:1;border-color:rgb(214 31 105/var(--tw-border-opacity,1))}.border-pink-900{--tw-border-opacity:1;border-color:rgb(117 26 61/var(--tw-border-opacity,1))}.border-purple-100{--tw-border-opacity:1;border-color:rgb(237 235 254/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(220 215 254/var(--tw-border-opacity,1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(202 191 253/var(--tw-border-opacity,1))}.border-purple-400{--tw-border-opacity:1;border-color:rgb(172 148 250/var(--tw-border-opacity,1))}.border-purple-500{--tw-border-opacity:1;border-color:rgb(95 94 155/var(--tw-border-opacity,1))}.border-purple-600{--tw-border-opacity:1;border-color:rgb(64 0 156/var(--tw-border-opacity,1))}.border-purple-900{--tw-border-opacity:1;border-color:rgb(74 29 150/var(--tw-border-opacity,1))}.border-red-100{--tw-border-opacity:1;border-color:rgb(253 232 232/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(251 213 213/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(248 180 180/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(249 128 128/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(224 36 36/var(--tw-border-opacity,1))}.border-red-900{--tw-border-opacity:1;border-color:rgb(119 29 29/var(--tw-border-opacity,1))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(6 148 162/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-violet-300{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.border-violet-600{--tw-border-opacity:1;border-color:rgb(124 58 237/var(--tw-border-opacity,1))}.border-violet-700{--tw-border-opacity:1;border-color:rgb(109 40 217/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-100{--tw-border-opacity:1;border-color:rgb(253 246 178/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(194 120 3/var(--tw-border-opacity,1))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(159 88 10/var(--tw-border-opacity,1))}.border-yellow-900{--tw-border-opacity:1;border-color:rgb(99 49 18/var(--tw-border-opacity,1))}.border-b-gray-100{--tw-border-opacity:1;border-bottom-color:rgb(244 245 247/var(--tw-border-opacity,1))}.border-l-purple-500{--tw-border-opacity:1;border-left-color:rgb(95 94 155/var(--tw-border-opacity,1))}.border-t-blue-600{--tw-border-opacity:1;border-top-color:rgb(28 100 242/var(--tw-border-opacity,1))}.border-t-gray-300{--tw-border-opacity:1;border-top-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.border-opacity-30{--tw-border-opacity:0.3}.border-opacity-60{--tw-border-opacity:0.6}.border-opacity-70{--tw-border-opacity:0.7}.\!bg-blue-500{--tw-bg-opacity:1!important;background-color:rgb(48 147 209/var(--tw-bg-opacity,1))!important}.\!bg-gray-100{--tw-bg-opacity:1!important;background-color:rgb(244 245 247/var(--tw-bg-opacity,1))!important}.\!bg-gray-500{--tw-bg-opacity:1!important;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))!important}.\!bg-green-500{--tw-bg-opacity:1!important;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))!important}.\!bg-purple-400{--tw-bg-opacity:1!important;background-color:rgb(172 148 250/var(--tw-bg-opacity,1))!important}.\!bg-red-500{background-color:rgb(240 82 82/var(--tw-bg-opacity,1))!important}.\!bg-red-500,.\!bg-white{--tw-bg-opacity:1!important}.\!bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.\!bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgb(194 120 3/var(--tw-bg-opacity,1))!important}.bg-\[\#0B9218\]{--tw-bg-opacity:1;background-color:rgb(11 146 24/var(--tw-bg-opacity,1))}.bg-\[\#0BB7C2\]{--tw-bg-opacity:1;background-color:rgb(11 183 194/var(--tw-bg-opacity,1))}.bg-\[\#0BB7C2\]\/20{background-color:rgba(11,183,194,.2)}.bg-\[\#1F49B6\]\/20{background-color:rgba(31,73,182,.2)}.bg-\[\#3093D1\]\/20{background-color:rgba(48,147,209,.2)}.bg-\[\#34A358\]{--tw-bg-opacity:1;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))}.bg-\[\#34D399\]{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-\[\#374151\]{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-\[\#3EAF5A\]{--tw-bg-opacity:1;background-color:rgb(62 175 90/var(--tw-bg-opacity,1))}.bg-\[\#5A29A9\]{--tw-bg-opacity:1;background-color:rgb(90 41 169/var(--tw-bg-opacity,1))}.bg-\[\#5F5E9B\]{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.bg-\[\#628EFF\]\/15{background-color:rgba(98,142,255,.15)}.bg-\[\#8979FF\]{--tw-bg-opacity:1;background-color:rgb(137 121 255/var(--tw-bg-opacity,1))}.bg-\[\#8979FF\]\/20{background-color:rgba(137,121,255,.2)}.bg-\[\#9B55D2\]{--tw-bg-opacity:1;background-color:rgb(155 85 210/var(--tw-bg-opacity,1))}.bg-\[\#A61818\]{--tw-bg-opacity:1;background-color:rgb(166 24 24/var(--tw-bg-opacity,1))}.bg-\[\#B2E2CC\]{--tw-bg-opacity:1;background-color:rgb(178 226 204/var(--tw-bg-opacity,1))}.bg-\[\#BBBAFA\]\/50{background-color:rgba(187,186,250,.5)}.bg-\[\#BFD4FB\]{--tw-bg-opacity:1;background-color:rgb(191 212 251/var(--tw-bg-opacity,1))}.bg-\[\#C86666\]{--tw-bg-opacity:1;background-color:rgb(200 102 102/var(--tw-bg-opacity,1))}.bg-\[\#CCFED8\]{--tw-bg-opacity:1;background-color:rgb(204 254 216/var(--tw-bg-opacity,1))}.bg-\[\#D1F4FB\]{--tw-bg-opacity:1;background-color:rgb(209 244 251/var(--tw-bg-opacity,1))}.bg-\[\#D1FAE5\]{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-\[\#D56536\]\/20{background-color:rgba(213,101,54,.2)}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity,1))}.bg-\[\#DFE8FF\]{--tw-bg-opacity:1;background-color:rgb(223 232 255/var(--tw-bg-opacity,1))}.bg-\[\#E0E0E9\]{--tw-bg-opacity:1;background-color:rgb(224 224 233/var(--tw-bg-opacity,1))}.bg-\[\#E3EBFF\]{--tw-bg-opacity:1;background-color:rgb(227 235 255/var(--tw-bg-opacity,1))}.bg-\[\#E40D0D\]{--tw-bg-opacity:1;background-color:rgb(228 13 13/var(--tw-bg-opacity,1))}.bg-\[\#E6E7F3\]{--tw-bg-opacity:1;background-color:rgb(230 231 243/var(--tw-bg-opacity,1))}.bg-\[\#E8E6FF\]{--tw-bg-opacity:1;background-color:rgb(232 230 255/var(--tw-bg-opacity,1))}.bg-\[\#EDE9FE\]{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-\[\#EEEEFB\]{--tw-bg-opacity:1;background-color:rgb(238 238 251/var(--tw-bg-opacity,1))}.bg-\[\#F4E0E0\]{--tw-bg-opacity:1;background-color:rgb(244 224 224/var(--tw-bg-opacity,1))}.bg-\[\#F6FFF9\]{--tw-bg-opacity:1;background-color:rgb(246 255 249/var(--tw-bg-opacity,1))}.bg-\[\#F87171\]{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-\[\#F87A06\]{--tw-bg-opacity:1;background-color:rgb(248 122 6/var(--tw-bg-opacity,1))}.bg-\[\#F9FAFB\]{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-\[\#FBBF24\]{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-\[\#FEE2E2\]{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-\[\#FEF3C7\]{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-\[\#FFBA00\]{--tw-bg-opacity:1;background-color:rgb(255 186 0/var(--tw-bg-opacity,1))}.bg-\[\#FFE0D3\]{--tw-bg-opacity:1;background-color:rgb(255 224 211/var(--tw-bg-opacity,1))}.bg-\[\#FFE8EF\]{--tw-bg-opacity:1;background-color:rgb(255 232 239/var(--tw-bg-opacity,1))}.bg-\[\#FFEFD1\]{--tw-bg-opacity:1;background-color:rgb(255 239 209/var(--tw-bg-opacity,1))}.bg-\[\#FFF4E7\]{--tw-bg-opacity:1;background-color:rgb(255 244 231/var(--tw-bg-opacity,1))}.bg-activity-appointments-100{background-color:#e41f7e0d}.bg-activity-appointments-500{--tw-bg-opacity:1;background-color:rgb(228 31 126/var(--tw-bg-opacity,1))}.bg-activity-classes-100{background-color:#ff59810d}.bg-activity-classes-500{--tw-bg-opacity:1;background-color:rgb(255 89 129/var(--tw-bg-opacity,1))}.bg-activity-emails-100{background-color:#1f49b60d}.bg-activity-emails-500{--tw-bg-opacity:1;background-color:rgb(31 73 182/var(--tw-bg-opacity,1))}.bg-activity-forms-100{background-color:#ffba000d}.bg-activity-forms-500{--tw-bg-opacity:1;background-color:rgb(255 186 0/var(--tw-bg-opacity,1))}.bg-activity-integration-100{background-color:#ff98440d}.bg-activity-integration-500{--tw-bg-opacity:1;background-color:rgb(255 152 68/var(--tw-bg-opacity,1))}.bg-activity-messages-100{background-color:#0bb7c20d}.bg-activity-messages-500{--tw-bg-opacity:1;background-color:rgb(11 183 194/var(--tw-bg-opacity,1))}.bg-activity-notes-500{--tw-bg-opacity:1;background-color:rgb(217 184 9/var(--tw-bg-opacity,1))}.bg-activity-phone-100{background-color:#3093d10d}.bg-activity-phone-500{--tw-bg-opacity:1;background-color:rgb(48 147 209/var(--tw-bg-opacity,1))}.bg-activity-tags-500{--tw-bg-opacity:1;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))}.bg-activity-tasks-500{--tw-bg-opacity:1;background-color:rgb(90 41 169/var(--tw-bg-opacity,1))}.bg-activity-website-100{background-color:#51cc6f0d}.bg-activity-website-500{--tw-bg-opacity:1;background-color:rgb(81 204 111/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:rgba(0,0,0,.1)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(225 239 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(195 221 253/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(118 169 250/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(235 245 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(48 147 209/var(--tw-bg-opacity,1))}.bg-blue-500\/10{background-color:rgba(48,147,209,.1)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity,1))}.bg-blue-600\/\[0\.1\]{background-color:rgba(28,100,242,.1)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(102 174 215/var(--tw-bg-opacity,1))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(101 191 170/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(244 245 247/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/40{background-color:hsla(220,9%,46%,.4)}.bg-gray-500\/75{background-color:hsla(220,9%,46%,.75)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(37 47 63/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(113 120 131/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity,1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(141 199 61/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(83 164 103/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity,1))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(62 175 90/var(--tw-bg-opacity,1))}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(130 171 151/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity,1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(141 162 251/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(240 245 255/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(104 117 245/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.bg-lenzscore-100{background-color:#9d34a30d}.bg-lenzscore-500{--tw-bg-opacity:1;background-color:rgb(157 52 163/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(254 236 220/var(--tw-bg-opacity,1))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(252 217 189/var(--tw-bg-opacity,1))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(204 172 107/var(--tw-bg-opacity,1))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(255 138 76/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity,1))}.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity,1))}.bg-pink-300{--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity,1))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(241 126 184/var(--tw-bg-opacity,1))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(237 235 254/var(--tw-bg-opacity,1))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity,1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity,1))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(172 148 250/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(230 231 243/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.bg-purple-500\/20{background-color:rgba(95,94,155,.2)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(64 0 156/var(--tw-bg-opacity,1))}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(131 130 171/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(249 128 128/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity,1))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity,1))}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(197 129 154/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(237 250 250/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(6 148 162/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/40{background-color:hsla(0,0%,100%,.4)}.bg-white\/50{background-color:hsla(0,0%,100%,.5)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity,1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(253 253 234/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(194 120 3/var(--tw-bg-opacity,1))}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(114 59 19/var(--tw-bg-opacity,1))}.bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#ff80b5\]{--tw-gradient-from:#ff80b5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,128,181,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/40{--tw-gradient-from:rgba(0,0,0,.4) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#76a9fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(118,169,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#ebf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(235,245,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3093d1 var(--tw-gradient-from-position);--tw-gradient-to:rgba(48,147,209,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from:#e5e7eb var(--tw-gradient-from-position);--tw-gradient-to:rgba(229,231,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:rgba(249,250,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from:#6b7280 var(--tw-gradient-from-position);--tw-gradient-to:hsla(220,9%,46%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#34a358 var(--tw-gradient-from-position);--tw-gradient-to:rgba(52,163,88,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-600{--tw-gradient-from:#057a55 var(--tw-gradient-from-position);--tw-gradient-to:rgba(5,122,85,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6875f5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(104,117,245,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from:#e74694 var(--tw-gradient-from-position);--tw-gradient-to:rgba(231,70,148,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#5f5e9b var(--tw-gradient-from-position);--tw-gradient-to:rgba(95,94,155,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500{--tw-gradient-from:#f05252 var(--tw-gradient-from-position);--tw-gradient-to:rgba(240,82,82,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:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from:#c27803 var(--tw-gradient-from-position);--tw-gradient-to:rgba(194,120,3,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#9089fc\]{--tw-gradient-to:#9089fc var(--tw-gradient-to-position)}.to-black{--tw-gradient-to:#000 var(--tw-gradient-to-position)}.to-black\/5{--tw-gradient-to:rgba(0,0,0,.05) var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to:#1a56db var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to:#f4f5f7 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to:#047857 var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to:#8da2fb var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to:#f0f5ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#5850ec var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to:#5145cd var(--tw-gradient-to-position)}.to-pink-700{--tw-gradient-to:#bf125d var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#40009c var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to:#5f5e9b var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to:#c81e1e var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-yellow-700{--tw-gradient-to:#8e4b10 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.stroke-white{stroke:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-px{padding:1px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-1\.5{padding-bottom:.375rem!important;padding-top:.375rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-32{padding-left:8rem;padding-right:8rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10\%\]{padding-left:10%;padding-right:10%}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-px{padding-left:1px;padding-right:1px}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[10px\]{padding-bottom:10px;padding-top:10px}.py-\[2px\]{padding-bottom:2px;padding-top:2px}.py-\[4\%\]{padding-bottom:4%;padding-top:4%}.py-px{padding-bottom:1px;padding-top:1px}.\!pt-4{padding-top:1rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-\[Poppins\],.font-\[\'Poppins\'\]{font-family:Poppins}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.\!text-2xs{font-size:.625rem!important}.\!text-sm,.\!text-sm\/5{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:12px!important;line-height:20px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-2xs{font-size:.625rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[\.8rem\]{font-size:.8rem}.text-\[0\.5rem\]{font-size:.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[36px\]{font-size:36px}.text-\[6px\]{font-size:6px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[min\(100\%\2c _0\.75rem\)\]{font-size:min(100%,.75rem)}.text-base{font-size:1rem;line-height:1.5rem}.text-base\/7{font-size:1rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm,.text-sm\/5{font-size:.875rem;line-height:1.25rem}.text-sm\/6{font-size:.875rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:12px;line-height:20px}.font-\[10px\]{font-weight:10px}.font-black{font-weight:900}.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}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-snug{line-height:1.375!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-\[1\.5\]{line-height:1.5}.leading-\[100\%\]{line-height:100%}.leading-\[10px\]{line-height:10px}.leading-\[18px\]{line-height:18px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.\!text-gray-900{--tw-text-opacity:1!important;color:rgb(113 120 131/var(--tw-text-opacity,1))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-\[\#00000\]{color:#00000}.text-\[\#065F46\]{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity,1))}.text-\[\#0B9218\]{--tw-text-opacity:1;color:rgb(11 146 24/var(--tw-text-opacity,1))}.text-\[\#0BB7C2\]{--tw-text-opacity:1;color:rgb(11 183 194/var(--tw-text-opacity,1))}.text-\[\#111827\]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-\[\#14367B\]{--tw-text-opacity:1;color:rgb(20 54 123/var(--tw-text-opacity,1))}.text-\[\#1D6B24\]{--tw-text-opacity:1;color:rgb(29 107 36/var(--tw-text-opacity,1))}.text-\[\#1D7D3C\]{--tw-text-opacity:1;color:rgb(29 125 60/var(--tw-text-opacity,1))}.text-\[\#1F49B6\]{--tw-text-opacity:1;color:rgb(31 73 182/var(--tw-text-opacity,1))}.text-\[\#3093D1\]{--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.text-\[\#343A42\]{--tw-text-opacity:1;color:rgb(52 58 66/var(--tw-text-opacity,1))}.text-\[\#34A358\]{--tw-text-opacity:1;color:rgb(52 163 88/var(--tw-text-opacity,1))}.text-\[\#34D399\]{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-\[\#374151\]{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-\[\#3ABFD9\]{--tw-text-opacity:1;color:rgb(58 191 217/var(--tw-text-opacity,1))}.text-\[\#3D73FF\]{--tw-text-opacity:1;color:rgb(61 115 255/var(--tw-text-opacity,1))}.text-\[\#454ABF\]{--tw-text-opacity:1;color:rgb(69 74 191/var(--tw-text-opacity,1))}.text-\[\#4D4BC8\]{--tw-text-opacity:1;color:rgb(77 75 200/var(--tw-text-opacity,1))}.text-\[\#58DB78\]{--tw-text-opacity:1;color:rgb(88 219 120/var(--tw-text-opacity,1))}.text-\[\#5B21B6\]{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-\[\#5F5E9B\]{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.text-\[\#65BFAA\]{--tw-text-opacity:1;color:rgb(101 191 170/var(--tw-text-opacity,1))}.text-\[\#6B7280\]{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-\[\#757575\]{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.text-\[\#777F87\]{--tw-text-opacity:1;color:rgb(119 127 135/var(--tw-text-opacity,1))}.text-\[\#828282\]{--tw-text-opacity:1;color:rgb(130 130 130/var(--tw-text-opacity,1))}.text-\[\#868FA0\]{--tw-text-opacity:1;color:rgb(134 143 160/var(--tw-text-opacity,1))}.text-\[\#8B8B8B\]{--tw-text-opacity:1;color:rgb(139 139 139/var(--tw-text-opacity,1))}.text-\[\#8F4F00\]{--tw-text-opacity:1;color:rgb(143 79 0/var(--tw-text-opacity,1))}.text-\[\#92400E\]{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-\[\#9A2B2B\]{--tw-text-opacity:1;color:rgb(154 43 43/var(--tw-text-opacity,1))}.text-\[\#9A3412\]{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-\[\#A61818\]{--tw-text-opacity:1;color:rgb(166 24 24/var(--tw-text-opacity,1))}.text-\[\#A91515\]{--tw-text-opacity:1;color:rgb(169 21 21/var(--tw-text-opacity,1))}.text-\[\#B91C1C\]{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-\[\#C86666\]{--tw-text-opacity:1;color:rgb(200 102 102/var(--tw-text-opacity,1))}.text-\[\#CCB121\]{--tw-text-opacity:1;color:rgb(204 177 33/var(--tw-text-opacity,1))}.text-\[\#D56536\]{--tw-text-opacity:1;color:rgb(213 101 54/var(--tw-text-opacity,1))}.text-\[\#E5E7EB\]{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-\[\#F87171\]{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-\[\#FBBF24\]{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-\[\#FF928A\]{--tw-text-opacity:1;color:rgb(255 146 138/var(--tw-text-opacity,1))}.text-\[\#FFAE4C\]{--tw-text-opacity:1;color:rgb(255 174 76/var(--tw-text-opacity,1))}.text-activity-appointments-100{color:#e41f7e0d}.text-activity-appointments-500{--tw-text-opacity:1;color:rgb(228 31 126/var(--tw-text-opacity,1))}.text-activity-classes-100{color:#ff59810d}.text-activity-classes-500{--tw-text-opacity:1;color:rgb(255 89 129/var(--tw-text-opacity,1))}.text-activity-emails-100{color:#1f49b60d}.text-activity-emails-500{--tw-text-opacity:1;color:rgb(31 73 182/var(--tw-text-opacity,1))}.text-activity-forms-100{color:#ffba000d}.text-activity-forms-500{--tw-text-opacity:1;color:rgb(255 186 0/var(--tw-text-opacity,1))}.text-activity-integration-100{color:#ff98440d}.text-activity-integration-500{--tw-text-opacity:1;color:rgb(255 152 68/var(--tw-text-opacity,1))}.text-activity-messages-100{color:#0bb7c20d}.text-activity-messages-500{--tw-text-opacity:1;color:rgb(11 183 194/var(--tw-text-opacity,1))}.text-activity-notes-500{--tw-text-opacity:1;color:rgb(217 184 9/var(--tw-text-opacity,1))}.text-activity-phone-100{color:#3093d10d}.text-activity-phone-500{--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.text-activity-tags-500{--tw-text-opacity:1;color:rgb(52 163 88/var(--tw-text-opacity,1))}.text-activity-tasks-500{--tw-text-opacity:1;color:rgb(90 41 169/var(--tw-text-opacity,1))}.text-activity-website-100{color:#51cc6f0d}.text-activity-website-500{--tw-text-opacity:1;color:rgb(81 204 111/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:rgb(225 239 254/var(--tw-text-opacity,1))}.text-blue-300{--tw-text-opacity:1;color:rgb(164 202 254/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(118 169 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 66 159/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity,1))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(244 245 247/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(37 47 63/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(113 120 131/var(--tw-text-opacity,1))}.text-green-300{--tw-text-opacity:1;color:rgb(141 199 61/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(83 164 103/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(52 163 88/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(5 122 85/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(62 175 90/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:rgb(130 171 151/var(--tw-text-opacity,1))}.text-indigo-300{--tw-text-opacity:1;color:rgb(180 198 252/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(141 162 251/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(88 80 236/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity,1))}.text-lenzscore-100{color:#9d34a30d}.text-lenzscore-500{--tw-text-opacity:1;color:rgb(157 52 163/var(--tw-text-opacity,1))}.text-orange-300{--tw-text-opacity:1;color:rgb(204 172 107/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:rgb(255 138 76/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(255 90 31/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(208 56 1/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(180 52 3/var(--tw-text-opacity,1))}.text-pink-300{--tw-text-opacity:1;color:rgb(248 180 217/var(--tw-text-opacity,1))}.text-pink-500{--tw-text-opacity:1;color:rgb(231 70 148/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:rgb(214 31 105/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:rgb(191 18 93/var(--tw-text-opacity,1))}.text-purple-300{--tw-text-opacity:1;color:rgb(202 191 253/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(172 148 250/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(64 0 156/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(131 130 171/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(248 180 180/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity,1))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(6 148 162/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-100{--tw-text-opacity:1;color:rgb(253 246 178/var(--tw-text-opacity,1))}.text-yellow-300{--tw-text-opacity:1;color:rgb(250 202 21/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(159 88 10/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(142 75 16/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(99 49 18/var(--tw-text-opacity,1))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity,1))}.text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-8{text-underline-offset:8px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(240 82 82/var(--tw-placeholder-opacity,1))}.placeholder-red-500::placeholder{--tw-placeholder-opacity:1;color:rgb(240 82 82/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{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 rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 2px 10px 0 rgba(0,0,0,.1);--tw-shadow-colored:0 2px 10px 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-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{--tw-shadow:0 4px 4px 0 rgba(0,0,0,.25);--tw-shadow-colored:0 4px 4px 0 var(--tw-shadow-color)}.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\],.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{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 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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-\[\#000000\]\/10{--tw-shadow-color:rgba(0,0,0,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-400{--tw-shadow-color:#9ca3af;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.outline-offset-\[-0\.50px\]{outline-offset:-.5px}.outline-offset-\[-1px\]{outline-offset:-1px}.outline-black\/5{outline-color:rgba(0,0,0,.05)}.outline-gray-300{outline-color:#d1d5db}.outline-green-500{outline-color:#34a358}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4,.ring-8{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-inset{--tw-ring-inset:inset}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-black\/5{--tw-ring-color:rgba(0,0,0,.05)}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(48 147 209/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-pink-700\/10{--tw-ring-color:rgba(191,18,93,.1)}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(95 94 155/var(--tw-ring-opacity,1))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-opacity-50{--tw-ring-opacity:0.5}.blur{--tw-blur:blur(8px)}.blur,.blur-2xl{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)}.blur-2xl{--tw-blur:blur(40px)}.blur-md{--tw-blur:blur(12px)}.blur-md,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.drop-shadow-2xl,.drop-shadow-lg{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgba(0,0,0,.05));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)!important}.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-sm{--tw-backdrop-blur:blur(4px);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-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-150{transition-delay:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.scrollbar{--scrollbar-track:initial;--scrollbar-thumb:initial;--scrollbar-corner:initial;--scrollbar-track-hover:var(--scrollbar-track);--scrollbar-thumb-hover:var(--scrollbar-thumb);--scrollbar-corner-hover:var(--scrollbar-corner);--scrollbar-track-active:var(--scrollbar-track-hover);--scrollbar-thumb-active:var(--scrollbar-thumb-hover);--scrollbar-corner-active:var(--scrollbar-corner-hover);overflow:overlay;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.scrollbar.overflow-x-hidden{overflow-x:hidden}.scrollbar.overflow-y-hidden{overflow-y:hidden}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover)}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active)}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active)}.scrollbar{scrollbar-width:auto}.scrollbar::-webkit-scrollbar{height:16px;width:16px}.scrollbar-thin{--scrollbar-track:initial;--scrollbar-thumb:initial;--scrollbar-corner:initial;--scrollbar-track-hover:var(--scrollbar-track);--scrollbar-thumb-hover:var(--scrollbar-thumb);--scrollbar-corner-hover:var(--scrollbar-corner);--scrollbar-track-active:var(--scrollbar-track-hover);--scrollbar-thumb-active:var(--scrollbar-thumb-hover);--scrollbar-corner-active:var(--scrollbar-corner-hover);overflow:overlay;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.scrollbar-thin.overflow-x-hidden{overflow-x:hidden}.scrollbar-thin.overflow-y-hidden{overflow-y:hidden}.scrollbar-thin::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.scrollbar-thin::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner)}.scrollbar-thin::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover)}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.scrollbar-thin::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover)}.scrollbar-thin::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active)}.scrollbar-thin::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active)}.scrollbar-thin::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active)}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar{height:8px;width:8px}.scrollbar-track-blue-300{--scrollbar-track:#a4cafe!important}.scrollbar-track-gray-300{--scrollbar-track:#d1d5db!important}.scrollbar-track-green-300{--scrollbar-track:#8dc73d!important}.scrollbar-track-indigo-300{--scrollbar-track:#b4c6fc!important}.scrollbar-track-pink-300{--scrollbar-track:#f8b4d9!important}.scrollbar-track-purple-300{--scrollbar-track:#cabffd!important}.scrollbar-track-red-300{--scrollbar-track:#f8b4b4!important}.scrollbar-track-yellow-300{--scrollbar-track:#faca15!important}.scrollbar-thumb-blue-500{--scrollbar-thumb:#3093d1!important}.scrollbar-thumb-gray-500{--scrollbar-thumb:#6b7280!important}.scrollbar-thumb-gray-700{--scrollbar-thumb:#374151!important}.scrollbar-thumb-green-500{--scrollbar-thumb:#34a358!important}.scrollbar-thumb-indigo-500{--scrollbar-thumb:#6875f5!important}.scrollbar-thumb-pink-500{--scrollbar-thumb:#e74694!important}.scrollbar-thumb-purple-500{--scrollbar-thumb:#5f5e9b!important}.scrollbar-thumb-red-500{--scrollbar-thumb:#f05252!important}.scrollbar-thumb-yellow-500{--scrollbar-thumb:#c27803!important}.\[font-size\:clamp\(12px\2c 14p\2c 16px\)\]{font-size:clamp(12px,14p,16px)}.\[font-size\:clamp\(14px\2c 4vw\2c 36px\)\]{font-size:clamp(14px,4vw,36px)}




/*!*Layout Main Styles*!*/

/*!*Main Area*!*/

/*!*Content Area -> Top Menu*!*/
/*!*Top Menu -> Search Box*!*/
/*!*Top Menu -> User Menu*!*/


/*!*Main Area -> Content Container*!*/
/*!*Content Container -> Content Header*!*/
/*!*Content Header -> Page Header*!*/

/*!*Left Menu*!*/

/*!*Left Menu Item*!*/

/*!*Content Card*!*/

/*!*Form*!*/

/*!*Footer*!*/.modal-container{--tw-bg-opacity:0.8;align-items:center;background-color:rgb(107 114 128/var(--tw-bg-opacity,1));display:flex;height:100vh;inset:0;justify-content:center;overflow:hidden;padding:.5rem;position:fixed;width:100%;z-index:105}.modal-box{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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);display:flex;flex-direction:column;max-height:100%;max-width:100%;position:relative;z-index:20}.modal-close-button{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(244 245 247/var(--tw-bg-opacity,1));border-color:rgb(209 213 219/var(--tw-border-opacity,1));border-radius:.375rem;border-width:1px;color:rgb(107 114 128/var(--tw-text-opacity,1));cursor:pointer;display:flex;font-weight:600;height:2rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:2rem}.modal-close-button:hover{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(240 82 82/var(--tw-border-opacity,1));color:rgb(240 82 82/var(--tw-text-opacity,1))}.modal-header{font-size:1.25rem;font-weight:600;line-height:1.75rem;padding:1rem;white-space:normal}.modal-footer-container{display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr));padding:1rem;white-space:normal;width:100%}.modal-footer-left{display:inline-flex;justify-content:flex-start}.modal-footer-left>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.modal-footer-center{display:inline-flex;justify-content:center}.modal-footer-center>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.modal-footer-right{display:inline-flex;justify-content:flex-end}.modal-footer-right>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}

/*!*Alert Box*!*/

/*!*Avatar*!*/
/*!*Avatar Container*!*/
/*!*Avatar Group Container*!*/
/*!*Avatar Group Item's Border Style*!*/
/*!*Avatar Indicator*!*/

/*!*Badge*!*/
/*!*Badge*!*/
/*!*Badge Icon*!*/
/*!*Badge Container*!*/
/*!*Badge Content*!*/
/*!*Badge Value*!*/

/*!*Breadcrumb*!*/
/*!*Breadcrumb Style 1*!*/
/*!*Breadcrumb Style 2*!*/
/*!*Breadcrumb Container*!*/
/*!*Breadcrumb Item*!*/
/*!*Breadcrumb Item*!*/
/*!*Breadcrumb Active Item*!*/
/*!*Breadcrumb Subcontent*!*/

/*!*Button*!*/

/*!*Collapsible*!*/

/*!*Dropdown*!*/
/*!*Dropdown Child*!*/

/*!*Form Input*!*/
/*!*SelectInput*!*/
/*!*SelectInput Dropdown Icon*!*/
/*!*SelectInput Options List Container*!*/
/*!*SelectInput Option Item Style*!*/

/*!*Pagination*!*/
/*!*Pagination Container*!*/
/*!*Pagination Item*!*/
/*!*Left Right Navigation Arrows*!*/

/*!*Popover*!*/
/*!*Popover Second Title*!*/
/*!*Popover Second Content*!*/

/*!*Progress*!*/
/*!*Progress Container*!*/
/*!*Progress Value*!*/

/*!*Tab*!*/
/*!*Tab Title Container*!*/
/*!*Tab Title*!*/
/*!*Tab Title Style1*!*/
/*!*Tab Title Style2*!*/
/*!*Tab Content*!*/



/*!*Table*!*/
/*!*Table Container*!*/
/*!*Table Top Bar*!*/
/*!*Table Top Bar Container*!*/
/*!*Table Top Bar Left*!*/
/*!*Table Top Bar Search Icon*!*/
/*!*Table Top Bar Main Search Input*!*/
/*!*Table Top Bar Pagination Container*!*/
/*!*Table Top Bar Pagination List Container*!*/
/*!*Table Top Bar Pagination List Item*!*/.tooltip{border-bottom-width:2px;border-style:dotted;cursor:pointer;display:inline-flex;white-space:normal}.tooltip-container{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);margin:.5rem;position:absolute;width:11rem;z-index:50}.tooltip-content{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.375rem;border-width:1px;color:rgb(55 65 81/var(--tw-text-opacity,1));padding:.25rem .5rem;white-space:normal;z-index:50}

/*!*Toastr*!*/

/*!*Statistic Widget*!*/

/*!*Full Screen Card*!*/
/*!*Full Screen Card Container*!*/
/*!*Full Screen Card Content*!*/

/*!*Auth*!*/
/*!*Auth Container*!*/
/*!*Auth Header*!*/
/*!*Auth Logo*!*/
/*!*Auth Greeting*!*/
/*!*Auth Status*!*/
/*!*Auth Form*!*/
/*!*Auth Remember: Login*!*/
/*!*Auth Remember Text: Login*!*/
/*!*Auth Forgot Password: Login*!*/
/*!*Auth Submit Area*!*/
/*!*Auth Error*!*/
/*!*Auth Avatar Container: Lock*!*/
/*!*Auth Avatar Container: Lock*!*/
/*!*Auth Lock Form*!*/
/*!*Auth Name*!*/

/*!*Initial Vertical Menu*!*/body{font-family:Poppins,sans-serif}#app{height:100vh}.lenzvu-header{height:68px;padding:0 55px;width:100%}.lenzvu-body{padding:30px 55px}.lenzvu-title.page-title>a>h2{color:#343a42;font-size:36px;font-weight:700;letter-spacing:.015em;line-height:36px;text-transform:capitalize}.lenzvu-header{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.lenzvu-logo{height:68px;padding-left:21px;padding-top:22px;width:202px}.lenzvu-left-column{position:relative;transition:width .5s ease;width:202px}.lenzvu-left-column.collapsed{width:62px}.collapsed .lenzvu-logout,.collapsed .lenzvu-menu-item-title,.collapsed .lenzvu-username,.collapsing .lenzvu-logout,.collapsing .lenzvu-menu-item-title,.collapsing .lenzvu-username{display:none}.collapsed .lenzvu-menu-item-icon>svg,.collapsing .lenzvu-menu-item-icon>svg{transform:scale(1.2)}.collapsed .lenzvu-menu-item,.collapsing .lenzvu-menu-item{padding:0}.collapsed .lenzvu-menu-item-icon,.collapsing .lenzvu-menu-item-icon{display:flex;justify-content:center;width:31px}.collapsed .lenzvu-logo,.collapsing .lenzvu-logo{overflow:hidden;width:43px}.collapse-button{align-items:center;background-color:#fff;border-radius:0 6px 6px 0;cursor:pointer;display:flex;height:75px;position:absolute;right:-12px;top:353px;width:12px}.lenzvu-sidebar{padding:31px 16px 0}.lenzvu-user-block{display:flex}.lenzvu-avatar{align-items:center;border:1px solid #8a96a9;border-radius:8px;box-sizing:border-box;display:flex;font-size:20px;height:30px;justify-content:center;width:30px}.lenzvu-username{flex:1;font-size:14px;font-weight:400;letter-spacing:.015em;line-height:15px;margin-left:13px}.lenzvu-logout{align-items:flex-end;display:flex;margin-bottom:5px}.lenzvu-line{background-color:#e6e7f3;height:1px;width:100%}.lenzvu-menu-item{align-items:center;border-radius:6px;cursor:pointer;display:none;font-size:14px;font-weight:500;height:31px;letter-spacing:.015em;line-height:14px;margin-right:6px;padding:0 10px}.lenzvu-menu-item.with-child.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.lenzvu-menu-sub-item-block{border-bottom-left-radius:6px;border-bottom-right-radius:6px;height:0;margin-right:6px;overflow:hidden;transform:scaleY(0);transform-origin:top;transition:transform .26s ease}.lenzvu-menu-item.active+.lenzvu-menu-sub-item-block{height:auto;padding:8px 0;transform:scaleY(1)}.collapsed .lenzvu-menu-item.active,.lenzvu-menu-item.active+.lenzvu-menu-sub-item-block{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.collapsed .lenzvu-menu-sub-item-block{display:none}.lenzvu-menu-sub-item{align-items:center;color:#1e1715;cursor:pointer;display:flex;font-size:12px;font-weight:400;letter-spacing:.015em;line-height:12px;padding:6px 0}.lenzvu-menu-sub-item.active,.lenzvu-menu-sub-item:hover{font-weight:600}.lenzvu-menu-sub-item.active .lenzvu-menu-sub-item-icon,.lenzvu-menu-sub-item:hover .lenzvu-menu-sub-item-icon{visibility:visible}.lenzvu-menu-item-icon{width:25px}.lenzvu-menu-sub-item-icon{visibility:hidden;width:37px}.path-green-900 .fill-color path{fill:#82ab97}.path-cyan-600 .fill-color path{fill:#66aed7}.path-orange-300 .fill-color path{fill:#ccac6b}.path-purple-800 .fill-color path{fill:#8382ab}.path-gray-900 .fill-color path{fill:#717883}.path-rose-400 .fill-color path{fill:#c5819a}.path-emerald-400 .fill-color path{fill:#65bfaa}.lenzvu-menu-sub-item-icon path{stroke:none}.lenzvu-menu-item.active path,.lenzvu-menu-item:hover path{filter:brightness(0) invert(1)}.header-searchbar{max-width:800px}.btn-upgrade{--tw-bg-opacity:1;align-items:center;background-color:rgb(62 175 90/var(--tw-bg-opacity,1));border-radius:6px;cursor:pointer;display:flex;font-weight:700;height:2.5rem;justify-content:center;width:143px}.btn-upgrade,.lenzvu-email{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.lenzvu-email{font-size:18px;font-weight:400;letter-spacing:.015em;line-height:15px;margin-left:73px}.chat-list{border-right:1px solid #252f3f;width:300px}.chat-item{cursor:pointer;padding:10px 30px}.chat-active{--tw-bg-opacity:1;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))}.chat-item:hover{--tw-bg-opacity:1;background-color:rgb(141 199 61/var(--tw-bg-opacity,1))}.message-item{align-items:center;border-radius:10px;display:flex;justify-content:flex-start;margin:3px 0;padding:10px 30px}@media only screen and (max-width:640px){.message-item{padding:10px 20px}}.chat-list,.message-list{overflow-x:hidden;overflow-y:scroll}.send-message-block{min-height:40px}.send-message-input{border-bottom-left-radius:10px;border-right:none;border-top-left-radius:10px}.message-from-client{background-color:rgb(52 163 88/var(--tw-bg-opacity,1));margin-right:2.5rem}.message-from-admin,.message-from-client{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.message-from-admin{background-color:rgb(95 94 155/var(--tw-bg-opacity,1));margin-left:2.5rem}.c-p,.webhook-title{cursor:pointer}.webhook-title{--tw-text-opacity:1;align-items:center;border-radius:8px;color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;justify-content:center;margin-top:20px;padding:1rem;text-align:center;width:380px}.max-w-25{max-height:150px;max-width:25%}.overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:100}.call-icon{border-radius:50%;bottom:10px;padding:10px;position:fixed;right:10px}.call-modal{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(37 47 63/var(--tw-bg-opacity,1));border-radius:10px;color:rgb(255 255 255/var(--tw-text-opacity,1));left:50%;margin-left:-160px;padding:30px;position:absolute;text-align:center;top:200px;width:320px}.call-modal .fa-chevron-down{position:absolute;right:20px;top:10px}.country-selector__input{border-radius:4px 0 0 4px}.lenzvu-admin-header{font-size:36px;font-weight:700}.color-picker{border:1px solid #ccc;border-radius:6px;cursor:pointer;height:45px;padding:2px;position:absolute;width:75px}.grecaptcha-badge{display:none!important}#gjs .gjs-pn-views-container{width:190px}#gjs .gjs-pn-commands{width:80px}#gjs .gjs-pn-panels{display:flex}#gjs .gjs-pn-panels>div{height:40px;position:inherit;z-index:100}#gjs .gjs-pn-panels>.gjs-pn-views-container{height:100%;position:absolute;z-index:99}#gjs .gjs-pn-panels>.gjs-pn-devices-c{flex:1;order:1}#gjs .gjs-pn-panels>.gjs-pn-options{order:2}#gjs .gjs-pn-panels>.gjs-pn-views{order:3;width:147px}#gjs .gjs-pn-panels>.gjs-pn-commands{order:4}#gjs .gjs-pn-panels>.gjs-pn-devices-c>.gjs-pn-buttons{justify-content:flex-start}#nprogress .bar{height:4px!important}#nprogress .spinner{left:calc(50% - 10px)!important;top:calc(50% - 10px)!important}#nprogress .spinner-icon{height:20px!important;width:20px!important}@media (min-width:700px){.md\:container{width:100%}@media (min-width:360px){.md\:container{max-width:360px}}@media (min-width:480px){.md\:container{max-width:480px}}@media (min-width:640px){.md\:container{max-width:640px}}@media (min-width:700px){.md\:container{max-width:700px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1280px){.md\:container{max-width:1280px}}@media (min-width:1536px){.md\:container{max-width:1536px}}@media (min-width:1850px){.md\:container{max-width:1850px}}}@media (min-width:1280px){.xl\:container{width:100%}@media (min-width:360px){.xl\:container{max-width:360px}}@media (min-width:480px){.xl\:container{max-width:480px}}@media (min-width:640px){.xl\:container{max-width:640px}}@media (min-width:700px){.xl\:container{max-width:700px}}@media (min-width:1024px){.xl\:container{max-width:1024px}}@media (min-width:1280px){.xl\:container{max-width:1280px}}@media (min-width:1536px){.xl\:container{max-width:1536px}}@media (min-width:1850px){.xl\:container{max-width:1850px}}}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:border:after{border-width:1px;content:var(--tw-content)}.after\:border-gray-300:after{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));content:var(--tw-content)}.after\:bg-white:after{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));content:var(--tw-content)}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:ml-0:first-child{margin-left:0}.first\:ml-1:first-child{margin-left:.25rem}.first\:rounded-t:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.first\:rounded-t-2xl:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.first\:rounded-t-3xl:first-child{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.first\:rounded-t-full:first-child{border-top-left-radius:9999px;border-top-right-radius:9999px}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:rounded-t-md:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.first\:rounded-t-sm:first-child{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.first\:rounded-t-xl:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.first\:border-l:first-child{border-left-width:1px}.first\:border-t:first-child{border-top-width:1px}.last\:mb-8:last-child{margin-bottom:2rem}.last\:rounded-b:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.last\:rounded-b-2xl:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.last\:rounded-b-3xl:last-child{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.last\:rounded-b-full:last-child{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}.last\:rounded-b-lg:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.last\:rounded-b-md:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.last\:rounded-b-sm:last-child{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem}.last\:rounded-b-xl:last-child{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-r:last-child{border-right-width:1px}.last\:pb-0:last-child{padding-bottom:0}.odd\:bg-slate-50:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.even\:bg-slate-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.even\:bg-white:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.checked\:border-purple-500:checked{--tw-border-opacity:1;border-color:rgb(95 94 155/var(--tw-border-opacity,1))}.checked\:bg-indigo-200:checked{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity,1))}.checked\:bg-purple-500:checked{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.indeterminate\:border-purple-500:indeterminate{--tw-border-opacity:1;border-color:rgb(95 94 155/var(--tw-border-opacity,1))}.indeterminate\:bg-purple-500:indeterminate{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(88 80 236/var(--tw-ring-opacity,1))}.focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148/var(--tw-ring-opacity,1))}.focus-within\:ring-purple-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(95 94 155/var(--tw-ring-opacity,1))}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:border-none:focus{border-style:none}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(164 202 254/var(--tw-border-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(48 147 209/var(--tw-border-opacity,1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-color:rgb(113 120 131/var(--tw-border-opacity,1))}.focus\:border-indigo-300:focus{--tw-border-opacity:1;border-color:rgb(180 198 252/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(104 117 245/var(--tw-border-opacity,1))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(81 69 205/var(--tw-border-opacity,1))}.focus\:border-purple-400:focus{--tw-border-opacity:1;border-color:rgb(172 148 250/var(--tw-border-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(95 94 155/var(--tw-border-opacity,1))}.focus\:border-red-700:focus{--tw-border-opacity:1;border-color:rgb(200 30 30/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-violet-500:focus{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.focus\:border-violet-600:focus{--tw-border-opacity:1;border-color:rgb(124 58 237/var(--tw-border-opacity,1))}.focus\:\!bg-purple-500:focus{--tw-bg-opacity:1!important;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))!important}.focus\:bg-\[\#504E8A\]:focus{--tw-bg-opacity:1;background-color:rgb(80 78 138/var(--tw-bg-opacity,1))}.focus\:bg-blue-100:focus{--tw-bg-opacity:1;background-color:rgb(225 239 254/var(--tw-bg-opacity,1))}.focus\:bg-blue-300:focus{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity,1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(244 245 247/var(--tw-bg-opacity,1))}.focus\:bg-gray-300:focus{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.focus\:bg-green-300:focus{--tw-bg-opacity:1;background-color:rgb(141 199 61/var(--tw-bg-opacity,1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.focus\:bg-indigo-300:focus{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity,1))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.focus\:bg-pink-100:focus{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity,1))}.focus\:bg-pink-300:focus{--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity,1))}.focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgb(237 235 254/var(--tw-bg-opacity,1))}.focus\:bg-purple-300:focus{--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity,1))}.focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgb(230 231 243/var(--tw-bg-opacity,1))}.focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.focus\:bg-red-300:focus{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity,1))}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity,1))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity,1))}.focus\:bg-yellow-300:focus{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity,1))}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity,1))}.focus\:text-gray-400:focus{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(37 47 63/var(--tw-text-opacity,1))}.focus\:text-green-700:focus{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity,1))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(66 56 157/var(--tw-text-opacity,1))}.focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgb(191 18 93/var(--tw-text-opacity,1))}.focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.focus\:text-red-700:focus{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity,1))}.focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgb(142 75 16/var(--tw-text-opacity,1))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-offset-0:focus{outline-offset:0}.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)}.focus\:ring-0:focus,.focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(195 221 253/var(--tw-ring-opacity,1))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(48 147 209/var(--tw-ring-opacity,1))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 245 247/var(--tw-ring-opacity,1))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.focus\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(52 163 88/var(--tw-ring-opacity,1))}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(205 219 254/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245/var(--tw-ring-opacity,1))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(88 80 236/var(--tw-ring-opacity,1))}.focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148/var(--tw-ring-opacity,1))}.focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(237 235 254/var(--tw-ring-opacity,1))}.focus\:ring-purple-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(202 191 253/var(--tw-ring-opacity,1))}.focus\:ring-purple-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(172 148 250/var(--tw-ring-opacity,1))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(95 94 155/var(--tw-ring-opacity,1))}.focus\:ring-purple-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(131 130 171/var(--tw-ring-opacity,1))}.focus\:ring-red-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 213 213/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82/var(--tw-ring-opacity,1))}.focus\:ring-violet-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity,1))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-offset-\[-4px\]:focus-visible{outline-offset:-4px}.focus-visible\:outline-purple-500:focus-visible{outline-color:#5f5e9b}.focus-visible\:outline-purple-600:focus-visible{outline-color:#40009c}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.disabled\:bg-purple-400:disabled{--tw-bg-opacity:1;background-color:rgb(172 148 250/var(--tw-bg-opacity,1))}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:translate-x-\[20px\]{--tw-translate-x:20px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb(113 120 131/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{--tw-translate-x:100%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));content:var(--tw-content)}.peer:focus~.peer-focus\:bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity,1))}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.group:has(:disabled) .group-has-\[\:disabled\]\:stroke-gray-950\/25{stroke:rgba(3,7,18,.25)}.group:has(:checked) .group-has-\[\:checked\]\:opacity-100{opacity:1}.group:has(:indeterminate) .group-has-\[\:indeterminate\]\:opacity-100{opacity:1}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-0\.5:hover,.hover\:translate-y-\[-6px\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-6px\]:hover{--tw-translate-y:-6px}.hover\:translate-y-\[6px\]:hover{--tw-translate-y:6px}.hover\:scale-105:hover,.hover\:translate-y-\[6px\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-cell:hover{cursor:cell}.hover\:cursor-move:hover{cursor:move}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgb(225 239 254/var(--tw-border-opacity,1))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(164 202 254/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(48 147 209/var(--tw-border-opacity,1))}.hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgb(28 100 242/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.hover\:border-violet-400:hover{--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.hover\:bg-\[\#504E8A\]:hover{--tw-bg-opacity:1;background-color:rgb(80 78 138/var(--tw-bg-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(225 239 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(195 221 253/var(--tw-bg-opacity,1))}.hover\:bg-blue-300:hover{--tw-bg-opacity:1;background-color:rgb(164 202 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(118 169 250/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(235 245 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(48 147 209/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity,1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 66 159/var(--tw-bg-opacity,1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(102 174 215/var(--tw-bg-opacity,1))}.hover\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:rgb(101 191 170/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(244 245 247/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-500:hover{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(113 120 131/var(--tw-bg-opacity,1))}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(188 240 218/var(--tw-bg-opacity,1))}.hover\:bg-green-300:hover{--tw-bg-opacity:1;background-color:rgb(141 199 61/var(--tw-bg-opacity,1))}.hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(83 164 103/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(243 250 247/var(--tw-bg-opacity,1))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(52 163 88/var(--tw-bg-opacity,1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.hover\:bg-green-900:hover{--tw-bg-opacity:1;background-color:rgb(130 171 151/var(--tw-bg-opacity,1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(205 219 254/var(--tw-bg-opacity,1))}.hover\:bg-indigo-300:hover{--tw-bg-opacity:1;background-color:rgb(180 198 252/var(--tw-bg-opacity,1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(240 245 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(81 69 205/var(--tw-bg-opacity,1))}.hover\:bg-orange-300:hover{--tw-bg-opacity:1;background-color:rgb(204 172 107/var(--tw-bg-opacity,1))}.hover\:bg-orange-400:hover{--tw-bg-opacity:1;background-color:rgb(255 138 76/var(--tw-bg-opacity,1))}.hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgb(252 232 243/var(--tw-bg-opacity,1))}.hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgb(250 209 232/var(--tw-bg-opacity,1))}.hover\:bg-pink-300:hover{--tw-bg-opacity:1;background-color:rgb(248 180 217/var(--tw-bg-opacity,1))}.hover\:bg-pink-50:hover{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgb(237 235 254/var(--tw-bg-opacity,1))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(220 215 254/var(--tw-bg-opacity,1))}.hover\:bg-purple-300:hover{--tw-bg-opacity:1;background-color:rgb(202 191 253/var(--tw-bg-opacity,1))}.hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgb(172 148 250/var(--tw-bg-opacity,1))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgb(230 231 243/var(--tw-bg-opacity,1))}.hover\:bg-purple-50\/50:hover{background-color:rgba(230,231,243,.5)}.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(64 0 156/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(95 94 155/var(--tw-bg-opacity,1))}.hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(131 130 171/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(251 213 213/var(--tw-bg-opacity,1))}.hover\:bg-red-300:hover{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity,1))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(249 128 128/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(253 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(200 30 30/var(--tw-bg-opacity,1))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(155 28 28/var(--tw-bg-opacity,1))}.hover\:bg-rose-400:hover{--tw-bg-opacity:1;background-color:rgb(197 129 154/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-violet-100:hover{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.hover\:bg-violet-200:hover{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.hover\:bg-violet-50:hover{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.hover\:bg-violet-700:hover{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity,1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity,1))}.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity,1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(253 253 234/var(--tw-bg-opacity,1))}.hover\:bg-opacity-40:hover{--tw-bg-opacity:0.4}.hover\:from-blue-100:hover{--tw-gradient-from:#e1effe var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,239,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from:#047857 var(--tw-gradient-from-position);--tw-gradient-to:rgba(4,120,87,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-emerald-700:hover{--tw-gradient-to:#047857 var(--tw-gradient-to-position)}.hover\:to-indigo-100:hover{--tw-gradient-to:#e5edff var(--tw-gradient-to-position)}.hover\:font-bold:hover{font-weight:700}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 66 159/var(--tw-text-opacity,1))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgb(35 56 118/var(--tw-text-opacity,1))}.hover\:text-cyan-900:hover{--tw-text-opacity:1;color:rgb(22 78 99/var(--tw-text-opacity,1))}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(244 245 247/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(37 47 63/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(113 120 131/var(--tw-text-opacity,1))}.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgb(52 163 88/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:rgb(130 171 151/var(--tw-text-opacity,1))}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity,1))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity,1))}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(54 47 120/var(--tw-text-opacity,1))}.hover\:text-pink-500:hover{--tw-text-opacity:1;color:rgb(231 70 148/var(--tw-text-opacity,1))}.hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgb(191 18 93/var(--tw-text-opacity,1))}.hover\:text-purple-300:hover{--tw-text-opacity:1;color:rgb(202 191 253/var(--tw-text-opacity,1))}.hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgb(172 148 250/var(--tw-text-opacity,1))}.hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgb(64 0 156/var(--tw-text-opacity,1))}.hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(95 94 155/var(--tw-text-opacity,1))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:rgb(74 29 150/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(240 82 82/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(155 28 28/var(--tw-text-opacity,1))}.hover\:text-violet-600:hover{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.hover\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.hover\:text-violet-800:hover{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity,1))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity,1))}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(159 88 10/var(--tw-text-opacity,1))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(142 75 16/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow:hover{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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(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\: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)}.active\:bg-\[\#504E8A\]:active{--tw-bg-opacity:1;background-color:rgb(80 78 138/var(--tw-bg-opacity,1))}.active\:bg-gray-50:active{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(113 120 131/var(--tw-bg-opacity,1))}.active\:bg-red-600:active{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity,1))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgb(37 47 63/var(--tw-text-opacity,1))}.dark\:border-blue-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(48 147 209/var(--tw-border-opacity,1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-transparent:is(.dark *){border-color:transparent}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity,1))}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 47 63/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:rgba(37,47,63,.5)}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(113 120 131/var(--tw-bg-opacity,1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(130 171 151/var(--tw-bg-opacity,1))}.dark\:bg-opacity-80:is(.dark *){--tw-bg-opacity:0.8}.dark\:text-blue-500:is(.dark *){--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:rgb(141 199 61/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:ring-gray-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))}.peer:focus~.dark\:peer-focus\:ring-blue-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 66 159/var(--tw-ring-opacity,1))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 47 63/var(--tw-bg-opacity,1))}.dark\:hover\:text-blue-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(48 147 209/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media not all and (min-width:1280px){.max-xl\:max-w-md{max-width:28rem}}@media not all and (min-width:1024px){.max-lg\:hidden{display:none}.max-lg\:flex-col{flex-direction:column}}@media (max-width:825px){.max-\[825px\]\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}}@media (max-width:767px){.max-\[767px\]\:hidden{display:none}.max-\[767px\]\:w-full{width:100%}}@media not all and (min-width:700px){.max-md\:hidden{display:none}.max-md\:w-full{width:100%}}@media not all and (min-width:640px){.max-sm\:hidden{display:none}.max-sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:360px){.ph\:table-cell{display:table-cell}}@media (min-width:640px){.sm\:right-4{right:1rem}.sm\:top-4{top:1rem}.sm\:order-none{order:0}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-start-1{grid-column-start:1}.sm\:col-start-2{grid-column-start:2}.sm\:-mx-0{margin-left:0;margin-right:0}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-my-px{margin-bottom:-1px;margin-top:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-12{margin-bottom:3rem;margin-top:3rem}.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:-ml-10{margin-left:-2.5rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-2{margin-top:.5rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:\!flex{display:flex!important}.sm\:flex{display:flex}.sm\:table{display:table}.sm\:table-cell{display:table-cell}.sm\:table-header-group{display:table-header-group}.sm\:table-row-group{display:table-row-group}.sm\:table-row{display:table-row}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-32{height:8rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:h-\[900px\]{height:900px}.sm\:max-h-\[600px\]{max-height:600px}.sm\:max-h-\[60vh\]{max-height:60vh}.sm\:min-h-\[150px\]{min-height:150px}.sm\:w-1\/3{width:33.333333%}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-4\/5{width:80%}.sm\:w-5{width:1.25rem}.sm\:w-8{width:2rem}.sm\:w-\[400px\]{width:400px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-0{min-width:0}.sm\:min-w-96{min-width:24rem}.sm\:min-w-\[60\%\]{min-width:60%}.sm\:min-w-\[75\%\]{min-width:75%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-96{max-width:24rem}.sm\:max-w-\[40\%\]{max-width:40%}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-xs{max-width:20rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-none{flex:none}.sm\:table-fixed{table-layout:fixed}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-12{gap:3rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-y-0{row-gap:0}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.sm\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.sm\:overflow-hidden{overflow:hidden}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-l-none{border-bottom-left-radius:0;border-top-left-radius:0}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:p-0{padding:0}.sm\:p-2{padding:.5rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.sm\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-4{padding-top:1rem}.sm\:pb-4,.sm\:py-4{padding-bottom:1rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pl-0{padding-left:0}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-8{padding-left:2rem}.sm\:pr-0{padding-right:0}.sm\:pr-12{padding-right:3rem}.sm\:pr-14{padding-right:3.5rem}.sm\:pr-4{padding-right:1rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:pt-1{padding-top:.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-2xs{font-size:.625rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-sm\/6{font-size:.875rem;line-height:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:12px;line-height:20px}.sm\:leading-6{line-height:1.5rem}.sm\:duration-700{transition-duration:.7s}.sm\:before\:flex-1:before{content:var(--tw-content);flex:1 1 0%}}@media (min-width:700px){.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:float-left{float:left}.md\:m-2{margin:.5rem}.md\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.md\:-my-3{margin-bottom:-.75rem;margin-top:-.75rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-8{margin-bottom:2rem;margin-top:2rem}.md\:mb-0{margin-bottom:0}.md\:mb-2{margin-bottom:.5rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:ml-0{margin-left:0}.md\:ml-2{margin-left:.5rem}.md\:ml-3{margin-left:.75rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-8{margin-left:2rem}.md\:mr-2{margin-right:.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:mt-10{margin-top:2.5rem}.md\:mt-2{margin-top:.5rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-auto{margin-top:auto}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-40{height:10rem}.md\:h-48{height:12rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-60{height:15rem}.md\:h-8{height:2rem}.md\:h-\[28rem\]{height:28rem}.md\:h-\[480px\]{height:480px}.md\:h-\[70vh\]{height:70vh}.md\:h-\[75\%\]{height:75%}.md\:h-\[88vh\]{height:88vh}.md\:max-h-60{max-height:15rem}.md\:max-h-64{max-height:16rem}.md\:max-h-\[750px\]{max-height:750px}.md\:max-h-\[900px\]{max-height:900px}.md\:min-h-\[800px\]{min-height:800px}.md\:w-1\/12{width:8.333333%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/6{width:16.666667%}.md\:w-10{width:2.5rem}.md\:w-11\/12{width:91.666667%}.md\:w-12{width:3rem}.md\:w-2\/3{width:66.666667%}.md\:w-24{width:6rem}.md\:w-3\/4{width:75%}.md\:w-5{width:1.25rem}.md\:w-5\/6{width:83.333333%}.md\:w-6{width:1.5rem}.md\:w-96{width:24rem}.md\:w-\[220px\]{width:220px}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:min-w-0{min-width:0}.md\:min-w-60{min-width:15rem}.md\:min-w-\[28rem\]{min-width:28rem}.md\:max-w-4xl{max-width:56rem}.md\:max-w-\[100px\]{max-width:100px}.md\:max-w-\[375px\]{max-width:375px}.md\:max-w-\[50\%\]{max-width:50%}.md\:max-w-\[75\%\]{max-width:75%}.md\:max-w-none{max-width:none}.md\:max-w-sm{max-width:24rem}.md\:max-w-xs{max-width:20rem}.md\:flex-1{flex:1 1 0%}.md\:basis-1\/5{flex-basis:20%}.md\:basis-4\/5{flex-basis:80%}.md\:-rotate-\[15deg\]{--tw-rotate:-15deg}.md\:-rotate-\[15deg\],.md\:scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-y-0{row-gap:0}.md\:gap-y-4{row-gap:1rem}.md\:gap-y-8{row-gap:2rem}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-md{border-radius:.375rem}.md\:border{border-width:1px}.md\:border-l{border-left-width:1px}.md\:border-r-4{border-right-width:4px}.md\:border-t-0{border-top-width:0}.md\:p-12{padding:3rem}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-0{padding-bottom:0;padding-top:0}.md\:py-12{padding-bottom:3rem;padding-top:3rem}.md\:py-2{padding-bottom:.5rem;padding-top:.5rem}.md\:py-3{padding-bottom:.75rem;padding-top:.75rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-4{padding-left:1rem}.md\:pl-6{padding-left:1.5rem}.md\:pl-8{padding-left:2rem}.md\:pr-4{padding-right:1rem}.md\:pt-4{padding-top:1rem}.md\:pt-8{padding-top:2rem}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:12px;line-height:20px}.md\:font-semibold{font-weight:600}.md\:text-gray-900{--tw-text-opacity:1;color:rgb(113 120 131/var(--tw-text-opacity,1))}.md\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.md\:shadow-lg,.md\:shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}}@media (min-width:768px){.min-\[768px\]\:hidden{display:none}.min-\[768px\]\:w-auto{width:auto}.min-\[768px\]\:flex-row{flex-direction:row}.min-\[768px\]\:justify-between{justify-content:space-between}}@media (min-width:1024px){.lg\:static{position:static}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-2{margin-left:.5rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:h-4{height:1rem}.lg\:h-72{height:18rem}.lg\:h-96{height:24rem}.lg\:h-\[24px\]{height:24px}.lg\:h-\[393px\]{height:393px}.lg\:max-h-\[400px\]{max-height:400px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/6{width:16.666667%}.lg\:w-16{width:4rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4{width:1rem}.lg\:w-96{width:24rem}.lg\:w-\[24px\]{width:24px}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:min-w-96{min-width:24rem}.lg\:min-w-\[500px\]{min-width:500px}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-\[60\%\]{max-width:60%}.lg\:max-w-md{max-width:28rem}.lg\:flex-none{flex:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-evenly{justify-content:space-evenly}.lg\:gap-2{gap:.5rem}.lg\:gap-3{gap:.75rem}.lg\:gap-8{gap:2rem}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.lg\:border-b{border-bottom-width:1px}.lg\:border-gray-900{--tw-border-opacity:1;border-color:rgb(113 120 131/var(--tw-border-opacity,1))}.lg\:p-6{padding:1.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-2{padding-bottom:.5rem;padding-top:.5rem}.lg\:py-4{padding-top:1rem}.lg\:pb-4,.lg\:py-4{padding-bottom:1rem}.lg\:pl-4{padding-left:1rem}.lg\:pt-4{padding-top:1rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xs{font-size:12px;line-height:20px}}@media (min-width:1280px){.xl\:fixed{position:fixed}.xl\:right-3{right:.75rem}.xl\:top-3{top:.75rem}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-span-7{grid-column:span 7/span 7}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mb-3{margin-bottom:.75rem}.xl\:mb-4{margin-bottom:1rem}.xl\:ml-0{margin-left:0}.xl\:ml-2{margin-left:.5rem}.xl\:mr-0{margin-right:0}.xl\:mr-1{margin-right:.25rem}.xl\:mr-2{margin-right:.5rem}.xl\:mt-2{margin-top:.5rem}.xl\:mt-4{margin-top:1rem}.xl\:mt-40{margin-top:10rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:table-cell{display:table-cell}.xl\:hidden{display:none}.xl\:h-24{height:6rem}.xl\:h-4{height:1rem}.xl\:h-80{height:20rem}.xl\:h-\[320px\]{height:320px}.xl\:h-\[385px\]{height:385px}.xl\:h-\[40px\]{height:40px}.xl\:h-\[800px\]{height:800px}.xl\:h-\[85\%\]{height:85%}.xl\:h-\[900px\]{height:900px}.xl\:h-auto{height:auto}.xl\:min-h-\[385px\]{min-height:385px}.xl\:w-1\/4{width:25%}.xl\:w-1\/5{width:20%}.xl\:w-2\/3{width:66.666667%}.xl\:w-28{width:7rem}.xl\:w-3\/4{width:75%}.xl\:w-4{width:1rem}.xl\:w-4\/5{width:80%}.xl\:w-56{width:14rem}.xl\:w-\[220px\]{width:220px}.xl\:w-full{width:100%}.xl\:min-w-\[32rem\]{min-width:32rem}.xl\:max-w-7xl{max-width:80rem}.xl\:max-w-md{max-width:28rem}.xl\:max-w-screen-sm{max-width:640px}.xl\:rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-center{align-items:center}.xl\:justify-center{justify-content:center}.xl\:gap-1\.5{gap:.375rem}.xl\:gap-2{gap:.5rem}.xl\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.xl\:space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.xl\:overflow-hidden{overflow:hidden}.xl\:whitespace-nowrap{white-space:nowrap}.xl\:rounded-md{border-radius:.375rem}.xl\:p-0\.5{padding:.125rem}.xl\:p-1\.5{padding:.375rem}.xl\:p-10{padding:2.5rem}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.xl\:py-3{padding-bottom:.75rem;padding-top:.75rem}.xl\:py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.xl\:py-4{padding-bottom:1rem;padding-top:1rem}.xl\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.xl\:pb-3{padding-bottom:.75rem}.xl\:pl-1{padding-left:.25rem}.xl\:pl-4{padding-left:1rem}.xl\:pl-56{padding-left:14rem}.xl\:pr-1{padding-right:.25rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pt-8{padding-top:2rem}.xl\:text-left{text-align:left}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:text-xs{font-size:12px;line-height:20px}.xl\:font-medium{font-weight:500}.xl\:font-semibold{font-weight:600}.xl\:text-\[\#111827\]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.xl\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.xl\:text-gray-900{--tw-text-opacity:1;color:rgb(113 120 131/var(--tw-text-opacity,1))}.xl\:no-underline{text-decoration-line:none}.group:hover .xl\:group-hover\:block{display:block}}@media (min-width:1536px){.\32xl\:right-6{right:1.5rem}.\32xl\:top-6{top:1.5rem}.\32xl\:col-span-2{grid-column:span 2/span 2}.\32xl\:m-auto{margin:auto}.\32xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.\32xl\:mx-auto{margin-left:auto;margin-right:auto}.\32xl\:my-2{margin-bottom:.5rem;margin-top:.5rem}.\32xl\:mb-6{margin-bottom:1.5rem}.\32xl\:mr-2{margin-right:.5rem}.\32xl\:mr-4{margin-right:1rem}.\32xl\:block{display:block}.\32xl\:inline{display:inline}.\32xl\:flex{display:flex}.\32xl\:table-cell{display:table-cell}.\32xl\:grid{display:grid}.\32xl\:hidden{display:none}.\32xl\:h-20{height:5rem}.\32xl\:h-6{height:1.5rem}.\32xl\:h-\[56px\]{height:56px}.\32xl\:h-\[70vh\]{height:70vh}.\32xl\:max-h-\[50vh\]{max-height:50vh}.\32xl\:w-16{width:4rem}.\32xl\:w-24{width:6rem}.\32xl\:w-6{width:1.5rem}.\32xl\:max-w-6xl{max-width:72rem}.\32xl\:max-w-\[100\%\]{max-width:100%}.\32xl\:max-w-\[147px\]{max-width:147px}.\32xl\:max-w-lg{max-width:32rem}.\32xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.\32xl\:flex-row{flex-direction:row}.\32xl\:flex-col{flex-direction:column}.\32xl\:justify-end{justify-content:flex-end}.\32xl\:gap-3{gap:.75rem}.\32xl\:gap-4{gap:1rem}.\32xl\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.\32xl\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.\32xl\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.\32xl\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.\32xl\:p-1{padding:.25rem}.\32xl\:p-2{padding:.5rem}.\32xl\:p-3{padding:.75rem}.\32xl\:p-4{padding:1rem}.\32xl\:p-5{padding:1.25rem}.\32xl\:px-16{padding-left:4rem;padding-right:4rem}.\32xl\:px-2{padding-left:.5rem;padding-right:.5rem}.\32xl\:px-3{padding-left:.75rem;padding-right:.75rem}.\32xl\:px-4{padding-left:1rem;padding-right:1rem}.\32xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.\32xl\:py-1{padding-bottom:.25rem;padding-top:.25rem}.\32xl\:py-4{padding-bottom:1rem;padding-top:1rem}.\32xl\:py-8{padding-bottom:2rem;padding-top:2rem}.\32xl\:pb-6{padding-bottom:1.5rem}.\32xl\:pr-16{padding-right:4rem}.\32xl\:text-2xl{font-size:1.5rem;line-height:2rem}.\32xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.\32xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.\32xl\:text-\[15px\]{font-size:15px}.\32xl\:text-\[24px\]{font-size:24px}.\32xl\:text-\[36px\]{font-size:36px}.\32xl\:text-base{font-size:1rem;line-height:1.5rem}.\32xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}.\32xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.\32xl\:text-xs{font-size:12px;line-height:20px}}@media (min-width:1850px){.\33xl\:mx-auto{margin-left:auto;margin-right:auto}.\33xl\:table-cell{display:table-cell}}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{--tw-translate-x:-100%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (forced-colors:active){.forced-colors\:appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
.lenzvu-panel{background-color:#fff;border-radius:6px;padding:13px 25px 22px}.lenzvu-panel-header{color:#343a42;font-size:20px;font-weight:600;letter-spacing:.015em;line-height:36px;margin-bottom:13px}.lenzvu-table{table-layout:fixed;text-align:left;width:100%}.lenzvu-table th{color:#343a42;font-size:14px;font-weight:500;letter-spacing:.015em;line-height:14px}.lenzvu-table td,.lenzvu-table th{border-left:1.5px solid #e6e7f3;padding-bottom:5px;padding-left:25px}.lenzvu-table.no-border td,.lenzvu-table.no-border th{border-left:0}.lenzvu-table td:first-child,.lenzvu-table th:first-child{border-left:0;padding-left:0}.dashboard-waiver-row{align-items:center;display:flex;justify-content:center;width:100%}.dashboard-waiver-row-input{margin:0 18px}.dashboard-waiver-row-desc{color:#343a42;font-size:10px;font-weight:400;letter-spacing:-.015em;line-height:16px;text-transform:capitalize;width:255px}.multiselect__select:before{border:0;content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='m1.84 1.49 5.103 5.553 5.104-5.553' stroke='%231E1715' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");top:20%}.select-purple-50 .multiselect__select,.select-purple-50 .multiselect__single,.select-purple-50 .multiselect__tags{background-color:#e6e7f3}.unique-line{border-bottom:1.5px solid #e6e7f3;margin:0 14px 7px}
#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{-webkit-font-smoothing:subpixel-antialiased;backface-visibility:hidden;filter:blur(0);-webkit-filter:blur(0);margin:0;max-width:90%;padding:0;position:fixed;transform:translateZ(0) scale(1);z-index:9999999}#noty_layout__top{left:5%;top:0;width:90%}#noty_layout__topLeft{left:20px;top:20px;width:325px}#noty_layout__topCenter{left:50%;top:5%;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);width:325px}#noty_layout__topRight{right:20px;top:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);width:325px}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{left:50%;top:50%;transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1);width:325px}#noty_layout__centerLeft{left:20px}#noty_layout__centerLeft,#noty_layout__centerRight{top:50%;transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1);width:325px}#noty_layout__centerRight{right:20px}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{background-color:#646464;bottom:0;display:block;filter:alpha(opacity=10);height:3px;left:0;opacity:.2;position:absolute;width:100%}.noty_bar{-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden;overflow:hidden;transform:translate(0) scale(1)}.noty_effects_open{animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:forwards;opacity:0;transform:translate(50%)}.noty_effects_close{animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:forwards}.noty_fix_effects_height{animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;font-weight:700;height:20px;line-height:20px;position:absolute;right:2px;text-align:center;top:2px;transition:all .2s ease-out;width:20px}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{background-color:#000;height:100%;left:0;opacity:.3;position:fixed;top:0;width:100%;z-index:10000}.noty_modal.noty_modal_open{animation:noty_modal_in .3s ease-out;opacity:0}.noty_modal.noty_modal_close{animation:noty_modal_out .3s ease-out;animation-fill-mode:forwards}@keyframes noty_modal_in{to{opacity:.3}}@keyframes noty_modal_out{to{opacity:0}}@keyframes noty_anim_in{to{opacity:1;transform:translate(0)}}@keyframes noty_anim_out{to{opacity:0;transform:translate(50%)}}@keyframes noty_anim_height{to{height:0}}.noty_theme__relax.noty_bar{border-radius:2px;margin:4px 0;overflow:hidden;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:darkred}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__metroui.noty_bar{box-shadow:0 0 5px 0 rgba(0,0,0,.298);margin:4px 0;overflow:hidden;position:relative}.noty_theme__metroui.noty_bar .noty_progressbar{background-color:#000;bottom:0;filter:alpha(opacity=20);height:3px;left:0;opacity:.2;position:absolute;width:100%}.noty_theme__metroui.noty_bar .noty_body{font-size:14px;padding:1.25em}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#fa6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#ce352c;color:#fff}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1ba1e2;color:#fff}.noty_theme__metroui.noty_type__success{background-color:#60a917;color:#fff}.noty_theme__sunset.noty_bar{border-radius:2px;margin:4px 0;overflow:hidden;position:relative}.noty_theme__sunset.noty_bar .noty_body{font-size:14px;padding:10px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{border:1px solid transparent;border-radius:4px;margin:4px 0;overflow:hidden;position:relative}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{background:transparent;color:#000;filter:alpha(opacity=20);font-size:21px;font-weight:700;line-height:1;opacity:.2;text-shadow:0 1px 0 #fff}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:transparent;cursor:pointer;filter:alpha(opacity=50);opacity:.5;text-decoration:none}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.noty_theme__bootstrap-v4.noty_bar{border:1px solid transparent;border-radius:.25rem;margin:4px 0;overflow:hidden;position:relative}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{background:transparent;color:#000;filter:alpha(opacity=20);font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:transparent;cursor:pointer;filter:alpha(opacity=50);opacity:.75;text-decoration:none}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.noty_theme__semanticui.noty_bar{border:1px solid transparent;border-radius:.28571429rem;box-shadow:inset 0 0 0 1px rgba(34,36,38,.22),0 0 0 0 transparent;font-size:1em;margin:4px 0;overflow:hidden;position:relative}.noty_theme__semanticui.noty_bar .noty_body{line-height:1.4285em;padding:1em 1.5em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;box-shadow:inset 0 0 0 1px #c9ba9b,0 0 0 0 transparent;color:#573a08}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;box-shadow:inset 0 0 0 1px #e0b4b4,0 0 0 0 transparent;color:#9f3a38}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;box-shadow:inset 0 0 0 1px #a9d5de,0 0 0 0 transparent;color:#276f86}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;box-shadow:inset 0 0 0 1px #a3c293,0 0 0 0 transparent;color:#2c662d}.noty_theme__nest.noty_bar{border-radius:2px;box-shadow:5px 4px 10px 0 rgba(0,0,0,.098);margin:0 0 15px;overflow:hidden;position:relative}.noty_theme__nest.noty_bar .noty_body{font-size:14px;padding:10px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){margin-left:4px;margin-right:-4px;margin-top:4px;position:absolute;top:0;width:100%;z-index:4}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){margin-left:8px;margin-right:-8px;margin-top:8px;position:absolute;top:0;width:100%;z-index:3}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){margin-left:12px;margin-right:-12px;margin-top:12px;position:absolute;top:0;width:100%;z-index:2}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){margin-left:16px;margin-right:-16px;margin-top:16px;position:absolute;top:0;width:100%;z-index:1}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){margin-left:20px;margin-right:-20px;margin-top:20px;position:absolute;top:0;width:100%;z-index:-1}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-left:-4px;margin-right:4px;margin-top:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-left:-8px;margin-right:8px;margin-top:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-left:-12px;margin-right:12px;margin-top:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-left:-16px;margin-right:16px;margin-top:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-left:-20px;margin-right:20px;margin-top:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__light.noty_bar{border-radius:2px;margin:4px 0;overflow:hidden;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ed7000;border:1px solid #e25353;color:#fff}.noty_theme__light.noty_type__error .noty_buttons{border-color:darkred}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__light.noty_type__success{background-color:#57c880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__mint.noty_bar{border-radius:2px;margin:4px 0;overflow:hidden;position:relative}.noty_theme__mint.noty_bar .noty_body{font-size:14px;padding:10px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}::-webkit-scrollbar{background:#e6e7f3;height:8px;width:8px}::-webkit-scrollbar-thumb{background:#5f5e9b;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.75)}::-webkit-scrollbar-corner{background:#e6e7f3}.tox-notifications-container{display:none!important}.bg-ai-gradient{background-color:linear-gradient(106deg,#5f5e9b 1.35%,#3eaf5a)}.bg-ai-gradient-new,.gradient-text{background:linear-gradient(106deg,#5f5e9b 1.35%,#3eaf5a)}.gradient-text{-webkit-background-clip:text;background-clip:text;color:transparent}.gradient-border{border-radius:.375rem;padding:.25rem .5rem;position:relative;z-index:0}.gradient-border:before{background:linear-gradient(106deg,#5f5e9b 1.35%,#3eaf5a);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;position:absolute;z-index:-1}.unreset a{--tw-text-opacity:1;color:rgb(26 86 219/var(--tw-text-opacity,1));text-decoration-line:underline}.unreset p{margin-bottom:1rem;margin-top:1rem}.unreset blockquote,.unreset figure{margin:1rem 2.5rem}.unreset hr{border-width:1px}.unreset h1{font-size:2.25rem;font-weight:700;line-height:2.5rem;margin-bottom:.5rem;margin-top:.5rem}.unreset h2{font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:.75rem;margin-top:.75rem}.unreset h3{font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:1rem;margin-top:1rem}.unreset h4{font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:1.25rem;margin-top:1.25rem}.unreset h5{font-size:.875rem;font-weight:700;line-height:1.25rem;margin-bottom:1.5rem;margin-top:1.5rem}.unreset h6{font-size:12px;font-weight:700;line-height:20px;margin-bottom:2.5rem;margin-top:2.5rem}.unreset article h1,.unreset aside h1,.unreset nav h1,.unreset section h1{font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:.75rem;margin-top:.75rem}.unreset article article h1,.unreset article aside h1,.unreset article nav h1,.unreset article section h1,.unreset aside article h1,.unreset aside aside h1,.unreset aside nav h1,.unreset aside section h1,.unreset nav article h1,.unreset nav aside h1,.unreset nav nav h1,.unreset nav section h1,.unreset section article h1,.unreset section aside h1,.unreset section nav h1,.unreset section section h1{font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:1rem;margin-top:1rem}.unreset article article article h1,.unreset article article aside h1,.unreset article article nav h1,.unreset article article section h1,.unreset article aside article h1,.unreset article aside aside h1,.unreset article aside nav h1,.unreset article aside section h1,.unreset article nav article h1,.unreset article nav aside h1,.unreset article nav nav h1,.unreset article nav section h1,.unreset article section article h1,.unreset article section aside h1,.unreset article section nav h1,.unreset article section section h1,.unreset aside article article h1,.unreset aside article aside h1,.unreset aside article nav h1,.unreset aside article section h1,.unreset aside aside article h1,.unreset aside aside aside h1,.unreset aside aside nav h1,.unreset aside aside section h1,.unreset aside nav article h1,.unreset aside nav aside h1,.unreset aside nav nav h1,.unreset aside nav section h1,.unreset aside section article h1,.unreset aside section aside h1,.unreset aside section nav h1,.unreset aside section section h1,.unreset nav article article h1,.unreset nav article aside h1,.unreset nav article nav h1,.unreset nav article section h1,.unreset nav aside article h1,.unreset nav aside aside h1,.unreset nav aside nav h1,.unreset nav aside section h1,.unreset nav nav article h1,.unreset nav nav aside h1,.unreset nav nav nav h1,.unreset nav nav section h1,.unreset nav section article h1,.unreset nav section aside h1,.unreset nav section nav h1,.unreset nav section section h1,.unreset section article article h1,.unreset section article aside h1,.unreset section article nav h1,.unreset section article section h1,.unreset section aside article h1,.unreset section aside aside h1,.unreset section aside nav h1,.unreset section aside section h1,.unreset section nav article h1,.unreset section nav aside h1,.unreset section nav nav h1,.unreset section nav section h1,.unreset section section article h1,.unreset section section aside h1,.unreset section section nav h1,.unreset section section section h1{font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:1.25rem;margin-top:1.25rem}.unreset article article article article h1,.unreset article article article aside h1,.unreset article article article nav h1,.unreset article article article section h1,.unreset article article aside article h1,.unreset article article aside aside h1,.unreset article article aside nav h1,.unreset article article aside section h1,.unreset article article nav article h1,.unreset article article nav aside h1,.unreset article article nav nav h1,.unreset article article nav section h1,.unreset article article section article h1,.unreset article article section aside h1,.unreset article article section nav h1,.unreset article article section section h1,.unreset article aside article article h1,.unreset article aside article aside h1,.unreset article aside article nav h1,.unreset article aside article section h1,.unreset article aside aside article h1,.unreset article aside aside aside h1,.unreset article aside aside nav h1,.unreset article aside aside section h1,.unreset article aside nav article h1,.unreset article aside nav aside h1,.unreset article aside nav nav h1,.unreset article aside nav section h1,.unreset article aside section article h1,.unreset article aside section aside h1,.unreset article aside section nav h1,.unreset article aside section section h1,.unreset article nav article article h1,.unreset article nav article aside h1,.unreset article nav article nav h1,.unreset article nav article section h1,.unreset article nav aside article h1,.unreset article nav aside aside h1,.unreset article nav aside nav h1,.unreset article nav aside section h1,.unreset article nav nav article h1,.unreset article nav nav aside h1,.unreset article nav nav nav h1,.unreset article nav nav section h1,.unreset article nav section article h1,.unreset article nav section aside h1,.unreset article nav section nav h1,.unreset article nav section section h1,.unreset article section article article h1,.unreset article section article aside h1,.unreset article section article nav h1,.unreset article section article section h1,.unreset article section aside article h1,.unreset article section aside aside h1,.unreset article section aside nav h1,.unreset article section aside section h1,.unreset article section nav article h1,.unreset article section nav aside h1,.unreset article section nav nav h1,.unreset article section nav section h1,.unreset article section section article h1,.unreset article section section aside h1,.unreset article section section nav h1,.unreset article section section section h1,.unreset aside article article article h1,.unreset aside article article aside h1,.unreset aside article article nav h1,.unreset aside article article section h1,.unreset aside article aside article h1,.unreset aside article aside aside h1,.unreset aside article aside nav h1,.unreset aside article aside section h1,.unreset aside article nav article h1,.unreset aside article nav aside h1,.unreset aside article nav nav h1,.unreset aside article nav section h1,.unreset aside article section article h1,.unreset aside article section aside h1,.unreset aside article section nav h1,.unreset aside article section section h1,.unreset aside aside article article h1,.unreset aside aside article aside h1,.unreset aside aside article nav h1,.unreset aside aside article section h1,.unreset aside aside aside article h1,.unreset aside aside aside aside h1,.unreset aside aside aside nav h1,.unreset aside aside aside section h1,.unreset aside aside nav article h1,.unreset aside aside nav aside h1,.unreset aside aside nav nav h1,.unreset aside aside nav section h1,.unreset aside aside section article h1,.unreset aside aside section aside h1,.unreset aside aside section nav h1,.unreset aside aside section section h1,.unreset aside nav article article h1,.unreset aside nav article aside h1,.unreset aside nav article nav h1,.unreset aside nav article section h1,.unreset aside nav aside article h1,.unreset aside nav aside aside h1,.unreset aside nav aside nav h1,.unreset aside nav aside section h1,.unreset aside nav nav article h1,.unreset aside nav nav aside h1,.unreset aside nav nav nav h1,.unreset aside nav nav section h1,.unreset aside nav section article h1,.unreset aside nav section aside h1,.unreset aside nav section nav h1,.unreset aside nav section section h1,.unreset aside section article article h1,.unreset aside section article aside h1,.unreset aside section article nav h1,.unreset aside section article section h1,.unreset aside section aside article h1,.unreset aside section aside aside h1,.unreset aside section aside nav h1,.unreset aside section aside section h1,.unreset aside section nav article h1,.unreset aside section nav aside h1,.unreset aside section nav nav h1,.unreset aside section nav section h1,.unreset aside section section article h1,.unreset aside section section aside h1,.unreset aside section section nav h1,.unreset aside section section section h1,.unreset nav article article article h1,.unreset nav article article aside h1,.unreset nav article article nav h1,.unreset nav article article section h1,.unreset nav article aside article h1,.unreset nav article aside aside h1,.unreset nav article aside nav h1,.unreset nav article aside section h1,.unreset nav article nav article h1,.unreset nav article nav aside h1,.unreset nav article nav nav h1,.unreset nav article nav section h1,.unreset nav article section article h1,.unreset nav article section aside h1,.unreset nav article section nav h1,.unreset nav article section section h1,.unreset nav aside article article h1,.unreset nav aside article aside h1,.unreset nav aside article nav h1,.unreset nav aside article section h1,.unreset nav aside aside article h1,.unreset nav aside aside aside h1,.unreset nav aside aside nav h1,.unreset nav aside aside section h1,.unreset nav aside nav article h1,.unreset nav aside nav aside h1,.unreset nav aside nav nav h1,.unreset nav aside nav section h1,.unreset nav aside section article h1,.unreset nav aside section aside h1,.unreset nav aside section nav h1,.unreset nav aside section section h1,.unreset nav nav article article h1,.unreset nav nav article aside h1,.unreset nav nav article nav h1,.unreset nav nav article section h1,.unreset nav nav aside article h1,.unreset nav nav aside aside h1,.unreset nav nav aside nav h1,.unreset nav nav aside section h1,.unreset nav nav nav article h1,.unreset nav nav nav aside h1,.unreset nav nav nav nav h1,.unreset nav nav nav section h1,.unreset nav nav section article h1,.unreset nav nav section aside h1,.unreset nav nav section nav h1,.unreset nav nav section section h1,.unreset nav section article article h1,.unreset nav section article aside h1,.unreset nav section article nav h1,.unreset nav section article section h1,.unreset nav section aside article h1,.unreset nav section aside aside h1,.unreset nav section aside nav h1,.unreset nav section aside section h1,.unreset nav section nav article h1,.unreset nav section nav aside h1,.unreset nav section nav nav h1,.unreset nav section nav section h1,.unreset nav section section article h1,.unreset nav section section aside h1,.unreset nav section section nav h1,.unreset nav section section section h1,.unreset section article article article h1,.unreset section article article aside h1,.unreset section article article nav h1,.unreset section article article section h1,.unreset section article aside article h1,.unreset section article aside aside h1,.unreset section article aside nav h1,.unreset section article aside section h1,.unreset section article nav article h1,.unreset section article nav aside h1,.unreset section article nav nav h1,.unreset section article nav section h1,.unreset section article section article h1,.unreset section article section aside h1,.unreset section article section nav h1,.unreset section article section section h1,.unreset section aside article article h1,.unreset section aside article aside h1,.unreset section aside article nav h1,.unreset section aside article section h1,.unreset section aside aside article h1,.unreset section aside aside aside h1,.unreset section aside aside nav h1,.unreset section aside aside section h1,.unreset section aside nav article h1,.unreset section aside nav aside h1,.unreset section aside nav nav h1,.unreset section aside nav section h1,.unreset section aside section article h1,.unreset section aside section aside h1,.unreset section aside section nav h1,.unreset section aside section section h1,.unreset section nav article article h1,.unreset section nav article aside h1,.unreset section nav article nav h1,.unreset section nav article section h1,.unreset section nav aside article h1,.unreset section nav aside aside h1,.unreset section nav aside nav h1,.unreset section nav aside section h1,.unreset section nav nav article h1,.unreset section nav nav aside h1,.unreset section nav nav nav h1,.unreset section nav nav section h1,.unreset section nav section article h1,.unreset section nav section aside h1,.unreset section nav section nav h1,.unreset section nav section section h1,.unreset section section article article h1,.unreset section section article aside h1,.unreset section section article nav h1,.unreset section section article section h1,.unreset section section aside article h1,.unreset section section aside aside h1,.unreset section section aside nav h1,.unreset section section aside section h1,.unreset section section nav article h1,.unreset section section nav aside h1,.unreset section section nav nav h1,.unreset section section nav section h1,.unreset section section section article h1,.unreset section section section aside h1,.unreset section section section nav h1,.unreset section section section section h1{font-size:.875rem;font-weight:700;line-height:1.25rem;margin-bottom:1.5rem;margin-top:1.5rem}.unreset article article article article article h1,.unreset article article article article aside h1,.unreset article article article article nav h1,.unreset article article article article section h1,.unreset article article article aside article h1,.unreset article article article aside aside h1,.unreset article article article aside nav h1,.unreset article article article aside section h1,.unreset article article article nav article h1,.unreset article article article nav aside h1,.unreset article article article nav nav h1,.unreset article article article nav section h1,.unreset article article article section article h1,.unreset article article article section aside h1,.unreset article article article section nav h1,.unreset article article article section section h1,.unreset article article aside article article h1,.unreset article article aside article aside h1,.unreset article article aside article nav h1,.unreset article article aside article section h1,.unreset article article aside aside article h1,.unreset article article aside aside aside h1,.unreset article article aside aside nav h1,.unreset article article aside aside section h1,.unreset article article aside nav article h1,.unreset article article aside nav aside h1,.unreset article article aside nav nav h1,.unreset article article aside nav section h1,.unreset article article aside section article h1,.unreset article article aside section aside h1,.unreset article article aside section nav h1,.unreset article article aside section section h1,.unreset article article nav article article h1,.unreset article article nav article aside h1,.unreset article article nav article nav h1,.unreset article article nav article section h1,.unreset article article nav aside article h1,.unreset article article nav aside aside h1,.unreset article article nav aside nav h1,.unreset article article nav aside section h1,.unreset article article nav nav article h1,.unreset article article nav nav aside h1,.unreset article article nav nav nav h1,.unreset article article nav nav section h1,.unreset article article nav section article h1,.unreset article article nav section aside h1,.unreset article article nav section nav h1,.unreset article article nav section section h1,.unreset article article section article article h1,.unreset article article section article aside h1,.unreset article article section article nav h1,.unreset article article section article section h1,.unreset article article section aside article h1,.unreset article article section aside aside h1,.unreset article article section aside nav h1,.unreset article article section aside section h1,.unreset article article section nav article h1,.unreset article article section nav aside h1,.unreset article article section nav nav h1,.unreset article article section nav section h1,.unreset article article section section article h1,.unreset article article section section aside h1,.unreset article article section section nav h1,.unreset article article section section section h1,.unreset article aside article article article h1,.unreset article aside article article aside h1,.unreset article aside article article nav h1,.unreset article aside article article section h1,.unreset article aside article aside article h1,.unreset article aside article aside aside h1,.unreset article aside article aside nav h1,.unreset article aside article aside section h1,.unreset article aside article nav article h1,.unreset article aside article nav aside h1,.unreset article aside article nav nav h1,.unreset article aside article nav section h1,.unreset article aside article section article h1,.unreset article aside article section aside h1,.unreset article aside article section nav h1,.unreset article aside article section section h1,.unreset article aside aside article article h1,.unreset article aside aside article aside h1,.unreset article aside aside article nav h1,.unreset article aside aside article section h1,.unreset article aside aside aside article h1,.unreset article aside aside aside aside h1,.unreset article aside aside aside nav h1,.unreset article aside aside aside section h1,.unreset article aside aside nav article h1,.unreset article aside aside nav aside h1,.unreset article aside aside nav nav h1,.unreset article aside aside nav section h1,.unreset article aside aside section article h1,.unreset article aside aside section aside h1,.unreset article aside aside section nav h1,.unreset article aside aside section section h1,.unreset article aside nav article article h1,.unreset article aside nav article aside h1,.unreset article aside nav article nav h1,.unreset article aside nav article section h1,.unreset article aside nav aside article h1,.unreset article aside nav aside aside h1,.unreset article aside nav aside nav h1,.unreset article aside nav aside section h1,.unreset article aside nav nav article h1,.unreset article aside nav nav aside h1,.unreset article aside nav nav nav h1,.unreset article aside nav nav section h1,.unreset article aside nav section article h1,.unreset article aside nav section aside h1,.unreset article aside nav section nav h1,.unreset article aside nav section section h1,.unreset article aside section article article h1,.unreset article aside section article aside h1,.unreset article aside section article nav h1,.unreset article aside section article section h1,.unreset article aside section aside article h1,.unreset article aside section aside aside h1,.unreset article aside section aside nav h1,.unreset article aside section aside section h1,.unreset article aside section nav article h1,.unreset article aside section nav aside h1,.unreset article aside section nav nav h1,.unreset article aside section nav section h1,.unreset article aside section section article h1,.unreset article aside section section aside h1,.unreset article aside section section nav h1,.unreset article aside section section section h1,.unreset article nav article article article h1,.unreset article nav article article aside h1,.unreset article nav article article nav h1,.unreset article nav article article section h1,.unreset article nav article aside article h1,.unreset article nav article aside aside h1,.unreset article nav article aside nav h1,.unreset article nav article aside section h1,.unreset article nav article nav article h1,.unreset article nav article nav aside h1,.unreset article nav article nav nav h1,.unreset article nav article nav section h1,.unreset article nav article section article h1,.unreset article nav article section aside h1,.unreset article nav article section nav h1,.unreset article nav article section section h1,.unreset article nav aside article article h1,.unreset article nav aside article aside h1,.unreset article nav aside article nav h1,.unreset article nav aside article section h1,.unreset article nav aside aside article h1,.unreset article nav aside aside aside h1,.unreset article nav aside aside nav h1,.unreset article nav aside aside section h1,.unreset article nav aside nav article h1,.unreset article nav aside nav aside h1,.unreset article nav aside nav nav h1,.unreset article nav aside nav section h1,.unreset article nav aside section article h1,.unreset article nav aside section aside h1,.unreset article nav aside section nav h1,.unreset article nav aside section section h1,.unreset article nav nav article article h1,.unreset article nav nav article aside h1,.unreset article nav nav article nav h1,.unreset article nav nav article section h1,.unreset article nav nav aside article h1,.unreset article nav nav aside aside h1,.unreset article nav nav aside nav h1,.unreset article nav nav aside section h1,.unreset article nav nav nav article h1,.unreset article nav nav nav aside h1,.unreset article nav nav nav nav h1,.unreset article nav nav nav section h1,.unreset article nav nav section article h1,.unreset article nav nav section aside h1,.unreset article nav nav section nav h1,.unreset article nav nav section section h1,.unreset article nav section article article h1,.unreset article nav section article aside h1,.unreset article nav section article nav h1,.unreset article nav section article section h1,.unreset article nav section aside article h1,.unreset article nav section aside aside h1,.unreset article nav section aside nav h1,.unreset article nav section aside section h1,.unreset article nav section nav article h1,.unreset article nav section nav aside h1,.unreset article nav section nav nav h1,.unreset article nav section nav section h1,.unreset article nav section section article h1,.unreset article nav section section aside h1,.unreset article nav section section nav h1,.unreset article nav section section section h1,.unreset article section article article article h1,.unreset article section article article aside h1,.unreset article section article article nav h1,.unreset article section article article section h1,.unreset article section article aside article h1,.unreset article section article aside aside h1,.unreset article section article aside nav h1,.unreset article section article aside section h1,.unreset article section article nav article h1,.unreset article section article nav aside h1,.unreset article section article nav nav h1,.unreset article section article nav section h1,.unreset article section article section article h1,.unreset article section article section aside h1,.unreset article section article section nav h1,.unreset article section article section section h1,.unreset article section aside article article h1,.unreset article section aside article aside h1,.unreset article section aside article nav h1,.unreset article section aside article section h1,.unreset article section aside aside article h1,.unreset article section aside aside aside h1,.unreset article section aside aside nav h1,.unreset article section aside aside section h1,.unreset article section aside nav article h1,.unreset article section aside nav aside h1,.unreset article section aside nav nav h1,.unreset article section aside nav section h1,.unreset article section aside section article h1,.unreset article section aside section aside h1,.unreset article section aside section nav h1,.unreset article section aside section section h1,.unreset article section nav article article h1,.unreset article section nav article aside h1,.unreset article section nav article nav h1,.unreset article section nav article section h1,.unreset article section nav aside article h1,.unreset article section nav aside aside h1,.unreset article section nav aside nav h1,.unreset article section nav aside section h1,.unreset article section nav nav article h1,.unreset article section nav nav aside h1,.unreset article section nav nav nav h1,.unreset article section nav nav section h1,.unreset article section nav section article h1,.unreset article section nav section aside h1,.unreset article section nav section nav h1,.unreset article section nav section section h1,.unreset article section section article article h1,.unreset article section section article aside h1,.unreset article section section article nav h1,.unreset article section section article section h1,.unreset article section section aside article h1,.unreset article section section aside aside h1,.unreset article section section aside nav h1,.unreset article section section aside section h1,.unreset article section section nav article h1,.unreset article section section nav aside h1,.unreset article section section nav nav h1,.unreset article section section nav section h1,.unreset article section section section article h1,.unreset article section section section aside h1,.unreset article section section section nav h1,.unreset article section section section section h1,.unreset aside article article article article h1,.unreset aside article article article aside h1,.unreset aside article article article nav h1,.unreset aside article article article section h1,.unreset aside article article aside article h1,.unreset aside article article aside aside h1,.unreset aside article article aside nav h1,.unreset aside article article aside section h1,.unreset aside article article nav article h1,.unreset aside article article nav aside h1,.unreset aside article article nav nav h1,.unreset aside article article nav section h1,.unreset aside article article section article h1,.unreset aside article article section aside h1,.unreset aside article article section nav h1,.unreset aside article article section section h1,.unreset aside article aside article article h1,.unreset aside article aside article aside h1,.unreset aside article aside article nav h1,.unreset aside article aside article section h1,.unreset aside article aside aside article h1,.unreset aside article aside aside aside h1,.unreset aside article aside aside nav h1,.unreset aside article aside aside section h1,.unreset aside article aside nav article h1,.unreset aside article aside nav aside h1,.unreset aside article aside nav nav h1,.unreset aside article aside nav section h1,.unreset aside article aside section article h1,.unreset aside article aside section aside h1,.unreset aside article aside section nav h1,.unreset aside article aside section section h1,.unreset aside article nav article article h1,.unreset aside article nav article aside h1,.unreset aside article nav article nav h1,.unreset aside article nav article section h1,.unreset aside article nav aside article h1,.unreset aside article nav aside aside h1,.unreset aside article nav aside nav h1,.unreset aside article nav aside section h1,.unreset aside article nav nav article h1,.unreset aside article nav nav aside h1,.unreset aside article nav nav nav h1,.unreset aside article nav nav section h1,.unreset aside article nav section article h1,.unreset aside article nav section aside h1,.unreset aside article nav section nav h1,.unreset aside article nav section section h1,.unreset aside article section article article h1,.unreset aside article section article aside h1,.unreset aside article section article nav h1,.unreset aside article section article section h1,.unreset aside article section aside article h1,.unreset aside article section aside aside h1,.unreset aside article section aside nav h1,.unreset aside article section aside section h1,.unreset aside article section nav article h1,.unreset aside article section nav aside h1,.unreset aside article section nav nav h1,.unreset aside article section nav section h1,.unreset aside article section section article h1,.unreset aside article section section aside h1,.unreset aside article section section nav h1,.unreset aside article section section section h1,.unreset aside aside article article article h1,.unreset aside aside article article aside h1,.unreset aside aside article article nav h1,.unreset aside aside article article section h1,.unreset aside aside article aside article h1,.unreset aside aside article aside aside h1,.unreset aside aside article aside nav h1,.unreset aside aside article aside section h1,.unreset aside aside article nav article h1,.unreset aside aside article nav aside h1,.unreset aside aside article nav nav h1,.unreset aside aside article nav section h1,.unreset aside aside article section article h1,.unreset aside aside article section aside h1,.unreset aside aside article section nav h1,.unreset aside aside article section section h1,.unreset aside aside aside article article h1,.unreset aside aside aside article aside h1,.unreset aside aside aside article nav h1,.unreset aside aside aside article section h1,.unreset aside aside aside aside article h1,.unreset aside aside aside aside aside h1,.unreset aside aside aside aside nav h1,.unreset aside aside aside aside section h1,.unreset aside aside aside nav article h1,.unreset aside aside aside nav aside h1,.unreset aside aside aside nav nav h1,.unreset aside aside aside nav section h1,.unreset aside aside aside section article h1,.unreset aside aside aside section aside h1,.unreset aside aside aside section nav h1,.unreset aside aside aside section section h1,.unreset aside aside nav article article h1,.unreset aside aside nav article aside h1,.unreset aside aside nav article nav h1,.unreset aside aside nav article section h1,.unreset aside aside nav aside article h1,.unreset aside aside nav aside aside h1,.unreset aside aside nav aside nav h1,.unreset aside aside nav aside section h1,.unreset aside aside nav nav article h1,.unreset aside aside nav nav aside h1,.unreset aside aside nav nav nav h1,.unreset aside aside nav nav section h1,.unreset aside aside nav section article h1,.unreset aside aside nav section aside h1,.unreset aside aside nav section nav h1,.unreset aside aside nav section section h1,.unreset aside aside section article article h1,.unreset aside aside section article aside h1,.unreset aside aside section article nav h1,.unreset aside aside section article section h1,.unreset aside aside section aside article h1,.unreset aside aside section aside aside h1,.unreset aside aside section aside nav h1,.unreset aside aside section aside section h1,.unreset aside aside section nav article h1,.unreset aside aside section nav aside h1,.unreset aside aside section nav nav h1,.unreset aside aside section nav section h1,.unreset aside aside section section article h1,.unreset aside aside section section aside h1,.unreset aside aside section section nav h1,.unreset aside aside section section section h1,.unreset aside nav article article article h1,.unreset aside nav article article aside h1,.unreset aside nav article article nav h1,.unreset aside nav article article section h1,.unreset aside nav article aside article h1,.unreset aside nav article aside aside h1,.unreset aside nav article aside nav h1,.unreset aside nav article aside section h1,.unreset aside nav article nav article h1,.unreset aside nav article nav aside h1,.unreset aside nav article nav nav h1,.unreset aside nav article nav section h1,.unreset aside nav article section article h1,.unreset aside nav article section aside h1,.unreset aside nav article section nav h1,.unreset aside nav article section section h1,.unreset aside nav aside article article h1,.unreset aside nav aside article aside h1,.unreset aside nav aside article nav h1,.unreset aside nav aside article section h1,.unreset aside nav aside aside article h1,.unreset aside nav aside aside aside h1,.unreset aside nav aside aside nav h1,.unreset aside nav aside aside section h1,.unreset aside nav aside nav article h1,.unreset aside nav aside nav aside h1,.unreset aside nav aside nav nav h1,.unreset aside nav aside nav section h1,.unreset aside nav aside section article h1,.unreset aside nav aside section aside h1,.unreset aside nav aside section nav h1,.unreset aside nav aside section section h1,.unreset aside nav nav article article h1,.unreset aside nav nav article aside h1,.unreset aside nav nav article nav h1,.unreset aside nav nav article section h1,.unreset aside nav nav aside article h1,.unreset aside nav nav aside aside h1,.unreset aside nav nav aside nav h1,.unreset aside nav nav aside section h1,.unreset aside nav nav nav article h1,.unreset aside nav nav nav aside h1,.unreset aside nav nav nav nav h1,.unreset aside nav nav nav section h1,.unreset aside nav nav section article h1,.unreset aside nav nav section aside h1,.unreset aside nav nav section nav h1,.unreset aside nav nav section section h1,.unreset aside nav section article article h1,.unreset aside nav section article aside h1,.unreset aside nav section article nav h1,.unreset aside nav section article section h1,.unreset aside nav section aside article h1,.unreset aside nav section aside aside h1,.unreset aside nav section aside nav h1,.unreset aside nav section aside section h1,.unreset aside nav section nav article h1,.unreset aside nav section nav aside h1,.unreset aside nav section nav nav h1,.unreset aside nav section nav section h1,.unreset aside nav section section article h1,.unreset aside nav section section aside h1,.unreset aside nav section section nav h1,.unreset aside nav section section section h1,.unreset aside section article article article h1,.unreset aside section article article aside h1,.unreset aside section article article nav h1,.unreset aside section article article section h1,.unreset aside section article aside article h1,.unreset aside section article aside aside h1,.unreset aside section article aside nav h1,.unreset aside section article aside section h1,.unreset aside section article nav article h1,.unreset aside section article nav aside h1,.unreset aside section article nav nav h1,.unreset aside section article nav section h1,.unreset aside section article section article h1,.unreset aside section article section aside h1,.unreset aside section article section nav h1,.unreset aside section article section section h1,.unreset aside section aside article article h1,.unreset aside section aside article aside h1,.unreset aside section aside article nav h1,.unreset aside section aside article section h1,.unreset aside section aside aside article h1,.unreset aside section aside aside aside h1,.unreset aside section aside aside nav h1,.unreset aside section aside aside section h1,.unreset aside section aside nav article h1,.unreset aside section aside nav aside h1,.unreset aside section aside nav nav h1,.unreset aside section aside nav section h1,.unreset aside section aside section article h1,.unreset aside section aside section aside h1,.unreset aside section aside section nav h1,.unreset aside section aside section section h1,.unreset aside section nav article article h1,.unreset aside section nav article aside h1,.unreset aside section nav article nav h1,.unreset aside section nav article section h1,.unreset aside section nav aside article h1,.unreset aside section nav aside aside h1,.unreset aside section nav aside nav h1,.unreset aside section nav aside section h1,.unreset aside section nav nav article h1,.unreset aside section nav nav aside h1,.unreset aside section nav nav nav h1,.unreset aside section nav nav section h1,.unreset aside section nav section article h1,.unreset aside section nav section aside h1,.unreset aside section nav section nav h1,.unreset aside section nav section section h1,.unreset aside section section article article h1,.unreset aside section section article aside h1,.unreset aside section section article nav h1,.unreset aside section section article section h1,.unreset aside section section aside article h1,.unreset aside section section aside aside h1,.unreset aside section section aside nav h1,.unreset aside section section aside section h1,.unreset aside section section nav article h1,.unreset aside section section nav aside h1,.unreset aside section section nav nav h1,.unreset aside section section nav section h1,.unreset aside section section section article h1,.unreset aside section section section aside h1,.unreset aside section section section nav h1,.unreset aside section section section section h1,.unreset nav article article article article h1,.unreset nav article article article aside h1,.unreset nav article article article nav h1,.unreset nav article article article section h1,.unreset nav article article aside article h1,.unreset nav article article aside aside h1,.unreset nav article article aside nav h1,.unreset nav article article aside section h1,.unreset nav article article nav article h1,.unreset nav article article nav aside h1,.unreset nav article article nav nav h1,.unreset nav article article nav section h1,.unreset nav article article section article h1,.unreset nav article article section aside h1,.unreset nav article article section nav h1,.unreset nav article article section section h1,.unreset nav article aside article article h1,.unreset nav article aside article aside h1,.unreset nav article aside article nav h1,.unreset nav article aside article section h1,.unreset nav article aside aside article h1,.unreset nav article aside aside aside h1,.unreset nav article aside aside nav h1,.unreset nav article aside aside section h1,.unreset nav article aside nav article h1,.unreset nav article aside nav aside h1,.unreset nav article aside nav nav h1,.unreset nav article aside nav section h1,.unreset nav article aside section article h1,.unreset nav article aside section aside h1,.unreset nav article aside section nav h1,.unreset nav article aside section section h1,.unreset nav article nav article article h1,.unreset nav article nav article aside h1,.unreset nav article nav article nav h1,.unreset nav article nav article section h1,.unreset nav article nav aside article h1,.unreset nav article nav aside aside h1,.unreset nav article nav aside nav h1,.unreset nav article nav aside section h1,.unreset nav article nav nav article h1,.unreset nav article nav nav aside h1,.unreset nav article nav nav nav h1,.unreset nav article nav nav section h1,.unreset nav article nav section article h1,.unreset nav article nav section aside h1,.unreset nav article nav section nav h1,.unreset nav article nav section section h1,.unreset nav article section article article h1,.unreset nav article section article aside h1,.unreset nav article section article nav h1,.unreset nav article section article section h1,.unreset nav article section aside article h1,.unreset nav article section aside aside h1,.unreset nav article section aside nav h1,.unreset nav article section aside section h1,.unreset nav article section nav article h1,.unreset nav article section nav aside h1,.unreset nav article section nav nav h1,.unreset nav article section nav section h1,.unreset nav article section section article h1,.unreset nav article section section aside h1,.unreset nav article section section nav h1,.unreset nav article section section section h1,.unreset nav aside article article article h1,.unreset nav aside article article aside h1,.unreset nav aside article article nav h1,.unreset nav aside article article section h1,.unreset nav aside article aside article h1,.unreset nav aside article aside aside h1,.unreset nav aside article aside nav h1,.unreset nav aside article aside section h1,.unreset nav aside article nav article h1,.unreset nav aside article nav aside h1,.unreset nav aside article nav nav h1,.unreset nav aside article nav section h1,.unreset nav aside article section article h1,.unreset nav aside article section aside h1,.unreset nav aside article section nav h1,.unreset nav aside article section section h1,.unreset nav aside aside article article h1,.unreset nav aside aside article aside h1,.unreset nav aside aside article nav h1,.unreset nav aside aside article section h1,.unreset nav aside aside aside article h1,.unreset nav aside aside aside aside h1,.unreset nav aside aside aside nav h1,.unreset nav aside aside aside section h1,.unreset nav aside aside nav article h1,.unreset nav aside aside nav aside h1,.unreset nav aside aside nav nav h1,.unreset nav aside aside nav section h1,.unreset nav aside aside section article h1,.unreset nav aside aside section aside h1,.unreset nav aside aside section nav h1,.unreset nav aside aside section section h1,.unreset nav aside nav article article h1,.unreset nav aside nav article aside h1,.unreset nav aside nav article nav h1,.unreset nav aside nav article section h1,.unreset nav aside nav aside article h1,.unreset nav aside nav aside aside h1,.unreset nav aside nav aside nav h1,.unreset nav aside nav aside section h1,.unreset nav aside nav nav article h1,.unreset nav aside nav nav aside h1,.unreset nav aside nav nav nav h1,.unreset nav aside nav nav section h1,.unreset nav aside nav section article h1,.unreset nav aside nav section aside h1,.unreset nav aside nav section nav h1,.unreset nav aside nav section section h1,.unreset nav aside section article article h1,.unreset nav aside section article aside h1,.unreset nav aside section article nav h1,.unreset nav aside section article section h1,.unreset nav aside section aside article h1,.unreset nav aside section aside aside h1,.unreset nav aside section aside nav h1,.unreset nav aside section aside section h1,.unreset nav aside section nav article h1,.unreset nav aside section nav aside h1,.unreset nav aside section nav nav h1,.unreset nav aside section nav section h1,.unreset nav aside section section article h1,.unreset nav aside section section aside h1,.unreset nav aside section section nav h1,.unreset nav aside section section section h1,.unreset nav nav article article article h1,.unreset nav nav article article aside h1,.unreset nav nav article article nav h1,.unreset nav nav article article section h1,.unreset nav nav article aside article h1,.unreset nav nav article aside aside h1,.unreset nav nav article aside nav h1,.unreset nav nav article aside section h1,.unreset nav nav article nav article h1,.unreset nav nav article nav aside h1,.unreset nav nav article nav nav h1,.unreset nav nav article nav section h1,.unreset nav nav article section article h1,.unreset nav nav article section aside h1,.unreset nav nav article section nav h1,.unreset nav nav article section section h1,.unreset nav nav aside article article h1,.unreset nav nav aside article aside h1,.unreset nav nav aside article nav h1,.unreset nav nav aside article section h1,.unreset nav nav aside aside article h1,.unreset nav nav aside aside aside h1,.unreset nav nav aside aside nav h1,.unreset nav nav aside aside section h1,.unreset nav nav aside nav article h1,.unreset nav nav aside nav aside h1,.unreset nav nav aside nav nav h1,.unreset nav nav aside nav section h1,.unreset nav nav aside section article h1,.unreset nav nav aside section aside h1,.unreset nav nav aside section nav h1,.unreset nav nav aside section section h1,.unreset nav nav nav article article h1,.unreset nav nav nav article aside h1,.unreset nav nav nav article nav h1,.unreset nav nav nav article section h1,.unreset nav nav nav aside article h1,.unreset nav nav nav aside aside h1,.unreset nav nav nav aside nav h1,.unreset nav nav nav aside section h1,.unreset nav nav nav nav article h1,.unreset nav nav nav nav aside h1,.unreset nav nav nav nav nav h1,.unreset nav nav nav nav section h1,.unreset nav nav nav section article h1,.unreset nav nav nav section aside h1,.unreset nav nav nav section nav h1,.unreset nav nav nav section section h1,.unreset nav nav section article article h1,.unreset nav nav section article aside h1,.unreset nav nav section article nav h1,.unreset nav nav section article section h1,.unreset nav nav section aside article h1,.unreset nav nav section aside aside h1,.unreset nav nav section aside nav h1,.unreset nav nav section aside section h1,.unreset nav nav section nav article h1,.unreset nav nav section nav aside h1,.unreset nav nav section nav nav h1,.unreset nav nav section nav section h1,.unreset nav nav section section article h1,.unreset nav nav section section aside h1,.unreset nav nav section section nav h1,.unreset nav nav section section section h1,.unreset nav section article article article h1,.unreset nav section article article aside h1,.unreset nav section article article nav h1,.unreset nav section article article section h1,.unreset nav section article aside article h1,.unreset nav section article aside aside h1,.unreset nav section article aside nav h1,.unreset nav section article aside section h1,.unreset nav section article nav article h1,.unreset nav section article nav aside h1,.unreset nav section article nav nav h1,.unreset nav section article nav section h1,.unreset nav section article section article h1,.unreset nav section article section aside h1,.unreset nav section article section nav h1,.unreset nav section article section section h1,.unreset nav section aside article article h1,.unreset nav section aside article aside h1,.unreset nav section aside article nav h1,.unreset nav section aside article section h1,.unreset nav section aside aside article h1,.unreset nav section aside aside aside h1,.unreset nav section aside aside nav h1,.unreset nav section aside aside section h1,.unreset nav section aside nav article h1,.unreset nav section aside nav aside h1,.unreset nav section aside nav nav h1,.unreset nav section aside nav section h1,.unreset nav section aside section article h1,.unreset nav section aside section aside h1,.unreset nav section aside section nav h1,.unreset nav section aside section section h1,.unreset nav section nav article article h1,.unreset nav section nav article aside h1,.unreset nav section nav article nav h1,.unreset nav section nav article section h1,.unreset nav section nav aside article h1,.unreset nav section nav aside aside h1,.unreset nav section nav aside nav h1,.unreset nav section nav aside section h1,.unreset nav section nav nav article h1,.unreset nav section nav nav aside h1,.unreset nav section nav nav nav h1,.unreset nav section nav nav section h1,.unreset nav section nav section article h1,.unreset nav section nav section aside h1,.unreset nav section nav section nav h1,.unreset nav section nav section section h1,.unreset nav section section article article h1,.unreset nav section section article aside h1,.unreset nav section section article nav h1,.unreset nav section section article section h1,.unreset nav section section aside article h1,.unreset nav section section aside aside h1,.unreset nav section section aside nav h1,.unreset nav section section aside section h1,.unreset nav section section nav article h1,.unreset nav section section nav aside h1,.unreset nav section section nav nav h1,.unreset nav section section nav section h1,.unreset nav section section section article h1,.unreset nav section section section aside h1,.unreset nav section section section nav h1,.unreset nav section section section section h1,.unreset section article article article article h1,.unreset section article article article aside h1,.unreset section article article article nav h1,.unreset section article article article section h1,.unreset section article article aside article h1,.unreset section article article aside aside h1,.unreset section article article aside nav h1,.unreset section article article aside section h1,.unreset section article article nav article h1,.unreset section article article nav aside h1,.unreset section article article nav nav h1,.unreset section article article nav section h1,.unreset section article article section article h1,.unreset section article article section aside h1,.unreset section article article section nav h1,.unreset section article article section section h1,.unreset section article aside article article h1,.unreset section article aside article aside h1,.unreset section article aside article nav h1,.unreset section article aside article section h1,.unreset section article aside aside article h1,.unreset section article aside aside aside h1,.unreset section article aside aside nav h1,.unreset section article aside aside section h1,.unreset section article aside nav article h1,.unreset section article aside nav aside h1,.unreset section article aside nav nav h1,.unreset section article aside nav section h1,.unreset section article aside section article h1,.unreset section article aside section aside h1,.unreset section article aside section nav h1,.unreset section article aside section section h1,.unreset section article nav article article h1,.unreset section article nav article aside h1,.unreset section article nav article nav h1,.unreset section article nav article section h1,.unreset section article nav aside article h1,.unreset section article nav aside aside h1,.unreset section article nav aside nav h1,.unreset section article nav aside section h1,.unreset section article nav nav article h1,.unreset section article nav nav aside h1,.unreset section article nav nav nav h1,.unreset section article nav nav section h1,.unreset section article nav section article h1,.unreset section article nav section aside h1,.unreset section article nav section nav h1,.unreset section article nav section section h1,.unreset section article section article article h1,.unreset section article section article aside h1,.unreset section article section article nav h1,.unreset section article section article section h1,.unreset section article section aside article h1,.unreset section article section aside aside h1,.unreset section article section aside nav h1,.unreset section article section aside section h1,.unreset section article section nav article h1,.unreset section article section nav aside h1,.unreset section article section nav nav h1,.unreset section article section nav section h1,.unreset section article section section article h1,.unreset section article section section aside h1,.unreset section article section section nav h1,.unreset section article section section section h1,.unreset section aside article article article h1,.unreset section aside article article aside h1,.unreset section aside article article nav h1,.unreset section aside article article section h1,.unreset section aside article aside article h1,.unreset section aside article aside aside h1,.unreset section aside article aside nav h1,.unreset section aside article aside section h1,.unreset section aside article nav article h1,.unreset section aside article nav aside h1,.unreset section aside article nav nav h1,.unreset section aside article nav section h1,.unreset section aside article section article h1,.unreset section aside article section aside h1,.unreset section aside article section nav h1,.unreset section aside article section section h1,.unreset section aside aside article article h1,.unreset section aside aside article aside h1,.unreset section aside aside article nav h1,.unreset section aside aside article section h1,.unreset section aside aside aside article h1,.unreset section aside aside aside aside h1,.unreset section aside aside aside nav h1,.unreset section aside aside aside section h1,.unreset section aside aside nav article h1,.unreset section aside aside nav aside h1,.unreset section aside aside nav nav h1,.unreset section aside aside nav section h1,.unreset section aside aside section article h1,.unreset section aside aside section aside h1,.unreset section aside aside section nav h1,.unreset section aside aside section section h1,.unreset section aside nav article article h1,.unreset section aside nav article aside h1,.unreset section aside nav article nav h1,.unreset section aside nav article section h1,.unreset section aside nav aside article h1,.unreset section aside nav aside aside h1,.unreset section aside nav aside nav h1,.unreset section aside nav aside section h1,.unreset section aside nav nav article h1,.unreset section aside nav nav aside h1,.unreset section aside nav nav nav h1,.unreset section aside nav nav section h1,.unreset section aside nav section article h1,.unreset section aside nav section aside h1,.unreset section aside nav section nav h1,.unreset section aside nav section section h1,.unreset section aside section article article h1,.unreset section aside section article aside h1,.unreset section aside section article nav h1,.unreset section aside section article section h1,.unreset section aside section aside article h1,.unreset section aside section aside aside h1,.unreset section aside section aside nav h1,.unreset section aside section aside section h1,.unreset section aside section nav article h1,.unreset section aside section nav aside h1,.unreset section aside section nav nav h1,.unreset section aside section nav section h1,.unreset section aside section section article h1,.unreset section aside section section aside h1,.unreset section aside section section nav h1,.unreset section aside section section section h1,.unreset section nav article article article h1,.unreset section nav article article aside h1,.unreset section nav article article nav h1,.unreset section nav article article section h1,.unreset section nav article aside article h1,.unreset section nav article aside aside h1,.unreset section nav article aside nav h1,.unreset section nav article aside section h1,.unreset section nav article nav article h1,.unreset section nav article nav aside h1,.unreset section nav article nav nav h1,.unreset section nav article nav section h1,.unreset section nav article section article h1,.unreset section nav article section aside h1,.unreset section nav article section nav h1,.unreset section nav article section section h1,.unreset section nav aside article article h1,.unreset section nav aside article aside h1,.unreset section nav aside article nav h1,.unreset section nav aside article section h1,.unreset section nav aside aside article h1,.unreset section nav aside aside aside h1,.unreset section nav aside aside nav h1,.unreset section nav aside aside section h1,.unreset section nav aside nav article h1,.unreset section nav aside nav aside h1,.unreset section nav aside nav nav h1,.unreset section nav aside nav section h1,.unreset section nav aside section article h1,.unreset section nav aside section aside h1,.unreset section nav aside section nav h1,.unreset section nav aside section section h1,.unreset section nav nav article article h1,.unreset section nav nav article aside h1,.unreset section nav nav article nav h1,.unreset section nav nav article section h1,.unreset section nav nav aside article h1,.unreset section nav nav aside aside h1,.unreset section nav nav aside nav h1,.unreset section nav nav aside section h1,.unreset section nav nav nav article h1,.unreset section nav nav nav aside h1,.unreset section nav nav nav nav h1,.unreset section nav nav nav section h1,.unreset section nav nav section article h1,.unreset section nav nav section aside h1,.unreset section nav nav section nav h1,.unreset section nav nav section section h1,.unreset section nav section article article h1,.unreset section nav section article aside h1,.unreset section nav section article nav h1,.unreset section nav section article section h1,.unreset section nav section aside article h1,.unreset section nav section aside aside h1,.unreset section nav section aside nav h1,.unreset section nav section aside section h1,.unreset section nav section nav article h1,.unreset section nav section nav aside h1,.unreset section nav section nav nav h1,.unreset section nav section nav section h1,.unreset section nav section section article h1,.unreset section nav section section aside h1,.unreset section nav section section nav h1,.unreset section nav section section section h1,.unreset section section article article article h1,.unreset section section article article aside h1,.unreset section section article article nav h1,.unreset section section article article section h1,.unreset section section article aside article h1,.unreset section section article aside aside h1,.unreset section section article aside nav h1,.unreset section section article aside section h1,.unreset section section article nav article h1,.unreset section section article nav aside h1,.unreset section section article nav nav h1,.unreset section section article nav section h1,.unreset section section article section article h1,.unreset section section article section aside h1,.unreset section section article section nav h1,.unreset section section article section section h1,.unreset section section aside article article h1,.unreset section section aside article aside h1,.unreset section section aside article nav h1,.unreset section section aside article section h1,.unreset section section aside aside article h1,.unreset section section aside aside aside h1,.unreset section section aside aside nav h1,.unreset section section aside aside section h1,.unreset section section aside nav article h1,.unreset section section aside nav aside h1,.unreset section section aside nav nav h1,.unreset section section aside nav section h1,.unreset section section aside section article h1,.unreset section section aside section aside h1,.unreset section section aside section nav h1,.unreset section section aside section section h1,.unreset section section nav article article h1,.unreset section section nav article aside h1,.unreset section section nav article nav h1,.unreset section section nav article section h1,.unreset section section nav aside article h1,.unreset section section nav aside aside h1,.unreset section section nav aside nav h1,.unreset section section nav aside section h1,.unreset section section nav nav article h1,.unreset section section nav nav aside h1,.unreset section section nav nav nav h1,.unreset section section nav nav section h1,.unreset section section nav section article h1,.unreset section section nav section aside h1,.unreset section section nav section nav h1,.unreset section section nav section section h1,.unreset section section section article article h1,.unreset section section section article aside h1,.unreset section section section article nav h1,.unreset section section section article section h1,.unreset section section section aside article h1,.unreset section section section aside aside h1,.unreset section section section aside nav h1,.unreset section section section aside section h1,.unreset section section section nav article h1,.unreset section section section nav aside h1,.unreset section section section nav nav h1,.unreset section section section nav section h1,.unreset section section section section article h1,.unreset section section section section aside h1,.unreset section section section section nav h1,.unreset section section section section section h1{font-size:12px;font-weight:700;line-height:20px;margin-bottom:2.5rem;margin-top:2.5rem}.unreset menu,.unreset ul{list-style-type:disc;margin-bottom:.25rem;margin-top:.25rem;padding-left:2.5rem}.unreset ol{list-style-type:decimal;margin-bottom:1rem;margin-top:1rem;padding-left:2.5rem}.unreset ol ul,.unreset ul ul{list-style-type:circle}.unreset ol ol ul,.unreset ol ul ul,.unreset ul ol ul,.unreset ul ul ul{list-style-type:square}.unreset dd{padding-left:2.5rem}.unreset dl{margin-bottom:1rem;margin-top:1rem}.unreset dl dl,.unreset dl menu,.unreset dl ol,.unreset dl ul,.unreset menu dl,.unreset menu menu,.unreset menu ol,.unreset menu ul,.unreset ol dl,.unreset ol menu,.unreset ol ol,.unreset ol ul,.unreset ul dl,.unreset ul menu,.unreset ul ol,.unreset ul ul{margin:0}.unreset legend{padding:0 .25rem}.unreset fieldset{margin:0 .25rem;padding:0 .25rem .5rem}.unreset b,.unreset strong{font-weight:700}.unreset pre{margin-bottom:1rem;margin-top:1rem}.payment-form select{line-height:16px}.payment-form .group{background:#fff;border-radius:4px;box-shadow:0 7px 14px 0 rgba(49,49,93,.1),0 3px 6px 0 rgba(0,0,0,.08);display:block;margin:0 auto 20px;max-width:420px}.payment-form label{color:#8898aa;display:flex;flex-direction:row;font-weight:300;height:40px;line-height:40px;margin-left:10px;position:relative}.payment-form .group label:not(:last-child){border-bottom:1px solid #f0f5fa}.payment-form label>span{margin-right:30px;text-align:right;width:120px}.payment-form .field{background:transparent;border:0;color:#31325f;cursor:text;flex:1;font-weight:300;outline:none;padding-left:10px;padding-right:10px}.payment-form .field::-webkit-input-placeholder{color:#cfd7e0}.payment-form .field::-moz-placeholder{color:#cfd7e0}.payment-form button{background:#666ee8;border:0;border-radius:4px;box-shadow:0 7px 14px 0 rgba(49,49,93,.1),0 3px 6px 0 rgba(0,0,0,.08);color:#fff;display:block;float:left;font-size:15px;font-weight:400;height:40px;line-height:38px;margin-top:20px;outline:none;width:100%}.payment-form button:focus{background:#555abf}.payment-form button:active{background:#43458b}.payment-form .outcome{float:left;min-height:24px;padding-top:8px;text-align:center;width:100%}.payment-form .error,.payment-form .success{display:none;font-size:13px}.payment-form .error.visible,.payment-form .success.visible{display:inline}.payment-form .error{color:#e4584c}.payment-form .success{color:#666ee8}.payment-form .success .token{font-size:13px;font-weight:500}.payment-form .field.field-card{width:186px}.payment-form .field.field-month{padding:0;width:22px}.payment-form .field.field-year{padding:0 0 0 1px;width:41px}.payment-form .text-placeholder{color:#d6dce4}.h-64-vh{height:64vh}.form-group-custom-flow input{cursor:pointer;display:none;height:auto;margin-bottom:0;padding:0;width:auto}.form-group-custom-flow label{cursor:pointer;position:relative}.form-group-custom-flow label:before{-webkit-appearance:none;background-color:#fff;border-radius:.4rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;content:"";cursor:pointer;display:inline-block;margin-right:15px;padding:15px;position:relative;vertical-align:middle}.form-group-custom-flow input:checked+label:after{border:solid #5a29a9;border-width:0 3px 3px 0;content:"";display:block;height:14px;left:12px;position:absolute;top:6px;transform:rotate(45deg);width:6px}.underline_hover:hover{text-decoration:underline}
