*, ::before, ::after {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-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(147 197 253 / 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: ;
}

::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-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(147 197 253 / 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: ;
}

.tw-form-checkbox,.tw-form-radio {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 #0000;
}

.tw-form-checkbox {
  border-radius:0px;
}

.tw-form-radio {
  border-radius:100%;
}

.tw-form-checkbox:focus,.tw-form-radio:focus {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --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);
}

.tw-form-checkbox:checked,.tw-form-radio:checked {
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
}

.tw-form-checkbox:checked {
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.tw-form-radio:checked {
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.tw-form-checkbox:checked:hover,.tw-form-checkbox:checked:focus,.tw-form-radio:checked:hover,.tw-form-radio:checked:focus {
  border-color:transparent;
  background-color:currentColor;
}

.tw-form-checkbox:indeterminate {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat;
}

.tw-form-checkbox:indeterminate:hover,.tw-form-checkbox:indeterminate:focus {
  border-color:transparent;
  background-color:currentColor;
}

.tw-my-0 {
  margin-top:0px !important;
  margin-bottom:0px !important;
}

.tw-mb-0 {
  margin-bottom:0px !important;
}

.tw-mb-1 {
  margin-bottom:0.25rem !important;
}

.tw-mb-2 {
  margin-bottom:0.5rem !important;
}

.tw-mb-4 {
  margin-bottom:1rem !important;
}

.tw-mb-px {
  margin-bottom:1px !important;
}

.tw-ml-0 {
  margin-left:0px !important;
}

.tw-ml-7 {
  margin-left:1.75rem !important;
}

.tw-mr-4 {
  margin-right:1rem !important;
}

.tw-mr-px {
  margin-right:1px !important;
}

.tw-mt-0 {
  margin-top:0px !important;
}

.tw-mt-0\.5 {
  margin-top:0.125rem !important;
}

.tw-mt-1 {
  margin-top:0.25rem !important;
}

.tw-mt-2 {
  margin-top:0.5rem !important;
}

.tw-mt-4 {
  margin-top:1rem !important;
}

.tw-mt-\[15px\] {
  margin-top:15px !important;
}

.tw-mb-8 {
  margin-bottom:2rem !important;
}

.tw-box-border {
  box-sizing:border-box !important;
}

.tw-block {
  display:block !important;
}

.tw-inline-block {
  display:inline-block !important;
}

.tw-flex {
  display:flex !important;
}

.tw-grid {
  display:grid !important;
}

.tw-hidden {
  display:none !important;
}

.tw-h-10 {
  height:2.5rem !important;
}

.tw-h-4 {
  height:1rem !important;
}

.tw-h-5 {
  height:1.25rem !important;
}

.tw-h-8 {
  height:2rem !important;
}

.tw-w-1\/12 {
  width:8.333333% !important;
}

.tw-w-10 {
  width:2.5rem !important;
}

.tw-w-10\/12 {
  width:83.333333% !important;
}

.tw-w-11\/12 {
  width:91.666667% !important;
}

.tw-w-12 {
  width:3rem !important;
}

.tw-w-16 {
  width:4rem !important;
}

.tw-w-2\/12 {
  width:16.666667% !important;
}

.tw-w-20 {
  width:5rem !important;
}

.tw-w-3\/12 {
  width:25% !important;
}

.tw-w-32 {
  width:8rem !important;
}

.tw-w-4 {
  width:1rem !important;
}

.tw-w-4\/12 {
  width:33.333333% !important;
}

.tw-w-48 {
  width:12rem !important;
}

.tw-w-52 {
  width:13rem !important;
}

.tw-w-7\/12 {
  width:58.333333% !important;
}

.tw-w-8\/12 {
  width:66.666667% !important;
}

.tw-w-8 {
  width:2rem !important;
}

.tw-w-fit {
  width:-moz-fit-content !important;
  width:fit-content !important;
}

.tw-w-full {
  width:100% !important;
}

@keyframes tw-spin {
  to {
    transform:rotate(360deg);
  }
}

.tw-animate-spin {
  animation:tw-spin 1s linear infinite !important;
}

.tw-cursor-auto {
  cursor:auto !important;
}

.tw-cursor-not-allowed {
  cursor:not-allowed !important;
}

.tw-cursor-pointer {
  cursor:pointer !important;
}

.tw-grid-cols-2 {
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
}

.tw-flex-row {
  flex-direction:row !important;
}

.tw-flex-col {
  flex-direction:column !important;
}

.tw-flex-wrap {
  flex-wrap:wrap !important;
}

.tw-items-start {
  align-items:flex-start !important;
}

.tw-items-end {
  align-items:flex-end !important;
}

.tw-items-center {
  align-items:center !important;
}

.tw-justify-start {
  justify-content:flex-start !important;
}

.tw-justify-center {
  justify-content:center !important;
}

.tw-justify-between {
  justify-content:space-between !important;
}

.tw-gap-2 {
  gap:0.5rem !important;
}

.tw-gap-4 {
  gap:1rem !important;
}

.tw-gap-6 {
  gap:1.5rem !important;
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0 !important;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-self-end {
  align-self:flex-end !important;
}

.tw-overflow-hidden {
  overflow:hidden !important;
}

.tw-rounded {
  border-radius:0.25rem !important;
}

.tw-rounded-full {
  border-radius:9999px !important;
}

.tw-rounded-lg {
  border-radius:0.5rem !important;
}

.tw-rounded-md {
  border-radius:0.375rem !important;
}

.tw-border {
  border-width:1px !important;
}

.tw-border-0 {
  border-width:0px !important;
}

.tw-border-b {
  border-bottom-width:1px !important;
}

.tw-border-b-0 {
  border-bottom-width:0px !important;
}

.tw-border-l-0 {
  border-left-width:0px !important;
}

.tw-border-r-0 {
  border-right-width:0px !important;
}

.tw-border-t {
  border-top-width:1px !important;
}

.tw-border-t-0 {
  border-top-width:0px !important;
}

.tw-border-solid {
  border-style:solid !important;
}

.tw-border-dashed {
  border-style:dashed !important;
}

.tw-border-none {
  border-style:none !important;
}

.tw-border-cogray-2 {
  --tw-border-opacity:1 !important;
  border-color:rgb(226 226 226 / var(--tw-border-opacity)) !important;
}

.tw-border-cored-500 {
  --tw-border-opacity:1 !important;
  border-color:rgb(175 29 61 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity:1 !important;
  border-color:rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-300 {
  --tw-border-opacity:1 !important;
  border-color:rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-400 {
  --tw-border-opacity:1 !important;
  border-color:rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.tw-border-red-500 {
  --tw-border-opacity:1 !important;
  border-color:rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.tw-bg-\[\#00698f\] {
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 105 143 / var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}

.tw-bg-cogray-4 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(252 252 252 / var(--tw-bg-opacity)) !important;
}

.tw-bg-cored-500 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(175 29 61 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-200 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-300 {
  --tw-bg-opacity:1 !important;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.tw-bg-white {
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gradient-to-tr {
  background-image:linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.tw-from-cored-500 {
  --tw-gradient-from:#af1d3d !important;
  --tw-gradient-to:rgb(175 29 61 / 0) !important;
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-to-white {
  --tw-gradient-to:#fff !important;
}

.tw-stroke-cored-500 {
  stroke:#af1d3d !important;
}

.tw-object-contain {
  -o-object-fit:contain !important;
     object-fit:contain !important;
}

.tw-p-4 {
  padding:1rem !important;
}

.tw-px-2 {
  padding-left:0.5rem !important;
  padding-right:0.5rem !important;
}

.tw-px-3 {
  padding-left:0.75rem !important;
  padding-right:0.75rem !important;
}

.tw-px-4 {
  padding-left:1rem !important;
  padding-right:1rem !important;
}

.tw-px-6 {
  padding-left:1.5rem !important;
  padding-right:1.5rem !important;
}

.tw-py-0 {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.tw-py-1 {
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important;
}

.tw-py-2 {
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
}

.tw-py-3 {
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important;
}

.tw-py-4 {
  padding-top:1rem !important;
  padding-bottom:1rem !important;
}

.tw-py-\[1\.125rem\] {
  padding-top:1.125rem !important;
  padding-bottom:1.125rem !important;
}

.tw-pl-2 {
  padding-left:0.5rem !important;
}

.tw-text-left {
  text-align:left !important;
}

.tw-text-base {
  font-size:1rem !important;
  line-height:1.5rem !important;
}

.tw-text-lg {
  font-size:1.125rem !important;
  line-height:1.75rem !important;
}

.tw-text-sm {
  font-size:0.875rem !important;
  line-height:1.25rem !important;
}

.tw-text-xs {
  font-size:0.75rem !important;
  line-height:1rem !important;
}

.tw-font-bold {
  font-weight:700 !important;
}

.tw-font-light {
  font-weight:300 !important;
}

.tw-font-medium {
  font-weight:500 !important;
}

.tw-font-normal {
  font-weight:400 !important;
}

.tw-font-semibold {
  font-weight:600 !important;
}

.tw-italic {
  font-style:italic !important;
}

.tw-leading-none {
  line-height:1 !important;
}

.tw-leading-tight {
  line-height:1.25 !important;
}


.tw-tracking-wide {
  letter-spacing:0.025em !important;
}

.tw-text-cogray-medium {
  --tw-text-opacity:1 !important;
  color:rgb(147 149 152 / var(--tw-text-opacity)) !important;
}

.tw-text-cored-500 {
  --tw-text-opacity:1 !important;
  color:rgb(175 29 61 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity:1 !important;
  color:rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-700 {
  --tw-text-opacity:1 !important;
  color:rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-900 {
  --tw-text-opacity:1 !important;
  color:rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.tw-text-red-500 {
  --tw-text-opacity:1 !important;
  color:rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.tw-text-white {
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-opacity-0 {
  opacity:0 !important;
}

.tw-opacity-100 {
  opacity:1 !important;
}

.tw-opacity-50 {
  opacity:0.5 !important;
}

.tw-shadow-md {
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-transition-colors {
  transition-property:color, background-color, border-color, outline-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke !important;
  transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important;
}

.tw-transition-opacity {
  transition-property:opacity !important;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration:150ms !important;
}

.tw-duration-200 {
  transition-duration:200ms !important;
}

.tw-duration-300 {
  transition-duration:300ms !important;
}

.tw-ease-linear {
  transition-timing-function:linear !important;
}

[v-cloak] {
  display:none !important;
}

/* #svgspan>svg {
            @apply h-28 w-28
        } */

[type='text'],
        [type='email'],
        [type='url'],
        [type='password'],
        [type='number'],
        [type='date'],
        [type='datetime-local'],
        [type='month'],
        [type='search'],
        [type='tel'],
        [type='time'],
        [type='week'],
        [multiple],
        textarea,
        select {
  border-radius:0.125rem;
  --tw-border-opacity:1;
  border-color:rgb(199 200 202 / var(--tw-border-opacity));
}

[type='text']:focus,
        [type='email']:focus,
        [type='url']:focus,
        [type='password']:focus,
        [type='number']:focus,
        [type='date']:focus,
        [type='datetime-local']:focus,
        [type='month']:focus,
        [type='search']:focus,
        [type='tel']:focus,
        [type='time']:focus,
        [type='week']:focus,
        [multiple]:focus,
        textarea:focus,
        select:focus {
  --tw-border-opacity:1;
  border-color:rgb(177 91 104 / var(--tw-border-opacity));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:9;
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(177 91 104 / var(--tw-ring-opacity));
}

[type='checkbox'],
        [type='radio'] {
  height:1rem;
  width:1rem;
  --tw-border-opacity:1;
  border-color:rgb(199 200 202 / var(--tw-border-opacity));
  --tw-text-opacity:1;
  color:rgb(144 20 39 / var(--tw-text-opacity));
}

[type='checkbox']:focus,
        [type='radio']:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:0;
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(177 91 104 / var(--tw-ring-opacity));
}

[type='file'] {
  margin:0px;
  display:block;
  width:100%;
  border-radius:0.125rem;
  border-width:1px;
  border-style:solid;
  --tw-border-opacity:1;
  border-color:rgb(199 200 202 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip:padding-box;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity));
  transition-property:color, background-color, border-color, outline-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

[type='file']:focus {
  --tw-border-opacity:1;
  border-color:rgb(177 91 104 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity));
  outline:2px solid transparent;
  outline-offset:2px;
}

.odd\:tw-bg-white:nth-child(odd) {
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.even\:tw-bg-gray-100:nth-child(even) {
  --tw-bg-opacity:1 !important;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-scale-105:hover {
  --tw-scale-x:1.05 !important;
  --tw-scale-y:1.05 !important;
  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)) !important;
}

.hover\:tw-bg-cogray-dark:hover {
  --tw-bg-opacity:1 !important;
  background-color:rgb(99 100 102 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity:1 !important;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity:1 !important;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px) {
  .sm\:tw-block {
    display:block !important;
  }

  .sm\:tw-inline-block {
    display:inline-block !important;
  }

  .sm\:tw-flex {
    display:flex !important;
  }

  .sm\:tw-hidden {
    display:none !important;
  }

  .sm\:tw-w-4\/12 {
    width:33.333333% !important;
  }

  .sm\:tw-w-6\/12 {
    width:50% !important;
  }

  .sm\:tw-w-8\/12 {
    width:66.666667% !important;
  }

  .sm\:tw-w-fit {
    width:-moz-fit-content !important;
    width:fit-content !important;
  }

  .sm\:tw-w-full {
    width:100% !important;
  }

  .sm\:tw-flex-row {
    flex-direction:row !important;
  }

  .sm\:tw-flex-col {
    flex-direction:column !important;
  }

  .sm\:tw-items-start {
    align-items:flex-start !important;
  }

  .sm\:tw-items-end {
    align-items:flex-end !important;
  }

  .sm\:tw-items-center {
    align-items:center !important;
  }

  .sm\:tw-justify-between {
    justify-content:space-between !important;
  }

  .sm\:tw-px-8 {
    padding-left:2rem !important;
    padding-right:2rem !important;
  }

  .sm\:tw-py-6 {
    padding-top:1.5rem !important;
    padding-bottom:1.5rem !important;
  }

  .sm\:tw-text-lg {
    font-size:1.125rem !important;
    line-height:1.75rem !important;
  }

  .sm\:tw-shadow-lg {
    --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}