/* KingMedia Blocks | hash:8a61e81c */
:root{--km-primary:#2563eb;--km-font:inherit;--km-radius:8px;--km-shadow:0 4px 16px rgba(0,0,0,.1);--km-max-width:1280px;}.flex{display:flex !important;}.grid{display:grid !important;}.hidden{display:none !important;}.flex-col{flex-direction:column !important;}.flex-wrap{flex-wrap:wrap !important;}.items-center{align-items:center !important;}.items-start{align-items:flex-start !important;}.items-end{align-items:flex-end !important;}.justify-center{justify-content:center !important;}.justify-between{justify-content:space-between !important;}.justify-end{justify-content:flex-end !important;}.gap-0{gap:0 !important;}.gap-2{gap:0.5rem !important;}.gap-4{gap:1rem !important;}.gap-6{gap:1.5rem !important;}.gap-8{gap:2rem !important;}.gap-12{gap:3rem !important;}.cols-1{grid-template-columns:repeat(1,1fr) !important;}.cols-2{grid-template-columns:repeat(2,1fr) !important;}.cols-3{grid-template-columns:repeat(3,1fr) !important;}.cols-4{grid-template-columns:repeat(4,1fr) !important;}.cols-5{grid-template-columns:repeat(5,1fr) !important;}.cols-6{grid-template-columns:repeat(6,1fr) !important;}.cols-auto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.cols-auto-sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.cols-auto-lg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.p-0{padding:0 !important;}.m-0{margin:0 !important;}.p-2{padding:0.5rem !important;}.p-4{padding:1rem !important;}.p-6{padding:1.5rem !important;}.p-8{padding:2rem !important;}.p-12{padding:3rem !important;}.px-4{padding-left:1rem !important;padding-right:1rem !important;}.px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;}.px-8{padding-left:2rem !important;padding-right:2rem !important;}.py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-8{padding-top:2rem !important;padding-bottom:2rem !important;}.py-12{padding-top:3rem !important;padding-bottom:3rem !important;}.py-16{padding-top:4rem !important;padding-bottom:4rem !important;}.py-24{padding-top:6rem !important;padding-bottom:6rem !important;}.m-auto{margin:auto !important;}.mx-auto{margin-left:auto !important;margin-right:auto !important;}.mt-4{margin-top:1rem !important;}.mb-4{margin-bottom:1rem !important;}.mb-6{margin-bottom:1.5rem !important;}.mb-8{margin-bottom:2rem !important;}.w-full{width:100% !important;}.w-auto{width:auto !important;}.w-1/2{width:50% !important;}.w-1/3{width:33.333% !important;}.w-1/4{width:25% !important;}.max-w-sm{max-width:640px !important;}.max-w-md{max-width:768px !important;}.max-w-lg{max-width:1024px !important;}.max-w-xl{max-width:1280px !important;}.max-w-2xl{max-width:1536px !important;}.min-h-screen{min-height:100vh !important;}.text-xs{font-size:0.75rem !important;}.text-sm{font-size:0.875rem !important;}.text-base{font-size:1rem !important;}.text-lg{font-size:1.125rem !important;}.text-xl{font-size:1.25rem !important;}.text-2xl{font-size:1.5rem !important;}.text-3xl{font-size:1.875rem !important;}.text-4xl{font-size:2.25rem !important;}.font-light{font-weight:300 !important;}.font-normal{font-weight:400 !important;}.font-medium{font-weight:500 !important;}.font-semibold{font-weight:600 !important;}.font-bold{font-weight:700 !important;}.italic{font-style:italic !important;}.leading-tight{line-height:1.25 !important;}.leading-normal{line-height:1.5 !important;}.leading-loose{line-height:2 !important;}.tracking-wide{letter-spacing:0.025em !important;}.tracking-wider{letter-spacing:0.05em !important;}.text-left{text-align:left !important;}.text-center{text-align:center !important;}.text-right{text-align:right !important;}.uppercase{text-transform:uppercase !important;}.lowercase{text-transform:lowercase !important;}.capitalize{text-transform:capitalize !important;}.underline{text-decoration:underline !important;}.no-underline{text-decoration:none !important;}.text-white{color:#ffffff !important;}.text-dark{color:#0f172a !important;}.text-muted{color:#64748b !important;}.text-primary{color:var(--km-primary,#2563eb) !important;}.bg-white{background-color:#ffffff !important;}.bg-light{background-color:#f8fafc !important;}.bg-gray{background-color:#f1f5f9 !important;}.bg-dark{background-color:#0f172a !important;}.bg-primary{background-color:var(--km-primary,#2563eb) !important;}.bg-primary-light{background-color:#eff6ff !important;}.bg-red{background-color:#ef4444 !important;}.bg-green{background-color:#22c55e !important;}.bg-yellow{background-color:#f59e0b !important;}.bg-transparent{background-color:transparent !important;}.rounded-sm{border-radius:4px !important;}.rounded{border-radius:6px !important;}.rounded-md{border-radius:var(--km-radius,8px) !important;}.rounded-lg{border-radius:12px !important;}.rounded-xl{border-radius:16px !important;}.rounded-full{border-radius:9999px !important;}.shadow-sm{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.shadow{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.shadow-md{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.shadow-none{box-shadow:none !important;}.overflow-hidden{overflow:hidden !important;}.overflow-auto{overflow:auto !important;}.opacity-50{opacity:0.5 !important;}.opacity-75{opacity:0.75 !important;}.transition{transition:all .2s ease !important;}.cursor-pointer{cursor:pointer !important;}.border{border:1px solid #e2e8f0 !important;}.border-0{border:none !important;}.hover\:flex:hover{display:flex !important;}.hover\:grid:hover{display:grid !important;}.hover\:hidden:hover{display:none !important;}.hover\:flex-col:hover{flex-direction:column !important;}.hover\:flex-wrap:hover{flex-wrap:wrap !important;}.hover\:items-center:hover{align-items:center !important;}.hover\:items-start:hover{align-items:flex-start !important;}.hover\:items-end:hover{align-items:flex-end !important;}.hover\:justify-center:hover{justify-content:center !important;}.hover\:justify-between:hover{justify-content:space-between !important;}.hover\:justify-end:hover{justify-content:flex-end !important;}.hover\:gap-0:hover{gap:0 !important;}.hover\:gap-2:hover{gap:0.5rem !important;}.hover\:gap-4:hover{gap:1rem !important;}.hover\:gap-6:hover{gap:1.5rem !important;}.hover\:gap-8:hover{gap:2rem !important;}.hover\:gap-12:hover{gap:3rem !important;}.hover\:cols-1:hover{grid-template-columns:repeat(1,1fr) !important;}.hover\:cols-2:hover{grid-template-columns:repeat(2,1fr) !important;}.hover\:cols-3:hover{grid-template-columns:repeat(3,1fr) !important;}.hover\:cols-4:hover{grid-template-columns:repeat(4,1fr) !important;}.hover\:cols-5:hover{grid-template-columns:repeat(5,1fr) !important;}.hover\:cols-6:hover{grid-template-columns:repeat(6,1fr) !important;}.hover\:cols-auto:hover{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.hover\:cols-auto-sm:hover{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.hover\:cols-auto-lg:hover{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.hover\:p-0:hover{padding:0 !important;}.hover\:m-0:hover{margin:0 !important;}.hover\:p-2:hover{padding:0.5rem !important;}.hover\:p-4:hover{padding:1rem !important;}.hover\:p-6:hover{padding:1.5rem !important;}.hover\:p-8:hover{padding:2rem !important;}.hover\:p-12:hover{padding:3rem !important;}.hover\:px-4:hover{padding-left:1rem !important;padding-right:1rem !important;}.hover\:px-6:hover{padding-left:1.5rem !important;padding-right:1.5rem !important;}.hover\:px-8:hover{padding-left:2rem !important;padding-right:2rem !important;}.hover\:py-4:hover{padding-top:1rem !important;padding-bottom:1rem !important;}.hover\:py-6:hover{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.hover\:py-8:hover{padding-top:2rem !important;padding-bottom:2rem !important;}.hover\:py-12:hover{padding-top:3rem !important;padding-bottom:3rem !important;}.hover\:py-16:hover{padding-top:4rem !important;padding-bottom:4rem !important;}.hover\:py-24:hover{padding-top:6rem !important;padding-bottom:6rem !important;}.hover\:m-auto:hover{margin:auto !important;}.hover\:mx-auto:hover{margin-left:auto !important;margin-right:auto !important;}.hover\:mt-4:hover{margin-top:1rem !important;}.hover\:mb-4:hover{margin-bottom:1rem !important;}.hover\:mb-6:hover{margin-bottom:1.5rem !important;}.hover\:mb-8:hover{margin-bottom:2rem !important;}.hover\:w-full:hover{width:100% !important;}.hover\:w-auto:hover{width:auto !important;}.hover\:w-1/2:hover{width:50% !important;}.hover\:w-1/3:hover{width:33.333% !important;}.hover\:w-1/4:hover{width:25% !important;}.hover\:max-w-sm:hover{max-width:640px !important;}.hover\:max-w-md:hover{max-width:768px !important;}.hover\:max-w-lg:hover{max-width:1024px !important;}.hover\:max-w-xl:hover{max-width:1280px !important;}.hover\:max-w-2xl:hover{max-width:1536px !important;}.hover\:min-h-screen:hover{min-height:100vh !important;}.hover\:text-xs:hover{font-size:0.75rem !important;}.hover\:text-sm:hover{font-size:0.875rem !important;}.hover\:text-base:hover{font-size:1rem !important;}.hover\:text-lg:hover{font-size:1.125rem !important;}.hover\:text-xl:hover{font-size:1.25rem !important;}.hover\:text-2xl:hover{font-size:1.5rem !important;}.hover\:text-3xl:hover{font-size:1.875rem !important;}.hover\:text-4xl:hover{font-size:2.25rem !important;}.hover\:font-light:hover{font-weight:300 !important;}.hover\:font-normal:hover{font-weight:400 !important;}.hover\:font-medium:hover{font-weight:500 !important;}.hover\:font-semibold:hover{font-weight:600 !important;}.hover\:font-bold:hover{font-weight:700 !important;}.hover\:italic:hover{font-style:italic !important;}.hover\:leading-tight:hover{line-height:1.25 !important;}.hover\:leading-normal:hover{line-height:1.5 !important;}.hover\:leading-loose:hover{line-height:2 !important;}.hover\:tracking-wide:hover{letter-spacing:0.025em !important;}.hover\:tracking-wider:hover{letter-spacing:0.05em !important;}.hover\:text-left:hover{text-align:left !important;}.hover\:text-center:hover{text-align:center !important;}.hover\:text-right:hover{text-align:right !important;}.hover\:uppercase:hover{text-transform:uppercase !important;}.hover\:lowercase:hover{text-transform:lowercase !important;}.hover\:capitalize:hover{text-transform:capitalize !important;}.hover\:underline:hover{text-decoration:underline !important;}.hover\:no-underline:hover{text-decoration:none !important;}.hover\:text-white:hover{color:#ffffff !important;}.hover\:text-dark:hover{color:#0f172a !important;}.hover\:text-muted:hover{color:#64748b !important;}.hover\:text-primary:hover{color:var(--km-primary,#2563eb) !important;}.hover\:bg-white:hover{background-color:#ffffff !important;}.hover\:bg-light:hover{background-color:#f8fafc !important;}.hover\:bg-gray:hover{background-color:#f1f5f9 !important;}.hover\:bg-dark:hover{background-color:#0f172a !important;}.hover\:bg-primary:hover{background-color:var(--km-primary,#2563eb) !important;}.hover\:bg-primary-light:hover{background-color:#eff6ff !important;}.hover\:bg-red:hover{background-color:#ef4444 !important;}.hover\:bg-green:hover{background-color:#22c55e !important;}.hover\:bg-yellow:hover{background-color:#f59e0b !important;}.hover\:bg-transparent:hover{background-color:transparent !important;}.hover\:rounded-sm:hover{border-radius:4px !important;}.hover\:rounded:hover{border-radius:6px !important;}.hover\:rounded-md:hover{border-radius:var(--km-radius,8px) !important;}.hover\:rounded-lg:hover{border-radius:12px !important;}.hover\:rounded-xl:hover{border-radius:16px !important;}.hover\:rounded-full:hover{border-radius:9999px !important;}.hover\:shadow-sm:hover{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.hover\:shadow:hover{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.hover\:shadow-md:hover{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.hover\:shadow-lg:hover{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.hover\:shadow-none:hover{box-shadow:none !important;}.hover\:overflow-hidden:hover{overflow:hidden !important;}.hover\:overflow-auto:hover{overflow:auto !important;}.hover\:opacity-50:hover{opacity:0.5 !important;}.hover\:opacity-75:hover{opacity:0.75 !important;}.hover\:transition:hover{transition:all .2s ease !important;}.hover\:cursor-pointer:hover{cursor:pointer !important;}.hover\:border:hover{border:1px solid #e2e8f0 !important;}.hover\:border-0:hover{border:none !important;}@media (min-width:480px){.sm\:flex{display:flex !important;}.sm\:hover\:flex:hover{display:flex !important;}.sm\:grid{display:grid !important;}.sm\:hover\:grid:hover{display:grid !important;}.sm\:hidden{display:none !important;}.sm\:hover\:hidden:hover{display:none !important;}.sm\:flex-col{flex-direction:column !important;}.sm\:hover\:flex-col:hover{flex-direction:column !important;}.sm\:flex-wrap{flex-wrap:wrap !important;}.sm\:hover\:flex-wrap:hover{flex-wrap:wrap !important;}.sm\:items-center{align-items:center !important;}.sm\:hover\:items-center:hover{align-items:center !important;}.sm\:items-start{align-items:flex-start !important;}.sm\:hover\:items-start:hover{align-items:flex-start !important;}.sm\:items-end{align-items:flex-end !important;}.sm\:hover\:items-end:hover{align-items:flex-end !important;}.sm\:justify-center{justify-content:center !important;}.sm\:hover\:justify-center:hover{justify-content:center !important;}.sm\:justify-between{justify-content:space-between !important;}.sm\:hover\:justify-between:hover{justify-content:space-between !important;}.sm\:justify-end{justify-content:flex-end !important;}.sm\:hover\:justify-end:hover{justify-content:flex-end !important;}.sm\:gap-0{gap:0 !important;}.sm\:hover\:gap-0:hover{gap:0 !important;}.sm\:gap-2{gap:0.5rem !important;}.sm\:hover\:gap-2:hover{gap:0.5rem !important;}.sm\:gap-4{gap:1rem !important;}.sm\:hover\:gap-4:hover{gap:1rem !important;}.sm\:gap-6{gap:1.5rem !important;}.sm\:hover\:gap-6:hover{gap:1.5rem !important;}.sm\:gap-8{gap:2rem !important;}.sm\:hover\:gap-8:hover{gap:2rem !important;}.sm\:gap-12{gap:3rem !important;}.sm\:hover\:gap-12:hover{gap:3rem !important;}.sm\:cols-1{grid-template-columns:repeat(1,1fr) !important;}.sm\:hover\:cols-1:hover{grid-template-columns:repeat(1,1fr) !important;}.sm\:cols-2{grid-template-columns:repeat(2,1fr) !important;}.sm\:hover\:cols-2:hover{grid-template-columns:repeat(2,1fr) !important;}.sm\:cols-3{grid-template-columns:repeat(3,1fr) !important;}.sm\:hover\:cols-3:hover{grid-template-columns:repeat(3,1fr) !important;}.sm\:cols-4{grid-template-columns:repeat(4,1fr) !important;}.sm\:hover\:cols-4:hover{grid-template-columns:repeat(4,1fr) !important;}.sm\:cols-5{grid-template-columns:repeat(5,1fr) !important;}.sm\:hover\:cols-5:hover{grid-template-columns:repeat(5,1fr) !important;}.sm\:cols-6{grid-template-columns:repeat(6,1fr) !important;}.sm\:hover\:cols-6:hover{grid-template-columns:repeat(6,1fr) !important;}.sm\:cols-auto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.sm\:hover\:cols-auto:hover{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.sm\:cols-auto-sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.sm\:hover\:cols-auto-sm:hover{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.sm\:cols-auto-lg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.sm\:hover\:cols-auto-lg:hover{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.sm\:p-0{padding:0 !important;}.sm\:hover\:p-0:hover{padding:0 !important;}.sm\:m-0{margin:0 !important;}.sm\:hover\:m-0:hover{margin:0 !important;}.sm\:p-2{padding:0.5rem !important;}.sm\:hover\:p-2:hover{padding:0.5rem !important;}.sm\:p-4{padding:1rem !important;}.sm\:hover\:p-4:hover{padding:1rem !important;}.sm\:p-6{padding:1.5rem !important;}.sm\:hover\:p-6:hover{padding:1.5rem !important;}.sm\:p-8{padding:2rem !important;}.sm\:hover\:p-8:hover{padding:2rem !important;}.sm\:p-12{padding:3rem !important;}.sm\:hover\:p-12:hover{padding:3rem !important;}.sm\:px-4{padding-left:1rem !important;padding-right:1rem !important;}.sm\:hover\:px-4:hover{padding-left:1rem !important;padding-right:1rem !important;}.sm\:px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;}.sm\:hover\:px-6:hover{padding-left:1.5rem !important;padding-right:1.5rem !important;}.sm\:px-8{padding-left:2rem !important;padding-right:2rem !important;}.sm\:hover\:px-8:hover{padding-left:2rem !important;padding-right:2rem !important;}.sm\:py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.sm\:hover\:py-4:hover{padding-top:1rem !important;padding-bottom:1rem !important;}.sm\:py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.sm\:hover\:py-6:hover{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.sm\:py-8{padding-top:2rem !important;padding-bottom:2rem !important;}.sm\:hover\:py-8:hover{padding-top:2rem !important;padding-bottom:2rem !important;}.sm\:py-12{padding-top:3rem !important;padding-bottom:3rem !important;}.sm\:hover\:py-12:hover{padding-top:3rem !important;padding-bottom:3rem !important;}.sm\:py-16{padding-top:4rem !important;padding-bottom:4rem !important;}.sm\:hover\:py-16:hover{padding-top:4rem !important;padding-bottom:4rem !important;}.sm\:py-24{padding-top:6rem !important;padding-bottom:6rem !important;}.sm\:hover\:py-24:hover{padding-top:6rem !important;padding-bottom:6rem !important;}.sm\:m-auto{margin:auto !important;}.sm\:hover\:m-auto:hover{margin:auto !important;}.sm\:mx-auto{margin-left:auto !important;margin-right:auto !important;}.sm\:hover\:mx-auto:hover{margin-left:auto !important;margin-right:auto !important;}.sm\:mt-4{margin-top:1rem !important;}.sm\:hover\:mt-4:hover{margin-top:1rem !important;}.sm\:mb-4{margin-bottom:1rem !important;}.sm\:hover\:mb-4:hover{margin-bottom:1rem !important;}.sm\:mb-6{margin-bottom:1.5rem !important;}.sm\:hover\:mb-6:hover{margin-bottom:1.5rem !important;}.sm\:mb-8{margin-bottom:2rem !important;}.sm\:hover\:mb-8:hover{margin-bottom:2rem !important;}.sm\:w-full{width:100% !important;}.sm\:hover\:w-full:hover{width:100% !important;}.sm\:w-auto{width:auto !important;}.sm\:hover\:w-auto:hover{width:auto !important;}.sm\:w-1/2{width:50% !important;}.sm\:hover\:w-1/2:hover{width:50% !important;}.sm\:w-1/3{width:33.333% !important;}.sm\:hover\:w-1/3:hover{width:33.333% !important;}.sm\:w-1/4{width:25% !important;}.sm\:hover\:w-1/4:hover{width:25% !important;}.sm\:max-w-sm{max-width:640px !important;}.sm\:hover\:max-w-sm:hover{max-width:640px !important;}.sm\:max-w-md{max-width:768px !important;}.sm\:hover\:max-w-md:hover{max-width:768px !important;}.sm\:max-w-lg{max-width:1024px !important;}.sm\:hover\:max-w-lg:hover{max-width:1024px !important;}.sm\:max-w-xl{max-width:1280px !important;}.sm\:hover\:max-w-xl:hover{max-width:1280px !important;}.sm\:max-w-2xl{max-width:1536px !important;}.sm\:hover\:max-w-2xl:hover{max-width:1536px !important;}.sm\:min-h-screen{min-height:100vh !important;}.sm\:hover\:min-h-screen:hover{min-height:100vh !important;}.sm\:text-xs{font-size:0.75rem !important;}.sm\:hover\:text-xs:hover{font-size:0.75rem !important;}.sm\:text-sm{font-size:0.875rem !important;}.sm\:hover\:text-sm:hover{font-size:0.875rem !important;}.sm\:text-base{font-size:1rem !important;}.sm\:hover\:text-base:hover{font-size:1rem !important;}.sm\:text-lg{font-size:1.125rem !important;}.sm\:hover\:text-lg:hover{font-size:1.125rem !important;}.sm\:text-xl{font-size:1.25rem !important;}.sm\:hover\:text-xl:hover{font-size:1.25rem !important;}.sm\:text-2xl{font-size:1.5rem !important;}.sm\:hover\:text-2xl:hover{font-size:1.5rem !important;}.sm\:text-3xl{font-size:1.875rem !important;}.sm\:hover\:text-3xl:hover{font-size:1.875rem !important;}.sm\:text-4xl{font-size:2.25rem !important;}.sm\:hover\:text-4xl:hover{font-size:2.25rem !important;}.sm\:font-light{font-weight:300 !important;}.sm\:hover\:font-light:hover{font-weight:300 !important;}.sm\:font-normal{font-weight:400 !important;}.sm\:hover\:font-normal:hover{font-weight:400 !important;}.sm\:font-medium{font-weight:500 !important;}.sm\:hover\:font-medium:hover{font-weight:500 !important;}.sm\:font-semibold{font-weight:600 !important;}.sm\:hover\:font-semibold:hover{font-weight:600 !important;}.sm\:font-bold{font-weight:700 !important;}.sm\:hover\:font-bold:hover{font-weight:700 !important;}.sm\:italic{font-style:italic !important;}.sm\:hover\:italic:hover{font-style:italic !important;}.sm\:leading-tight{line-height:1.25 !important;}.sm\:hover\:leading-tight:hover{line-height:1.25 !important;}.sm\:leading-normal{line-height:1.5 !important;}.sm\:hover\:leading-normal:hover{line-height:1.5 !important;}.sm\:leading-loose{line-height:2 !important;}.sm\:hover\:leading-loose:hover{line-height:2 !important;}.sm\:tracking-wide{letter-spacing:0.025em !important;}.sm\:hover\:tracking-wide:hover{letter-spacing:0.025em !important;}.sm\:tracking-wider{letter-spacing:0.05em !important;}.sm\:hover\:tracking-wider:hover{letter-spacing:0.05em !important;}.sm\:text-left{text-align:left !important;}.sm\:hover\:text-left:hover{text-align:left !important;}.sm\:text-center{text-align:center !important;}.sm\:hover\:text-center:hover{text-align:center !important;}.sm\:text-right{text-align:right !important;}.sm\:hover\:text-right:hover{text-align:right !important;}.sm\:uppercase{text-transform:uppercase !important;}.sm\:hover\:uppercase:hover{text-transform:uppercase !important;}.sm\:lowercase{text-transform:lowercase !important;}.sm\:hover\:lowercase:hover{text-transform:lowercase !important;}.sm\:capitalize{text-transform:capitalize !important;}.sm\:hover\:capitalize:hover{text-transform:capitalize !important;}.sm\:underline{text-decoration:underline !important;}.sm\:hover\:underline:hover{text-decoration:underline !important;}.sm\:no-underline{text-decoration:none !important;}.sm\:hover\:no-underline:hover{text-decoration:none !important;}.sm\:text-white{color:#ffffff !important;}.sm\:hover\:text-white:hover{color:#ffffff !important;}.sm\:text-dark{color:#0f172a !important;}.sm\:hover\:text-dark:hover{color:#0f172a !important;}.sm\:text-muted{color:#64748b !important;}.sm\:hover\:text-muted:hover{color:#64748b !important;}.sm\:text-primary{color:var(--km-primary,#2563eb) !important;}.sm\:hover\:text-primary:hover{color:var(--km-primary,#2563eb) !important;}.sm\:bg-white{background-color:#ffffff !important;}.sm\:hover\:bg-white:hover{background-color:#ffffff !important;}.sm\:bg-light{background-color:#f8fafc !important;}.sm\:hover\:bg-light:hover{background-color:#f8fafc !important;}.sm\:bg-gray{background-color:#f1f5f9 !important;}.sm\:hover\:bg-gray:hover{background-color:#f1f5f9 !important;}.sm\:bg-dark{background-color:#0f172a !important;}.sm\:hover\:bg-dark:hover{background-color:#0f172a !important;}.sm\:bg-primary{background-color:var(--km-primary,#2563eb) !important;}.sm\:hover\:bg-primary:hover{background-color:var(--km-primary,#2563eb) !important;}.sm\:bg-primary-light{background-color:#eff6ff !important;}.sm\:hover\:bg-primary-light:hover{background-color:#eff6ff !important;}.sm\:bg-red{background-color:#ef4444 !important;}.sm\:hover\:bg-red:hover{background-color:#ef4444 !important;}.sm\:bg-green{background-color:#22c55e !important;}.sm\:hover\:bg-green:hover{background-color:#22c55e !important;}.sm\:bg-yellow{background-color:#f59e0b !important;}.sm\:hover\:bg-yellow:hover{background-color:#f59e0b !important;}.sm\:bg-transparent{background-color:transparent !important;}.sm\:hover\:bg-transparent:hover{background-color:transparent !important;}.sm\:rounded-sm{border-radius:4px !important;}.sm\:hover\:rounded-sm:hover{border-radius:4px !important;}.sm\:rounded{border-radius:6px !important;}.sm\:hover\:rounded:hover{border-radius:6px !important;}.sm\:rounded-md{border-radius:var(--km-radius,8px) !important;}.sm\:hover\:rounded-md:hover{border-radius:var(--km-radius,8px) !important;}.sm\:rounded-lg{border-radius:12px !important;}.sm\:hover\:rounded-lg:hover{border-radius:12px !important;}.sm\:rounded-xl{border-radius:16px !important;}.sm\:hover\:rounded-xl:hover{border-radius:16px !important;}.sm\:rounded-full{border-radius:9999px !important;}.sm\:hover\:rounded-full:hover{border-radius:9999px !important;}.sm\:shadow-sm{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.sm\:hover\:shadow-sm:hover{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.sm\:shadow{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.sm\:hover\:shadow:hover{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.sm\:shadow-md{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.sm\:hover\:shadow-md:hover{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.sm\:shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.sm\:hover\:shadow-lg:hover{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.sm\:shadow-none{box-shadow:none !important;}.sm\:hover\:shadow-none:hover{box-shadow:none !important;}.sm\:overflow-hidden{overflow:hidden !important;}.sm\:hover\:overflow-hidden:hover{overflow:hidden !important;}.sm\:overflow-auto{overflow:auto !important;}.sm\:hover\:overflow-auto:hover{overflow:auto !important;}.sm\:opacity-50{opacity:0.5 !important;}.sm\:hover\:opacity-50:hover{opacity:0.5 !important;}.sm\:opacity-75{opacity:0.75 !important;}.sm\:hover\:opacity-75:hover{opacity:0.75 !important;}.sm\:transition{transition:all .2s ease !important;}.sm\:hover\:transition:hover{transition:all .2s ease !important;}.sm\:cursor-pointer{cursor:pointer !important;}.sm\:hover\:cursor-pointer:hover{cursor:pointer !important;}.sm\:border{border:1px solid #e2e8f0 !important;}.sm\:hover\:border:hover{border:1px solid #e2e8f0 !important;}.sm\:border-0{border:none !important;}.sm\:hover\:border-0:hover{border:none !important;}}@media (min-width:768px){.md\:flex{display:flex !important;}.md\:hover\:flex:hover{display:flex !important;}.md\:grid{display:grid !important;}.md\:hover\:grid:hover{display:grid !important;}.md\:hidden{display:none !important;}.md\:hover\:hidden:hover{display:none !important;}.md\:flex-col{flex-direction:column !important;}.md\:hover\:flex-col:hover{flex-direction:column !important;}.md\:flex-wrap{flex-wrap:wrap !important;}.md\:hover\:flex-wrap:hover{flex-wrap:wrap !important;}.md\:items-center{align-items:center !important;}.md\:hover\:items-center:hover{align-items:center !important;}.md\:items-start{align-items:flex-start !important;}.md\:hover\:items-start:hover{align-items:flex-start !important;}.md\:items-end{align-items:flex-end !important;}.md\:hover\:items-end:hover{align-items:flex-end !important;}.md\:justify-center{justify-content:center !important;}.md\:hover\:justify-center:hover{justify-content:center !important;}.md\:justify-between{justify-content:space-between !important;}.md\:hover\:justify-between:hover{justify-content:space-between !important;}.md\:justify-end{justify-content:flex-end !important;}.md\:hover\:justify-end:hover{justify-content:flex-end !important;}.md\:gap-0{gap:0 !important;}.md\:hover\:gap-0:hover{gap:0 !important;}.md\:gap-2{gap:0.5rem !important;}.md\:hover\:gap-2:hover{gap:0.5rem !important;}.md\:gap-4{gap:1rem !important;}.md\:hover\:gap-4:hover{gap:1rem !important;}.md\:gap-6{gap:1.5rem !important;}.md\:hover\:gap-6:hover{gap:1.5rem !important;}.md\:gap-8{gap:2rem !important;}.md\:hover\:gap-8:hover{gap:2rem !important;}.md\:gap-12{gap:3rem !important;}.md\:hover\:gap-12:hover{gap:3rem !important;}.md\:cols-1{grid-template-columns:repeat(1,1fr) !important;}.md\:hover\:cols-1:hover{grid-template-columns:repeat(1,1fr) !important;}.md\:cols-2{grid-template-columns:repeat(2,1fr) !important;}.md\:hover\:cols-2:hover{grid-template-columns:repeat(2,1fr) !important;}.md\:cols-3{grid-template-columns:repeat(3,1fr) !important;}.md\:hover\:cols-3:hover{grid-template-columns:repeat(3,1fr) !important;}.md\:cols-4{grid-template-columns:repeat(4,1fr) !important;}.md\:hover\:cols-4:hover{grid-template-columns:repeat(4,1fr) !important;}.md\:cols-5{grid-template-columns:repeat(5,1fr) !important;}.md\:hover\:cols-5:hover{grid-template-columns:repeat(5,1fr) !important;}.md\:cols-6{grid-template-columns:repeat(6,1fr) !important;}.md\:hover\:cols-6:hover{grid-template-columns:repeat(6,1fr) !important;}.md\:cols-auto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.md\:hover\:cols-auto:hover{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.md\:cols-auto-sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.md\:hover\:cols-auto-sm:hover{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.md\:cols-auto-lg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.md\:hover\:cols-auto-lg:hover{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.md\:p-0{padding:0 !important;}.md\:hover\:p-0:hover{padding:0 !important;}.md\:m-0{margin:0 !important;}.md\:hover\:m-0:hover{margin:0 !important;}.md\:p-2{padding:0.5rem !important;}.md\:hover\:p-2:hover{padding:0.5rem !important;}.md\:p-4{padding:1rem !important;}.md\:hover\:p-4:hover{padding:1rem !important;}.md\:p-6{padding:1.5rem !important;}.md\:hover\:p-6:hover{padding:1.5rem !important;}.md\:p-8{padding:2rem !important;}.md\:hover\:p-8:hover{padding:2rem !important;}.md\:p-12{padding:3rem !important;}.md\:hover\:p-12:hover{padding:3rem !important;}.md\:px-4{padding-left:1rem !important;padding-right:1rem !important;}.md\:hover\:px-4:hover{padding-left:1rem !important;padding-right:1rem !important;}.md\:px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;}.md\:hover\:px-6:hover{padding-left:1.5rem !important;padding-right:1.5rem !important;}.md\:px-8{padding-left:2rem !important;padding-right:2rem !important;}.md\:hover\:px-8:hover{padding-left:2rem !important;padding-right:2rem !important;}.md\:py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.md\:hover\:py-4:hover{padding-top:1rem !important;padding-bottom:1rem !important;}.md\:py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.md\:hover\:py-6:hover{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.md\:py-8{padding-top:2rem !important;padding-bottom:2rem !important;}.md\:hover\:py-8:hover{padding-top:2rem !important;padding-bottom:2rem !important;}.md\:py-12{padding-top:3rem !important;padding-bottom:3rem !important;}.md\:hover\:py-12:hover{padding-top:3rem !important;padding-bottom:3rem !important;}.md\:py-16{padding-top:4rem !important;padding-bottom:4rem !important;}.md\:hover\:py-16:hover{padding-top:4rem !important;padding-bottom:4rem !important;}.md\:py-24{padding-top:6rem !important;padding-bottom:6rem !important;}.md\:hover\:py-24:hover{padding-top:6rem !important;padding-bottom:6rem !important;}.md\:m-auto{margin:auto !important;}.md\:hover\:m-auto:hover{margin:auto !important;}.md\:mx-auto{margin-left:auto !important;margin-right:auto !important;}.md\:hover\:mx-auto:hover{margin-left:auto !important;margin-right:auto !important;}.md\:mt-4{margin-top:1rem !important;}.md\:hover\:mt-4:hover{margin-top:1rem !important;}.md\:mb-4{margin-bottom:1rem !important;}.md\:hover\:mb-4:hover{margin-bottom:1rem !important;}.md\:mb-6{margin-bottom:1.5rem !important;}.md\:hover\:mb-6:hover{margin-bottom:1.5rem !important;}.md\:mb-8{margin-bottom:2rem !important;}.md\:hover\:mb-8:hover{margin-bottom:2rem !important;}.md\:w-full{width:100% !important;}.md\:hover\:w-full:hover{width:100% !important;}.md\:w-auto{width:auto !important;}.md\:hover\:w-auto:hover{width:auto !important;}.md\:w-1/2{width:50% !important;}.md\:hover\:w-1/2:hover{width:50% !important;}.md\:w-1/3{width:33.333% !important;}.md\:hover\:w-1/3:hover{width:33.333% !important;}.md\:w-1/4{width:25% !important;}.md\:hover\:w-1/4:hover{width:25% !important;}.md\:max-w-sm{max-width:640px !important;}.md\:hover\:max-w-sm:hover{max-width:640px !important;}.md\:max-w-md{max-width:768px !important;}.md\:hover\:max-w-md:hover{max-width:768px !important;}.md\:max-w-lg{max-width:1024px !important;}.md\:hover\:max-w-lg:hover{max-width:1024px !important;}.md\:max-w-xl{max-width:1280px !important;}.md\:hover\:max-w-xl:hover{max-width:1280px !important;}.md\:max-w-2xl{max-width:1536px !important;}.md\:hover\:max-w-2xl:hover{max-width:1536px !important;}.md\:min-h-screen{min-height:100vh !important;}.md\:hover\:min-h-screen:hover{min-height:100vh !important;}.md\:text-xs{font-size:0.75rem !important;}.md\:hover\:text-xs:hover{font-size:0.75rem !important;}.md\:text-sm{font-size:0.875rem !important;}.md\:hover\:text-sm:hover{font-size:0.875rem !important;}.md\:text-base{font-size:1rem !important;}.md\:hover\:text-base:hover{font-size:1rem !important;}.md\:text-lg{font-size:1.125rem !important;}.md\:hover\:text-lg:hover{font-size:1.125rem !important;}.md\:text-xl{font-size:1.25rem !important;}.md\:hover\:text-xl:hover{font-size:1.25rem !important;}.md\:text-2xl{font-size:1.5rem !important;}.md\:hover\:text-2xl:hover{font-size:1.5rem !important;}.md\:text-3xl{font-size:1.875rem !important;}.md\:hover\:text-3xl:hover{font-size:1.875rem !important;}.md\:text-4xl{font-size:2.25rem !important;}.md\:hover\:text-4xl:hover{font-size:2.25rem !important;}.md\:font-light{font-weight:300 !important;}.md\:hover\:font-light:hover{font-weight:300 !important;}.md\:font-normal{font-weight:400 !important;}.md\:hover\:font-normal:hover{font-weight:400 !important;}.md\:font-medium{font-weight:500 !important;}.md\:hover\:font-medium:hover{font-weight:500 !important;}.md\:font-semibold{font-weight:600 !important;}.md\:hover\:font-semibold:hover{font-weight:600 !important;}.md\:font-bold{font-weight:700 !important;}.md\:hover\:font-bold:hover{font-weight:700 !important;}.md\:italic{font-style:italic !important;}.md\:hover\:italic:hover{font-style:italic !important;}.md\:leading-tight{line-height:1.25 !important;}.md\:hover\:leading-tight:hover{line-height:1.25 !important;}.md\:leading-normal{line-height:1.5 !important;}.md\:hover\:leading-normal:hover{line-height:1.5 !important;}.md\:leading-loose{line-height:2 !important;}.md\:hover\:leading-loose:hover{line-height:2 !important;}.md\:tracking-wide{letter-spacing:0.025em !important;}.md\:hover\:tracking-wide:hover{letter-spacing:0.025em !important;}.md\:tracking-wider{letter-spacing:0.05em !important;}.md\:hover\:tracking-wider:hover{letter-spacing:0.05em !important;}.md\:text-left{text-align:left !important;}.md\:hover\:text-left:hover{text-align:left !important;}.md\:text-center{text-align:center !important;}.md\:hover\:text-center:hover{text-align:center !important;}.md\:text-right{text-align:right !important;}.md\:hover\:text-right:hover{text-align:right !important;}.md\:uppercase{text-transform:uppercase !important;}.md\:hover\:uppercase:hover{text-transform:uppercase !important;}.md\:lowercase{text-transform:lowercase !important;}.md\:hover\:lowercase:hover{text-transform:lowercase !important;}.md\:capitalize{text-transform:capitalize !important;}.md\:hover\:capitalize:hover{text-transform:capitalize !important;}.md\:underline{text-decoration:underline !important;}.md\:hover\:underline:hover{text-decoration:underline !important;}.md\:no-underline{text-decoration:none !important;}.md\:hover\:no-underline:hover{text-decoration:none !important;}.md\:text-white{color:#ffffff !important;}.md\:hover\:text-white:hover{color:#ffffff !important;}.md\:text-dark{color:#0f172a !important;}.md\:hover\:text-dark:hover{color:#0f172a !important;}.md\:text-muted{color:#64748b !important;}.md\:hover\:text-muted:hover{color:#64748b !important;}.md\:text-primary{color:var(--km-primary,#2563eb) !important;}.md\:hover\:text-primary:hover{color:var(--km-primary,#2563eb) !important;}.md\:bg-white{background-color:#ffffff !important;}.md\:hover\:bg-white:hover{background-color:#ffffff !important;}.md\:bg-light{background-color:#f8fafc !important;}.md\:hover\:bg-light:hover{background-color:#f8fafc !important;}.md\:bg-gray{background-color:#f1f5f9 !important;}.md\:hover\:bg-gray:hover{background-color:#f1f5f9 !important;}.md\:bg-dark{background-color:#0f172a !important;}.md\:hover\:bg-dark:hover{background-color:#0f172a !important;}.md\:bg-primary{background-color:var(--km-primary,#2563eb) !important;}.md\:hover\:bg-primary:hover{background-color:var(--km-primary,#2563eb) !important;}.md\:bg-primary-light{background-color:#eff6ff !important;}.md\:hover\:bg-primary-light:hover{background-color:#eff6ff !important;}.md\:bg-red{background-color:#ef4444 !important;}.md\:hover\:bg-red:hover{background-color:#ef4444 !important;}.md\:bg-green{background-color:#22c55e !important;}.md\:hover\:bg-green:hover{background-color:#22c55e !important;}.md\:bg-yellow{background-color:#f59e0b !important;}.md\:hover\:bg-yellow:hover{background-color:#f59e0b !important;}.md\:bg-transparent{background-color:transparent !important;}.md\:hover\:bg-transparent:hover{background-color:transparent !important;}.md\:rounded-sm{border-radius:4px !important;}.md\:hover\:rounded-sm:hover{border-radius:4px !important;}.md\:rounded{border-radius:6px !important;}.md\:hover\:rounded:hover{border-radius:6px !important;}.md\:rounded-md{border-radius:var(--km-radius,8px) !important;}.md\:hover\:rounded-md:hover{border-radius:var(--km-radius,8px) !important;}.md\:rounded-lg{border-radius:12px !important;}.md\:hover\:rounded-lg:hover{border-radius:12px !important;}.md\:rounded-xl{border-radius:16px !important;}.md\:hover\:rounded-xl:hover{border-radius:16px !important;}.md\:rounded-full{border-radius:9999px !important;}.md\:hover\:rounded-full:hover{border-radius:9999px !important;}.md\:shadow-sm{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.md\:hover\:shadow-sm:hover{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.md\:shadow{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.md\:hover\:shadow:hover{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.md\:shadow-md{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.md\:hover\:shadow-md:hover{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.md\:shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.md\:hover\:shadow-lg:hover{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.md\:shadow-none{box-shadow:none !important;}.md\:hover\:shadow-none:hover{box-shadow:none !important;}.md\:overflow-hidden{overflow:hidden !important;}.md\:hover\:overflow-hidden:hover{overflow:hidden !important;}.md\:overflow-auto{overflow:auto !important;}.md\:hover\:overflow-auto:hover{overflow:auto !important;}.md\:opacity-50{opacity:0.5 !important;}.md\:hover\:opacity-50:hover{opacity:0.5 !important;}.md\:opacity-75{opacity:0.75 !important;}.md\:hover\:opacity-75:hover{opacity:0.75 !important;}.md\:transition{transition:all .2s ease !important;}.md\:hover\:transition:hover{transition:all .2s ease !important;}.md\:cursor-pointer{cursor:pointer !important;}.md\:hover\:cursor-pointer:hover{cursor:pointer !important;}.md\:border{border:1px solid #e2e8f0 !important;}.md\:hover\:border:hover{border:1px solid #e2e8f0 !important;}.md\:border-0{border:none !important;}.md\:hover\:border-0:hover{border:none !important;}}@media (min-width:1024px){.lg\:flex{display:flex !important;}.lg\:hover\:flex:hover{display:flex !important;}.lg\:grid{display:grid !important;}.lg\:hover\:grid:hover{display:grid !important;}.lg\:hidden{display:none !important;}.lg\:hover\:hidden:hover{display:none !important;}.lg\:flex-col{flex-direction:column !important;}.lg\:hover\:flex-col:hover{flex-direction:column !important;}.lg\:flex-wrap{flex-wrap:wrap !important;}.lg\:hover\:flex-wrap:hover{flex-wrap:wrap !important;}.lg\:items-center{align-items:center !important;}.lg\:hover\:items-center:hover{align-items:center !important;}.lg\:items-start{align-items:flex-start !important;}.lg\:hover\:items-start:hover{align-items:flex-start !important;}.lg\:items-end{align-items:flex-end !important;}.lg\:hover\:items-end:hover{align-items:flex-end !important;}.lg\:justify-center{justify-content:center !important;}.lg\:hover\:justify-center:hover{justify-content:center !important;}.lg\:justify-between{justify-content:space-between !important;}.lg\:hover\:justify-between:hover{justify-content:space-between !important;}.lg\:justify-end{justify-content:flex-end !important;}.lg\:hover\:justify-end:hover{justify-content:flex-end !important;}.lg\:gap-0{gap:0 !important;}.lg\:hover\:gap-0:hover{gap:0 !important;}.lg\:gap-2{gap:0.5rem !important;}.lg\:hover\:gap-2:hover{gap:0.5rem !important;}.lg\:gap-4{gap:1rem !important;}.lg\:hover\:gap-4:hover{gap:1rem !important;}.lg\:gap-6{gap:1.5rem !important;}.lg\:hover\:gap-6:hover{gap:1.5rem !important;}.lg\:gap-8{gap:2rem !important;}.lg\:hover\:gap-8:hover{gap:2rem !important;}.lg\:gap-12{gap:3rem !important;}.lg\:hover\:gap-12:hover{gap:3rem !important;}.lg\:cols-1{grid-template-columns:repeat(1,1fr) !important;}.lg\:hover\:cols-1:hover{grid-template-columns:repeat(1,1fr) !important;}.lg\:cols-2{grid-template-columns:repeat(2,1fr) !important;}.lg\:hover\:cols-2:hover{grid-template-columns:repeat(2,1fr) !important;}.lg\:cols-3{grid-template-columns:repeat(3,1fr) !important;}.lg\:hover\:cols-3:hover{grid-template-columns:repeat(3,1fr) !important;}.lg\:cols-4{grid-template-columns:repeat(4,1fr) !important;}.lg\:hover\:cols-4:hover{grid-template-columns:repeat(4,1fr) !important;}.lg\:cols-5{grid-template-columns:repeat(5,1fr) !important;}.lg\:hover\:cols-5:hover{grid-template-columns:repeat(5,1fr) !important;}.lg\:cols-6{grid-template-columns:repeat(6,1fr) !important;}.lg\:hover\:cols-6:hover{grid-template-columns:repeat(6,1fr) !important;}.lg\:cols-auto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.lg\:hover\:cols-auto:hover{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.lg\:cols-auto-sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.lg\:hover\:cols-auto-sm:hover{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.lg\:cols-auto-lg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.lg\:hover\:cols-auto-lg:hover{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.lg\:p-0{padding:0 !important;}.lg\:hover\:p-0:hover{padding:0 !important;}.lg\:m-0{margin:0 !important;}.lg\:hover\:m-0:hover{margin:0 !important;}.lg\:p-2{padding:0.5rem !important;}.lg\:hover\:p-2:hover{padding:0.5rem !important;}.lg\:p-4{padding:1rem !important;}.lg\:hover\:p-4:hover{padding:1rem !important;}.lg\:p-6{padding:1.5rem !important;}.lg\:hover\:p-6:hover{padding:1.5rem !important;}.lg\:p-8{padding:2rem !important;}.lg\:hover\:p-8:hover{padding:2rem !important;}.lg\:p-12{padding:3rem !important;}.lg\:hover\:p-12:hover{padding:3rem !important;}.lg\:px-4{padding-left:1rem !important;padding-right:1rem !important;}.lg\:hover\:px-4:hover{padding-left:1rem !important;padding-right:1rem !important;}.lg\:px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;}.lg\:hover\:px-6:hover{padding-left:1.5rem !important;padding-right:1.5rem !important;}.lg\:px-8{padding-left:2rem !important;padding-right:2rem !important;}.lg\:hover\:px-8:hover{padding-left:2rem !important;padding-right:2rem !important;}.lg\:py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.lg\:hover\:py-4:hover{padding-top:1rem !important;padding-bottom:1rem !important;}.lg\:py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.lg\:hover\:py-6:hover{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.lg\:py-8{padding-top:2rem !important;padding-bottom:2rem !important;}.lg\:hover\:py-8:hover{padding-top:2rem !important;padding-bottom:2rem !important;}.lg\:py-12{padding-top:3rem !important;padding-bottom:3rem !important;}.lg\:hover\:py-12:hover{padding-top:3rem !important;padding-bottom:3rem !important;}.lg\:py-16{padding-top:4rem !important;padding-bottom:4rem !important;}.lg\:hover\:py-16:hover{padding-top:4rem !important;padding-bottom:4rem !important;}.lg\:py-24{padding-top:6rem !important;padding-bottom:6rem !important;}.lg\:hover\:py-24:hover{padding-top:6rem !important;padding-bottom:6rem !important;}.lg\:m-auto{margin:auto !important;}.lg\:hover\:m-auto:hover{margin:auto !important;}.lg\:mx-auto{margin-left:auto !important;margin-right:auto !important;}.lg\:hover\:mx-auto:hover{margin-left:auto !important;margin-right:auto !important;}.lg\:mt-4{margin-top:1rem !important;}.lg\:hover\:mt-4:hover{margin-top:1rem !important;}.lg\:mb-4{margin-bottom:1rem !important;}.lg\:hover\:mb-4:hover{margin-bottom:1rem !important;}.lg\:mb-6{margin-bottom:1.5rem !important;}.lg\:hover\:mb-6:hover{margin-bottom:1.5rem !important;}.lg\:mb-8{margin-bottom:2rem !important;}.lg\:hover\:mb-8:hover{margin-bottom:2rem !important;}.lg\:w-full{width:100% !important;}.lg\:hover\:w-full:hover{width:100% !important;}.lg\:w-auto{width:auto !important;}.lg\:hover\:w-auto:hover{width:auto !important;}.lg\:w-1/2{width:50% !important;}.lg\:hover\:w-1/2:hover{width:50% !important;}.lg\:w-1/3{width:33.333% !important;}.lg\:hover\:w-1/3:hover{width:33.333% !important;}.lg\:w-1/4{width:25% !important;}.lg\:hover\:w-1/4:hover{width:25% !important;}.lg\:max-w-sm{max-width:640px !important;}.lg\:hover\:max-w-sm:hover{max-width:640px !important;}.lg\:max-w-md{max-width:768px !important;}.lg\:hover\:max-w-md:hover{max-width:768px !important;}.lg\:max-w-lg{max-width:1024px !important;}.lg\:hover\:max-w-lg:hover{max-width:1024px !important;}.lg\:max-w-xl{max-width:1280px !important;}.lg\:hover\:max-w-xl:hover{max-width:1280px !important;}.lg\:max-w-2xl{max-width:1536px !important;}.lg\:hover\:max-w-2xl:hover{max-width:1536px !important;}.lg\:min-h-screen{min-height:100vh !important;}.lg\:hover\:min-h-screen:hover{min-height:100vh !important;}.lg\:text-xs{font-size:0.75rem !important;}.lg\:hover\:text-xs:hover{font-size:0.75rem !important;}.lg\:text-sm{font-size:0.875rem !important;}.lg\:hover\:text-sm:hover{font-size:0.875rem !important;}.lg\:text-base{font-size:1rem !important;}.lg\:hover\:text-base:hover{font-size:1rem !important;}.lg\:text-lg{font-size:1.125rem !important;}.lg\:hover\:text-lg:hover{font-size:1.125rem !important;}.lg\:text-xl{font-size:1.25rem !important;}.lg\:hover\:text-xl:hover{font-size:1.25rem !important;}.lg\:text-2xl{font-size:1.5rem !important;}.lg\:hover\:text-2xl:hover{font-size:1.5rem !important;}.lg\:text-3xl{font-size:1.875rem !important;}.lg\:hover\:text-3xl:hover{font-size:1.875rem !important;}.lg\:text-4xl{font-size:2.25rem !important;}.lg\:hover\:text-4xl:hover{font-size:2.25rem !important;}.lg\:font-light{font-weight:300 !important;}.lg\:hover\:font-light:hover{font-weight:300 !important;}.lg\:font-normal{font-weight:400 !important;}.lg\:hover\:font-normal:hover{font-weight:400 !important;}.lg\:font-medium{font-weight:500 !important;}.lg\:hover\:font-medium:hover{font-weight:500 !important;}.lg\:font-semibold{font-weight:600 !important;}.lg\:hover\:font-semibold:hover{font-weight:600 !important;}.lg\:font-bold{font-weight:700 !important;}.lg\:hover\:font-bold:hover{font-weight:700 !important;}.lg\:italic{font-style:italic !important;}.lg\:hover\:italic:hover{font-style:italic !important;}.lg\:leading-tight{line-height:1.25 !important;}.lg\:hover\:leading-tight:hover{line-height:1.25 !important;}.lg\:leading-normal{line-height:1.5 !important;}.lg\:hover\:leading-normal:hover{line-height:1.5 !important;}.lg\:leading-loose{line-height:2 !important;}.lg\:hover\:leading-loose:hover{line-height:2 !important;}.lg\:tracking-wide{letter-spacing:0.025em !important;}.lg\:hover\:tracking-wide:hover{letter-spacing:0.025em !important;}.lg\:tracking-wider{letter-spacing:0.05em !important;}.lg\:hover\:tracking-wider:hover{letter-spacing:0.05em !important;}.lg\:text-left{text-align:left !important;}.lg\:hover\:text-left:hover{text-align:left !important;}.lg\:text-center{text-align:center !important;}.lg\:hover\:text-center:hover{text-align:center !important;}.lg\:text-right{text-align:right !important;}.lg\:hover\:text-right:hover{text-align:right !important;}.lg\:uppercase{text-transform:uppercase !important;}.lg\:hover\:uppercase:hover{text-transform:uppercase !important;}.lg\:lowercase{text-transform:lowercase !important;}.lg\:hover\:lowercase:hover{text-transform:lowercase !important;}.lg\:capitalize{text-transform:capitalize !important;}.lg\:hover\:capitalize:hover{text-transform:capitalize !important;}.lg\:underline{text-decoration:underline !important;}.lg\:hover\:underline:hover{text-decoration:underline !important;}.lg\:no-underline{text-decoration:none !important;}.lg\:hover\:no-underline:hover{text-decoration:none !important;}.lg\:text-white{color:#ffffff !important;}.lg\:hover\:text-white:hover{color:#ffffff !important;}.lg\:text-dark{color:#0f172a !important;}.lg\:hover\:text-dark:hover{color:#0f172a !important;}.lg\:text-muted{color:#64748b !important;}.lg\:hover\:text-muted:hover{color:#64748b !important;}.lg\:text-primary{color:var(--km-primary,#2563eb) !important;}.lg\:hover\:text-primary:hover{color:var(--km-primary,#2563eb) !important;}.lg\:bg-white{background-color:#ffffff !important;}.lg\:hover\:bg-white:hover{background-color:#ffffff !important;}.lg\:bg-light{background-color:#f8fafc !important;}.lg\:hover\:bg-light:hover{background-color:#f8fafc !important;}.lg\:bg-gray{background-color:#f1f5f9 !important;}.lg\:hover\:bg-gray:hover{background-color:#f1f5f9 !important;}.lg\:bg-dark{background-color:#0f172a !important;}.lg\:hover\:bg-dark:hover{background-color:#0f172a !important;}.lg\:bg-primary{background-color:var(--km-primary,#2563eb) !important;}.lg\:hover\:bg-primary:hover{background-color:var(--km-primary,#2563eb) !important;}.lg\:bg-primary-light{background-color:#eff6ff !important;}.lg\:hover\:bg-primary-light:hover{background-color:#eff6ff !important;}.lg\:bg-red{background-color:#ef4444 !important;}.lg\:hover\:bg-red:hover{background-color:#ef4444 !important;}.lg\:bg-green{background-color:#22c55e !important;}.lg\:hover\:bg-green:hover{background-color:#22c55e !important;}.lg\:bg-yellow{background-color:#f59e0b !important;}.lg\:hover\:bg-yellow:hover{background-color:#f59e0b !important;}.lg\:bg-transparent{background-color:transparent !important;}.lg\:hover\:bg-transparent:hover{background-color:transparent !important;}.lg\:rounded-sm{border-radius:4px !important;}.lg\:hover\:rounded-sm:hover{border-radius:4px !important;}.lg\:rounded{border-radius:6px !important;}.lg\:hover\:rounded:hover{border-radius:6px !important;}.lg\:rounded-md{border-radius:var(--km-radius,8px) !important;}.lg\:hover\:rounded-md:hover{border-radius:var(--km-radius,8px) !important;}.lg\:rounded-lg{border-radius:12px !important;}.lg\:hover\:rounded-lg:hover{border-radius:12px !important;}.lg\:rounded-xl{border-radius:16px !important;}.lg\:hover\:rounded-xl:hover{border-radius:16px !important;}.lg\:rounded-full{border-radius:9999px !important;}.lg\:hover\:rounded-full:hover{border-radius:9999px !important;}.lg\:shadow-sm{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.lg\:hover\:shadow-sm:hover{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.lg\:shadow{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.lg\:hover\:shadow:hover{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.lg\:shadow-md{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.lg\:hover\:shadow-md:hover{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.lg\:shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.lg\:hover\:shadow-lg:hover{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.lg\:shadow-none{box-shadow:none !important;}.lg\:hover\:shadow-none:hover{box-shadow:none !important;}.lg\:overflow-hidden{overflow:hidden !important;}.lg\:hover\:overflow-hidden:hover{overflow:hidden !important;}.lg\:overflow-auto{overflow:auto !important;}.lg\:hover\:overflow-auto:hover{overflow:auto !important;}.lg\:opacity-50{opacity:0.5 !important;}.lg\:hover\:opacity-50:hover{opacity:0.5 !important;}.lg\:opacity-75{opacity:0.75 !important;}.lg\:hover\:opacity-75:hover{opacity:0.75 !important;}.lg\:transition{transition:all .2s ease !important;}.lg\:hover\:transition:hover{transition:all .2s ease !important;}.lg\:cursor-pointer{cursor:pointer !important;}.lg\:hover\:cursor-pointer:hover{cursor:pointer !important;}.lg\:border{border:1px solid #e2e8f0 !important;}.lg\:hover\:border:hover{border:1px solid #e2e8f0 !important;}.lg\:border-0{border:none !important;}.lg\:hover\:border-0:hover{border:none !important;}}@media (min-width:1280px){.xl\:flex{display:flex !important;}.xl\:hover\:flex:hover{display:flex !important;}.xl\:grid{display:grid !important;}.xl\:hover\:grid:hover{display:grid !important;}.xl\:hidden{display:none !important;}.xl\:hover\:hidden:hover{display:none !important;}.xl\:flex-col{flex-direction:column !important;}.xl\:hover\:flex-col:hover{flex-direction:column !important;}.xl\:flex-wrap{flex-wrap:wrap !important;}.xl\:hover\:flex-wrap:hover{flex-wrap:wrap !important;}.xl\:items-center{align-items:center !important;}.xl\:hover\:items-center:hover{align-items:center !important;}.xl\:items-start{align-items:flex-start !important;}.xl\:hover\:items-start:hover{align-items:flex-start !important;}.xl\:items-end{align-items:flex-end !important;}.xl\:hover\:items-end:hover{align-items:flex-end !important;}.xl\:justify-center{justify-content:center !important;}.xl\:hover\:justify-center:hover{justify-content:center !important;}.xl\:justify-between{justify-content:space-between !important;}.xl\:hover\:justify-between:hover{justify-content:space-between !important;}.xl\:justify-end{justify-content:flex-end !important;}.xl\:hover\:justify-end:hover{justify-content:flex-end !important;}.xl\:gap-0{gap:0 !important;}.xl\:hover\:gap-0:hover{gap:0 !important;}.xl\:gap-2{gap:0.5rem !important;}.xl\:hover\:gap-2:hover{gap:0.5rem !important;}.xl\:gap-4{gap:1rem !important;}.xl\:hover\:gap-4:hover{gap:1rem !important;}.xl\:gap-6{gap:1.5rem !important;}.xl\:hover\:gap-6:hover{gap:1.5rem !important;}.xl\:gap-8{gap:2rem !important;}.xl\:hover\:gap-8:hover{gap:2rem !important;}.xl\:gap-12{gap:3rem !important;}.xl\:hover\:gap-12:hover{gap:3rem !important;}.xl\:cols-1{grid-template-columns:repeat(1,1fr) !important;}.xl\:hover\:cols-1:hover{grid-template-columns:repeat(1,1fr) !important;}.xl\:cols-2{grid-template-columns:repeat(2,1fr) !important;}.xl\:hover\:cols-2:hover{grid-template-columns:repeat(2,1fr) !important;}.xl\:cols-3{grid-template-columns:repeat(3,1fr) !important;}.xl\:hover\:cols-3:hover{grid-template-columns:repeat(3,1fr) !important;}.xl\:cols-4{grid-template-columns:repeat(4,1fr) !important;}.xl\:hover\:cols-4:hover{grid-template-columns:repeat(4,1fr) !important;}.xl\:cols-5{grid-template-columns:repeat(5,1fr) !important;}.xl\:hover\:cols-5:hover{grid-template-columns:repeat(5,1fr) !important;}.xl\:cols-6{grid-template-columns:repeat(6,1fr) !important;}.xl\:hover\:cols-6:hover{grid-template-columns:repeat(6,1fr) !important;}.xl\:cols-auto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.xl\:hover\:cols-auto:hover{grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) !important;}.xl\:cols-auto-sm{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.xl\:hover\:cols-auto-sm:hover{grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important;}.xl\:cols-auto-lg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.xl\:hover\:cols-auto-lg:hover{grid-template-columns:repeat(auto-fit,minmax(300px,1fr)) !important;}.xl\:p-0{padding:0 !important;}.xl\:hover\:p-0:hover{padding:0 !important;}.xl\:m-0{margin:0 !important;}.xl\:hover\:m-0:hover{margin:0 !important;}.xl\:p-2{padding:0.5rem !important;}.xl\:hover\:p-2:hover{padding:0.5rem !important;}.xl\:p-4{padding:1rem !important;}.xl\:hover\:p-4:hover{padding:1rem !important;}.xl\:p-6{padding:1.5rem !important;}.xl\:hover\:p-6:hover{padding:1.5rem !important;}.xl\:p-8{padding:2rem !important;}.xl\:hover\:p-8:hover{padding:2rem !important;}.xl\:p-12{padding:3rem !important;}.xl\:hover\:p-12:hover{padding:3rem !important;}.xl\:px-4{padding-left:1rem !important;padding-right:1rem !important;}.xl\:hover\:px-4:hover{padding-left:1rem !important;padding-right:1rem !important;}.xl\:px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;}.xl\:hover\:px-6:hover{padding-left:1.5rem !important;padding-right:1.5rem !important;}.xl\:px-8{padding-left:2rem !important;padding-right:2rem !important;}.xl\:hover\:px-8:hover{padding-left:2rem !important;padding-right:2rem !important;}.xl\:py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.xl\:hover\:py-4:hover{padding-top:1rem !important;padding-bottom:1rem !important;}.xl\:py-6{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.xl\:hover\:py-6:hover{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.xl\:py-8{padding-top:2rem !important;padding-bottom:2rem !important;}.xl\:hover\:py-8:hover{padding-top:2rem !important;padding-bottom:2rem !important;}.xl\:py-12{padding-top:3rem !important;padding-bottom:3rem !important;}.xl\:hover\:py-12:hover{padding-top:3rem !important;padding-bottom:3rem !important;}.xl\:py-16{padding-top:4rem !important;padding-bottom:4rem !important;}.xl\:hover\:py-16:hover{padding-top:4rem !important;padding-bottom:4rem !important;}.xl\:py-24{padding-top:6rem !important;padding-bottom:6rem !important;}.xl\:hover\:py-24:hover{padding-top:6rem !important;padding-bottom:6rem !important;}.xl\:m-auto{margin:auto !important;}.xl\:hover\:m-auto:hover{margin:auto !important;}.xl\:mx-auto{margin-left:auto !important;margin-right:auto !important;}.xl\:hover\:mx-auto:hover{margin-left:auto !important;margin-right:auto !important;}.xl\:mt-4{margin-top:1rem !important;}.xl\:hover\:mt-4:hover{margin-top:1rem !important;}.xl\:mb-4{margin-bottom:1rem !important;}.xl\:hover\:mb-4:hover{margin-bottom:1rem !important;}.xl\:mb-6{margin-bottom:1.5rem !important;}.xl\:hover\:mb-6:hover{margin-bottom:1.5rem !important;}.xl\:mb-8{margin-bottom:2rem !important;}.xl\:hover\:mb-8:hover{margin-bottom:2rem !important;}.xl\:w-full{width:100% !important;}.xl\:hover\:w-full:hover{width:100% !important;}.xl\:w-auto{width:auto !important;}.xl\:hover\:w-auto:hover{width:auto !important;}.xl\:w-1/2{width:50% !important;}.xl\:hover\:w-1/2:hover{width:50% !important;}.xl\:w-1/3{width:33.333% !important;}.xl\:hover\:w-1/3:hover{width:33.333% !important;}.xl\:w-1/4{width:25% !important;}.xl\:hover\:w-1/4:hover{width:25% !important;}.xl\:max-w-sm{max-width:640px !important;}.xl\:hover\:max-w-sm:hover{max-width:640px !important;}.xl\:max-w-md{max-width:768px !important;}.xl\:hover\:max-w-md:hover{max-width:768px !important;}.xl\:max-w-lg{max-width:1024px !important;}.xl\:hover\:max-w-lg:hover{max-width:1024px !important;}.xl\:max-w-xl{max-width:1280px !important;}.xl\:hover\:max-w-xl:hover{max-width:1280px !important;}.xl\:max-w-2xl{max-width:1536px !important;}.xl\:hover\:max-w-2xl:hover{max-width:1536px !important;}.xl\:min-h-screen{min-height:100vh !important;}.xl\:hover\:min-h-screen:hover{min-height:100vh !important;}.xl\:text-xs{font-size:0.75rem !important;}.xl\:hover\:text-xs:hover{font-size:0.75rem !important;}.xl\:text-sm{font-size:0.875rem !important;}.xl\:hover\:text-sm:hover{font-size:0.875rem !important;}.xl\:text-base{font-size:1rem !important;}.xl\:hover\:text-base:hover{font-size:1rem !important;}.xl\:text-lg{font-size:1.125rem !important;}.xl\:hover\:text-lg:hover{font-size:1.125rem !important;}.xl\:text-xl{font-size:1.25rem !important;}.xl\:hover\:text-xl:hover{font-size:1.25rem !important;}.xl\:text-2xl{font-size:1.5rem !important;}.xl\:hover\:text-2xl:hover{font-size:1.5rem !important;}.xl\:text-3xl{font-size:1.875rem !important;}.xl\:hover\:text-3xl:hover{font-size:1.875rem !important;}.xl\:text-4xl{font-size:2.25rem !important;}.xl\:hover\:text-4xl:hover{font-size:2.25rem !important;}.xl\:font-light{font-weight:300 !important;}.xl\:hover\:font-light:hover{font-weight:300 !important;}.xl\:font-normal{font-weight:400 !important;}.xl\:hover\:font-normal:hover{font-weight:400 !important;}.xl\:font-medium{font-weight:500 !important;}.xl\:hover\:font-medium:hover{font-weight:500 !important;}.xl\:font-semibold{font-weight:600 !important;}.xl\:hover\:font-semibold:hover{font-weight:600 !important;}.xl\:font-bold{font-weight:700 !important;}.xl\:hover\:font-bold:hover{font-weight:700 !important;}.xl\:italic{font-style:italic !important;}.xl\:hover\:italic:hover{font-style:italic !important;}.xl\:leading-tight{line-height:1.25 !important;}.xl\:hover\:leading-tight:hover{line-height:1.25 !important;}.xl\:leading-normal{line-height:1.5 !important;}.xl\:hover\:leading-normal:hover{line-height:1.5 !important;}.xl\:leading-loose{line-height:2 !important;}.xl\:hover\:leading-loose:hover{line-height:2 !important;}.xl\:tracking-wide{letter-spacing:0.025em !important;}.xl\:hover\:tracking-wide:hover{letter-spacing:0.025em !important;}.xl\:tracking-wider{letter-spacing:0.05em !important;}.xl\:hover\:tracking-wider:hover{letter-spacing:0.05em !important;}.xl\:text-left{text-align:left !important;}.xl\:hover\:text-left:hover{text-align:left !important;}.xl\:text-center{text-align:center !important;}.xl\:hover\:text-center:hover{text-align:center !important;}.xl\:text-right{text-align:right !important;}.xl\:hover\:text-right:hover{text-align:right !important;}.xl\:uppercase{text-transform:uppercase !important;}.xl\:hover\:uppercase:hover{text-transform:uppercase !important;}.xl\:lowercase{text-transform:lowercase !important;}.xl\:hover\:lowercase:hover{text-transform:lowercase !important;}.xl\:capitalize{text-transform:capitalize !important;}.xl\:hover\:capitalize:hover{text-transform:capitalize !important;}.xl\:underline{text-decoration:underline !important;}.xl\:hover\:underline:hover{text-decoration:underline !important;}.xl\:no-underline{text-decoration:none !important;}.xl\:hover\:no-underline:hover{text-decoration:none !important;}.xl\:text-white{color:#ffffff !important;}.xl\:hover\:text-white:hover{color:#ffffff !important;}.xl\:text-dark{color:#0f172a !important;}.xl\:hover\:text-dark:hover{color:#0f172a !important;}.xl\:text-muted{color:#64748b !important;}.xl\:hover\:text-muted:hover{color:#64748b !important;}.xl\:text-primary{color:var(--km-primary,#2563eb) !important;}.xl\:hover\:text-primary:hover{color:var(--km-primary,#2563eb) !important;}.xl\:bg-white{background-color:#ffffff !important;}.xl\:hover\:bg-white:hover{background-color:#ffffff !important;}.xl\:bg-light{background-color:#f8fafc !important;}.xl\:hover\:bg-light:hover{background-color:#f8fafc !important;}.xl\:bg-gray{background-color:#f1f5f9 !important;}.xl\:hover\:bg-gray:hover{background-color:#f1f5f9 !important;}.xl\:bg-dark{background-color:#0f172a !important;}.xl\:hover\:bg-dark:hover{background-color:#0f172a !important;}.xl\:bg-primary{background-color:var(--km-primary,#2563eb) !important;}.xl\:hover\:bg-primary:hover{background-color:var(--km-primary,#2563eb) !important;}.xl\:bg-primary-light{background-color:#eff6ff !important;}.xl\:hover\:bg-primary-light:hover{background-color:#eff6ff !important;}.xl\:bg-red{background-color:#ef4444 !important;}.xl\:hover\:bg-red:hover{background-color:#ef4444 !important;}.xl\:bg-green{background-color:#22c55e !important;}.xl\:hover\:bg-green:hover{background-color:#22c55e !important;}.xl\:bg-yellow{background-color:#f59e0b !important;}.xl\:hover\:bg-yellow:hover{background-color:#f59e0b !important;}.xl\:bg-transparent{background-color:transparent !important;}.xl\:hover\:bg-transparent:hover{background-color:transparent !important;}.xl\:rounded-sm{border-radius:4px !important;}.xl\:hover\:rounded-sm:hover{border-radius:4px !important;}.xl\:rounded{border-radius:6px !important;}.xl\:hover\:rounded:hover{border-radius:6px !important;}.xl\:rounded-md{border-radius:var(--km-radius,8px) !important;}.xl\:hover\:rounded-md:hover{border-radius:var(--km-radius,8px) !important;}.xl\:rounded-lg{border-radius:12px !important;}.xl\:hover\:rounded-lg:hover{border-radius:12px !important;}.xl\:rounded-xl{border-radius:16px !important;}.xl\:hover\:rounded-xl:hover{border-radius:16px !important;}.xl\:rounded-full{border-radius:9999px !important;}.xl\:hover\:rounded-full:hover{border-radius:9999px !important;}.xl\:shadow-sm{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.xl\:hover\:shadow-sm:hover{box-shadow:0 1px 4px rgba(0,0,0,.08) !important;}.xl\:shadow{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.xl\:hover\:shadow:hover{box-shadow:var(--km-shadow,0 4px 16px rgba(0,0,0,.1)) !important;}.xl\:shadow-md{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.xl\:hover\:shadow-md:hover{box-shadow:0 6px 24px rgba(0,0,0,.12) !important;}.xl\:shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.xl\:hover\:shadow-lg:hover{box-shadow:0 8px 32px rgba(0,0,0,.14) !important;}.xl\:shadow-none{box-shadow:none !important;}.xl\:hover\:shadow-none:hover{box-shadow:none !important;}.xl\:overflow-hidden{overflow:hidden !important;}.xl\:hover\:overflow-hidden:hover{overflow:hidden !important;}.xl\:overflow-auto{overflow:auto !important;}.xl\:hover\:overflow-auto:hover{overflow:auto !important;}.xl\:opacity-50{opacity:0.5 !important;}.xl\:hover\:opacity-50:hover{opacity:0.5 !important;}.xl\:opacity-75{opacity:0.75 !important;}.xl\:hover\:opacity-75:hover{opacity:0.75 !important;}.xl\:transition{transition:all .2s ease !important;}.xl\:hover\:transition:hover{transition:all .2s ease !important;}.xl\:cursor-pointer{cursor:pointer !important;}.xl\:hover\:cursor-pointer:hover{cursor:pointer !important;}.xl\:border{border:1px solid #e2e8f0 !important;}.xl\:hover\:border:hover{border:1px solid #e2e8f0 !important;}.xl\:border-0{border:none !important;}.xl\:hover\:border-0:hover{border:none !important;}}