@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

#jafix .react-loading-skeleton, #headlessui-portal-root .react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
  z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
}

#jafix .react-loading-skeleton::after, #headlessui-portal-root .react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  #jafix .react-loading-skeleton, #headlessui-portal-root .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

#jafix *,#jafix ::before,#jafix ::after,#headlessui-portal-root *,#headlessui-portal-root ::before,#headlessui-portal-root ::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}#jafix ::before,#jafix ::after,#headlessui-portal-root ::before,#headlessui-portal-root ::after{--tw-content: ""}#jafix,#headlessui-portal-root{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}#jafix,#headlessui-portal-root{margin:0;line-height:inherit}#jafix hr,#headlessui-portal-root hr{height:0;color:inherit;border-top-width:1px}#jafix abbr:where([title]),#headlessui-portal-root abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}#jafix h1,#jafix h2,#jafix h3,#jafix h4,#jafix h5,#jafix h6,#headlessui-portal-root h1,#headlessui-portal-root h2,#headlessui-portal-root h3,#headlessui-portal-root h4,#headlessui-portal-root h5,#headlessui-portal-root h6{font-size:inherit;font-weight:inherit}#jafix a,#headlessui-portal-root a{color:inherit;text-decoration:inherit}#jafix b,#jafix strong,#headlessui-portal-root b,#headlessui-portal-root strong{font-weight:bolder}#jafix code,#jafix kbd,#jafix samp,#jafix pre,#headlessui-portal-root code,#headlessui-portal-root kbd,#headlessui-portal-root samp,#headlessui-portal-root pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}#jafix small,#headlessui-portal-root small{font-size:80%}#jafix sub,#jafix sup,#headlessui-portal-root sub,#headlessui-portal-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}#jafix sub,#headlessui-portal-root sub{bottom:-0.25em}#jafix sup,#headlessui-portal-root sup{top:-0.5em}#jafix table,#headlessui-portal-root table{text-indent:0;border-color:inherit;border-collapse:collapse}#jafix button,#jafix input,#jafix optgroup,#jafix select,#jafix textarea,#headlessui-portal-root button,#headlessui-portal-root input,#headlessui-portal-root optgroup,#headlessui-portal-root select,#headlessui-portal-root textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}#jafix button,#jafix select,#headlessui-portal-root button,#headlessui-portal-root select{text-transform:none}#jafix button,#jafix [type=button],#jafix [type=reset],#jafix [type=submit],#headlessui-portal-root button,#headlessui-portal-root [type=button],#headlessui-portal-root [type=reset],#headlessui-portal-root [type=submit]{-webkit-appearance:button;background-color:rgba(0,0,0,0);background-image:none}#jafix :-moz-focusring,#headlessui-portal-root :-moz-focusring{outline:auto}#jafix :-moz-ui-invalid,#headlessui-portal-root :-moz-ui-invalid{box-shadow:none}#jafix progress,#headlessui-portal-root progress{vertical-align:baseline}#jafix ::-webkit-inner-spin-button,#jafix ::-webkit-outer-spin-button,#headlessui-portal-root ::-webkit-inner-spin-button,#headlessui-portal-root ::-webkit-outer-spin-button{height:auto}#jafix [type=search],#headlessui-portal-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}#jafix ::-webkit-search-decoration,#headlessui-portal-root ::-webkit-search-decoration{-webkit-appearance:none}#jafix ::-webkit-file-upload-button,#headlessui-portal-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}#jafix summary,#headlessui-portal-root summary{display:list-item}#jafix blockquote,#jafix dl,#jafix dd,#jafix h1,#jafix h2,#jafix h3,#jafix h4,#jafix h5,#jafix h6,#jafix hr,#jafix figure,#jafix p,#jafix pre,#headlessui-portal-root blockquote,#headlessui-portal-root dl,#headlessui-portal-root dd,#headlessui-portal-root h1,#headlessui-portal-root h2,#headlessui-portal-root h3,#headlessui-portal-root h4,#headlessui-portal-root h5,#headlessui-portal-root h6,#headlessui-portal-root hr,#headlessui-portal-root figure,#headlessui-portal-root p,#headlessui-portal-root pre{margin:0}#jafix fieldset,#headlessui-portal-root fieldset{margin:0;padding:0}#jafix legend,#headlessui-portal-root legend{padding:0}#jafix ol,#jafix ul,#jafix menu,#headlessui-portal-root ol,#headlessui-portal-root ul,#headlessui-portal-root menu{list-style:none;margin:0;padding:0}#jafix dialog,#headlessui-portal-root dialog{padding:0}#jafix textarea,#headlessui-portal-root textarea{resize:vertical}#jafix input::placeholder,#jafix textarea::placeholder,#headlessui-portal-root input::placeholder,#headlessui-portal-root textarea::placeholder{opacity:1;color:#9ca3af}#jafix button,#jafix [role=button],#headlessui-portal-root button,#headlessui-portal-root [role=button]{cursor:pointer}#jafix :disabled,#headlessui-portal-root :disabled{cursor:default}#jafix img,#jafix svg,#jafix video,#jafix canvas,#jafix audio,#jafix iframe,#jafix embed,#jafix object,#headlessui-portal-root img,#headlessui-portal-root svg,#headlessui-portal-root video,#headlessui-portal-root canvas,#headlessui-portal-root audio,#headlessui-portal-root iframe,#headlessui-portal-root embed,#headlessui-portal-root object{display:block;vertical-align:middle}#jafix img,#jafix video,#headlessui-portal-root img,#headlessui-portal-root video{max-width:100%;height:auto}#jafix [hidden],#headlessui-portal-root [hidden]{display:none}#jafix h1,#jafix h2,#jafix h3,#jafix h4,#jafix h5,#jafix h6,#headlessui-portal-root h1,#headlessui-portal-root h2,#headlessui-portal-root h3,#headlessui-portal-root h4,#headlessui-portal-root h5,#headlessui-portal-root h6{font-size:revert;font-weight:revert}#jafix p,#headlessui-portal-root p{line-height:1.625}#jafix *,#jafix ::before,#jafix ::after,#headlessui-portal-root *,#headlessui-portal-root ::before,#headlessui-portal-root ::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 / 0.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: }#jafix ::backdrop,#headlessui-portal-root ::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 / 0.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: }#jafix .sr-only,#headlessui-portal-root .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}#jafix .pointer-events-none,#headlessui-portal-root .pointer-events-none{pointer-events:none}#jafix .invisible,#headlessui-portal-root .invisible{visibility:hidden}#jafix .fixed,#headlessui-portal-root .fixed{position:fixed}#jafix .absolute,#headlessui-portal-root .absolute{position:absolute}#jafix .relative,#headlessui-portal-root .relative{position:relative}#jafix .sticky,#headlessui-portal-root .sticky{position:sticky}#jafix .inset-0,#headlessui-portal-root .inset-0{inset:0px}#jafix .-bottom-16,#headlessui-portal-root .-bottom-16{bottom:-4rem}#jafix .bottom-0,#headlessui-portal-root .bottom-0{bottom:0px}#jafix .left-0,#headlessui-portal-root .left-0{left:0px}#jafix .left-\[10\%\],#headlessui-portal-root .left-\[10\%\]{left:10%}#jafix .right-0,#headlessui-portal-root .right-0{right:0px}#jafix .right-4,#headlessui-portal-root .right-4{right:1rem}#jafix .top-0,#headlessui-portal-root .top-0{top:0px}#jafix .top-4,#headlessui-portal-root .top-4{top:1rem}#jafix .z-10,#headlessui-portal-root .z-10{z-index:10}#jafix .m-auto,#headlessui-portal-root .m-auto{margin:auto}#jafix .mx-auto,#headlessui-portal-root .mx-auto{margin-left:auto;margin-right:auto}#jafix .mb-2,#headlessui-portal-root .mb-2{margin-bottom:.5rem}#jafix .mb-4,#headlessui-portal-root .mb-4{margin-bottom:1rem}#jafix .mr-1,#headlessui-portal-root .mr-1{margin-right:.25rem}#jafix .mr-2,#headlessui-portal-root .mr-2{margin-right:.5rem}#jafix .mr-3,#headlessui-portal-root .mr-3{margin-right:.75rem}#jafix .mt-4,#headlessui-portal-root .mt-4{margin-top:1rem}#jafix .mt-8,#headlessui-portal-root .mt-8{margin-top:2rem}#jafix .block,#headlessui-portal-root .block{display:block}#jafix .flex,#headlessui-portal-root .flex{display:flex}#jafix .inline-flex,#headlessui-portal-root .inline-flex{display:inline-flex}#jafix .grid,#headlessui-portal-root .grid{display:grid}#jafix .h-1\/2,#headlessui-portal-root .h-1\/2{height:50%}#jafix .h-16,#headlessui-portal-root .h-16{height:4rem}#jafix .h-4,#headlessui-portal-root .h-4{height:1rem}#jafix .h-7,#headlessui-portal-root .h-7{height:1.75rem}#jafix .h-8,#headlessui-portal-root .h-8{height:2rem}#jafix .h-\[15px\],#headlessui-portal-root .h-\[15px\]{height:15px}#jafix .h-\[25px\],#headlessui-portal-root .h-\[25px\]{height:25px}#jafix .h-\[31px\],#headlessui-portal-root .h-\[31px\]{height:31px}#jafix .h-full,#headlessui-portal-root .h-full{height:100%}#jafix .max-h-\[80vh\],#headlessui-portal-root .max-h-\[80vh\]{max-height:80vh}#jafix .max-h-\[90vh\],#headlessui-portal-root .max-h-\[90vh\]{max-height:90vh}#jafix .min-h-\[26rem\],#headlessui-portal-root .min-h-\[26rem\]{min-height:26rem}#jafix .min-h-full,#headlessui-portal-root .min-h-full{min-height:100%}#jafix .w-1\/2,#headlessui-portal-root .w-1\/2{width:50%}#jafix .w-1\/3,#headlessui-portal-root .w-1\/3{width:33.333333%}#jafix .w-2\/3,#headlessui-portal-root .w-2\/3{width:66.666667%}#jafix .w-4,#headlessui-portal-root .w-4{width:1rem}#jafix .w-48,#headlessui-portal-root .w-48{width:12rem}#jafix .w-8,#headlessui-portal-root .w-8{width:2rem}#jafix .w-\[15px\],#headlessui-portal-root .w-\[15px\]{width:15px}#jafix .w-\[25px\],#headlessui-portal-root .w-\[25px\]{width:25px}#jafix .w-\[31px\],#headlessui-portal-root .w-\[31px\]{width:31px}#jafix .w-\[35px\],#headlessui-portal-root .w-\[35px\]{width:35px}#jafix .w-\[45px\],#headlessui-portal-root .w-\[45px\]{width:45px}#jafix .w-\[6px\],#headlessui-portal-root .w-\[6px\]{width:6px}#jafix .w-full,#headlessui-portal-root .w-full{width:100%}#jafix .w-screen,#headlessui-portal-root .w-screen{width:100vw}#jafix .max-w-\[95vw\],#headlessui-portal-root .max-w-\[95vw\]{max-width:95vw}#jafix .max-w-md,#headlessui-portal-root .max-w-md{max-width:28rem}#jafix .flex-none,#headlessui-portal-root .flex-none{flex:none}#jafix .flex-grow,#headlessui-portal-root .flex-grow{flex-grow:1}#jafix .scale-100,#headlessui-portal-root .scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#jafix .scale-95,#headlessui-portal-root .scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#jafix .transform,#headlessui-portal-root .transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#jafix .cursor-pointer,#headlessui-portal-root .cursor-pointer{cursor:pointer}#jafix .grid-cols-1,#headlessui-portal-root .grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}#jafix .grid-cols-4,#headlessui-portal-root .grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}#jafix .flex-col,#headlessui-portal-root .flex-col{flex-direction:column}#jafix .flex-wrap,#headlessui-portal-root .flex-wrap{flex-wrap:wrap}#jafix .place-content-center,#headlessui-portal-root .place-content-center{place-content:center}#jafix .items-start,#headlessui-portal-root .items-start{align-items:flex-start}#jafix .items-center,#headlessui-portal-root .items-center{align-items:center}#jafix .justify-center,#headlessui-portal-root .justify-center{justify-content:center}#jafix .gap-10,#headlessui-portal-root .gap-10{gap:2.5rem}#jafix .gap-3,#headlessui-portal-root .gap-3{gap:.75rem}#jafix .gap-4,#headlessui-portal-root .gap-4{gap:1rem}#jafix .divide-x>:not([hidden])~:not([hidden]),#headlessui-portal-root .divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}#jafix .divide-y>:not([hidden])~:not([hidden]),#headlessui-portal-root .divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}#jafix .divide-white>:not([hidden])~:not([hidden]),#headlessui-portal-root .divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(255 255 255/var(--tw-divide-opacity))}#jafix .overflow-hidden,#headlessui-portal-root .overflow-hidden{overflow:hidden}#jafix .overflow-y-auto,#headlessui-portal-root .overflow-y-auto{overflow-y:auto}#jafix .rounded,#headlessui-portal-root .rounded{border-radius:.25rem}#jafix .rounded-3xl,#headlessui-portal-root .rounded-3xl{border-radius:1.5rem}#jafix .rounded-lg,#headlessui-portal-root .rounded-lg{border-radius:.5rem}#jafix .rounded-md,#headlessui-portal-root .rounded-md{border-radius:.375rem}#jafix .rounded-sm,#headlessui-portal-root .rounded-sm{border-radius:.125rem}#jafix .rounded-l-md,#headlessui-portal-root .rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}#jafix .rounded-r-md,#headlessui-portal-root .rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}#jafix .border,#headlessui-portal-root .border{border-width:1px}#jafix .border-2,#headlessui-portal-root .border-2{border-width:2px}#jafix .border-l-0,#headlessui-portal-root .border-l-0{border-left-width:0px}#jafix .border-r-0,#headlessui-portal-root .border-r-0{border-right-width:0px}#jafix .border-solid,#headlessui-portal-root .border-solid{border-style:solid}#jafix .border-gray-300,#headlessui-portal-root .border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219/var(--tw-border-opacity))}#jafix .border-slate-300,#headlessui-portal-root .border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225/var(--tw-border-opacity))}#jafix .border-slate-500,#headlessui-portal-root .border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139/var(--tw-border-opacity))}#jafix .border-transparent,#headlessui-portal-root .border-transparent{border-color:rgba(0,0,0,0)}#jafix .border-white,#headlessui-portal-root .border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255/var(--tw-border-opacity))}#jafix .bg-blue-600,#headlessui-portal-root .bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}#jafix .bg-gray-500,#headlessui-portal-root .bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}#jafix .bg-slate-200,#headlessui-portal-root .bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}#jafix .bg-slate-300,#headlessui-portal-root .bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225/var(--tw-bg-opacity))}#jafix .bg-slate-500,#headlessui-portal-root .bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}#jafix .bg-white,#headlessui-portal-root .bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}#jafix .bg-opacity-75,#headlessui-portal-root .bg-opacity-75{--tw-bg-opacity: 0.75}#jafix .fill-current,#headlessui-portal-root .fill-current{fill:currentColor}#jafix .fill-none,#headlessui-portal-root .fill-none{fill:none}#jafix .fill-slate-700,#headlessui-portal-root .fill-slate-700{fill:#334155}#jafix .fill-white,#headlessui-portal-root .fill-white{fill:#fff}#jafix .stroke-current,#headlessui-portal-root .stroke-current{stroke:currentColor}#jafix .object-contain,#headlessui-portal-root .object-contain{object-fit:contain}#jafix .object-cover,#headlessui-portal-root .object-cover{object-fit:cover}#jafix .p-1,#headlessui-portal-root .p-1{padding:.25rem}#jafix .p-2,#headlessui-portal-root .p-2{padding:.5rem}#jafix .p-4,#headlessui-portal-root .p-4{padding:1rem}#jafix .p-8,#headlessui-portal-root .p-8{padding:2rem}#jafix .px-2,#headlessui-portal-root .px-2{padding-left:.5rem;padding-right:.5rem}#jafix .px-3,#headlessui-portal-root .px-3{padding-left:.75rem;padding-right:.75rem}#jafix .px-4,#headlessui-portal-root .px-4{padding-left:1rem;padding-right:1rem}#jafix .px-8,#headlessui-portal-root .px-8{padding-left:2rem;padding-right:2rem}#jafix .py-1,#headlessui-portal-root .py-1{padding-top:.25rem;padding-bottom:.25rem}#jafix .py-2,#headlessui-portal-root .py-2{padding-top:.5rem;padding-bottom:.5rem}#jafix .py-3,#headlessui-portal-root .py-3{padding-top:.75rem;padding-bottom:.75rem}#jafix .pb-0,#headlessui-portal-root .pb-0{padding-bottom:0px}#jafix .pb-2,#headlessui-portal-root .pb-2{padding-bottom:.5rem}#jafix .pb-3,#headlessui-portal-root .pb-3{padding-bottom:.75rem}#jafix .pb-4,#headlessui-portal-root .pb-4{padding-bottom:1rem}#jafix .pb-5,#headlessui-portal-root .pb-5{padding-bottom:1.25rem}#jafix .pl-4,#headlessui-portal-root .pl-4{padding-left:1rem}#jafix .pr-4,#headlessui-portal-root .pr-4{padding-right:1rem}#jafix .pt-0,#headlessui-portal-root .pt-0{padding-top:0px}#jafix .pt-1,#headlessui-portal-root .pt-1{padding-top:.25rem}#jafix .pt-2,#headlessui-portal-root .pt-2{padding-top:.5rem}#jafix .pt-4,#headlessui-portal-root .pt-4{padding-top:1rem}#jafix .pt-5,#headlessui-portal-root .pt-5{padding-top:1.25rem}#jafix .text-left,#headlessui-portal-root .text-left{text-align:left}#jafix .text-center,#headlessui-portal-root .text-center{text-align:center}#jafix .align-middle,#headlessui-portal-root .align-middle{vertical-align:middle}#jafix .text-sm,#headlessui-portal-root .text-sm{font-size:.875rem;line-height:1.25rem}#jafix .text-xl,#headlessui-portal-root .text-xl{font-size:1.25rem;line-height:1.75rem}#jafix .font-bold,#headlessui-portal-root .font-bold{font-weight:700}#jafix .font-medium,#headlessui-portal-root .font-medium{font-weight:500}#jafix .font-semibold,#headlessui-portal-root .font-semibold{font-weight:600}#jafix .uppercase,#headlessui-portal-root .uppercase{text-transform:uppercase}#jafix .tracking-\[\.25em\],#headlessui-portal-root .tracking-\[\.25em\]{letter-spacing:.25em}#jafix .text-gray-600,#headlessui-portal-root .text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99/var(--tw-text-opacity))}#jafix .text-gray-700,#headlessui-portal-root .text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81/var(--tw-text-opacity))}#jafix .text-gray-900,#headlessui-portal-root .text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39/var(--tw-text-opacity))}#jafix .text-slate-700,#headlessui-portal-root .text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85/var(--tw-text-opacity))}#jafix .text-white,#headlessui-portal-root .text-white{--tw-text-opacity: 1;color:rgb(255 255 255/var(--tw-text-opacity))}#jafix .opacity-0,#headlessui-portal-root .opacity-0{opacity:0}#jafix .opacity-100,#headlessui-portal-root .opacity-100{opacity:1}#jafix .opacity-50,#headlessui-portal-root .opacity-50{opacity:.5}#jafix .shadow-lg,#headlessui-portal-root .shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 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 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}#jafix .shadow-md,#headlessui-portal-root .shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}#jafix .shadow-xl,#headlessui-portal-root .shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 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 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-shadow)}#jafix .ring-4,#headlessui-portal-root .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 rgba(0, 0, 0, 0))}#jafix .ring-white,#headlessui-portal-root .ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}#jafix .ring-offset-2,#headlessui-portal-root .ring-offset-2{--tw-ring-offset-width: 2px}#jafix .ring-offset-slate-700,#headlessui-portal-root .ring-offset-slate-700{--tw-ring-offset-color: #334155}#jafix .drop-shadow-lg,#headlessui-portal-root .drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 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)}#jafix .filter,#headlessui-portal-root .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)}#jafix .transition-all,#headlessui-portal-root .transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}#jafix .transition-opacity,#headlessui-portal-root .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}#jafix .duration-200,#headlessui-portal-root .duration-200{transition-duration:200ms}#jafix .duration-300,#headlessui-portal-root .duration-300{transition-duration:300ms}#jafix .ease-in,#headlessui-portal-root .ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}#jafix .ease-out,#headlessui-portal-root .ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}#jafix .last\:mb-0:last-child,#headlessui-portal-root .last\:mb-0:last-child{margin-bottom:0px}#jafix .last\:pb-0:last-child,#headlessui-portal-root .last\:pb-0:last-child{padding-bottom:0px}#jafix .hover\:scale-110:hover,#headlessui-portal-root .hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#jafix .hover\:bg-blue-700:hover,#headlessui-portal-root .hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}#jafix .hover\:bg-gray-50:hover,#headlessui-portal-root .hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}#jafix .hover\:bg-white:hover,#headlessui-portal-root .hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}#jafix .focus\:outline-none:focus,#headlessui-portal-root .focus\:outline-none:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}#jafix .focus\:ring-2:focus,#headlessui-portal-root .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 rgba(0, 0, 0, 0))}#jafix .focus\:ring-blue-500:focus,#headlessui-portal-root .focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}#jafix .focus\:ring-gray-500:focus,#headlessui-portal-root .focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}@media(min-width: 640px){#jafix .sm\:absolute,#headlessui-portal-root .sm\:absolute{position:absolute}#jafix .sm\:my-8,#headlessui-portal-root .sm\:my-8{margin-top:2rem;margin-bottom:2rem}#jafix .sm\:mt-24,#headlessui-portal-root .sm\:mt-24{margin-top:6rem}#jafix .sm\:w-auto,#headlessui-portal-root .sm\:w-auto{width:auto}#jafix .sm\:max-w-\[80vw\],#headlessui-portal-root .sm\:max-w-\[80vw\]{max-width:80vw}#jafix .sm\:grid-cols-2,#headlessui-portal-root .sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}#jafix .sm\:p-6,#headlessui-portal-root .sm\:p-6{padding:1.5rem}}@media(min-width: 768px){#jafix .md\:col-span-2,#headlessui-portal-root .md\:col-span-2{grid-column:span 2/span 2}#jafix .md\:row-span-1,#headlessui-portal-root .md\:row-span-1{grid-row:span 1/span 1}#jafix .md\:row-span-2,#headlessui-portal-root .md\:row-span-2{grid-row:span 2/span 2}#jafix .md\:row-span-3,#headlessui-portal-root .md\:row-span-3{grid-row:span 3/span 3}#jafix .md\:row-span-4,#headlessui-portal-root .md\:row-span-4{grid-row:span 4/span 4}#jafix .md\:row-span-5,#headlessui-portal-root .md\:row-span-5{grid-row:span 5/span 5}#jafix .md\:row-span-6,#headlessui-portal-root .md\:row-span-6{grid-row:span 6/span 6}#jafix .md\:mt-0,#headlessui-portal-root .md\:mt-0{margin-top:0px}#jafix .md\:grid,#headlessui-portal-root .md\:grid{display:grid}#jafix .md\:w-\[40\%\],#headlessui-portal-root .md\:w-\[40\%\]{width:40%}#jafix .md\:grid-cols-3,#headlessui-portal-root .md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}#jafix .md\:gap-4,#headlessui-portal-root .md\:gap-4{gap:1rem}}@media(min-width: 1024px){#jafix .lg\:grid-cols-4,#headlessui-portal-root .lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}#jafix .lg\:space-y-6>:not([hidden])~:not([hidden]),#headlessui-portal-root .lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}}

/*# sourceMappingURL=jafix.css.map*/