:root{--toastify-color-success: #10b981;--toastify-color-error: #f43f5e;--toastify-color-warning: #f59e0b;--toastify-color-info: #6366f1;--shadow-modern: 0 8px 32px -4px rgba(0, 0, 0, .05), 0 4px 16px -2px rgba(0, 0, 0, .08);--primary-color: #FF7A35;--secondary-color: #FF965E;--background-color: #FFF8F3;--text-color: #1e293b;--border-subtle: rgba(15, 23, 42, .08)}.Toastify__toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;align-items:flex-end;z-index:9999}.notification{position:relative;display:flex;align-items:center;width:360px;padding:12px;margin-bottom:8px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;overflow:hidden;transform-origin:right center;transition:all .2s ease;border:none}.notification.show{opacity:1;animation:slideInFromRight .3s ease-out forwards}.notification.hide{opacity:0;animation:slideOutToRight .3s ease-in forwards}@keyframes slideInFromRight{0%{transform:translate(100%) scale(.95);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%) scale(.95);opacity:0}}.notification-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon{width:16px;height:16px;stroke-width:2}.notification-content{flex:1;margin-right:12px}.notification-message{margin:0;font-size:14px;line-height:1.5}.notification-close{background:none;border:none;padding:6px;cursor:pointer;color:#64748b;opacity:.6;transition:all .2s ease;border-radius:6px}.notification-close:hover{opacity:1;background:#94a3b81a;transform:scale(1.1)}.notification-progress{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#f1f5f9}.notification-progress-bar{height:100%;background:currentColor;opacity:.8;transition:width .1s linear;border-radius:inherit}.notification.success{background:#fff;color:#16a34a}.notification.success .notification-icon-wrapper{background:#dcfce7;border-radius:50%;padding:6px;margin-right:12px}.notification.error{background:#fff;color:#dc2626}.notification.error .notification-icon-wrapper{background:#fee2e2;border-radius:50%;padding:6px;margin-right:12px}.notification.warning{background:#fff;color:#ca8a04}.notification.warning .notification-icon-wrapper{background:#fef3c7;border-radius:50%;padding:6px;margin-right:12px}.notification.info{background:#fff;color:#2563eb}.notification.info .notification-icon-wrapper{background:#dbeafe;border-radius:50%;padding:6px;margin-right:12px}.notification-content{flex-grow:1;display:flex;flex-direction:column}.notification-message{font-size:14px;line-height:1.4;color:#1f2937;font-weight:500;margin:0}.notification{transition:transform .2s ease,box-shadow .2s ease}.notification:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.notification.success .notification-progress-bar{background-color:var(--toastify-color-success)}.notification.error .notification-progress-bar{background-color:var(--toastify-color-error)}.notification.warning .notification-progress-bar{background-color:var(--toastify-color-warning)}.notification.info .notification-progress-bar{background-color:var(--toastify-color-info)}@keyframes fadeIn{0%{opacity:0;transform:translate(100%) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%) scale(.9)}}:root{--accessibility-font-size: 1rem;--accessibility-button-size: 1rem;--accessibility-spacing: 1rem;--accessibility-animation-duration: .3s;--accessibility-color-filter: none;--theme-bg: #ffffff;--theme-text: #212529;--theme-accent: #FF6B2C;--theme-secondary: #FF7A35;--theme-surface: #f8f9fa;--theme-border: #e2e8f0}.accessibility-font-small,.accessibility-font-small *{font-size:.875rem!important;line-height:1.4!important}.accessibility-font-normal,.accessibility-font-normal *{font-size:1rem!important;line-height:1.5!important}.accessibility-font-large,.accessibility-font-large *{font-size:1.125rem!important;line-height:1.6!important}.accessibility-font-extra-large,.accessibility-font-extra-large *{font-size:1.25rem!important;line-height:1.7!important}.accessibility-font-small h1,.accessibility-font-small h2,.accessibility-font-small h3{font-size:1.1rem!important}.accessibility-font-large h1,.accessibility-font-large h2,.accessibility-font-large h3{font-size:1.4rem!important}.accessibility-font-extra-large h1,.accessibility-font-extra-large h2,.accessibility-font-extra-large h3{font-size:1.6rem!important}.theme-light{--theme-bg: #ffffff;--theme-text: #212529;--theme-accent: #FF6B2C;--theme-secondary: #FF7A35;--theme-surface: #f8f9fa;--theme-border: #e2e8f0;background-color:var(--theme-bg);color:var(--theme-text)}.theme-dark{--theme-bg: #1a1a1a;--theme-text: #ffffff;--theme-accent: #FF7A35;--theme-secondary: #FF8A55;--theme-surface: #2d2d2d;--theme-border: #404040}.theme-high-contrast{--theme-bg: #000000;--theme-text: #ffffff;--theme-accent: #FFD700;--theme-secondary: #FFA500;--theme-surface: #111111;--theme-border: #555555}.theme-dark .bg-white,.theme-dark .bg-gray-50,.theme-dark .bg-gray-100{background-color:#2d2d2d!important}.theme-dark .bg-gray-200,.theme-dark .bg-gray-300{background-color:#3a3a3a!important}.theme-dark .bg-gray-400,.theme-dark .bg-gray-500{background-color:#4a4a4a!important}.theme-dark .text-gray-400,.theme-dark .text-gray-500,.theme-dark .text-gray-600,.theme-dark .text-gray-700,.theme-dark .text-gray-800,.theme-dark .text-black{color:#ccc!important}.theme-dark .border-gray-200,.theme-dark .border-gray-300{border-color:#404040!important}.theme-dark .MuiPaper-root,.theme-dark .MuiTab-root{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .MuiTab-root:hover{background-color:#3a3a3a!important;color:#fff!important}.theme-dark .MuiTab-root.Mui-selected{background-color:#4a4a4a!important;color:#ff7a35!important}.theme-dark .MuiTabs-root{background-color:#2d2d2d!important}.theme-dark .MuiTabs-indicator{background-color:#ff7a35!important}.theme-dark .MuiTabs-flexContainer{border-bottom-color:#404040!important}.theme-dark .MuiSelect-select,.theme-dark .MuiInputBase-input{background-color:#3a3a3a!important;color:#ccc!important}.theme-dark .MuiMenu-paper{background-color:#2d2d2d!important;border:1px solid #404040!important}.theme-dark .MuiAccordion-root{background-color:#2d2d2d!important;border:1px solid #404040!important}.theme-dark .MuiChip-root{background-color:#4a4a4a!important;color:#ccc!important}.theme-high-contrast .bg-white,.theme-high-contrast .bg-gray-50,.theme-high-contrast .bg-gray-100{background-color:#111!important;border:2px solid #555555!important}.theme-high-contrast .bg-gray-200,.theme-high-contrast .bg-gray-300{background-color:#1a1a1a!important;border:2px solid #555555!important}.theme-high-contrast .text-gray-400,.theme-high-contrast .text-gray-500,.theme-high-contrast .text-gray-600,.theme-high-contrast .text-gray-700,.theme-high-contrast .text-gray-800,.theme-high-contrast .text-black{color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiTab-root{background-color:#111!important;color:#fff!important;border:2px solid #555555!important;font-weight:700!important}.theme-high-contrast .MuiTab-root:hover{background-color:#1a1a1a!important;color:gold!important;border-color:#777!important}.theme-high-contrast .MuiTab-root.Mui-selected{background-color:#2a2a2a!important;color:gold!important;border-color:gold!important}.theme-high-contrast .MuiTabs-root{background-color:#111!important;border:2px solid #555555!important}.theme-high-contrast .MuiTabs-indicator{background-color:gold!important;height:4px!important}.theme-high-contrast .MuiTabs-flexContainer{border-bottom:3px solid #555555!important}.theme-high-contrast .MuiSelect-select,.theme-high-contrast .MuiInputBase-input{background-color:#1a1a1a!important;color:#fff!important;border:2px solid #555555!important}.theme-high-contrast .MuiMenu-paper{background-color:#111!important;border:2px solid #555555!important}.theme-dark .bg-\[#FFF8F3\],.theme-dark [class*="bg-[#FFF8F3]"]{background-color:#3a3a3a!important}.theme-dark .bg-\[#FFE4BA\],.theme-dark [class*="bg-[#FFE4BA]"]{background-color:#4a4a4a!important}.theme-dark .bg-\[#FF6B2C\],.theme-dark [class*="bg-[#FF6B2C]"]{background-color:#ff7a35!important}.theme-high-contrast .bg-\[#FFF8F3\],.theme-high-contrast [class*="bg-[#FFF8F3]"]{background-color:#1a1a1a!important;border:2px solid #555555!important}.theme-high-contrast .bg-\[#FF6B2C\],.theme-high-contrast [class*="bg-[#FF6B2C]"]{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important}.accessibility-buttons-small button,.accessibility-buttons-small .MuiButton-root{font-size:.75rem!important;padding:4px 8px!important;min-width:48px!important;min-height:32px!important}.accessibility-buttons-normal button,.accessibility-buttons-normal .MuiButton-root{font-size:1rem!important;padding:8px 16px!important;min-width:64px!important;min-height:40px!important}.accessibility-buttons-large button,.accessibility-buttons-large .MuiButton-root{font-size:1.25rem!important;padding:12px 24px!important;min-width:80px!important;min-height:48px!important}.accessibility-buttons-extra-large button,.accessibility-buttons-extra-large .MuiButton-root{font-size:1.5rem!important;padding:16px 32px!important;min-width:96px!important;min-height:56px!important}.accessibility-reduce-motion *,.accessibility-reduce-motion *:before,.accessibility-reduce-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.accessibility-reduce-motion [data-framer-component-type]{transform:none!important;animation:none!important;transition:none!important}[role=menu],[role=listbox],.MuiPopover-root,.MuiMenu-root,.MuiSelect-popper,.MuiAutocomplete-popper,.MuiMenu-paper{filter:none!important}.accessibility-enhanced-focus *:focus,.accessibility-enhanced-focus *:focus-visible{outline:3px solid #FFD700!important;outline-offset:2px!important;box-shadow:0 0 0 5px #ffd7004d!important;background-color:#ffd7001a!important;border-radius:4px!important;z-index:9999!important;position:relative!important}.accessibility-enhanced-focus button:focus,.accessibility-enhanced-focus .MuiButton-root:focus{transform:scale(1.05)!important;font-weight:700!important}.accessibility-enhanced-focus a:focus{text-decoration:underline!important;text-decoration-thickness:3px!important}.theme-dark .border-gray-200{border-color:#404040!important}.theme-dark .bg-gray-50{background-color:#1e1e1e!important}.theme-dark .bg-gray-100{background-color:#2d2d2d!important}.theme-dark .border-gray-300{border-color:#404040!important}.theme-dark .divide-gray-200>:not([hidden])~:not([hidden]){border-color:#404040!important}.theme-dark .text-gray-800{color:#f0f0f0!important}.theme-dark .text-gray-900{color:#fff!important}.theme-dark .text-gray-500{color:#b0b0b0!important}.theme-dark .bg-green-100{background-color:#1a4d1a!important;color:#90ee90!important}.theme-dark .text-green-800{color:#90ee90!important}.theme-dark .bg-blue-100{background-color:#1a1a4d!important;color:#87ceeb!important}.theme-dark .text-blue-800{color:#87ceeb!important}.theme-dark .bg-yellow-100{background-color:#4d4d1a!important;color:#ff9!important}.theme-dark .text-yellow-800{color:#ff9!important}.theme-dark .bg-gray-200{background-color:#404040!important;color:#ccc!important}.theme-dark .hover\:bg-gray-300:hover{background-color:#505050!important}.theme-dark .ring-gray-300{--tw-ring-color: #404040 !important;box-shadow:0 0 0 3px #40404080!important}.theme-dark .focus\:ring-indigo-500:focus{--tw-ring-color: #FF6B2C !important;box-shadow:0 0 0 3px #ff6b2c80!important}.theme-dark .focus\:border-indigo-500:focus{border-color:#ff6b2c!important}.theme-dark .shadow-sm{box-shadow:0 1px 2px #0000004d!important}.theme-dark .shadow{box-shadow:0 1px 3px #0006,0 1px 2px #0000004d!important}.theme-dark .bg-black{background-color:#000!important}.theme-dark .bg-opacity-50{background-color:#000000b3!important}.theme-dark .hover\:text-\[#FF6B2C\]:hover,.theme-dark .text-indigo-600{color:#ff6b2c!important}.theme-dark .hover\:text-indigo-500:hover{color:#ff7a35!important}.theme-dark .MuiPaper-root,.theme-dark .MuiCard-root{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .MuiCardContent-root{background-color:transparent!important;color:#ccc!important}.theme-dark .MuiDivider-root{background-color:#404040!important}.theme-dark .MuiChip-root,.theme-dark .MuiAvatar-root{background-color:#404040!important;color:#ccc!important}.theme-high-contrast .bg-white{background-color:#000!important;color:#fff!important}.theme-high-contrast .text-gray-600,.theme-high-contrast .text-gray-700,.theme-high-contrast .text-gray-800,.theme-high-contrast .text-gray-900{color:#fff!important}.theme-high-contrast .border-gray-200,.theme-high-contrast .border-gray-300{border-color:#fff!important}.theme-high-contrast .bg-gray-50,.theme-high-contrast .bg-gray-100,.theme-high-contrast .bg-gray-200{background-color:#000!important;color:#fff!important}.theme-dark nav{background-color:#1e1e1e!important;border-bottom:1px solid #404040!important}.theme-dark .bg-transparent{background-color:#1e1e1ef2!important;backdrop-filter:blur(10px)!important}.theme-dark .fixed.bg-white.rounded-md.shadow-lg{background-color:#2d2d2d!important;border:1px solid #404040!important;color:#ccc!important}.theme-dark .border-gray-100{border-color:#404040!important}.theme-dark .bg-blue-50{background-color:#1a1a4d!important;color:#87ceeb!important}.theme-dark .hover\:bg-gray-50:hover{background-color:#3d3d3d!important}.theme-dark .bg-blue-500{background-color:#4169e1!important}.theme-dark .hover\:bg-red-100:hover{background-color:#4d1a1a!important}.theme-dark .bg-\[#FF7A35\]{background-color:#ff7a35!important;color:#fff!important}.theme-dark .hover\:bg-\[#e55a20\]:hover{background-color:#e55a20!important}.theme-dark .bg-\[#FF6B2C\]{background-color:#ff6b2c!important;color:#fff!important}.theme-dark .hover\:bg-\[#FF7A35\]:hover{background-color:#ff7a35!important}.theme-dark .bg-blue-600{background-color:#1e40af!important}.theme-dark .hover\:bg-blue-700:hover{background-color:#1d4ed8!important}.theme-dark .bg-red-600{background-color:#dc2626!important}.theme-dark .hover\:bg-red-700:hover{background-color:#b91c1c!important}.theme-dark .text-gray-600{color:#ccc!important}.theme-dark .hover\:text-gray-900:hover{color:#fff!important}.theme-dark .text-gray-700{color:#e0e0e0!important}.theme-dark .w-48.bg-white.rounded-md.shadow-lg{background-color:#2d2d2d!important;border:1px solid #404040!important}.theme-dark .hover\:bg-blue-100:hover{background-color:#1a1a4d!important;color:#87ceeb!important}.theme-dark .hover\:bg-orange-100:hover{background-color:#4d2d1a!important;color:orange!important}.theme-dark .bg-black\/50{background-color:#000c!important}.theme-dark .max-w-\[300px\].bg-white{background-color:#1e1e1e!important;color:#ccc!important}.theme-dark .hover\:bg-gray-100:hover{background-color:#3d3d3d!important}.theme-dark .border-\[#FF6B2C\]{border-color:#ff6b2c!important}.theme-dark .text-\[#FF6B2C\]{color:#ff6b2c!important}.theme-dark .hover\:bg-\[#FFF8F3\]:hover{background-color:#3d3d3d!important}.theme-dark .shadow-md{box-shadow:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d!important}.theme-dark .shadow-lg{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d!important}.theme-dark .shadow-xl{box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0000004d!important}.theme-high-contrast nav{background-color:#000!important;border-bottom:2px solid #ffffff!important}.theme-high-contrast .fixed.bg-white,.theme-high-contrast .w-48.bg-white,.theme-high-contrast .max-w-\[300px\].bg-white{background-color:#000!important;color:#fff!important;border:2px solid #ffffff!important}.theme-high-contrast .text-gray-600,.theme-high-contrast .text-gray-700{color:#fff!important}.theme-high-contrast .border-gray-100,.theme-high-contrast .border-gray-200{border-color:#fff!important}.theme-dark .px-4,.theme-dark .sm\:px-6,.theme-dark .lg\:px-8,.theme-dark div[class*=px-4],.theme-dark div[class*="sm:px-6"],.theme-dark div[class*="lg:px-8"],.theme-dark div[class*="px-4 sm:px-6 lg:px-8 pb-6 pt-24"],.theme-dark div[class*=pb-6],.theme-dark div[class*=pt-24],.theme-dark div[class*="md:pt-6"],.theme-dark div[class*="lg:pt-4"],.theme-dark div[class*="md:pl-[220px]"],.theme-dark div[class*="lg:pl-[220px]"],.theme-dark .max-w-7xl,.theme-dark .min-h-screen{background-color:#1e1e1e!important;color:#ccc!important}.theme-dark .bg-gradient-to-br{background:#1e1e1e!important;background-image:none!important}.theme-dark .from-\[#FFE4BA\],.theme-dark .via-white,.theme-dark .to-\[#FFE4BA\],.theme-dark .from-\[#FFF8F3\]{background:#1e1e1e!important}.theme-dark section{background-color:#1e1e1e!important;color:#ccc!important}.theme-dark main{background-color:#1e1e1e!important;color:#ccc!important}.theme-dark .relative{background-color:transparent!important}.theme-high-contrast .px-4,.theme-high-contrast .sm\:px-6,.theme-high-contrast .lg\:px-8,.theme-high-contrast div[class*=px-4],.theme-high-contrast div[class*="sm:px-6"],.theme-high-contrast div[class*="lg:px-8"],.theme-high-contrast .max-w-7xl,.theme-high-contrast .min-h-screen,.theme-high-contrast section,.theme-high-contrast main{background-color:#000!important;color:#fff!important}.theme-high-contrast .bg-gradient-to-br,.theme-high-contrast .from-\[#FFE4BA\],.theme-high-contrast .via-white,.theme-high-contrast .to-\[#FFE4BA\],.theme-high-contrast .from-\[#FFF8F3\]{background:#000!important;background-image:none!important}.theme-dark .css-1l4m11n{background-color:#000c!important}.theme-dark .css-oy9iaq{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .css-1481297{background-color:#2d2d2d!important;color:#ccc!important;border-bottom:1px solid #404040!important}.theme-dark .MuiStepper-root,.theme-dark .MuiStep-root{background-color:transparent!important}.theme-dark .MuiStepLabel-root,.theme-dark .MuiStepIcon-root{color:#ccc!important}.theme-dark .MuiStepIcon-root.Mui-active{color:#ff6b2c!important}.theme-dark .MuiStepIcon-text{fill:#fff!important}.theme-dark .MuiStepConnector-line{border-color:#404040!important}.theme-dark .css-at5vjr,.theme-dark .css-czbsy3{background-color:transparent!important;color:#ccc!important}.theme-dark .MuiTypography-root{color:#ccc!important}.theme-dark .MuiTypography-h6{color:#fff!important}.theme-dark .MuiTypography-subtitle1{color:#e0e0e0!important}.theme-dark .MuiTypography-subtitle2{color:#f0f0f0!important}.theme-dark .MuiTypography-body1{color:#ccc!important}.theme-dark .MuiPaper-root{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .css-10prwh2-MuiPaper-root{background-color:#3d3d3d!important;border:1px solid #404040!important}.theme-dark .css-1qm1lh,.theme-dark .css-12595yo,.theme-dark .css-yu8du5-MuiTypography-root,.theme-dark .MuiButton-root{color:#ccc!important}.theme-dark .MuiButton-contained{background-color:#ff6b2c!important;color:#fff!important}.theme-dark .MuiButton-text{color:#ccc!important}.theme-dark .MuiButton-root.Mui-disabled{color:#666!important;background-color:#1e1e1e!important}.theme-dark .MuiCheckbox-root,.theme-dark .MuiFormControlLabel-label,.theme-dark .MuiIconButton-root{color:#ccc!important}.theme-dark .css-w1fcf9,.theme-dark .css-1i27l4i{background-color:transparent!important;color:#ccc!important}.theme-high-contrast .css-1l4m11n{background-color:#000000f2!important}.theme-high-contrast .css-oy9iaq,.theme-high-contrast .css-1481297,.theme-high-contrast .MuiPaper-root{background-color:#000!important;color:#fff!important;border:2px solid #ffffff!important}.theme-high-contrast .MuiTypography-root,.theme-high-contrast .MuiStepLabel-root,.theme-high-contrast .MuiButton-root,.theme-high-contrast .MuiCheckbox-root,.theme-high-contrast .MuiIconButton-root,.theme-high-contrast .MuiFormControlLabel-label{color:#fff!important}.theme-high-contrast .MuiButton-contained{background-color:#fff!important;color:#000!important;border:2px solid #ffffff!important}.theme-high-contrast .MuiStepIcon-root{color:#fff!important}.theme-high-contrast .MuiStepConnector-line{border-color:#fff!important}.accessibility-keyboard-navigation [tabindex]:not([tabindex="-1"]),.accessibility-keyboard-navigation button,.accessibility-keyboard-navigation a,.accessibility-keyboard-navigation input,.accessibility-keyboard-navigation select,.accessibility-keyboard-navigation textarea{transition:all .2s ease!important}.accessibility-keyboard-navigation .keyboard-nav-active{background-color:#ffd70033!important;border:2px dashed #FFD700!important}.accessibility-reading-highlight{background-color:#ffff004d!important;box-shadow:0 0 5px #ffff0080!important;transition:all .3s ease!important}.accessibility-enhanced-spacing button,.accessibility-enhanced-spacing .MuiButton-root,.accessibility-enhanced-spacing a,.accessibility-enhanced-spacing [role=button]{margin:4px!important;min-width:48px!important;min-height:48px!important}.theme-dark .bg-white\/95,.theme-dark [class*="bg-white/"]{background-color:#2d2d2df2!important}.theme-dark .backdrop-blur-xl{backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.theme-high-contrast .bg-white\/95,.theme-high-contrast [class*="bg-white/"]{background-color:#111111fa!important;border:1px solid #555555!important}.theme-dark .bg-gradient-to-br{background:linear-gradient(to bottom right,#2d2d2d,#3a3a3a,#2d2d2d)!important}.theme-high-contrast .bg-gradient-to-br{background:linear-gradient(to bottom right,#111,#1a1a1a,#111)!important}.accessibility-mode-active{--accessibility-mode: enabled}.accessibility-mode-active:before{content:"";position:fixed;top:0;left:0;width:4px;height:100vh;background:linear-gradient(to bottom,gold,#ff6b2c);z-index:9999;pointer-events:none}.accessibility-enhanced-contrast button,.accessibility-enhanced-contrast .MuiButton-root,.accessibility-enhanced-contrast a,.accessibility-enhanced-contrast input,.accessibility-enhanced-contrast select{border:1px solid currentColor!important}@media (max-width: 768px){.accessibility-font-large,.accessibility-font-extra-large{font-size:1.1rem!important}.accessibility-buttons-large button,.accessibility-buttons-extra-large button{padding:12px 16px!important;font-size:1.1rem!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){*{border-width:2px!important;outline-width:3px!important}}.theme-dark .MuiOutlinedInput-root{background-color:#2d2d2d!important;color:#ccc!important;border-color:#404040!important}.theme-dark .MuiOutlinedInput-root:hover{border-color:#ff7a35!important}.theme-dark .MuiOutlinedInput-root.Mui-focused{border-color:#ff7a35!important;box-shadow:0 0 0 3px #ff7a3533!important}.theme-dark .MuiInputLabel-root{color:#ccc!important}.theme-dark .MuiInputLabel-shrink,.theme-dark .MuiPaper-root{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .MuiCard-root{background-color:#3a3a3a!important;color:#ccc!important;border:1px solid #404040!important}.theme-dark .MuiButton-outlined{border-color:#ff7a35!important;color:#ff7a35!important}.theme-dark .MuiButton-outlined:hover{border-color:#ff8a55!important;color:#ff8a55!important;background-color:#ff7a351a!important}.theme-dark .MuiButton-contained{background-color:#ff7a35!important;color:#fff!important}.theme-dark .MuiButton-contained:hover{background-color:#ff8a55!important}.theme-dark .MuiIconButton-root{color:#ccc!important}.theme-dark .MuiMenuItem-root{background-color:#2d2d2d!important;color:#ccc!important}.theme-dark .MuiMenuItem-root:hover{background-color:#4a4a4a!important}.theme-dark .MuiPaginationItem-root{background-color:#3a3a3a!important;color:#ccc!important;border-color:#404040!important}.theme-dark .MuiPaginationItem-root.Mui-selected{background-color:#ff7a35!important;color:#fff!important}.theme-high-contrast .MuiOutlinedInput-root{background-color:#111!important;color:#fff!important;border:2px solid #555555!important;font-weight:700!important}.theme-high-contrast .MuiOutlinedInput-root:hover{border-color:gold!important}.theme-high-contrast .MuiOutlinedInput-root.Mui-focused{border-color:gold!important;box-shadow:0 0 0 3px #ffd7004d!important}.theme-high-contrast .MuiInputLabel-root{color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiInputLabel-shrink{background-color:#111!important;color:gold!important;font-weight:700!important}.theme-high-contrast .MuiPaper-root{background-color:#111!important;color:#fff!important;border:2px solid #555555!important}.theme-high-contrast .MuiCard-root{background-color:#1a1a1a!important;color:#fff!important;border:2px solid #FFD700!important;font-weight:700!important}.theme-high-contrast .MuiButton-outlined{border:2px solid #FFD700!important;color:gold!important;font-weight:700!important}.theme-high-contrast .MuiButton-outlined:hover{border-color:#fff!important;color:#fff!important;background-color:#2a2a2a!important}.theme-high-contrast .MuiButton-contained{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiButton-contained:hover{background-color:#fff!important;color:#000!important}.theme-high-contrast .MuiIconButton-root{color:gold!important;border:1px solid #555555!important}.theme-high-contrast .MuiIconButton-root:hover{background-color:#2a2a2a!important;border-color:gold!important}.theme-high-contrast .MuiMenuItem-root{background-color:#111!important;color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiPaginationItem-root{background-color:#1a1a1a!important;color:#fff!important;border:2px solid #555555!important;font-weight:700!important}.theme-high-contrast .MuiPaginationItem-root.Mui-selected{background-color:gold!important;color:#000!important;border-color:#fff!important}.theme-dark body,.theme-dark #root,.theme-dark .MuiContainer-root,.theme-dark .MuiContainer-maxWidthLg{background-color:#1a1a1a!important;background-image:none!important;background:#1a1a1a!important;color:#ccc!important}.theme-dark .MuiGrid-root,.theme-dark .MuiGrid-container,.theme-dark .MuiGrid-item{background-color:transparent!important;background-image:none!important}.theme-dark main,.theme-dark section,.theme-dark article{background-color:#1a1a1a!important;background-image:none!important;color:#ccc!important}.theme-dark div[style*="background: white"],.theme-dark div[style*="background-color: white"],.theme-dark div[style*="background: #fff"],.theme-dark div[style*="background-color: #fff"],.theme-dark div[style*="background-color: #ffffff"],.theme-dark div[style*="background: #ffffff"]{background-color:#1a1a1a!important;background:#1a1a1a!important;color:#ccc!important}.theme-dark .MuiTypography-root,.theme-dark span[class*=css-],.theme-dark div[class*=css-158i4wy],.theme-dark span[class*=css-1lb0781],.theme-dark span[class*=css-1s8lhe4],.theme-dark span[class*=css-19ieuzi],.theme-dark .MuiTypography-caption,.theme-dark .MuiTypography-body1,.theme-dark .MuiTypography-body2,.theme-dark .MuiTypography-subtitle1,.theme-dark .MuiTypography-subtitle2,.theme-dark p,.theme-dark span,.theme-dark div,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6,.theme-dark a,.theme-dark small,.theme-dark time{color:#ccc!important;background-color:transparent!important}.theme-dark *{background-color:transparent!important}.theme-dark body,.theme-dark html{background-color:#1a1a1a!important;background:#1a1a1a!important}.theme-high-contrast body,.theme-high-contrast #root,.theme-high-contrast .MuiContainer-root,.theme-high-contrast .MuiContainer-maxWidthLg{background-color:#000!important;background-image:none!important;background:#000!important;color:#fff!important}.theme-high-contrast .MuiGrid-root,.theme-high-contrast .MuiGrid-container,.theme-high-contrast .MuiGrid-item{background-color:transparent!important;background-image:none!important}.theme-high-contrast main,.theme-high-contrast section,.theme-high-contrast article{background-color:#000!important;background-image:none!important;color:#fff!important}.theme-high-contrast div[style*="background: white"],.theme-high-contrast div[style*="background-color: white"],.theme-high-contrast div[style*="background: #fff"],.theme-high-contrast div[style*="background-color: #fff"],.theme-high-contrast div[style*="background-color: #ffffff"],.theme-high-contrast div[style*="background: #ffffff"]{background-color:#000!important;background:#000!important;color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiTypography-root,.theme-high-contrast span[class*=css-],.theme-high-contrast div[class*=css-158i4wy],.theme-high-contrast span[class*=css-1lb0781],.theme-high-contrast span[class*=css-1s8lhe4],.theme-high-contrast span[class*=css-19ieuzi],.theme-high-contrast .MuiTypography-caption,.theme-high-contrast .MuiTypography-body1,.theme-high-contrast .MuiTypography-body2,.theme-high-contrast .MuiTypography-subtitle1,.theme-high-contrast .MuiTypography-subtitle2,.theme-high-contrast p,.theme-high-contrast span,.theme-high-contrast div,.theme-high-contrast h1,.theme-high-contrast h2,.theme-high-contrast h3,.theme-high-contrast h4,.theme-high-contrast h5,.theme-high-contrast h6,.theme-high-contrast a,.theme-high-contrast small,.theme-high-contrast time{color:#fff!important;background-color:transparent!important;font-weight:700!important}.theme-high-contrast *{background-color:transparent!important}.theme-high-contrast body,.theme-high-contrast html{background-color:#000!important;background:#000!important}.theme-dark div[class*=MuiPaper-root],.theme-dark .MuiPaper-root,.theme-dark [class*=css-][class*=MuiPaper]{background-color:#2d2d2d!important;background-image:none!important;background:#2d2d2d!important;color:#ccc!important}.theme-dark div[class*=MuiBox-root],.theme-dark .MuiBox-root{background-color:transparent!important}.theme-dark div[class*=css-1fijzb2],.theme-dark div[class*=css-1jpfb26],.theme-dark div[class*=css-peo2rh],.theme-dark div[class*=css-1hhnkfe],.theme-dark div[class*=css-agat37]{background-color:#2d2d2d!important;background-image:none!important;background:#2d2d2d!important;color:#ccc!important}.theme-dark div[class*=css-1ftj6f5],.theme-dark div[class*=css-d0ys4e]{background-color:#3a3a3a!important;background-image:none!important;background:#3a3a3a!important;color:#ccc!important}.theme-dark div[class*=css-dhngwp],.theme-dark .tiptap.ProseMirror,.theme-dark .ProseMirror{background-color:#3a3a3a!important;background-image:none!important;background:#3a3a3a!important;color:#ccc!important;border-color:#555!important}.theme-dark button[class*=css-53g0n7],.theme-dark .MuiIconButton-root{background-color:#4a4a4a!important;color:#ccc!important;border-color:#555!important}.theme-dark button[class*=css-53g0n7]:hover,.theme-dark .MuiIconButton-root:hover{background-color:#5a5a5a!important;color:#fff!important}.theme-dark button[class*=css-1a20iyl],.theme-dark button[class*=css-xmhc5c],.theme-dark .MuiButton-contained{background-color:#ff7a35!important;color:#fff!important}.theme-dark div[class*=css-q676me],.theme-dark div[class*=css-nlfzqq],.theme-dark .MuiAvatar-root{background-color:#4a4a4a!important;border-color:#555!important}.theme-dark [style*=linear-gradient],.theme-dark [style*="rgba(255, 248, 243"],.theme-dark [style*="rgba(255, 228, 186"]{background:#2d2d2d!important;background-image:none!important}.theme-high-contrast div[class*=MuiPaper-root],.theme-high-contrast .MuiPaper-root,.theme-high-contrast [class*=css-][class*=MuiPaper]{background-color:#111!important;background-image:none!important;background:#111!important;color:#fff!important;border:2px solid #555555!important;font-weight:700!important}.theme-high-contrast div[class*=css-1fijzb2],.theme-high-contrast div[class*=css-1jpfb26],.theme-high-contrast div[class*=css-peo2rh],.theme-high-contrast div[class*=css-1hhnkfe],.theme-high-contrast div[class*=css-agat37]{background-color:#111!important;background-image:none!important;background:#111!important;color:#fff!important;font-weight:700!important}.theme-high-contrast div[class*=css-1ftj6f5],.theme-high-contrast div[class*=css-d0ys4e],.theme-high-contrast div[class*=css-dhngwp],.theme-high-contrast .tiptap.ProseMirror,.theme-high-contrast .ProseMirror{background-color:#1a1a1a!important;background-image:none!important;background:#1a1a1a!important;color:#fff!important;border:2px solid #FFD700!important;font-weight:700!important}.theme-high-contrast button[class*=css-53g0n7],.theme-high-contrast .MuiIconButton-root{background-color:#2a2a2a!important;color:gold!important;border:2px solid #FFD700!important;font-weight:700!important}.theme-high-contrast button[class*=css-1a20iyl],.theme-high-contrast button[class*=css-xmhc5c],.theme-high-contrast .MuiButton-contained{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast [style*=linear-gradient],.theme-high-contrast [style*="rgba(255, 248, 243"],.theme-high-contrast [style*="rgba(255, 228, 186"]{background:#111!important;background-image:none!important}.theme-dark .notification{background:#2d2d2d!important;color:#e5e5e5!important;box-shadow:0 4px 12px #0006!important}.theme-dark .notification-message{color:#e5e5e5!important}.theme-dark .notification-close{color:#a1a1aa!important}.theme-dark .notification-close:hover{background:#a1a1aa33!important}.theme-dark .notification-progress{background:#404040!important}.theme-high-contrast .notification{background:#1a1a1a!important;color:#fff!important;border:2px solid #ffffff!important;box-shadow:0 4px 12px #fff3!important}.theme-high-contrast .notification-message{color:#fff!important;font-weight:600!important}.theme-high-contrast .notification-close{color:#fff!important;border:1px solid #ffffff!important}.theme-high-contrast .notification-close:hover{background:#fff3!important}.theme-high-contrast .notification-progress{background:#666!important}.theme-dark .bg-gradient-to-r.from-\[\\#FFF8F3\].to-white{background:linear-gradient(to right,#3a3a3a,#2d2d2d)!important}.theme-dark .text-gray-500{color:#9ca3af!important}.theme-dark .MuiChip-root{background-color:#3a3a3a!important;color:#ccc!important;border:1px solid #555555!important}.theme-dark .MuiChip-icon,.theme-dark .MuiChip-label,.theme-dark .MuiIconButton-root{color:#ccc!important}.theme-dark .MuiIconButton-root:hover{background-color:#4a4a4a!important}.theme-dark .MuiSvgIcon-root{color:inherit!important}.theme-dark .MuiAvatar-root{background-color:#4a4a4a!important;border:2px solid #555555!important}.theme-dark .MuiAvatar-img{border-radius:inherit!important}.theme-dark .bg-\[\\#FF7A35\]{background-color:#ff7a35!important;color:#fff!important}.theme-dark h4.font-medium.text-sm.text-gray-900.truncate.group-hover\/mission\:text-\[\\#FF7A35\]{color:#e5e5e5!important}.theme-dark .group\/mission:hover h4.group-hover\/mission\:text-\[\\#FF7A35\]{color:#ff7a35!important}.theme-dark .text-gray-700.font-medium.text-lg{color:#e5e5e5!important}.theme-dark .text-gray-400.group-hover\/mission\:text-\[\\#FF7A35\]{color:#9ca3af!important}.theme-dark .group\/mission:hover .text-gray-400.group-hover\/mission\:text-\[\\#FF7A35\]{color:#ff7a35!important}.theme-dark .bg-gradient-to-r.from-gray-50.to-white{background:linear-gradient(to right,#3a3a3a,#2d2d2d)!important}.theme-dark .bg-\[\\#FFF8F3\].group-hover\/mission\:bg-\[\\#FFE4BA\]{background-color:#3a3a3a!important}.theme-dark .group\/mission:hover .bg-\[\\#FFF8F3\].group-hover\/mission\:bg-\[\\#FFE4BA\]{background-color:#4a4a4a!important}.theme-dark .text-sm.sm\:text-base.lg\:text-lg.font-semibold.text-gray-700,.theme-dark h3.text-sm.sm\:text-base.lg\:text-lg.font-semibold.text-gray-700{color:#e5e5e5!important}.theme-dark .hover\:bg-gray-100{background-color:#3a3a3a!important}.theme-dark .text-gray-700.text-sm.leading-relaxed{color:#d1d5db!important}.theme-dark .text-\[\\#FF6B2C\].hover\:text-\[\\#FF7A35\]{color:#ff6b2c!important}.theme-dark .text-\[\\#FF6B2C\].hover\:text-\[\\#FF7A35\]:hover{color:#ff7a35!important}.theme-high-contrast .bg-gradient-to-r.from-\[\\#FFF8F3\].to-white{background:#000!important;background-image:none!important}.theme-high-contrast .text-gray-200{color:#777!important}.theme-high-contrast .text-gray-900,.theme-high-contrast .text-gray-500{color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiChip-root{background-color:#1a1a1a!important;color:#fff!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiChip-icon,.theme-high-contrast .MuiChip-label{color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiIconButton-root{color:#fff!important;border:1px solid #ffffff!important}.theme-high-contrast .MuiIconButton-root:hover{background-color:#333!important;border-color:gold!important}.theme-high-contrast .MuiAvatar-root{background-color:#1a1a1a!important;border:2px solid #ffffff!important}.theme-high-contrast .bg-\[\\#FF7A35\]{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important}.theme-high-contrast .bg-white{background-color:#000!important;background:#000!important;color:#fff!important;border:2px solid #ffffff!important}.theme-high-contrast .text-gray-900,.theme-high-contrast .text-gray-800,.theme-high-contrast .text-gray-700,.theme-high-contrast .text-gray-600,.theme-high-contrast .text-gray-500,.theme-high-contrast .text-gray-400,.theme-high-contrast .text-gray-200{color:#fff!important;font-weight:700!important}.theme-high-contrast [class*=bg-gradient]{background:#000!important;background-image:none!important;border:2px solid #ffffff!important}.theme-high-contrast [class*=border-gray]{border-color:#fff!important;border-width:2px!important}.theme-high-contrast .bg-green-50,.theme-high-contrast .bg-green-100{background-color:#000!important;border:2px solid #00ff00!important;color:#0f0!important;font-weight:700!important}.theme-high-contrast .text-green-700,.theme-high-contrast .text-green-600{color:#0f0!important;font-weight:700!important}.theme-high-contrast .border-green-200{border-color:#0f0!important;border-width:2px!important}.theme-high-contrast .bg-red-50,.theme-high-contrast .bg-red-100{background-color:#000!important;border:2px solid #ff0000!important;color:red!important;font-weight:700!important}.theme-high-contrast .text-red-700,.theme-high-contrast .text-red-600{color:red!important;font-weight:700!important}.theme-high-contrast .border-red-200{border-color:red!important;border-width:2px!important}.theme-dark .bg-white{background-color:#2d2d2d!important}.theme-dark .text-gray-900{color:#e5e5e5!important}.theme-dark .text-gray-200{color:#555!important}.theme-dark [class*=bg-gradient]{background:linear-gradient(to right,#3a3a3a,#2d2d2d)!important}.theme-dark [class*=border-gray]{border-color:#404040!important}.theme-dark [class*="bg-[#FF7A35]"]{background-color:#ff7a35!important}.theme-dark [class*="text-[#FF965E]"]{color:#ff965e!important}.theme-dark [class*="from-[#FFF8F3]"]{background:linear-gradient(to right,#3a3a3a,#2d2d2d)!important}.theme-dark .text-red-700{color:#ff6b6b!important}.theme-dark .text-green-700{color:#90ee90!important}.theme-dark .bg-white.p-4.sm\:p-6.rounded-lg.shadow-sm{background-color:#2d2d2d!important}.theme-dark .text-gray-700{color:#d1d5db!important}.theme-dark .text-gray-800{color:#e5e5e5!important}.theme-dark .text-gray-600,.theme-dark .text-gray-400,.theme-dark .text-gray-500{color:#9ca3af!important}.theme-dark .text-yellow-500{color:#eab308!important}.theme-dark .text-\[\\#FF965E\]{color:#ff965e!important}.theme-dark .text-green-500{color:#22c55e!important}.theme-dark .text-blue-500{color:#3b82f6!important}.theme-dark .bg-gradient-to-r.from-green-50.to-white{background:linear-gradient(to right,#1a4d1a,#2d2d2d)!important}.theme-dark .bg-gradient-to-r.from-red-50.to-white{background:linear-gradient(to right,#4d1a1a,#2d2d2d)!important}.theme-dark .bg-gradient-to-r.from-white.to-\[\\#FFF8F3\]{background:linear-gradient(to right,#2d2d2d,#3a3a3a)!important}.theme-dark .bg-green-50{background-color:#1a4d1a!important}.theme-dark .bg-green-100{background-color:#2d5f2d!important}.theme-dark .text-green-700,.theme-dark .text-green-600{color:#90ee90!important}.theme-dark .border-green-200{border-color:#4d7f4d!important}.theme-dark .bg-red-50{background-color:#4d1a1a!important}.theme-dark .bg-red-100{background-color:#5f2d2d!important}.theme-dark .text-red-700,.theme-dark .text-red-600{color:#ff6b6b!important}.theme-dark .border-red-200{border-color:#7f4d4d!important}.theme-dark .hover\:bg-gray-100:hover{background-color:#3a3a3a!important}.theme-dark .hover\:border-green-200:hover{border-color:#4d7f4d!important}.theme-dark .hover\:border-red-200:hover{border-color:#7f4d4d!important}.theme-dark .hover\:bg-green-100:hover{background-color:#2d5f2d!important}.theme-dark .hover\:bg-red-100:hover{background-color:#5f2d2d!important}.theme-dark .MuiPaper-root{background-color:#2d2d2d!important;border-color:#404040!important}.theme-dark [style*="linear-gradient(145deg, rgba(255, 248, 243"],.theme-dark [style*="background: linear-gradient(145deg, rgba(255, 248, 243"]{background:linear-gradient(145deg,#3a3a3a,#2d2d2d)!important}.theme-dark .MuiListItemButton-root:hover{background-color:#3a3a3a!important}.theme-dark .MuiListItemButton-root.Mui-selected{background-color:#ff6b2c33!important;border-left-color:#ff6b2c!important}.theme-dark .MuiListItemButton-root.Mui-selected:hover{background-color:#ff6b2c4d!important}.theme-dark .MuiOutlinedInput-root{background-color:#3a3a3a!important;color:#ccc!important}.theme-dark .MuiOutlinedInput-root fieldset{border-color:#404040!important}.theme-dark .MuiOutlinedInput-root:hover fieldset{border-color:#ff7a35!important}.theme-dark .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#ff6b2c!important}.theme-dark [style*="rgba(255, 248, 243, 0.5)"],.theme-dark [style*="background-color: rgba(255, 248, 243, 0.5)"]{background-color:#2d2d2d!important}.theme-dark [style*="linear-gradient(to right, rgba(255, 248, 243, 0.6)"],.theme-dark [style*="background: linear-gradient(to right, rgba(255, 248, 243, 0.6)"]{background:linear-gradient(to right,#3a3a3a,#2d2d2d)!important}.theme-dark .MuiAvatar-root{background-color:#ff7a35!important;border-color:#404040!important}.theme-dark .MuiBadge-badge{background-color:#ff6b2c!important;color:#fff!important}.theme-dark .MuiSwitch-switchBase.Mui-checked{color:#ff6b2c!important}.theme-dark .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#ff965e!important}.theme-dark .MuiButton-root{background-color:#ff6b2c!important;color:#fff!important}.theme-dark .MuiButton-root:hover{background-color:#ff7a35!important}.theme-dark .MuiIconButton-root{background-color:#ff6b2c!important;color:#fff!important}.theme-dark .MuiIconButton-root:hover{background-color:#ff7a35!important}.theme-dark .MuiInputLabel-root,.theme-dark .MuiFormLabel-root{color:#ccc!important}.theme-dark .MuiListItemText-primary{color:#e5e5e5!important}.theme-dark .MuiListItemText-secondary{color:#9ca3af!important}.theme-dark [style*="borderBottom: 1px solid rgba(255, 107, 44, 0.1)"]{border-bottom-color:#404040!important}.theme-dark .MuiBox-root[style*="padding: 16px"]{background-color:#2d2d2d!important}.theme-dark .MuiIconButton-root[style*="color: #FF6B2C"]{color:#ff6b2c!important;background-color:transparent!important}.theme-dark .MuiIconButton-root[style*="color: #FF6B2C"]:hover{background-color:#ff6b2c1a!important}.theme-dark .MuiMenu-paper,.theme-dark .MuiPopover-paper{background-color:#2d2d2d!important;color:#ccc!important;border:1px solid #404040!important}.theme-dark .MuiMenuItem-root{color:#ccc!important}.theme-dark .MuiMenuItem-root:hover{background-color:#3a3a3a!important}.theme-dark .MuiAvatar-root[style*="width: 40"]{border:2px solid #404040!important}.theme-dark .css-1rjott0{background-color:#2d2d2d!important;border-bottom:1px solid #404040!important}.theme-dark .css-1pwqsmb-MuiTypography-root{color:#e5e5e5!important}.theme-dark .css-1i27l4i{background-color:transparent!important}.theme-dark .css-1gb91q7-MuiButtonBase-root-MuiIconButton-root,.theme-dark .css-14mt4ai-MuiButtonBase-root-MuiIconButton-root,.theme-dark .css-1c3xgm9-MuiButtonBase-root-MuiIconButton-root{color:#ccc!important;background-color:transparent!important}.theme-dark .css-1gb91q7-MuiButtonBase-root-MuiIconButton-root:hover,.theme-dark .css-14mt4ai-MuiButtonBase-root-MuiIconButton-root:hover,.theme-dark .css-1c3xgm9-MuiButtonBase-root-MuiIconButton-root:hover{background-color:#3a3a3a!important}.theme-dark .css-1umw9bq-MuiSvgIcon-root{color:inherit!important}.theme-dark .css-1rjott0,.theme-dark [style*=linear-gradient],.theme-dark [style*="background: linear-gradient"],.theme-dark [class*=HeaderContainer]{background:#2d2d2d!important;background-image:none!important}.theme-high-contrast .css-1rjott0,.theme-high-contrast [style*=linear-gradient],.theme-high-contrast [style*="background: linear-gradient"],.theme-high-contrast [class*=HeaderContainer]{background:#111!important;background-image:none!important}.theme-dark .css-1dnv6xx-MuiGrid-root,.theme-dark .css-1dnv6xx-MuiGrid-root .MuiPaper-root,.theme-dark .css-1dnv6xx-MuiGrid-root .MuiBox-root{background:#2d2d2d!important;background-color:#2d2d2d!important;background-image:none!important;color:#ccc!important}.theme-high-contrast .css-1dnv6xx-MuiGrid-root,.theme-high-contrast .css-1dnv6xx-MuiGrid-root .MuiPaper-root,.theme-high-contrast .css-1dnv6xx-MuiGrid-root .MuiBox-root{background:#111!important;background-color:#111!important;background-image:none!important;color:#fff!important}.theme-high-contrast .MuiPaper-root{background-color:#111!important;border:2px solid #ffffff!important;color:#fff!important}.theme-high-contrast [style*="linear-gradient(145deg, rgba(255, 248, 243"],.theme-high-contrast [style*="linear-gradient(to right, rgba(255, 248, 243"]{background:#111!important;background-image:none!important;border:2px solid #ffffff!important}.theme-high-contrast .MuiListItemButton-root{color:#fff!important;font-weight:700!important;border:1px solid #555555!important;margin-bottom:4px!important}.theme-high-contrast .MuiListItemButton-root:hover{background-color:#333!important;border-color:gold!important}.theme-high-contrast .MuiListItemButton-root.Mui-selected{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiOutlinedInput-root{background-color:#111!important;color:#fff!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiOutlinedInput-root fieldset{border:2px solid #ffffff!important}.theme-high-contrast .MuiOutlinedInput-root:hover fieldset,.theme-high-contrast .MuiOutlinedInput-root.Mui-focused fieldset{border:2px solid #FFD700!important}.theme-high-contrast .MuiAvatar-root{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiBadge-badge{background-color:gold!important;color:#000!important;border:1px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiButton-root,.theme-high-contrast .MuiIconButton-root{background-color:gold!important;color:#000!important;border:2px solid #ffffff!important;font-weight:700!important}.theme-high-contrast .MuiButton-root:hover,.theme-high-contrast .MuiIconButton-root:hover{background-color:#fff!important;color:#000!important}.theme-high-contrast .MuiSwitch-switchBase.Mui-checked{color:gold!important}.theme-high-contrast .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:gold!important}.theme-high-contrast .MuiInputLabel-root,.theme-high-contrast .MuiFormLabel-root,.theme-high-contrast .MuiListItemText-primary,.theme-high-contrast .MuiListItemText-secondary{color:#fff!important;font-weight:700!important}.theme-high-contrast [style*="borderBottom: 1px solid rgba(255, 107, 44, 0.1)"]{border-bottom:2px solid #ffffff!important}.theme-high-contrast .MuiBox-root[style*="padding: 16px"]{background-color:#111!important;border:2px solid #ffffff!important}.theme-high-contrast .MuiIconButton-root[style*="color: #FF6B2C"]{color:gold!important;background-color:transparent!important;border:1px solid #FFD700!important}.theme-high-contrast .MuiIconButton-root[style*="color: #FF6B2C"]:hover{background-color:#333!important;border-color:#fff!important}.theme-high-contrast .MuiMenu-paper,.theme-high-contrast .MuiPopover-paper{background-color:#111!important;color:#fff!important;border:2px solid #ffffff!important}.theme-high-contrast .MuiMenuItem-root{color:#fff!important;font-weight:700!important}.theme-high-contrast .MuiMenuItem-root:hover{background-color:#333!important;color:gold!important}.theme-high-contrast .MuiAvatar-root[style*="width: 40"]{border:2px solid #ffffff!important;background-color:gold!important;color:#000!important}.theme-dark img[alt="JobPartiel.fr"],.theme-high-contrast img[alt="JobPartiel.fr"],.theme-dark picture img[alt="JobPartiel.fr"],.theme-high-contrast picture img[alt="JobPartiel.fr"]{filter:none!important;background-color:#fff!important;opacity:1!important;-webkit-filter:none!important;padding:4px 8px!important;border-radius:6px!important}.theme-dark picture,.theme-high-contrast picture{background-color:#fff!important;filter:none!important;border-radius:8px!important;padding:2px!important}@media print{.accessibility-enhanced-focus *:focus{outline:none!important;box-shadow:none!important}.theme-dark,.theme-high-contrast{background:#fff!important;color:#000!important}.theme-dark *,.theme-high-contrast *{background:#fff!important;color:#000!important;border-color:#000!important}}.theme-dark .dashboard-stats-container,.theme-dark .dashboard-stats-container .MuiBox-root,.theme-dark .dashboard-stats-container .MuiTypography-root{background-color:#2d2d2d!important;background:linear-gradient(135deg,#3a3a3a,#2d2d2d)!important;color:#ccc!important}.theme-high-contrast .dashboard-stats-container,.theme-high-contrast .dashboard-stats-container .MuiBox-root,.theme-high-contrast .dashboard-stats-container .MuiTypography-root{background-color:#111!important;background:#111!important;background-image:none!important;color:#fff!important;font-weight:700!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{scrollbar-width:auto;scrollbar-color:#ff7a35 #f1f1f1}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;position:relative}.\!text-xs,.text-xs{font-size:.75rem!important;line-height:1rem!important}.\!text-sm,.text-sm{font-size:.935rem!important;line-height:1.35rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!container{width:100%!important}.container{width:100%}@media (min-width: 360px){.\!container{max-width:360px!important}.container{max-width:360px}}@media (min-width: 430px){.\!container{max-width:430px!important}.container{max-width:430px}}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 981px){.\!container{max-width:981px!important}.container{max-width:981px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.backdrop-blur-lg{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.btn-gradient{background-size:200% auto;transition:all .3s ease;background-image:linear-gradient(45deg,#ff7a35,#ff965e,#ff7a35)}.btn-gradient:hover{background-position:right center;transform:translateY(-2px);box-shadow:0 10px 20px #ff7a3533}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-2{inset:-.5rem}.-inset-4{inset:-1rem}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-2{inset:.5rem}.-inset-x-24{left:-6rem;right:-6rem}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-1\/4{bottom:-25%}.-bottom-2{bottom:-.5rem}.-bottom-20{bottom:-5rem}.-bottom-24{bottom:-6rem}.-bottom-4{bottom:-1rem}.-bottom-5{bottom:-1.25rem}.-bottom-8{bottom:-2rem}.-left-1\/4{left:-25%}.-left-24{left:-6rem}.-left-4{left:-1rem}.-left-5{left:-1.25rem}.-right-1{right:-.25rem}.-right-1\/4{right:-25%}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-24{right:-6rem}.-right-4{right:-1rem}.-right-8{right:-2rem}.-top-0{top:-0px}.-top-1{top:-.25rem}.-top-1\/4{top:-25%}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-24{top:-6rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.-top-5{top:-1.25rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-10{bottom:2.5rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-3{bottom:.75rem}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[10\%\]{bottom:10%}.bottom-\[12\%\]{bottom:12%}.bottom-\[15\%\]{bottom:15%}.bottom-\[18\%\]{bottom:18%}.bottom-\[22\%\]{bottom:22%}.bottom-\[25\%\]{bottom:25%}.bottom-\[35\%\]{bottom:35%}.bottom-\[40\%\]{bottom:40%}.bottom-\[48\%\]{bottom:48%}.bottom-\[50\%\]{bottom:50%}.bottom-\[8\%\]{bottom:8%}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[-100\%\]{left:-100%}.left-\[12\%\]{left:12%}.left-\[15\%\]{left:15%}.left-\[20\%\]{left:20%}.left-\[25\%\]{left:25%}.left-\[30\%\]{left:30%}.left-\[33\%\]{left:33%}.left-\[35\%\]{left:35%}.left-\[42\%\]{left:42%}.left-\[48\%\]{left:48%}.left-\[5\%\]{left:5%}.left-\[55\%\]{left:55%}.left-\[58\%\]{left:58%}.left-\[6\%\]{left:6%}.left-\[62\%\]{left:62%}.left-\[65\%\]{left:65%}.left-\[72\%\]{left:72%}.left-\[78\%\]{left:78%}.left-\[8\%\]{left:8%}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[0\%\]{right:0%}.right-\[10\%\]{right:10%}.right-\[18\%\]{right:18%}.right-\[20\%\]{right:20%}.right-\[25\%\]{right:25%}.right-\[28\%\]{right:28%}.right-\[33\%\]{right:33%}.right-\[38\%\]{right:38%}.right-\[45\%\]{right:45%}.right-\[5\%\]{right:5%}.right-\[60\%\]{right:60%}.right-\[7\%\]{right:7%}.right-\[8\%\]{right:8%}.right-full{right:100%}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-32{top:8rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-64{top:16rem}.top-8{top:2rem}.top-\[12\%\]{top:12%}.top-\[15\%\]{top:15%}.top-\[18\%\]{top:18%}.top-\[22\%\]{top:22%}.top-\[25\%\]{top:25%}.top-\[28\%\]{top:28%}.top-\[30\%\]{top:30%}.top-\[32\%\]{top:32%}.top-\[38\%\]{top:38%}.top-\[38px\]{top:38px}.top-\[40\%\]{top:40%}.top-\[45\%\]{top:45%}.top-\[48\%\]{top:48%}.top-\[4rem\]{top:4rem}.top-\[5\%\]{top:5%}.top-\[50\%\]{top:50%}.top-\[55\%\]{top:55%}.top-\[60\%\]{top:60%}.top-\[65\%\]{top:65%}.top-\[70\%\]{top:70%}.top-\[8\%\]{top:8%}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1\]{z-index:1}.z-\[2000\]{z-index:2000}.z-\[2\]{z-index:2}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[80\]{z-index:80}.z-\[9999\]{z-index:9999}.order-2{order:2}.order-first{order:-9999}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.col-span-full{grid-column:1 / -1}.float-right{float:right}.m-0{margin:0}.m-1{margin:.25rem}.m-4{margin:1rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-0\.5{margin-bottom:-.125rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-mt-0\.5{margin-top:-.125rem}.-mt-5{margin-top:-1.25rem}.-mt-6{margin-top:-1.5rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[140px\]{height:140px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[250px\]{height:250px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[30vh\]{height:30vh}.h-\[32px\]{height:32px}.h-\[40vh\]{height:40vh}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-\[60vh\]{height:60vh}.h-\[95vh\]{height:95vh}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-\[min\(90vh\,640px\)\]{height:min(90vh,640px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-0{max-height:0px}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[250px\]{max-height:250px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[calc\(100vh-180px\)\]{max-height:calc(100vh - 180px)}.max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.max-h-\[calc\(80vh-120px\)\]{max-height:calc(80vh - 120px)}.max-h-\[calc\(80vh-80px\)\]{max-height:calc(80vh - 80px)}.max-h-\[calc\(90vh-80px\)\]{max-height:calc(90vh - 80px)}.max-h-\[calc\(95vh-120px\)\]{max-height:calc(95vh - 120px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[320px\]{min-height:320px}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[120px\]{width:120px}.w-\[18px\]{width:18px}.w-\[2px\]{width:2px}.w-\[3px\]{width:3px}.w-\[600px\]{width:600px}.w-\[95\%\]{width:95%}.w-\[calc\(100\%-32px\)\]{width:calc(100% - 32px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.\!min-w-0{min-width:0px!important}.min-w-0{min-width:0px}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[250px\]{min-width:250px}.min-w-\[44px\]{min-width:44px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-\[90px\]{min-width:90px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1920px\]{max-width:1920px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[90\%\]{max-width:90%}.max-w-\[900px\]{max-width:900px}.max-w-\[90px\]{max-width:90px}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:bottom left}.origin-bottom-right{transform-origin:bottom right}.origin-top-right{transform-origin:top right}.-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))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-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))}.translate-x-1\/4{--tw-translate-x: 25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/4{--tw-translate-y: 25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-16{--tw-translate-y: 4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-3{--tw-translate-y: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-1{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-12deg\]{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-15deg\]{--tw-rotate: -15deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-20deg\]{--tw-rotate: -20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-25deg\]{--tw-rotate: -25deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-30deg\]{--tw-rotate: -30deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-40deg\]{--tw-rotate: -40deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-50deg\]{--tw-rotate: -50deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-70deg\]{--tw-rotate: -70deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-8deg\]{--tw-rotate: -8deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[10deg\]{--tw-rotate: 10deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[15deg\]{--tw-rotate: 15deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[20deg\]{--tw-rotate: 20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[25deg\]{--tw-rotate: 25deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[30deg\]{--tw-rotate: 30deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[35deg\]{--tw-rotate: 35deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[45deg\]{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[55deg\]{--tw-rotate: 55deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[60deg\]{--tw-rotate: 60deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[8deg\]{--tw-rotate: 8deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.03\]{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.animate-fadeIn{animation:fadeIn 1.5s ease-in-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-shimmer{animation:shimmer 2s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.animate-vibrate{animation:vibrate .3s infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-sw-resize{cursor:sw-resize}.cursor-wait{cursor:wait}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.625rem * var(--tw-space-x-reverse));margin-left:calc(.625rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-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))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.\!rounded-l-lg{border-top-left-radius:.5rem!important;border-bottom-left-radius:.5rem!important}.\!rounded-r-lg{border-top-right-radius:.5rem!important;border-bottom-right-radius:.5rem!important}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.border-\[\#B3E0FF\]{--tw-border-opacity: 1;border-color:rgb(179 224 255 / var(--tw-border-opacity, 1))}.border-\[\#FF6B2C\]{--tw-border-opacity: 1;border-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.border-\[\#FF6B2C\]\/20{border-color:#ff6b2c33}.border-\[\#FF7A35\]{--tw-border-opacity: 1;border-color:rgb(255 122 53 / var(--tw-border-opacity, 1))}.border-\[\#FF7A35\]\/10{border-color:#ff7a351a}.border-\[\#FF7A35\]\/20{border-color:#ff7a3533}.border-\[\#FF965E\]{--tw-border-opacity: 1;border-color:rgb(255 150 94 / var(--tw-border-opacity, 1))}.border-\[\#FFE4BA\]{--tw-border-opacity: 1;border-color:rgb(255 228 186 / var(--tw-border-opacity, 1))}.border-\[\#FFE4BA\]\/30{border-color:#ffe4ba4d}.border-\[\#FFE4BA\]\/50{border-color:#ffe4ba80}.border-\[\#FFE4BA\]\/60{border-color:#ffe4ba99}.border-\[\#FFE4BA\]\/70{border-color:#ffe4bab3}.border-\[\#FFE4BA\]\/80{border-color:#ffe4bacc}.border-\[\#ff7a35\]\/10{border-color:#ff7a351a}.border-\[\#ff7a35\]\/20{border-color:#ff7a3533}.border-\[\#ff7a35\]\/30{border-color:#ff7a354d}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-200\/50{border-color:#bfdbfe80}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-current{border-color:currentColor}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/30{border-color:#e5e7eb4d}.border-gray-200\/40{border-color:#e5e7eb66}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-200\/60{border-color:#e5e7eb99}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-orange-100{--tw-border-opacity: 1;border-color:rgb(255 237 213 / var(--tw-border-opacity, 1))}.border-orange-100\/50{border-color:#ffedd580}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-200\/30{border-color:#fed7aa4d}.border-orange-200\/50{border-color:#fed7aa80}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/40{border-color:#fff6}.border-white\/50{border-color:#ffffff80}.border-white\/90{border-color:#ffffffe6}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-l-\[\#FF6B2C\]{--tw-border-opacity: 1;border-left-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.border-r-gray-900\/90{border-right-color:#111827e6}.border-r-gray-900\/95{border-right-color:#111827f2}.border-t-\[\#FF6B2C\]{--tw-border-opacity: 1;border-top-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.border-t-\[\#FF7A35\]{--tw-border-opacity: 1;border-top-color:rgb(255 122 53 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-opacity-20{--tw-border-opacity: .2}.\!bg-\[\#FF6B2C\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 107 44 / var(--tw-bg-opacity, 1))!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.bg-\[\#4B5563\]{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-\[\#4F46E5\]{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-\[\#E6F7FF\]{--tw-bg-opacity: 1;background-color:rgb(230 247 255 / var(--tw-bg-opacity, 1))}.bg-\[\#FF6B2C\]{--tw-bg-opacity: 1;background-color:rgb(255 107 44 / var(--tw-bg-opacity, 1))}.bg-\[\#FF6B2C\]\/10{background-color:#ff6b2c1a}.bg-\[\#FF6B2C\]\/20{background-color:#ff6b2c33}.bg-\[\#FF6B2C\]\/80{background-color:#ff6b2ccc}.bg-\[\#FF7A35\]{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.bg-\[\#FF7A35\]\/10{background-color:#ff7a351a}.bg-\[\#FF7A35\]\/20{background-color:#ff7a3533}.bg-\[\#FF7A35\]\/40{background-color:#ff7a3566}.bg-\[\#FF7A35\]\/5{background-color:#ff7a350d}.bg-\[\#FF7A35\]\/50{background-color:#ff7a3580}.bg-\[\#FF8F59\]{--tw-bg-opacity: 1;background-color:rgb(255 143 89 / var(--tw-bg-opacity, 1))}.bg-\[\#FF965E\]{--tw-bg-opacity: 1;background-color:rgb(255 150 94 / var(--tw-bg-opacity, 1))}.bg-\[\#FFD700\]{--tw-bg-opacity: 1;background-color:rgb(255 215 0 / var(--tw-bg-opacity, 1))}.bg-\[\#FFE4BA\]{--tw-bg-opacity: 1;background-color:rgb(255 228 186 / var(--tw-bg-opacity, 1))}.bg-\[\#FFE4BA\]\/30{background-color:#ffe4ba4d}.bg-\[\#FFE4BA\]\/40{background-color:#ffe4ba66}.bg-\[\#FFE4BA\]\/50{background-color:#ffe4ba80}.bg-\[\#FFE4BA\]\/60{background-color:#ffe4ba99}.bg-\[\#FFE4BA\]\/80{background-color:#ffe4bacc}.bg-\[\#FFF8F3\]{--tw-bg-opacity: 1;background-color:rgb(255 248 243 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF8F3\]\/60{background-color:#fff8f399}.bg-\[\#FFF8F3\]\/80{background-color:#fff8f3cc}.bg-\[\#FFF8F3\]\/85{background-color:#fff8f3d9}.bg-\[\#FFFBF7\]{--tw-bg-opacity: 1;background-color:rgb(255 251 247 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f7f7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}.bg-\[\#ff7a35\]{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.bg-\[\#ff7a35\]\/10{background-color:#ff7a351a}.bg-\[\#ff7a35\]\/20{background-color:#ff7a3533}.bg-\[\#fffbf1\]{--tw-bg-opacity: 1;background-color:rgb(255 251 241 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/80{background-color:#f59e0bcc}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/20{background-color:#10b98133}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/30{background-color:#e5e7eb4d}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-300\/20{background-color:#d1d5db33}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-400\/25{background-color:#9ca3af40}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/40{background-color:#f9fafb66}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900\/90{background-color:#111827e6}.bg-gray-900\/95{background-color:#111827f2}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/80{background-color:#22c55ecc}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-lime-500{--tw-bg-opacity: 1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-50\/50{background-color:#fff7ed80}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/30{background-color:#fef2f24d}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-900\/20{background-color:#7f1d1d33}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-0{--tw-bg-opacity: 0}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-70{--tw-bg-opacity: .7}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-80{--tw-bg-opacity: .8}.bg-opacity-90{--tw-bg-opacity: .9}.bg-\[radial-gradient\(circle_at_20\%_30\%\,rgba\(100\,116\,139\,0\.02\)_0\%\,transparent_50\%\)\]{background-image:radial-gradient(circle at 20% 30%,rgba(100,116,139,.02) 0%,transparent 50%)}.bg-\[radial-gradient\(circle_at_80\%_70\%\,rgba\(71\,85\,105\,0\.015\)_0\%\,transparent_40\%\)\]{background-image:radial-gradient(circle at 80% 70%,rgba(71,85,105,.015) 0%,transparent 40%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#FF6B2C\]{--tw-gradient-from: #FF6B2C var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF6B2C\]\/0{--tw-gradient-from: rgb(255 107 44 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF6B2C\]\/10{--tw-gradient-from: rgb(255 107 44 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF6B2C\]\/20{--tw-gradient-from: rgb(255 107 44 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF6B2C\]\/5{--tw-gradient-from: rgb(255 107 44 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF6B2C\]\/80{--tw-gradient-from: rgb(255 107 44 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF7A35\]{--tw-gradient-from: #FF7A35 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF7A35\]\/10{--tw-gradient-from: rgb(255 122 53 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF7A35\]\/20{--tw-gradient-from: rgb(255 122 53 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF8F5C\]{--tw-gradient-from: #FF8F5C var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 143 92 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF965E\]{--tw-gradient-from: #FF965E var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 150 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FF965E\]\/20{--tw-gradient-from: rgb(255 150 94 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 150 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FFE4BA\]{--tw-gradient-from: #FFE4BA var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 228 186 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FFE4BA\]\/40{--tw-gradient-from: rgb(255 228 186 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 228 186 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FFEBDB\]{--tw-gradient-from: #FFEBDB var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 235 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#FFF8F3\]{--tw-gradient-from: #FFF8F3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 248 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ff7a35\]{--tw-gradient-from: #ff7a35 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ff9a9e\]{--tw-gradient-from: #ff9a9e var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 154 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ff9c65\]{--tw-gradient-from: #ff9c65 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 156 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#ffb88c\]{--tw-gradient-from: #ffb88c var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 184 140 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/90{--tw-gradient-from: rgb(0 0 0 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-200{--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/5{--tw-gradient-from: rgb(59 130 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50{--tw-gradient-from: #ecfeff var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200\/40{--tw-gradient-from: rgb(229 231 235 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-100{--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50\/50{--tw-gradient-from: rgb(255 247 237 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from: #c084fc var(--tw-gradient-from-position);--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-100{--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/5{--tw-gradient-from: rgb(239 68 68 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-600{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900\/95{--tw-gradient-from: rgb(15 23 42 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/0{--tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/40{--tw-gradient-from: rgb(255 255 255 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from: #fde047 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#FF6B2C\]\/10{--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 107 44 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FF7A35\]{--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FF7A35 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FFE4BA20\]{--tw-gradient-to: rgb(255 228 186 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFE4BA20 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FFE4BA\]\/20{--tw-gradient-to: rgb(255 228 186 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 186 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FFE4BA\]\/60{--tw-gradient-to: rgb(255 228 186 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 228 186 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#FFF8F3\]{--tw-gradient-to: rgb(255 248 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #FFF8F3 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#ff965e\]{--tw-gradient-to: rgb(255 150 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ff965e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/20{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-emerald-50{--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-200\/30{--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-300{--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/10{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-50\/20{--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 250 251 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-orange-300{--tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-200{--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-50{--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-600{--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800\/95{--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(30 41 59 / .95) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/10{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/30{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/90{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .9) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#FF6B2C\]{--tw-gradient-to: #FF6B2C var(--tw-gradient-to-position)}.to-\[\#FF6B2C\]\/15{--tw-gradient-to: rgb(255 107 44 / .15) var(--tw-gradient-to-position)}.to-\[\#FF7A35\]{--tw-gradient-to: #FF7A35 var(--tw-gradient-to-position)}.to-\[\#FF7A35\]\/10{--tw-gradient-to: rgb(255 122 53 / .1) var(--tw-gradient-to-position)}.to-\[\#FF7A35\]\/5{--tw-gradient-to: rgb(255 122 53 / .05) var(--tw-gradient-to-position)}.to-\[\#FF8F59\]{--tw-gradient-to: #FF8F59 var(--tw-gradient-to-position)}.to-\[\#FF8F5C\]{--tw-gradient-to: #FF8F5C var(--tw-gradient-to-position)}.to-\[\#FF965E\]{--tw-gradient-to: #FF965E var(--tw-gradient-to-position)}.to-\[\#FF965E\]\/0{--tw-gradient-to: rgb(255 150 94 / 0) var(--tw-gradient-to-position)}.to-\[\#FF965E\]\/10{--tw-gradient-to: rgb(255 150 94 / .1) var(--tw-gradient-to-position)}.to-\[\#FF965E\]\/70{--tw-gradient-to: rgb(255 150 94 / .7) var(--tw-gradient-to-position)}.to-\[\#FF9A35\]{--tw-gradient-to: #FF9A35 var(--tw-gradient-to-position)}.to-\[\#FF9F6B\]{--tw-gradient-to: #FF9F6B var(--tw-gradient-to-position)}.to-\[\#FFE4BA\]{--tw-gradient-to: #FFE4BA var(--tw-gradient-to-position)}.to-\[\#FFE4BA\]\/30{--tw-gradient-to: rgb(255 228 186 / .3) var(--tw-gradient-to-position)}.to-\[\#FFE4BA\]\/40{--tw-gradient-to: rgb(255 228 186 / .4) var(--tw-gradient-to-position)}.to-\[\#FFE4BA\]\/50{--tw-gradient-to: rgb(255 228 186 / .5) var(--tw-gradient-to-position)}.to-\[\#FFE4BA\]\/60{--tw-gradient-to: rgb(255 228 186 / .6) var(--tw-gradient-to-position)}.to-\[\#FFF8F3\]{--tw-gradient-to: #FFF8F3 var(--tw-gradient-to-position)}.to-\[\#FFF8F3\]\/50{--tw-gradient-to: rgb(255 248 243 / .5) var(--tw-gradient-to-position)}.to-\[\#e55a20\]{--tw-gradient-to: #e55a20 var(--tw-gradient-to-position)}.to-\[\#ff5252\]{--tw-gradient-to: #ff5252 var(--tw-gradient-to-position)}.to-\[\#ff7a35\]{--tw-gradient-to: #ff7a35 var(--tw-gradient-to-position)}.to-\[\#ff965e\]{--tw-gradient-to: #ff965e var(--tw-gradient-to-position)}.to-amber-100{--tw-gradient-to: #fef3c7 var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to: #f59e0b var(--tw-gradient-to-position)}.to-black\/10{--tw-gradient-to: rgb(0 0 0 / .1) var(--tw-gradient-to-position)}.to-black\/30{--tw-gradient-to: rgb(0 0 0 / .3) var(--tw-gradient-to-position)}.to-black\/50{--tw-gradient-to: rgb(0 0 0 / .5) var(--tw-gradient-to-position)}.to-black\/70{--tw-gradient-to: rgb(0 0 0 / .7) var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-500\/5{--tw-gradient-to: rgb(59 130 246 / .05) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-600\/5{--tw-gradient-to: rgb(37 99 235 / .05) var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to: #34d399 var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-100\/50{--tw-gradient-to: rgb(243 244 246 / .5) var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.to-gray-200\/40{--tw-gradient-to: rgb(229 231 235 / .4) var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-200{--tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to: #f472b6 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-red-100{--tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)}.to-red-400{--tw-gradient-to: #f87171 var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.to-red-600\/5{--tw-gradient-to: rgb(220 38 38 / .05) var(--tw-gradient-to-position)}.to-rose-500{--tw-gradient-to: #f43f5e var(--tw-gradient-to-position)}.to-slate-900\/95{--tw-gradient-to: rgb(15 23 42 / .95) var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-300{--tw-gradient-to: #fde047 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-\[\#FF6B2C\]{fill:#ff6b2c}.fill-current{fill:currentColor}.fill-transparent{fill:transparent}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-semibold{font-weight:600!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-\[\#FF6B2C\]{--tw-text-opacity: 1 !important;color:rgb(255 107 44 / var(--tw-text-opacity, 1))!important}.\!text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.\!text-red-500{--tw-text-opacity: 1 !important;color:rgb(239 68 68 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#0070CC\]{--tw-text-opacity: 1;color:rgb(0 112 204 / var(--tw-text-opacity, 1))}.text-\[\#0091FF\]{--tw-text-opacity: 1;color:rgb(0 145 255 / var(--tw-text-opacity, 1))}.text-\[\#2D3748\]{--tw-text-opacity: 1;color:rgb(45 55 72 / var(--tw-text-opacity, 1))}.text-\[\#FF6B2C\]{--tw-text-opacity: 1;color:rgb(255 107 44 / var(--tw-text-opacity, 1))}.text-\[\#FF7A35\]{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.text-\[\#FF965E\]{--tw-text-opacity: 1;color:rgb(255 150 94 / var(--tw-text-opacity, 1))}.text-\[\#FFD700\]{--tw-text-opacity: 1;color:rgb(255 215 0 / var(--tw-text-opacity, 1))}.text-\[\#ff7a35\]{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.text-\[\#ff7a35\]\/20{color:#ff7a3533}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-teal-800{--tw-text-opacity: 1;color:rgb(17 94 89 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.accent-\[\#FF6B2C\]{accent-color:#FF6B2C}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[0\.08\]{opacity:.08}.opacity-\[0\.09\]{opacity:.09}.opacity-\[0\.10\]{opacity:.1}.opacity-\[0\.11\]{opacity:.11}.opacity-\[0\.12\]{opacity:.12}.opacity-\[0\.13\]{opacity:.13}.opacity-\[0\.14\]{opacity:.14}.opacity-\[0\.15\]{opacity:.15}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_3px_rgba\(255\,106\,44\,0\.15\)\]{--tw-shadow: 0 0 0 3px rgba(255,106,44,.15);--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(255\,107\,44\,0\.15\)\]{--tw-shadow: 0 10px 30px rgba(255,107,44,.15);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(255\,107\,44\,0\.35\)\]{--tw-shadow: 0 4px 12px rgba(255,107,44,.35);--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_5px_15px_rgba\(255\,107\,44\,0\.3\)\]{--tw-shadow: 0 5px 15px rgba(255,107,44,.3);--tw-shadow-colored: 0 5px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_30px_rgb\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 8px 30px rgb(0,0,0,.12);--tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#FF6B2C\]\/30{--tw-shadow-color: rgb(255 107 44 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-500\/30{--tw-shadow-color: rgb(16 185 129 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-100\/20{--tw-shadow-color: rgb(243 244 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-100\/30{--tw-shadow-color: rgb(255 237 213 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-400\/20{--tw-shadow-color: rgb(251 146 60 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/15{--tw-shadow-color: rgb(249 115 22 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/25{--tw-shadow-color: rgb(249 115 22 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/20{--tw-shadow-color: rgb(168 85 247 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-\[\#FF6B2C\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 107 44 / var(--tw-ring-opacity, 1))}.ring-\[\#FF7A35\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 122 53 / var(--tw-ring-opacity, 1))}.ring-\[\#FF7A35\]\/20{--tw-ring-color: rgb(255 122 53 / .2)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1))}.ring-gray-200\/20{--tw-ring-color: rgb(229 231 235 / .2)}.ring-green-600\/20{--tw-ring-color: rgb(22 163 74 / .2)}.ring-orange-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.ring-red-600\/20{--tw-ring-color: rgb(220 38 38 / .2)}.ring-yellow-600\/20{--tw-ring-color: rgb(202 138 4 / .2)}.ring-opacity-5{--tw-ring-opacity: .05}.ring-opacity-60{--tw-ring-opacity: .6}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[2px\]{--tw-blur: blur(2px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-lg{--tw-blur: blur(16px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);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)}.brightness-75{--tw-brightness: brightness(.75);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-3xl{--tw-backdrop-blur: blur(64px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-1000{transition-delay:1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-75{transition-delay:75ms}.\!duration-200{transition-duration:.2s!important}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-\[width\]{will-change:width}.will-change-transform{will-change:transform}.\[animation-delay\:-0\.15s\]{animation-delay:-.15s}.\[animation-delay\:-0\.3s\]{animation-delay:-.3s}.tiptap-table{border-collapse:collapse;width:100%;table-layout:fixed;overflow:hidden;margin:1rem 0;min-width:100%}.tiptap-table td,.tiptap-table th{border:2px solid #ddd;padding:.5rem;position:relative;min-width:150px}.tiptap-table th{background-color:#fff8f3;font-weight:700;color:#ff6b2c}.tiptap-table .selectedCell{background-color:#ffe4ba}.tiptap-table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#ff6b2c;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.tiptap-table .column-resize-handle:after{content:"";position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#ff6b2c;opacity:0;transition:opacity .2s}.tiptap-table .column-resize-handle:hover:after{opacity:1}.tiptap-table p{margin:0}.tableWrapper::-webkit-scrollbar{height:8px;width:8px}.tableWrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb{background:#ff6b2c;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb:hover{background:#ff7a35}@keyframes vibrate{0%{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-2px,-2px)}to{transform:translate(2px,2px)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out forwards}@keyframes softBreathe{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-softBreathe{animation:softBreathe 15s ease-in-out infinite}@supports (-webkit-appearance: none){*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}*::-webkit-scrollbar-thumb{background:#ff7a35;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background:#ff965e}}:root{--primary-color: #FF6B2C;--secondary-color: #FF7A35;--tertiary-color: #FF965E}*:focus{outline-color:var(--primary-color)!important}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--primary-color)!important}.MuiInputLabel-root.Mui-focused,.MuiButtonBase-root.Mui-focused,.MuiRadio-root.Mui-checked,.MuiCheckbox-root.Mui-checked,.MuiSwitch-root .Mui-checked{color:var(--primary-color)!important}.MuiSwitch-root .Mui-checked+.MuiSwitch-track{background-color:var(--tertiary-color)!important}.MuiSelect-root.Mui-focused{color:var(--primary-color)!important}.MuiTouchRipple-rippleVisible{color:var(--tertiary-color)!important}@media (max-width: 380px){.hide-below-380{display:none}}.MuiCardContent-root{padding:0!important}.prose table,.tiptap-table,[class*=prose] table{border-collapse:collapse;width:100%;table-layout:fixed;overflow:hidden;margin:1rem 0}.prose table td,.prose table th,.tiptap-table td,.tiptap-table th,[class*=prose] table td,[class*=prose] table th{border:2px solid #ddd;padding:.5rem;position:relative;min-width:150px;width:150px}.prose table th,.tiptap-table th,[class*=prose] table th{background-color:#fff8f3;font-weight:700;color:#ff6b2c}.prose table p,.tiptap-table p,[class*=prose] table p{margin:0}.tableWrapper{margin:1rem 0;overflow-x:auto}.tableWrapper::-webkit-scrollbar{height:8px;background-color:#f1f1f1;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb{background-color:#ff6b2c;border-radius:4px}.tableWrapper::-webkit-scrollbar-thumb:hover{background-color:#ff7a35}.bg-primary-100{background-color:#fff8f3}.bg-primary-200{background-color:#ffe4ba}.border-primary-500{border-color:#ff6b2c}.hover\:bg-primary-200:hover{background-color:#ffe4ba}.tiptap-content{font-family:inherit;line-height:1.6;color:#333}.tiptap-content p{margin-bottom:.75rem}.tiptap-content ul,.tiptap-content ol{padding-left:1.5rem;margin-bottom:1rem}.tiptap-content ul{list-style-type:disc}.tiptap-content ol{list-style-type:decimal}.tiptap-content li{margin-bottom:.25rem}.tiptap-content a{color:#ff6b2c;text-decoration:underline}.tiptap-content a:hover{color:#ff7a35}.tiptap-content blockquote{border-left:3px solid #FF6B2C;padding-left:1rem;margin:1rem 0;color:#666;font-style:italic}.tiptap-content code{background-color:#f1f1f1;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.tiptap-content pre{background-color:#f1f1f1;padding:.75rem 1rem;border-radius:.5rem;margin:1rem 0;overflow-x:auto}.tiptap-content img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.tiptap-content h1,.tiptap-content h2,.tiptap-content h3,.tiptap-content h4,.tiptap-content h5,.tiptap-content h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:#333}.tiptap-content h1{font-size:1.5rem}.tiptap-content h2{font-size:1.3rem}.tiptap-content h3{font-size:1.1rem}.tooltip-wrapper-photo-editor{position:relative;display:inline-block}.tooltip-content-photo-editor{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease,transform .2s ease;z-index:9999;box-shadow:0 4px 12px #0000004d}.tooltip-content-photo-editor:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a202c}.tooltip-wrapper-photo-editor:hover .tooltip-content-photo-editor{opacity:1;transform:translate(-50%) translateY(-4px)}@media (min-width: 640px){.sm\:text-xs{font-size:.75rem!important;line-height:1rem!important}.sm\:\!text-sm,.sm\:text-sm{font-size:.935rem!important;line-height:1.35rem!important}.sm\:text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.sm\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.sm\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}}@media (min-width: 768px){.md\:text-sm{font-size:.935rem!important;line-height:1.35rem!important}.md\:text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.md\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}}@media (min-width: 1024px){.lg\:text-lg{font-size:1.125rem!important;line-height:1.75rem!important}}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:w-1:before{content:var(--tw-content);width:.25rem}.before\:bg-blue-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.before\:bg-gray-300:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.before\:bg-green-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.before\:bg-orange-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.before\:bg-purple-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.before\:bg-yellow-500:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.after\:bg-gray-400:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.after\:content-\[\\\'\\\'\]:after{--tw-content: \'\';content:var(--tw-content)}.last\:border-0:last-child{border-width:0px}.last\:pb-0:last-child{padding-bottom:0}.checked\:border-transparent:checked{border-color:transparent}.checked\:bg-\[\#FF7A35\]:checked{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:gap-2:hover{gap:.5rem}.hover\:gap-3:hover{gap:.75rem}.hover\:border-\[\#0A66C2\]:hover{--tw-border-opacity: 1;border-color:rgb(10 102 194 / var(--tw-border-opacity, 1))}.hover\:border-\[\#1877F2\]:hover{--tw-border-opacity: 1;border-color:rgb(24 119 242 / var(--tw-border-opacity, 1))}.hover\:border-\[\#1DA1F2\]:hover{--tw-border-opacity: 1;border-color:rgb(29 161 242 / var(--tw-border-opacity, 1))}.hover\:border-\[\#25D366\]:hover{--tw-border-opacity: 1;border-color:rgb(37 211 102 / var(--tw-border-opacity, 1))}.hover\:border-\[\#EA4335\]:hover{--tw-border-opacity: 1;border-color:rgb(234 67 53 / var(--tw-border-opacity, 1))}.hover\:border-\[\#FF5722\]:hover{--tw-border-opacity: 1;border-color:rgb(255 87 34 / var(--tw-border-opacity, 1))}.hover\:border-\[\#FF6B2C\]:hover{--tw-border-opacity: 1;border-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.hover\:border-\[\#FF6B2C\]\/30:hover{border-color:#ff6b2c4d}.hover\:border-\[\#FF6B2C\]\/40:hover{border-color:#ff6b2c66}.hover\:border-\[\#FF7A35\]:hover{--tw-border-opacity: 1;border-color:rgb(255 122 53 / var(--tw-border-opacity, 1))}.hover\:border-\[\#FF7A35\]\/20:hover{border-color:#ff7a3533}.hover\:border-\[\#FFE4BA\]:hover{--tw-border-opacity: 1;border-color:rgb(255 228 186 / var(--tw-border-opacity, 1))}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:border-blue-300\/50:hover{border-color:#93c5fd80}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-300\/60:hover{border-color:#d1d5db99}.hover\:border-gray-300\/70:hover{border-color:#d1d5dbb3}.hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.hover\:border-orange-300\/50:hover{border-color:#fdba7480}.hover\:border-orange-300\/70:hover{border-color:#fdba74b3}.hover\:border-orange-400:hover{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.hover\:border-red-300\/60:hover{border-color:#fca5a599}.hover\:border-white\/60:hover{border-color:#fff9}.hover\:border-yellow-200:hover{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.hover\:border-yellow-300:hover{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.hover\:border-opacity-60:hover{--tw-border-opacity: .6}.hover\:\!bg-\[\#FF965E\]:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 150 94 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-\[\#FFF8F3\]:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 248 243 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.hover\:bg-\[\#0A66C2\]:hover{--tw-bg-opacity: 1;background-color:rgb(10 102 194 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1877F2\]:hover{--tw-bg-opacity: 1;background-color:rgb(24 119 242 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#1DA1F2\]:hover{--tw-bg-opacity: 1;background-color:rgb(29 161 242 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#25D366\]:hover{--tw-bg-opacity: 1;background-color:rgb(37 211 102 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#374151\]:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E55A1B\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 90 27 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E55A20\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 90 32 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#E86A25\]:hover{--tw-bg-opacity: 1;background-color:rgb(232 106 37 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#EA4335\]:hover{--tw-bg-opacity: 1;background-color:rgb(234 67 53 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F76A3B\]:hover{--tw-bg-opacity: 1;background-color:rgb(247 106 59 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF6A25\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 106 37 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF6B2C\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 107 44 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF6B2C\]\/10:hover{background-color:#ff6b2c1a}.hover\:bg-\[\#FF6B2C\]\/20:hover{background-color:#ff6b2c33}.hover\:bg-\[\#FF6B2C\]\/80:hover{background-color:#ff6b2ccc}.hover\:bg-\[\#FF7A35\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF7A35\]\/10:hover{background-color:#ff7a351a}.hover\:bg-\[\#FF8F35\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 143 53 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF8F59\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 143 89 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF965E\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 150 94 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FF965F\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 150 95 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFD4A0\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 212 160 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFD7BE\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 215 190 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFE4BA\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 228 186 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFE4BA\]\/20:hover{background-color:#ffe4ba33}.hover\:bg-\[\#FFF8F3\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 248 243 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#e55a20\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 90 32 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff6b2c\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 107 44 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff8d4f\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 141 79 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff8f35\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 143 53 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#ff965e\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 150 94 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/30:hover{background-color:#0000004d}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500\/80:hover{background-color:#3b82f6cc}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500:hover{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200\/60:hover{background-color:#e5e7eb99}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/60:hover{background-color:#f9fafb99}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(199 210 254 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-100\/70:hover{background-color:#ffedd5b3}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50\/20:hover{background-color:#fff7ed33}.hover\:bg-orange-50\/30:hover{background-color:#fff7ed4d}.hover\:bg-orange-50\/50:hover{background-color:#fff7ed80}.hover\:bg-orange-500:hover{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/80:hover{background-color:#ef4444cc}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/75:hover{background-color:#ffffffbf}.hover\:bg-white\/80:hover{background-color:#fffc}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-100:hover{--tw-bg-opacity: 1}.hover\:bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-\[\#FF5722\]:hover{--tw-gradient-from: #FF5722 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 87 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#FF6B2C\]:hover{--tw-gradient-from: #FF6B2C var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#FF6B2C\]\/10:hover{--tw-gradient-from: rgb(255 107 44 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#FF6B2C\]\/50:hover{--tw-gradient-from: rgb(255 107 44 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#FF7A35\]:hover{--tw-gradient-from: #FF7A35 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 122 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#FFF8F3\]:hover{--tw-gradient-from: #FFF8F3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 248 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-\[\#ff8a47\]:hover{--tw-gradient-from: #ff8a47 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 138 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-100:hover{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-50:hover{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-100:hover{--tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-yellow-100:hover{--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#FF5A15\]:hover{--tw-gradient-to: #FF5A15 var(--tw-gradient-to-position)}.hover\:to-\[\#FF6B2C\]:hover{--tw-gradient-to: #FF6B2C var(--tw-gradient-to-position)}.hover\:to-\[\#FF7043\]:hover{--tw-gradient-to: #FF7043 var(--tw-gradient-to-position)}.hover\:to-\[\#FF965E\]:hover{--tw-gradient-to: #FF965E var(--tw-gradient-to-position)}.hover\:to-\[\#FF965E\]\/10:hover{--tw-gradient-to: rgb(255 150 94 / .1) var(--tw-gradient-to-position)}.hover\:to-\[\#FFE4BA\]:hover{--tw-gradient-to: #FFE4BA var(--tw-gradient-to-position)}.hover\:to-\[\#ff6b2c\]:hover{--tw-gradient-to: #ff6b2c var(--tw-gradient-to-position)}.hover\:to-blue-100:hover{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.hover\:to-emerald-100:hover{--tw-gradient-to: #d1fae5 var(--tw-gradient-to-position)}.hover\:to-indigo-100:hover{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.hover\:to-orange-100:hover{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.hover\:to-pink-100:hover{--tw-gradient-to: #fce7f3 var(--tw-gradient-to-position)}.hover\:to-violet-50:hover{--tw-gradient-to: #f5f3ff var(--tw-gradient-to-position)}.hover\:text-\[\#FF5722\]:hover{--tw-text-opacity: 1;color:rgb(255 87 34 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FF6B2C\]:hover{--tw-text-opacity: 1;color:rgb(255 107 44 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FF7A35\]:hover{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FF8F59\]:hover{--tw-text-opacity: 1;color:rgb(255 143 89 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FF965E\]:hover{--tw-text-opacity: 1;color:rgb(255 150 94 / var(--tw-text-opacity, 1))}.hover\:text-\[\#ff6b2c\]:hover{--tw-text-opacity: 1;color:rgb(255 107 44 / var(--tw-text-opacity, 1))}.hover\:text-\[\#ff7a35\]:hover{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.hover\:text-\[\#ff965e\]:hover{--tw-text-opacity: 1;color:rgb(255 150 94 / var(--tw-text-opacity, 1))}.hover\:text-amber-500:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow:hover{--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)}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_8px_25px_rgba\(255\,107\,44\,0\.4\)\]:hover{--tw-shadow: 0 8px 25px rgba(255,107,44,.4);--tw-shadow-colored: 0 8px 25px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[\#FF6B2C\]\/20:hover{--tw-shadow-color: rgb(255 107 44 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-\[\#FF6B2C\]\/40:hover{--tw-shadow-color: rgb(255 107 44 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/30:hover{--tw-shadow-color: rgb(229 231 235 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-300\/20:hover{--tw-shadow-color: rgb(209 213 219 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-orange-200\/40:hover{--tw-shadow-color: rgb(254 215 170 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-4:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-\[\#FF6B2C\]\/20:hover{--tw-ring-color: rgb(255 107 44 / .2)}.hover\:ring-\[\#FF7A35\]\/20:hover{--tw-ring-color: rgb(255 122 53 / .2)}.hover\:ring-offset-2:hover{--tw-ring-offset-width: 2px}.focus\:border-\[\#FF6B2C\]:focus{--tw-border-opacity: 1;border-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.focus\:border-\[\#FF7A35\]:focus{--tw-border-opacity: 1;border-color:rgb(255 122 53 / var(--tw-border-opacity, 1))}.focus\:border-\[\#FF965E\]:focus{--tw-border-opacity: 1;border-color:rgb(255 150 94 / var(--tw-border-opacity, 1))}.focus\:border-orange-300:focus{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-\[\#FF6B2C\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 107 44 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#FF7A35\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 122 53 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#FF7A35\]\/50:focus{--tw-ring-color: rgb(255 122 53 / .5)}.focus\:ring-\[\#FF965E\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 150 94 / var(--tw-ring-opacity, 1))}.focus\:ring-\[\#ff7a35\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 122 53 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 122 53 / var(--tw-ring-opacity, 1))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-white\/50:focus{--tw-ring-color: rgb(255 255 255 / .5)}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-1:focus{--tw-ring-offset-width: 1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:border-\[\#FF7A35\]:active{--tw-border-opacity: 1;border-color:rgb(255 122 53 / var(--tw-border-opacity, 1))}.active\:bg-\[\#E75B1C\]:active{--tw-bg-opacity: 1;background-color:rgb(231 91 28 / var(--tw-bg-opacity, 1))}.active\:bg-\[\#ff7a35\]\/80:active{background-color:#ff7a35cc}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:hover\:scale-100:hover:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:hover\:shadow-none:hover:disabled{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:h-full{height:100%}.group\/link:hover .group-hover\/link\:translate-x-1,.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\: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))}.group:hover .group-hover\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:gap-2{gap:.5rem}.group:hover .group-hover\:border-\[\#FF6B2C\]{--tw-border-opacity: 1;border-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-\[\#FFE4BA\]{--tw-border-opacity: 1;border-color:rgb(255 228 186 / var(--tw-border-opacity, 1))}.group\/mission:hover .group-hover\/mission\:bg-\[\#FFE4BA\]{--tw-bg-opacity: 1;background-color:rgb(255 228 186 / var(--tw-bg-opacity, 1))}.group\/overlay:hover .group-hover\/overlay\:bg-\[\#FF6B2C\]\/20,.group:hover .group-hover\:bg-\[\#FF6B2C\]\/20{background-color:#ff6b2c33}.group:hover .group-hover\:bg-\[\#FF7A35\]{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-\[\#FF7A35\]\/10{background-color:#ff7a351a}.group:hover .group-hover\:bg-black\/50{background-color:#00000080}.group:hover .group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-gray-50\/80{background-color:#f9fafbcc}.group:hover .group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-opacity-20{--tw-bg-opacity: .2}.group:hover .group-hover\:from-\[\#FF6B2C\]\/10{--tw-gradient-from: rgb(255 107 44 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 107 44 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-black\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:to-\[\#FF965E\]\/10{--tw-gradient-to: rgb(255 150 94 / .1) var(--tw-gradient-to-position)}.group:hover .group-hover\:to-black\/80{--tw-gradient-to: rgb(0 0 0 / .8) var(--tw-gradient-to-position)}.group\/mission:hover .group-hover\/mission\:text-\[\#FF7A35\]{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-\[\#FF6B2C\]{--tw-text-opacity: 1;color:rgb(255 107 44 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-\[\#FF7A35\]{--tw-text-opacity: 1;color:rgb(255 122 53 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group:active .group-active\:opacity-100{opacity:1}.peer:checked~.peer-checked\:border-\[\#FF6B2C\]{--tw-border-opacity: 1;border-color:rgb(255 107 44 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:bg-\[\#FF6B2C\]{--tw-bg-opacity: 1;background-color:rgb(255 107 44 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:opacity-100{opacity:1}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-orange-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1))}@media (min-width: 640px){.sm\:\!relative{position:relative!important}.sm\:inset-2{inset:.5rem}.sm\:left-auto{left:auto}.sm\:right-0{right:0}.sm\:right-4{right:1rem}.sm\:right-6{right:1.5rem}.sm\:top-0{top:0}.sm\:top-4{top:1rem}.sm\:top-6{top:1.5rem}.sm\:order-none{order:0}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-0{margin-bottom:0}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-1{margin-left:.25rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-auto{margin-left:auto}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mr-12{margin-right:3rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-2{height:.5rem}.sm\:h-20{height:5rem}.sm\:h-3{height:.75rem}.sm\:h-32{height:8rem}.sm\:h-4{height:1rem}.sm\:h-40{height:10rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-8{height:2rem}.sm\:h-80{height:20rem}.sm\:h-\[18px\]{height:18px}.sm\:h-\[28px\]{height:28px}.sm\:h-\[45px\]{height:45px}.sm\:h-auto{height:auto}.sm\:max-h-\[400px\]{max-height:400px}.sm\:max-h-\[85vh\]{max-height:85vh}.sm\:max-h-\[95vh\]{max-height:95vh}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:w-10{width:2.5rem}.sm\:w-11{width:2.75rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-2\/3{width:66.666667%}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-3{width:.75rem}.sm\:w-32{width:8rem}.sm\:w-4{width:1rem}.sm\:w-40{width:10rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-\[18px\]{width:18px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[200px\]{min-width:200px}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-\[320px\]{max-width:320px}.sm\:max-w-full{max-width:100%}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1 1 0%}.sm\:flex-initial{flex:0 1 auto}.sm\:translate-y-2{--tw-translate-y: .5rem;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))}.sm\:columns-2{-moz-columns:2;columns:2}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-\[40px\]{border-radius:40px}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-10{padding:2.5rem}.sm\:p-12{padding:3rem}.sm\:p-2{padding:.5rem}.sm\:p-2\.5{padding:.625rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pr-2{padding-right:.5rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-8{padding-top:2rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:\!text-base{font-size:1rem!important;line-height:1.5rem!important}.sm\:\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:font-semibold{font-weight:600}.sm\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}}@media (min-width: 768px){.md\:relative{position:relative}.md\:-bottom-20{bottom:-5rem}.md\:-left-16{left:-4rem}.md\:bottom-10{bottom:2.5rem}.md\:bottom-4{bottom:1rem}.md\:bottom-6{bottom:1.5rem}.md\:left-4{left:1rem}.md\:left-6{left:1.5rem}.md\:left-8{left:2rem}.md\:right-4{right:1rem}.md\:right-6{right:1.5rem}.md\:top-6{top:1.5rem}.md\:z-50{z-index:50}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:-mb-0{margin-bottom:-0px}.md\:mb-0{margin-bottom:0}.md\:mb-4{margin-bottom:1rem}.md\:ml-16{margin-left:4rem}.md\:ml-4{margin-left:1rem}.md\:mr-4{margin-right:1rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-12{margin-top:3rem}.md\:mt-16{margin-top:4rem}.md\:mt-4{margin-top:1rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:h-24{height:6rem}.md\:h-28{height:7rem}.md\:h-3{height:.75rem}.md\:h-32{height:8rem}.md\:h-40{height:10rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-64{height:16rem}.md\:h-7{height:1.75rem}.md\:h-72{height:18rem}.md\:h-\[32px\]{height:32px}.md\:h-\[55px\]{height:55px}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-14{width:3.5rem}.md\:w-20{width:5rem}.md\:w-3{width:.75rem}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-5{width:1.25rem}.md\:w-56{width:14rem}.md\:w-6{width:1.5rem}.md\:w-7{width:1.75rem}.md\:w-8{width:2rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:min-w-\[250px\]{min-width:250px}.md\:max-w-md{max-width:28rem}.md\:max-w-sm{max-width:24rem}.md\:flex-none{flex:none}.md\:translate-x-0{--tw-translate-x: 0px;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))}.md\:translate-y-\[-1rem\]{--tw-translate-y: -1rem;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))}.md\:cursor-default{cursor:default}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0px}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-8{gap:2rem}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-full{border-radius:9999px}.md\:bg-\[\#FF7A35\]{--tw-bg-opacity: 1;background-color:rgb(255 122 53 / var(--tw-bg-opacity, 1))}.md\:from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.md\:via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.md\:to-black\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position)}.md\:p-10{padding:2.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:pb-0{padding-bottom:0}.md\:pb-4{padding-bottom:1rem}.md\:pl-0{padding-left:0}.md\:pl-\[220px\]{padding-left:220px}.md\:pr-4{padding-right:1rem}.md\:pt-0{padding-top:0}.md\:pt-14{padding-top:3.5rem}.md\:pt-20{padding-top:5rem}.md\:pt-28{padding-top:7rem}.md\:pt-6{padding-top:1.5rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.md\:opacity-0{opacity:0}.md\:opacity-60{opacity:.6}.md\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group\/overlay:hover .md\:group-hover\/overlay\:max-h-96{max-height:24rem}.group:hover .md\:group-hover\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .md\:group-hover\:opacity-100{opacity:1}.group:hover .md\:group-hover\:opacity-80{opacity:.8}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mb-0{margin-bottom:0}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:hidden{display:none}.lg\:h-14{height:3.5rem}.lg\:h-8{height:2rem}.lg\:h-80{height:20rem}.lg\:h-\[35px\]{height:35px}.lg\:h-\[58px\]{height:58px}.lg\:h-auto{height:auto}.lg\:max-h-\[95vh\]{max-height:95vh}.lg\:w-14{width:3.5rem}.lg\:w-8{width:2rem}.lg\:w-auto{width:auto}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-6xl{max-width:72rem}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:columns-3{-moz-columns:3;columns:3}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-2{gap:.5rem}.lg\:gap-20{gap:5rem}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:rounded-\[40px\]{border-radius:40px}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:pl-\[220px\]{padding-left:220px}.lg\:pt-14{padding-top:3.5rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-4{padding-top:1rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:col-span-1{grid-column:span 1 / span 1}.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-\[38px\]{height:38px}.xl\:h-\[60px\]{height:60px}.xl\:max-w-4xl{max-width:56rem}.xl\:columns-4{-moz-columns:4;columns:4}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 360px){.xxxs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 430px){.xs\:inline{display:inline}.xs\:hidden{display:none}.xs\:h-\[24px\]{height:24px}.xs\:h-\[42px\]{height:42px}.xs\:flex-row{flex-direction:row}}@media (max-width: 767px){.mobile\:-top-14{top:-3.5rem}.mobile\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile\:gap-6{gap:1.5rem}}@media (min-width: 768px) and (max-width: 980px){.tablet\:-top-14{top:-3.5rem}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:gap-8{gap:2rem}}@media (min-width: 981px){.desktop\:mt-16{margin-top:4rem}.desktop\:block{display:block}.desktop\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop\:bg-transparent{background-color:transparent}}@media print{.print\:hidden{display:none}}
