._position_block_z4p26_1{display:block}._position_centered_z4p26_5{display:flex;flex-direction:row;justify-content:center}._position_margin-auto_z4p26_11{margin:auto}._position_fill_z4p26_15{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center}._tile_z4p26_23{display:flex;flex-direction:column;align-items:center;justify-content:center}._header_z4p26_30{display:flex;flex-direction:row;align-items:center}._text_z4p26_36{color:var(--color-dark-blue);margin-left:14px}._description_z4p26_41{margin-top:1.5em;color:var(--color-dark-blue);text-align:center}:root{--light-gray: #fbfbfb;--light-gray-hover: #ededed;--gray: #a7a7a7;--border-gray: #f4f4f4;--red: #ed1d24;--silver-gray: #94a3b8}body{font-family:Inter,sans-serif;background-color:#f7f9fc;overflow-x:hidden}.calendar-container{display:flex;align-items:flex-start;position:relative}.calendar-container.mobile{flex-direction:column;padding:10px}.calendar-wrapper{flex:1;background:#fff;width:100%;border-left:1px solid #d7dce4}.sidebar{width:300px;background:#fff;padding:15px;transition:transform .3s ease;z-index:1002}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay.show{opacity:1;pointer-events:auto}.calendar-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:17px 30px;text-transform:capitalize;border-left:none}.calendar-title{display:flex;gap:12px}.calendar-title-prefix,.calendar-title-year{font-size:24px}.calendar-title-year{color:var(--gray)}.nav-buttons{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.nav-buttons button{background:var(--light-gray);color:#000;padding:6px 10px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .2s linear}.nav-buttons button:hover{background:var(--light-gray-hover)}.today-button{color:#fff;padding:6px 10px;border-radius:4px;font-size:1rem;cursor:pointer;border:none}.mini-calendar{width:100%;margin-bottom:15px}.mini-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mini-calendar-title-wrapper{display:flex;gap:10px;margin-left:8px}.mini-calendar-title{font-weight:400;text-transform:capitalize}.mini-calendar-year{color:var(--silver-gray)}.mini-calendar-arrows{display:flex;gap:10px}.mini-calendar-arrows>*{cursor:pointer}.mini-calendar-hr{color:var(--border-gray);margin-bottom:20px}.mini-calendar .fc-daygrid-day{padding:8px;font-size:14px;text-align:center}.mini-calendar .fc-scrollgrid,.mini-calendar .fc-scrollgrid tr,.mini-calendar .fc-scrollgrid th,.mini-calendar .fc-scrollgrid td{border:none!important}.mini-calendar .fc .fc-daygrid-day-frame{height:auto;aspect-ratio:1/1}.mini-calendar .fc-day-other{background-color:transparent}.mini-calendar .fc-daygrid-day-top{display:flex;justify-content:center;align-items:center}.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number,.mini-calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{display:flex;justify-content:center;align-items:center;background-color:var(--red);color:#fff;border-radius:5px;aspect-ratio:1/1;box-shadow:0 0 2px #0003;width:32px;height:32px}.user-checkbox{display:flex;align-items:center;gap:10px;margin-bottom:8px;cursor:pointer}.user-checkbox input,.user-checkbox,.user-checkbox>*{cursor:pointer}.user-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid #d7dce4;border-radius:3px;outline:none;position:relative;margin:0}.user-checkbox input[type=checkbox]:checked{border:none}.user-checkbox input[type=checkbox]:checked:before{content:"✓";display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;position:absolute;width:100%;height:100%;top:0;left:0;font-weight:700;text-shadow:0px 0px 1px white}.calendar-user-label{display:flex;align-items:center;justify-content:center;gap:10px}.calendar-checkbox{border-style:solid!important}.calendar-user-img{width:18px;height:auto;aspect-ratio:1/1;border-radius:100%}.calendars-list{overflow:hidden;max-height:0;transition:max-height .3s ease;margin-top:12px}.calendars-list-active{max-height:500px}.calendar-type-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:.3s;height:24px;overflow:hidden}.caledar-title-arrow,.calendars-list{transition:all .3s}.calendar-title-arrow-active{transform:rotate(180deg)}.fc-timegrid-now-indicator-container{overflow:visible!important}.fc-timegrid-now-indicator-line{border-top-width:2px!important;border-top-color:red!important}.fc-day .fc-timegrid-now-indicator-line-non-today{opacity:.1}.fc-day-today{background-color:#fff!important}.fc .fc-daygrid-day.fc-day-today{background-color:transparent}.fc .fc-col-header-cell-cushion{text-transform:capitalize}.fc .fc-col-header-cell.fc-day-today .fc-col-header-cell-cushion{display:inline-flex;justify-content:center;align-items:center;background-color:var(--red);color:#fff;border-radius:5px;padding:4px 8px;min-width:32px;text-align:center;box-shadow:0 0 2px #0003}.fc .fc-daygrid-day-number,.fc-col-header-cell a{--tw-text-opacity: 1;color:#000;-webkit-text-decoration:none;text-decoration:none}.fc .fc-daygrid-day-top{display:flex;justify-content:center;flex-direction:row-reverse;padding-top:4px;padding-bottom:4px}.fc .fc-daygrid-day-number{text-align:center}.fc-col-header-cell a{color:var(--gray);font-weight:400}.fc-theme-standard td,.fc-theme-standard th{border-color:var(--border-gray)}.fc .fc-scrollgrid{border-left:none;border-top:1px solid var(--border-gray);border-right:1px solid var(--border-gray);border-bottom:1px solid var(--border-gray)}.mini-calendar .fc .fc-col-header-cell-cushion{color:var(--silver-gray)}.now-indicator-time{position:absolute;left:-60px;top:50%;transform:translateY(-50%);background:red;color:#fff;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:700;z-index:1000}.fc-timegrid-now-indicator-line .now-indicator-time{display:none}.fc-timegrid-now-indicator-arrow .now-indicator-time{left:0}.fc-daygrid-more-link{font-size:13px;font-weight:500;margin-top:2px}.fc-daygrid-more-link:hover{-webkit-text-decoration:none;text-decoration:none}@media (max-width: 768px){.mobile-menu-button{display:block}.sidebar.show{transform:translate(0)}.fc .fc-toolbar-title{font-size:1.2rem}.fc .fc-button{padding:.3em .6em;font-size:.8em}.now-indicator-time{font-size:12px;padding:3px 6px}}._organizationCard_1wf6v_1{width:592px;height:88px;margin-top:16px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;background-color:var(--ms-color-white);box-shadow:0 4px 4px #0000001a;border-radius:4px}@media (max-width: 767.98px){._organizationCard_1wf6v_1{width:90%}}._link_1wf6v_20{margin-top:6px;display:block}._headerContainer_1wf6v_25{min-width:0;flex:1}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--ms-font-family);font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}h1{margin:0;font-family:var(--ms-font-family);font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h2{margin:0;font-family:var(--ms-font-family);font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h3{margin:0;font-family:var(--ms-font-family);font-size:1.125rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h4{margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h5{margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h6{margin:0;font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}:root{--ms-t-fw-bold: 600}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);--tw-ring-shadow: 0 0 rgba(0,0,0,0);--tw-shadow: 0 0 rgba(0,0,0,0);--tw-shadow-colored: 0 0 rgba(0,0,0,0);--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);--tw-ring-shadow: 0 0 rgba(0,0,0,0);--tw-shadow: 0 0 rgba(0,0,0,0);--tw-shadow-colored: 0 0 rgba(0,0,0,0);--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: }@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/Inter-Thin.dafaa44d-CSJ_owlW.woff2?v=3.19) format("woff2"),url(/assets/Inter-Thin.16325d9b-CVMZtQER.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/assets/Inter-ThinItalic.4fc662b3-B6FKq6qK.woff2?v=3.19) format("woff2"),url(/assets/Inter-ThinItalic.d3d89947-B2bFwwDp.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLight.6824177d-egkqWonf.woff2?v=3.19) format("woff2"),url(/assets/Inter-ExtraLight.15c082a5-CbFdmbHh.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/assets/Inter-ExtraLightItalic.05138ddd-Bf25KIHs.woff2?v=3.19) format("woff2"),url(/assets/Inter-ExtraLightItalic.3beee54f-B3gY-m5W.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/Inter-Light.27083fa6-CdXm_ABL.woff2?v=3.19) format("woff2"),url(/assets/Inter-Light.91dfddd8-CG9upfZ4.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/assets/Inter-LightItalic.0a783b89-COmGGTuG.woff2?v=3.19) format("woff2"),url(/assets/Inter-LightItalic.f8ccf281-C2ZuFZOC.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular.f1f0c35b-CKDp9E3C.woff2?v=3.19) format("woff2"),url(/assets/Inter-Regular.f356e84a-DJOZHnwz.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic.d593a8df-_3PMmu0i.woff2?v=3.19) format("woff2"),url(/assets/Inter-Italic.9beab784-Ci_5KQU1.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium.dc792b50-P1cOs5ep.woff2?v=3.19) format("woff2"),url(/assets/Inter-Medium.ec7dd2d9-oHczPpWt.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic.84d3493a-DWiIAHvp.woff2?v=3.19) format("woff2"),url(/assets/Inter-MediumItalic.17301e5b-8laNK8GF.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold.fcb100c7-Ctx7G98q.woff2?v=3.19) format("woff2"),url(/assets/Inter-SemiBold.55027e47-BHlX_6qk.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic.d90f295d-BNz1Al2H.woff2?v=3.19) format("woff2"),url(/assets/Inter-SemiBoldItalic.ab9105ed-CxeAX7g8.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold.579e0f95-CuhepTt8.woff2?v=3.19) format("woff2"),url(/assets/Inter-Bold.b1234477-2PT7Q-hu.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic.828a494e-R15IsAnq.woff2?v=3.19) format("woff2"),url(/assets/Inter-BoldItalic.3d0d8043-C906RMVC.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBold.d65f0281-B0QOs-T2.woff2?v=3.19) format("woff2"),url(/assets/Inter-ExtraBold.208a9e6c-B8imQN9B.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/assets/Inter-ExtraBoldItalic.8c7eac5c-OErwaGem.woff2?v=3.19) format("woff2"),url(/assets/Inter-ExtraBoldItalic.30429962-Bt8eprh6.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/Inter-Black.796be8d8-DgUKMdlB.woff2?v=3.19) format("woff2"),url(/assets/Inter-Black.b254104c-DtxVgCT8.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/assets/Inter-BlackItalic.752f1e0a-ZFcDzO3e.woff2?v=3.19) format("woff2"),url(/assets/Inter-BlackItalic.70306b0e-CkZ-ktDH.woff?v=3.19) format("woff")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/assets/Inter-roman.var.b2129c00-C-r5W2Hj.woff2?v=3.19) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/assets/Inter-italic.var.958a0b97-DhD-tpjY.woff2?v=3.19) format("woff2")}@font-face{font-family:Inter var experimental;font-weight:100 900;font-display:swap;font-style:oblique 0deg 10deg;src:url(/assets/Inter.var.730e8169-CTiC9fjq.woff2?v=3.19) format("woff2")}:root{--ms-font-family-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--ms-font-family: "Inter", var(--ms-font-family-fallback)}@supports (font-variation-settings: normal){:root{--ms-font-family: "Inter var", var(--ms-font-family-fallback)}}:root{--ms-color-white-rgb: 255 255 255;--ms-color-white: rgb(255, 255, 255);--ms-color-black: #000;--ms-color-gray-50: #f9fafb;--ms-color-gray-100: #f3f4f6;--ms-color-gray-200: #e5e7eb;--ms-color-gray-300: #d1d5db;--ms-color-gray-400: #9ca3af;--ms-color-gray-500: #6b7280;--ms-color-gray-600: #4b5563;--ms-color-gray-700: #374151;--ms-color-gray-800: #1f2937;--ms-color-gray-900: #111827;--ms-color-gray-950: #030712;--ms-color-neutral-50: #fafafa;--ms-color-neutral-100: #f5f5f5;--ms-color-neutral-200: #e5e5e5;--ms-color-neutral-300: #d4d4d4;--ms-color-neutral-400: #a3a3a3;--ms-color-neutral-500: #737373;--ms-color-neutral-600: #525252;--ms-color-neutral-700: #404040;--ms-color-neutral-800: #262626;--ms-color-neutral-900: #171717;--ms-color-neutral-950: #0a0a0a;--ms-color-red-50: #fef2f2;--ms-color-red-100: #fee2e2;--ms-color-red-200: #fecaca;--ms-color-red-300: #fca5a5;--ms-color-red-400: #f87171;--ms-color-red-500: #ef4444;--ms-color-red-600: #dc2626;--ms-color-red-700: #b91c1c;--ms-color-red-800: #991b1b;--ms-color-red-900: #7f1d1d;--ms-color-red-950: #450a0a;--ms-color-yellow-50: #fefce8;--ms-color-yellow-100: #fef9c3;--ms-color-yellow-200: #fef08a;--ms-color-yellow-300: #fde047;--ms-color-yellow-400: #facc15;--ms-color-yellow-500: #eab308;--ms-color-yellow-600: #ca8a04;--ms-color-yellow-700: #a16207;--ms-color-yellow-800: #854d0e;--ms-color-yellow-900: #713f12;--ms-color-yellow-950: #422006;--ms-color-orange-50: #fff7ed;--ms-color-orange-100: #ffedd5;--ms-color-orange-200: #fed7aa;--ms-color-orange-300: #fdba74;--ms-color-orange-400: #fb923c;--ms-color-orange-500: #f97316;--ms-color-orange-600: #ea580c;--ms-color-orange-700: #c2410c;--ms-color-orange-800: #9a3412;--ms-color-orange-900: #7c2d12;--ms-color-orange-950: #431407;--ms-color-green-50: #f0fdf4;--ms-color-green-100: #dcfce7;--ms-color-green-200: #bbf7d0;--ms-color-green-300: #86efac;--ms-color-green-400: #4ade80;--ms-color-green-500: #22c55e;--ms-color-green-600: #16a34a;--ms-color-green-700: #15803d;--ms-color-green-800: #166534;--ms-color-green-900: #14532d;--ms-color-green-950: #052e16;--ms-color-blue-50: #eff6ff;--ms-color-blue-100: #dbeafe;--ms-color-blue-200: #bfdbfe;--ms-color-blue-300: #93c5fd;--ms-color-blue-400: #60a5fa;--ms-color-blue-500: #3b82f6;--ms-color-blue-600: #2563eb;--ms-color-blue-700: #1d4ed8;--ms-color-blue-800: #1e40af;--ms-color-blue-900: #1e3a8a;--ms-color-blue-950: #172554}body{font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;text-align:left;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}svg{display:inline-block}p{margin-top:0;margin-bottom:1rem}ul{list-style-type:disc}ol{list-style-type:decimal}.t-display{margin:0;font-family:var(--ms-font-family);font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){.t-display{font-size:1.875rem;line-height:2.25rem}}.t-headline{margin:0;font-family:var(--ms-font-family);font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){.t-headline{font-size:1.5rem;line-height:2rem}}.t-title-large{margin:0;font-family:var(--ms-font-family);font-size:1.125rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){.t-title-large{font-size:1.25rem;line-height:1.75rem}}.t-title-medium{margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){.t-title-medium{font-size:1.125rem;line-height:1.5rem}}.t-title-small{margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}.t-label{margin:0;font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}.t-body-large{font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem}.link{cursor:pointer;--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity));text-decoration-line:none}.link:active,.link:visited{text-decoration-line:none}.link:focus{text-decoration-line:none}.link-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.link-red-500{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}.link-neutral-500{--tw-text-opacity: 1;color:rgba(115,115,115,var(--tw-text-opacity))}.link-neutral-600{--tw-text-opacity: 1;color:rgba(82,82,82,var(--tw-text-opacity))}.link-neutral-800{--tw-text-opacity: 1;color:rgba(38,38,38,var(--tw-text-opacity))}#_tooltip-root_1vjh0_1{position:relative}._overlay_1vjh0_5{position:absolute;overflow:hidden;display:block;visibility:visible;background-color:var(--ms-color-white);border:1px solid #e0e0e0;box-sizing:border-box;box-shadow:0 2px 2px #0003;border-radius:8px}._overlay_1vjh0_5.rc-tooltip-hidden{display:none}._padding_big_1vjh0_21{padding:14px 22px}._padding_small_1vjh0_25{padding:5px 8px}._padding_none_1vjh0_29{padding:0}button:not(\#):where(._button_1lfhd_3){background:none;border-width:0;padding:0;font:inherit;letter-spacing:inherit}._button_1qls9_1{--ms-btn-font: 500 .875rem/1.25rem var(--ms-font-family);--ms-btn-transition-duration: .25s;--ms-btn-transition-timing-function: ease;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;cursor:pointer;outline:none;-webkit-text-decoration:none;text-decoration:none;box-sizing:border-box;font:var(--ms-btn-font);transition-property:color,background-color,border-color;transition-duration:var(--ms-btn-transition-duration);transition-timing-function:var(--ms-btn-transition-timing-function)}._button_1qls9_1:hover,._button_1qls9_1:active,._button_1qls9_1:visited,._button_1qls9_1:focus{-webkit-text-decoration:none;text-decoration:none}._button_1qls9_1:focus{outline-style:solid;outline-width:2px;outline-offset:1px}._size_big_1qls9_40{--ms-btn-big-padding-x: 12px;--ms-btn-big-padding-y: 9px;--ms-btn-big-padding-icon: 9px;padding:var(--ms-btn-big-padding-y) var(--ms-btn-big-padding-x)}._size_big_1qls9_40._onlyIcon_1qls9_48{padding:var(--ms-btn-big-padding-icon)}._size_small_1qls9_52{--ms-btn-small-padding-x: 8px;--ms-btn-small-padding-y: 1px;--ms-btn-small-padding-icon: 1px;padding:var(--ms-btn-small-padding-y) var(--ms-btn-small-padding-x)}._size_small_1qls9_52._onlyIcon_1qls9_48{padding:var(--ms-btn-small-padding-icon)}._disabled_1qls9_65{pointer-events:none}._fitToWidth_1qls9_70{width:100%}._icon_1qls9_75{display:flex;margin-right:6px}._onlyIcon_1qls9_48 ._icon_1qls9_75{margin-right:0}._icon_1qls9_75>svg{width:20px;height:20px}._icon_1qls9_75>svg path{transition:fill var(--ms-btn-transition-duration) var(--ms-btn-transition-timing-function)}._style_primary_1qls9_95{border-width:1px;--tw-border-opacity: 1;border-color:rgba(29,78,216,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(29,78,216,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity));outline-color:#1d4ed8}._style_primary_1qls9_95:hover,._style_primary_1qls9_95:focus{--tw-border-opacity: 1;border-color:rgba(37,99,235,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}._style_primary_1qls9_95._disabled_1qls9_65{--tw-border-opacity: 1;border-color:rgba(156,163,175,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}._style_secondary_1qls9_108{border-width:1px;--tw-border-opacity: 1;border-color:rgba(37,99,235,var(--tw-border-opacity));background-color:transparent;--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity));outline-color:#1d4ed8}._style_secondary_1qls9_108:hover,._style_secondary_1qls9_108:focus{--tw-border-opacity: 1;border-color:rgba(37,99,235,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(37,99,235,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}._style_secondary_1qls9_108._disabled_1qls9_65{--tw-border-opacity: 1;border-color:rgba(156,163,175,var(--tw-border-opacity));--tw-text-opacity: 1;color:rgba(156,163,175,var(--tw-text-opacity))}._style_danger_1qls9_121{border-width:1px;--tw-border-opacity: 1;border-color:rgba(239,68,68,var(--tw-border-opacity));background-color:transparent;--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity));outline-color:#1d4ed8}._style_danger_1qls9_121:hover,._style_danger_1qls9_121:focus{--tw-border-opacity: 1;border-color:rgba(239,68,68,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(239,68,68,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}._style_danger_1qls9_121._disabled_1qls9_65{--tw-border-opacity: 1;border-color:rgba(252,165,165,var(--tw-border-opacity));--tw-text-opacity: 1;color:rgba(252,165,165,var(--tw-text-opacity))}._button_1g61k_1{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;cursor:pointer}._color-blue_1g61k_9{color:var(--ms-color-blue-500)}._color-blue_1g61k_9:hover{color:var(--ms-color-blue-400)}._color-red_1g61k_17{color:var(--ms-color-red-600)}._color-red_1g61k_17:hover{color:var(--ms-color-red-500)}._size-xs_1g61k_25{width:16px;height:16px}._size-sm_1g61k_30{width:20px;height:20px}._size-md_1g61k_35{width:24px;height:24px}._alert_esoe9_1{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:1rem 1rem 1rem .75rem;border-radius:.25rem;border-left-width:4px;font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;--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);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored) }._icon_esoe9_8{height:1.25rem;width:1.25rem;flex-shrink:0}._severity_danger_esoe9_12{--tw-border-opacity: 1;border-color:rgba(239,68,68,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}._severity_danger_esoe9_12 ._icon_esoe9_8{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}._severity_danger_esoe9_12 ._content_esoe9_19{--tw-text-opacity: 1;color:rgba(185,28,28,var(--tw-text-opacity))}._severity_warning_esoe9_24{--tw-border-opacity: 1;border-color:rgba(249,115,22,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}._severity_warning_esoe9_24 ._icon_esoe9_8{--tw-text-opacity: 1;color:rgba(249,115,22,var(--tw-text-opacity))}._severity_warning_esoe9_24 ._content_esoe9_19{--tw-text-opacity: 1;color:rgba(194,65,12,var(--tw-text-opacity))}._badge_1349x_1{display:inline-block;border-radius:.25rem;padding:.25rem .5rem;font-family:var(--ms-font-family);font-size:.75rem;line-height:1rem;font-weight:500;--tw-bg-opacity: 1;background-color:rgba(229,229,229,var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgba(38,38,38,var(--tw-text-opacity))}._spinner_1d90f_1{border-radius:9999px;border-style:solid;--tw-border-opacity: 1;border-color:rgba(37,99,235,var(--tw-border-opacity));border-top-color:transparent}@keyframes _spin_1d90f_1{to{transform:rotate(360deg)}}._spinner_1d90f_1{animation:_spin_1d90f_1 1s linear infinite}._size_sm_1d90f_7{width:16px;height:16px;border-width:2px}._size_md_1d90f_13{width:24px;height:24px;border-width:3px}._size_lg_1d90f_19{width:32px;height:32px;border-width:4px}._size_xl_1d90f_25{width:48px;height:48px;border-width:5px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-right:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-toast-width: 390px}.Toastify__toast{padding:16px;border:none;border-radius:4px;border-left:4px solid;gap:12px;--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);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow);--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored)}.Toastify__toast-theme--colored.Toastify__toast--success{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.Toastify__toast-theme--colored.Toastify__toast--warning{--tw-border-opacity: 1;border-color:rgba(249,115,22,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.Toastify__toast-theme--colored.Toastify__toast--error{--tw-border-opacity: 1;border-color:rgba(239,68,68,var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.Toastify__toast-body{font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgba(64,64,64,var(--tw-text-opacity));padding:0}._panel_1gp4c_1{display:flex;flex-direction:row;align-items:center;gap:16px}._justify_center_1gp4c_8{justify-content:center}._justify_space-between_1gp4c_12{justify-content:space-between}._justify_left_1gp4c_16{justify-content:flex-start}._justify_right_1gp4c_20{justify-content:flex-end}._marginTop_none_1gp4c_24{margin-top:0}._marginTop_medium_1gp4c_28{margin-top:24px}._overlay_70qpg_1{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:var(--layout-desktop-content-min-width);background-color:#082254b3}._adaptiveOverlay_70qpg_15{min-width:auto}._container_70qpg_19{position:relative;z-index:1001;max-height:90%;display:flex;flex-direction:column;background-color:var(--ms-color-white);border-radius:8px;box-shadow:0 2px 2px #0003;padding:32px;overflow-wrap:anywhere}._appearance_huge_70qpg_32{width:800px}._appearance_big_70qpg_36{width:552px}._appearance_medium_70qpg_40{width:416px}._appearance_small_70qpg_44{width:384px;justify-content:center;align-items:center;text-align:center}._appearance_fit-content_70qpg_51{max-width:634px;max-height:634px}._appearance_adaptive_70qpg_56{width:552px}@media (max-width: 767.98px){._appearance_adaptive_70qpg_56{width:100%;height:100%;max-height:100%;padding:16px;border-radius:0}}._headerContainer_70qpg_70{ms-font-preset:body-2;color:var(--color-dark-blue-80);margin-bottom:20px}._subtitle_70qpg_76{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._body_70qpg_83{ms-font-preset:body-2;color:var(--color-dark-blue-80)}._overflow_vertical-scroll_70qpg_88{overflow-y:auto;overflow-x:hidden}._overflow_visible_70qpg_93{overflow:visible}._closeButton_70qpg_97{position:absolute;top:12px;right:12px}._title-alignment_left_70qpg_103{text-align:left}._title-alignment_center_70qpg_107{text-align:center}.visible{visibility:visible}.col-\[1_\/_span_1\]{grid-column:1 / span 1}.col-\[2_\/_span_1\]{grid-column:2 / span 1}.col-span-10{grid-column:span 10 / span 10}.col-span-2{grid-column:span 2 / span 2}.col-start-1{grid-column-start:1}.col-start-3{grid-column-start:3}.row-\[1\]{grid-row:1}.m-0{margin:0}.m-3{margin:.75rem}.m-\[7px\]{margin:7px}.my-4{margin-top:1rem;margin-bottom:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-full{height:100%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[320px\]{width:320px}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-3xl{max-width:48rem}.max-w-\[220px\]{max-width:220px}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!cursor-grabbing{cursor:grabbing!important}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.grid-flow-row{grid-auto-flow:row}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-x-8{column-gap:2rem}.gap-x-\[18px\]{column-gap:18px}.gap-y-1{row-gap:.25rem}.gap-y-4{row-gap:1rem}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.whitespace-break-spaces{white-space:break-spaces}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-0{border-left-width:0px}.border-l-4{border-left-width:4px}.border-r-0{border-right-width:0px}.border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgba(99,102,241,var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity: 1;border-color:rgba(249,115,22,var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity: 1;border-color:rgba(226,232,240,var(--tw-border-opacity))}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgba(253,230,138,var(--tw-bg-opacity))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(219,234,254,var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(191,219,254,var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(239,246,255,var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(30,64,175,var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(30,58,138,var(--tw-bg-opacity))}.bg-blue-950{--tw-bg-opacity: 1;background-color:rgba(23,37,84,var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-fuchsia-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(75,85,99,var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.bg-gray-950{--tw-bg-opacity: 1;background-color:rgba(3,7,18,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.bg-green-950{--tw-bg-opacity: 1;background-color:rgba(5,46,22,var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.bg-inherit{background-color:inherit}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgba(229,229,229,var(--tw-bg-opacity))}.bg-neutral-300{--tw-bg-opacity: 1;background-color:rgba(212,212,212,var(--tw-bg-opacity))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgba(163,163,163,var(--tw-bg-opacity))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-neutral-500{--tw-bg-opacity: 1;background-color:rgba(115,115,115,var(--tw-bg-opacity))}.bg-neutral-600{--tw-bg-opacity: 1;background-color:rgba(82,82,82,var(--tw-bg-opacity))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgba(64,64,64,var(--tw-bg-opacity))}.bg-neutral-800{--tw-bg-opacity: 1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgba(23,23,23,var(--tw-bg-opacity))}.bg-neutral-950{--tw-bg-opacity: 1;background-color:rgba(10,10,10,var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgba(255,237,213,var(--tw-bg-opacity))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgba(254,215,170,var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgba(253,186,116,var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgba(251,146,60,var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgba(249,115,22,var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgba(234,88,12,var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgba(194,65,12,var(--tw-bg-opacity))}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgba(154,52,18,var(--tw-bg-opacity))}.bg-orange-900{--tw-bg-opacity: 1;background-color:rgba(124,45,18,var(--tw-bg-opacity))}.bg-orange-950{--tw-bg-opacity: 1;background-color:rgba(67,20,7,var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(236,72,153,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,202,202,var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgba(252,165,165,var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgba(248,113,113,var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgba(254,242,242,var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.bg-red-500\/50{background-color:#ef444480}.bg-red-600{--tw-bg-opacity: 1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgba(153,27,27,var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgba(127,29,29,var(--tw-bg-opacity))}.bg-red-950{--tw-bg-opacity: 1;background-color:rgba(69,10,10,var(--tw-bg-opacity))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgba(226,232,240,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgba(254,249,195,var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgba(254,240,138,var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgba(253,224,71,var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgba(250,204,21,var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgba(254,252,232,var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgba(234,179,8,var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgba(202,138,4,var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgba(161,98,7,var(--tw-bg-opacity))}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgba(133,77,14,var(--tw-bg-opacity))}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgba(113,63,18,var(--tw-bg-opacity))}.bg-yellow-950{--tw-bg-opacity: 1;background-color:rgba(66,32,6,var(--tw-bg-opacity))}.object-cover{object-fit:cover}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-sans{font-family:var(--ms-font-family)}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[28px\]{font-size:28px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-lg\/6{font-size:1.125rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-\[0\.2px\]{letter-spacing:.2px}.tracking-widest{letter-spacing:.1em}.text-\[\#fafafa\]{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgba(219,234,254,var(--tw-text-opacity))}.text-blue-200{--tw-text-opacity: 1;color:rgba(191,219,254,var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity: 1;color:rgba(147,197,253,var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgba(96,165,250,var(--tw-text-opacity))}.text-blue-50{--tw-text-opacity: 1;color:rgba(239,246,255,var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgba(59,130,246,var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgba(29,78,216,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgba(30,64,175,var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgba(30,58,138,var(--tw-text-opacity))}.text-blue-900\/50{color:#1e3a8a80}.text-blue-950{--tw-text-opacity: 1;color:rgba(23,37,84,var(--tw-text-opacity))}.text-current{color:currentColor}.text-gray-100{--tw-text-opacity: 1;color:rgba(243,244,246,var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgba(229,231,235,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgba(209,213,219,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgba(249,250,251,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgba(31,41,55,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-gray-950{--tw-text-opacity: 1;color:rgba(3,7,18,var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.text-green-950{--tw-text-opacity: 1;color:rgba(5,46,22,var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgba(99,102,241,var(--tw-text-opacity))}.text-inherit{color:inherit}.text-neutral-100{--tw-text-opacity: 1;color:rgba(245,245,245,var(--tw-text-opacity))}.text-neutral-200{--tw-text-opacity: 1;color:rgba(229,229,229,var(--tw-text-opacity))}.text-neutral-300{--tw-text-opacity: 1;color:rgba(212,212,212,var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity: 1;color:rgba(163,163,163,var(--tw-text-opacity))}.text-neutral-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgba(115,115,115,var(--tw-text-opacity))}.text-neutral-600{--tw-text-opacity: 1;color:rgba(82,82,82,var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity: 1;color:rgba(64,64,64,var(--tw-text-opacity))}.text-neutral-800{--tw-text-opacity: 1;color:rgba(38,38,38,var(--tw-text-opacity))}.text-neutral-900{--tw-text-opacity: 1;color:rgba(23,23,23,var(--tw-text-opacity))}.text-neutral-950{--tw-text-opacity: 1;color:rgba(10,10,10,var(--tw-text-opacity))}.text-orange-100{--tw-text-opacity: 1;color:rgba(255,237,213,var(--tw-text-opacity))}.text-orange-200{--tw-text-opacity: 1;color:rgba(254,215,170,var(--tw-text-opacity))}.text-orange-300{--tw-text-opacity: 1;color:rgba(253,186,116,var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity: 1;color:rgba(251,146,60,var(--tw-text-opacity))}.text-orange-50{--tw-text-opacity: 1;color:rgba(255,247,237,var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgba(249,115,22,var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgba(234,88,12,var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgba(194,65,12,var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity: 1;color:rgba(154,52,18,var(--tw-text-opacity))}.text-orange-900{--tw-text-opacity: 1;color:rgba(124,45,18,var(--tw-text-opacity))}.text-orange-950{--tw-text-opacity: 1;color:rgba(67,20,7,var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgba(254,226,226,var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgba(254,202,202,var(--tw-text-opacity))}.text-red-300{--tw-text-opacity: 1;color:rgba(252,165,165,var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgba(248,113,113,var(--tw-text-opacity))}.text-red-50{--tw-text-opacity: 1;color:rgba(254,242,242,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgba(220,38,38,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgba(185,28,28,var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgba(153,27,27,var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgba(127,29,29,var(--tw-text-opacity))}.text-red-950{--tw-text-opacity: 1;color:rgba(69,10,10,var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity: 1;color:rgba(148,163,184,var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-yellow-100{--tw-text-opacity: 1;color:rgba(254,249,195,var(--tw-text-opacity))}.text-yellow-200{--tw-text-opacity: 1;color:rgba(254,240,138,var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity: 1;color:rgba(253,224,71,var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgba(250,204,21,var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity: 1;color:rgba(254,252,232,var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgba(234,179,8,var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgba(202,138,4,var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgba(161,98,7,var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgba(133,77,14,var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgba(113,63,18,var(--tw-text-opacity))}.text-yellow-950{--tw-text-opacity: 1;color:rgba(66,32,6,var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.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);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--tw-shadow)}.shadow-gray-300{--tw-shadow-color: #d1d5db;--tw-shadow: var(--tw-shadow-colored) }.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.no-wrap-with-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-vertical{writing-mode:vertical-rl;rotate:180deg}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{scrollbar-color:transparent;scrollbar-width:none}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(185,28,28,var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media not all and (min-width: 768px){.max-md\:w-16{width:4rem}}@media (min-width: 768px){.md\:w-32{width:8rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-lg\/6{font-size:1.125rem;line-height:1.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}@media not all and (min-width: 1280px){.md\:max-xl\:flex{display:flex}}}@media (min-width: 1024px){.lg\:w-48{width:12rem}}h1{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){h1{font-size:1.875rem;line-height:2.25rem}}h2{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){h2{font-size:1.5rem;line-height:2rem}}h3{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:1.125rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){h3{font-size:1.25rem;line-height:1.75rem}}h4{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}@media (min-width: 768px){h4{font-size:1.125rem;line-height:1.5rem}}h5{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}h6{color:rgb(55 65 81 / var(--tw-text-opacity));margin:0;font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgba(55,65,81,var(--tw-text-opacity))}:root{--ms-t-fw-bold:600}b,strong{font-weight:var(--ms-t-fw-bold)}a{color:rgb(37 99 235 / var(--tw-text-opacity));cursor:pointer;--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity));text-decoration-line:none}a:is(:active,:visited,:focus){text-decoration-line:none}a{cursor:pointer;--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity));text-decoration-line:none}a:active,a:visited{text-decoration-line:none}a:focus{text-decoration-line:none}a:hover{text-decoration-line:underline}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.t-body{font-family:var(--ms-font-family);font-size:.875rem;line-height:1.25rem}.t-caption{font-family:var(--ms-font-family);font-size:.75rem;line-height:1rem}.t-fw-bold{font-weight:var(--ms-t-fw-bold)}.link{color:rgb(37 99 235 / var(--tw-text-opacity));cursor:pointer;--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity));text-decoration-line:none}.link:is(:active,:visited,:focus){text-decoration-line:none}.link:hover{text-decoration-line:underline}.link-disabled{pointer-events:none}.link-neutral-500{color:rgb(115 115 115 / var(--tw-text-opacity));--tw-text-opacity: 1;color:rgba(115,115,115,var(--tw-text-opacity))}.link-neutral-600{color:rgb(82 82 82 / var(--tw-text-opacity));--tw-text-opacity: 1;color:rgba(82,82,82,var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.visible){visibility:visible}:is(#root,#portal-root,#tooltip-root) :is(.invisible){visibility:hidden}:is(#root,#portal-root,#tooltip-root) :is(.static){position:static}:is(#root,#portal-root,#tooltip-root) :is(.fixed){position:fixed}:is(#root,#portal-root,#tooltip-root) :is(.absolute){position:absolute}:is(#root,#portal-root,#tooltip-root) :is(.relative){position:relative}:is(#root,#portal-root,#tooltip-root) :is(.sticky){position:sticky}:is(#root,#portal-root,#tooltip-root) :is(.left-0){left:0}:is(#root,#portal-root,#tooltip-root) :is(.left-1\/2){left:50%}:is(#root,#portal-root,#tooltip-root) :is(.right-0){right:0}:is(#root,#portal-root,#tooltip-root) :is(.top-0){top:0}:is(#root,#portal-root,#tooltip-root) :is(.top-1\/2){top:50%}:is(#root,#portal-root,#tooltip-root) :is(.z-10){z-index:10}:is(#root,#portal-root,#tooltip-root) :is(.z-50){z-index:50}:is(#root,#portal-root,#tooltip-root) :is(.z-\[2000\]){z-index:2000}:is(#root,#portal-root,#tooltip-root) :is(.row-\[1\]){grid-row:1}:is(#root,#portal-root,#tooltip-root) :is(.row-\[2\]){grid-row:2}:is(#root,#portal-root,#tooltip-root) :is(.m-2){margin:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.m-auto){margin:auto}:is(#root,#portal-root,#tooltip-root) :is(.mx-2){margin-left:.5rem;margin-right:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mx-auto){margin-left:auto;margin-right:auto}:is(#root,#portal-root,#tooltip-root) :is(.my-0){margin-top:0;margin-bottom:0}:is(#root,#portal-root,#tooltip-root) :is(.my-4){margin-top:1rem;margin-bottom:1rem}:is(#root,#portal-root,#tooltip-root) :is(.my-6){margin-top:1.5rem;margin-bottom:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mb-0){margin-bottom:0}:is(#root,#portal-root,#tooltip-root) :is(.mb-1){margin-bottom:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.mb-2){margin-bottom:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mb-4){margin-bottom:1rem}:is(#root,#portal-root,#tooltip-root) :is(.mb-5){margin-bottom:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.mb-8){margin-bottom:2rem}:is(#root,#portal-root,#tooltip-root) :is(.ml-2){margin-left:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.ml-4){margin-left:1rem}:is(#root,#portal-root,#tooltip-root) :is(.mr-1){margin-right:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.mr-4){margin-right:1rem}:is(#root,#portal-root,#tooltip-root) :is(.mr-5){margin-right:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.mr-6){margin-right:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-1){margin-top:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-2){margin-top:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-3){margin-top:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-4){margin-top:1rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-6){margin-top:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-8){margin-top:2rem}:is(#root,#portal-root,#tooltip-root) :is(.mt-\[6px\]){margin-top:6px}:is(#root,#portal-root,#tooltip-root) :is(.line-clamp-2){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}:is(#root,#portal-root,#tooltip-root) :is(.block){display:block}:is(#root,#portal-root,#tooltip-root) :is(.inline-block){display:inline-block}:is(#root,#portal-root,#tooltip-root) :is(.flex){display:flex}:is(#root,#portal-root,#tooltip-root) :is(.inline-flex){display:inline-flex}:is(#root,#portal-root,#tooltip-root) :is(.table){display:table}:is(#root,#portal-root,#tooltip-root) :is(.grid){display:grid}:is(#root,#portal-root,#tooltip-root) :is(.hidden){display:none}:is(#root,#portal-root,#tooltip-root) :is(.h-10){height:2.5rem}:is(#root,#portal-root,#tooltip-root) :is(.h-4){height:1rem}:is(#root,#portal-root,#tooltip-root) :is(.h-5){height:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.h-6){height:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.h-8){height:2rem}:is(#root,#portal-root,#tooltip-root) :is(.h-80){height:20rem}:is(#root,#portal-root,#tooltip-root) :is(.h-9){height:2.25rem}:is(#root,#portal-root,#tooltip-root) :is(.h-\[56px\]){height:56px}:is(#root,#portal-root,#tooltip-root) :is(.h-\[calc\(100vh-136px\)\]){height:calc(100vh - 136px)}:is(#root,#portal-root,#tooltip-root) :is(.h-px){height:1px}:is(#root,#portal-root,#tooltip-root) :is(.max-h-\[404px\]){max-height:404px}:is(#root,#portal-root,#tooltip-root) :is(.min-h-full){min-height:100%}:is(#root,#portal-root,#tooltip-root) :is(.w-4){width:1rem}:is(#root,#portal-root,#tooltip-root) :is(.w-48){width:12rem}:is(#root,#portal-root,#tooltip-root) :is(.w-5){width:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.w-6){width:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.w-72){width:18rem}:is(#root,#portal-root,#tooltip-root) :is(.w-\[290px\]){width:290px}:is(#root,#portal-root,#tooltip-root) :is(.w-\[360px\]){width:360px}:is(#root,#portal-root,#tooltip-root) :is(.w-\[420px\]){width:420px}:is(#root,#portal-root,#tooltip-root) :is(.w-\[50px\]){width:50px}:is(#root,#portal-root,#tooltip-root) :is(.w-full){width:100%}:is(#root,#portal-root,#tooltip-root) :is(.w-max){width:max-content}:is(#root,#portal-root,#tooltip-root) :is(.min-w-full){min-width:100%}:is(#root,#portal-root,#tooltip-root) :is(.max-w-\[140px\]){max-width:140px}:is(#root,#portal-root,#tooltip-root) :is(.flex-1){flex:1 1 0%}:is(#root,#portal-root,#tooltip-root) :is(.shrink-0){flex-shrink:0}:is(#root,#portal-root,#tooltip-root) :is(.-translate-x-1\/2){--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.-translate-y-1\/2){--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.translate-x-\[-50\%\]){--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.translate-y-\[-150\%\]){--tw-translate-y:-150%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.-rotate-90){--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.rotate-180){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(#root,#portal-root,#tooltip-root) :is(.resize){resize:both}:is(#root,#portal-root,#tooltip-root) :is(.list-none){list-style-type:none}:is(#root,#portal-root,#tooltip-root) :is(.grid-cols-4){grid-template-columns:repeat(4,minmax(0,1fr))}:is(#root,#portal-root,#tooltip-root) :is(.grid-cols-5){grid-template-columns:repeat(5,minmax(0,1fr))}:is(#root,#portal-root,#tooltip-root) :is(.flex-row){flex-direction:row}:is(#root,#portal-root,#tooltip-root) :is(.flex-col){flex-direction:column}:is(#root,#portal-root,#tooltip-root) :is(.items-center){align-items:center}:is(#root,#portal-root,#tooltip-root) :is(.justify-center){justify-content:center}:is(#root,#portal-root,#tooltip-root) :is(.justify-between){justify-content:space-between}:is(#root,#portal-root,#tooltip-root) :is(.gap-1){gap:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-1\.5){gap:.375rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-2){gap:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-3){gap:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-4){gap:1rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-6){gap:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-8){gap:2rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-\[6px\]){gap:6px}:is(#root,#portal-root,#tooltip-root) :is(.gap-x-1){column-gap:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-x-4){column-gap:1rem}:is(#root,#portal-root,#tooltip-root) :is(.gap-y-1){row-gap:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}:is(#root,#portal-root,#tooltip-root) :is(.divide-y>:not([hidden])~:not([hidden])){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}:is(#root,#portal-root,#tooltip-root) :is(.divide-gray-200>:not([hidden])~:not([hidden])){--tw-divide-opacity:1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.self-center){align-self:center}:is(#root,#portal-root,#tooltip-root) :is(.overflow-hidden){overflow:hidden}:is(#root,#portal-root,#tooltip-root) :is(.truncate){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:is(#root,#portal-root,#tooltip-root) :is(.text-ellipsis){text-overflow:ellipsis}:is(#root,#portal-root,#tooltip-root) :is(.whitespace-nowrap){white-space:nowrap}:is(#root,#portal-root,#tooltip-root) :is(.rounded){border-radius:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-3xl){border-radius:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-lg){border-radius:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-md){border-radius:.375rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-sm){border-radius:.125rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-xl){border-radius:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-l-md){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-r-md){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}:is(#root,#portal-root,#tooltip-root) :is(.rounded-t-xl){border-top-left-radius:.75rem;border-top-right-radius:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.border){border-width:1px}:is(#root,#portal-root,#tooltip-root) :is(.border-b-2){border-bottom-width:2px}:is(#root,#portal-root,#tooltip-root) :is(.border-l-0){border-left-width:0px}:is(#root,#portal-root,#tooltip-root) :is(.border-t){border-top-width:1px}:is(#root,#portal-root,#tooltip-root) :is(.border-gray-200){--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.border-gray-300){--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.border-slate-500){--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.border-slate-900){--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-gray-200){--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-indigo-100){--tw-bg-opacity:1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-orange-200){--tw-bg-opacity:1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-slate-100){--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-slate-400){--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-slate-50){--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-slate-900){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.bg-transparent){background-color:transparent}:is(#root,#portal-root,#tooltip-root) :is(.bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.fill-blue-500){fill:#3b82f6}:is(#root,#portal-root,#tooltip-root) :is(.fill-green-500){fill:#22c55e}:is(#root,#portal-root,#tooltip-root) :is(.fill-indigo-200){fill:#c7d2fe}:is(#root,#portal-root,#tooltip-root) :is(.fill-orange-400){fill:#fb923c}:is(#root,#portal-root,#tooltip-root) :is(.fill-red-500){fill:#ef4444}:is(#root,#portal-root,#tooltip-root) :is(.fill-slate-400){fill:#94a3b8}:is(#root,#portal-root,#tooltip-root) :is(.fill-slate-500){fill:#64748b}:is(#root,#portal-root,#tooltip-root) :is(.fill-slate-900){fill:#0f172a}:is(#root,#portal-root,#tooltip-root) :is(.stroke-current){stroke:currentColor}:is(#root,#portal-root,#tooltip-root) :is(.p-1){padding:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.p-2){padding:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.p-3){padding:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.p-\[6px\]){padding:6px}:is(#root,#portal-root,#tooltip-root) :is(.px-1){padding-left:.25rem;padding-right:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.px-2){padding-left:.5rem;padding-right:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.px-3){padding-left:.75rem;padding-right:.75rem}:is(#root,#portal-root,#tooltip-root) :is(.px-4){padding-left:1rem;padding-right:1rem}:is(#root,#portal-root,#tooltip-root) :is(.px-6){padding-left:1.5rem;padding-right:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.px-8){padding-left:2rem;padding-right:2rem}:is(#root,#portal-root,#tooltip-root) :is(.py-0){padding-top:0;padding-bottom:0}:is(#root,#portal-root,#tooltip-root) :is(.py-0\.5){padding-top:.125rem;padding-bottom:.125rem}:is(#root,#portal-root,#tooltip-root) :is(.py-1){padding-top:.25rem;padding-bottom:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.py-1\.5){padding-top:.375rem;padding-bottom:.375rem}:is(#root,#portal-root,#tooltip-root) :is(.py-2){padding-top:.5rem;padding-bottom:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.py-5){padding-top:1.25rem;padding-bottom:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.py-6){padding-top:1.5rem;padding-bottom:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.pb-4){padding-bottom:1rem}:is(#root,#portal-root,#tooltip-root) :is(.pl-0){padding-left:0}:is(#root,#portal-root,#tooltip-root) :is(.pl-2){padding-left:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.pl-6){padding-left:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.pr-1){padding-right:.25rem}:is(#root,#portal-root,#tooltip-root) :is(.pt-2){padding-top:.5rem}:is(#root,#portal-root,#tooltip-root) :is(.pt-4){padding-top:1rem}:is(#root,#portal-root,#tooltip-root) :is(.pt-\[60px\]){padding-top:60px}:is(#root,#portal-root,#tooltip-root) :is(.pt-\[6px\]){padding-top:6px}:is(#root,#portal-root,#tooltip-root) :is(.text-left){text-align:left}:is(#root,#portal-root,#tooltip-root) :is(.text-center){text-align:center}:is(#root,#portal-root,#tooltip-root) :is(.text-start){text-align:start}:is(#root,#portal-root,#tooltip-root) :is(.align-top){vertical-align:top}:is(#root,#portal-root,#tooltip-root) :is(.text-\[10px\]){font-size:10px}:is(#root,#portal-root,#tooltip-root) :is(.text-base){font-size:1rem;line-height:1.5rem}:is(#root,#portal-root,#tooltip-root) :is(.text-sm){font-size:.875rem;line-height:1.25rem}:is(#root,#portal-root,#tooltip-root) :is(.text-xs){font-size:.75rem;line-height:1rem}:is(#root,#portal-root,#tooltip-root) :is(.font-medium){font-weight:500}:is(#root,#portal-root,#tooltip-root) :is(.font-normal){font-weight:400}:is(#root,#portal-root,#tooltip-root) :is(.font-semibold){font-weight:600}:is(#root,#portal-root,#tooltip-root) :is(.uppercase){text-transform:uppercase}:is(#root,#portal-root,#tooltip-root) :is(.capitalize){text-transform:capitalize}:is(#root,#portal-root,#tooltip-root) :is(.text-black){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-blue-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-blue-600){--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-blue-700){--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-blue-950){--tw-text-opacity:1;color:rgb(23 37 84 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-500){--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-600){--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-700){--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-700\/\[\.64\]){color:#374151a3}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-800){--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-gray-900){--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-green-500){--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-neutral-400){--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-neutral-950){--tw-text-opacity:1;color:rgb(10 10 10 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-orange-500){--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-red-500){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-slate-400){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-slate-500){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-slate-900){--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.text-white){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.underline-offset-4){text-underline-offset:4px}:is(#root,#portal-root,#tooltip-root) :is(.opacity-50){opacity:.5}:is(#root,#portal-root,#tooltip-root) :is(.shadow){--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}:is(#root,#portal-root,#tooltip-root) :is(.shadow-md){--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}:is(#root,#portal-root,#tooltip-root) :is(.shadow-xl){--tw-shadow:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}:is(#root,#portal-root,#tooltip-root) :is(.shadow-gray-300){--tw-shadow-color:#d1d5db;--tw-shadow:var(--tw-shadow-colored)}:is(#root,#portal-root,#tooltip-root) :is(.outline-none){outline:2px solid transparent;outline-offset:2px}:is(#root,#portal-root,#tooltip-root) :is(.outline){outline-style:solid}:is(#root,#portal-root,#tooltip-root) :is(.filter){filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:is(#root,#portal-root,#tooltip-root) :is(.transition){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(#root,#portal-root,#tooltip-root) :is(.transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(#root,#portal-root,#tooltip-root) :is(.transition-colors){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(#root,#portal-root,#tooltip-root) :is(.transition-transform){transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:is(#root,#portal-root,#tooltip-root) :is(.hover\:bg-gray-100:hover){--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.hover\:text-gray-600:hover){--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.hover\:underline:hover){text-decoration-line:underline}:is(#root,#portal-root,#tooltip-root) :is(.focus\:outline-none:focus){outline:2px solid transparent;outline-offset:2px}:is(#root,#portal-root,#tooltip-root) :is(.focus\:ring-2:focus){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}:is(#root,#portal-root,#tooltip-root) :is(.focus\:ring-blue-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity))}:is(#root,#portal-root,#tooltip-root) :is(.focus-visible\:ring-\[3px\]:focus-visible){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}:is(#root,#portal-root,#tooltip-root) :is(.disabled\:pointer-events-none:disabled){pointer-events:none}:is(#root,#portal-root,#tooltip-root) :is(.disabled\:opacity-50:disabled){opacity:.5}@media not all and (min-width: 768px){:is(#root,#portal-root,#tooltip-root) :is(.max-md\:mb-5){margin-bottom:1.25rem}}@media (min-width: 640px){:is(#root,#portal-root,#tooltip-root) :is(.sm\:w-full){width:100%}}@media (min-width: 768px){:is(#root,#portal-root,#tooltip-root) :is(.md\:max-w-\[200px\]){max-width:200px}}*{scrollbar-color:var(--ms-color-neutral-300) var(--ms-color-white);scrollbar-width:thin}*::-webkit-scrollbar-track{background-color:var(--ms-color-white)}*::-webkit-scrollbar{width:5px;height:5px;background-color:var(--ms-color-white)}*::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--ms-color-neutral-300)}.heavy{scrollbar-color:var(--ms-color-gray-400) var(--ms-color-white);scrollbar-width:thin}.heavy::-webkit-scrollbar-track{background-color:var(--ms-color-white)}.heavy::-webkit-scrollbar{width:9px;height:9px;background-color:var(--ms-color-white)}.heavy::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--ms-color-gray-400)}
