.tailwind-scope *, .tailwind-scope ::before, .tailwind-scope ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

.tailwind-scope html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: sans-serif;
}

.tailwind-scope body {
  margin: 0;
  line-height: inherit;
}

.tailwind-scope h1, .tailwind-scope h2, .tailwind-scope h3, .tailwind-scope h4, .tailwind-scope h5, .tailwind-scope h6 {
  font-size: inherit;
  font-weight: inherit;
}

.tailwind-scope a {
  color: inherit;
  text-decoration: inherit;
}

.tailwind-scope button, .tailwind-scope input, .tailwind-scope optgroup, .tailwind-scope select, .tailwind-scope textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.tailwind-scope button, .tailwind-scope select {
  text-transform: none;
}

.tailwind-scope button, .tailwind-scope [type="button"], .tailwind-scope [type="reset"], .tailwind-scope [type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: transparent;
  background-image: none;
}

.tailwind-scope img, .tailwind-scope video {
  max-width: 100%;
  height: auto;
}

.tailwind-scope [hidden] {
  display: none !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.tailwind-scope :is(.fixed) {
  position: fixed;
}

.tailwind-scope :is(.absolute) {
  position: absolute;
}

.tailwind-scope :is(.relative) {
  position: relative;
}

.tailwind-scope :is(.inset-0) {
  inset: 0px;
}

.tailwind-scope :is(.right-3) {
  right: 0.75rem;
}

.tailwind-scope :is(.top-3) {
  top: 0.75rem;
}

.tailwind-scope :is(.z-50) {
  z-index: 50;
}

.tailwind-scope :is(.m-4) {
  margin: 1rem;
}

.tailwind-scope :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}

.tailwind-scope :is(.mb-1) {
  margin-bottom: 0.25rem;
}

.tailwind-scope :is(.mb-12) {
  margin-bottom: 3rem;
}

.tailwind-scope :is(.mb-2) {
  margin-bottom: 0.5rem;
}

.tailwind-scope :is(.mb-3) {
  margin-bottom: 0.75rem;
}

.tailwind-scope :is(.mb-4) {
  margin-bottom: 1rem;
}

.tailwind-scope :is(.mb-6) {
  margin-bottom: 1.5rem;
}

.tailwind-scope :is(.mb-8) {
  margin-bottom: 2rem;
}

.tailwind-scope :is(.mr-1) {
  margin-right: 0.25rem;
}

.tailwind-scope :is(.mr-2) {
  margin-right: 0.5rem;
}

.tailwind-scope :is(.mr-4) {
  margin-right: 1rem;
}

.tailwind-scope :is(.mt-3) {
  margin-top: 0.75rem;
}

.tailwind-scope :is(.mt-4) {
  margin-top: 1rem;
}

.tailwind-scope :is(.mt-6) {
  margin-top: 1.5rem;
}

.tailwind-scope :is(.mt-auto) {
  margin-top: auto;
}

.tailwind-scope :is(.block) {
  display: block;
}

.tailwind-scope :is(.inline-block) {
  display: inline-block;
}

.tailwind-scope :is(.flex) {
  display: flex;
}

.tailwind-scope :is(.grid) {
  display: grid;
}

.tailwind-scope :is(.hidden) {
  display: none;
}

.tailwind-scope :is(.h-10) {
  height: 2.5rem;
}

.tailwind-scope :is(.h-4) {
  height: 1rem;
}

.tailwind-scope :is(.h-5) {
  height: 1.25rem;
}

.tailwind-scope :is(.h-6) {
  height: 1.5rem;
}

.tailwind-scope :is(.h-full) {
  height: 100%;
}

.tailwind-scope :is(.max-h-\[80vh\]) {
  max-height: 80vh;
}

.tailwind-scope :is(.w-16) {
  width: 4rem;
}

.tailwind-scope :is(.w-4) {
  width: 1rem;
}

.tailwind-scope :is(.w-5) {
  width: 1.25rem;
}

.tailwind-scope :is(.w-6) {
  width: 1.5rem;
}

.tailwind-scope :is(.w-full) {
  width: 100%;
}

.tailwind-scope :is(.max-w-2xl) {
  max-width: 42rem;
}

.tailwind-scope :is(.max-w-md) {
  max-width: 28rem;
}

.tailwind-scope :is(.max-w-sm) {
  max-width: 24rem;
}

.tailwind-scope :is(.flex-shrink-0) {
  flex-shrink: 0;
}

.tailwind-scope :is(.flex-grow) {
  flex-grow: 1;
}

.tailwind-scope :is(.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));
}

.tailwind-scope :is(.cursor-pointer) {
  cursor: pointer;
}

.tailwind-scope :is(.list-none) {
  list-style-type: none;
}

.tailwind-scope :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tailwind-scope :is(.flex-col) {
  flex-direction: column;
}

.tailwind-scope :is(.items-start) {
  align-items: flex-start;
}

.tailwind-scope :is(.items-end) {
  align-items: flex-end;
}

.tailwind-scope :is(.items-center) {
  align-items: center;
}

.tailwind-scope :is(.justify-center) {
  justify-content: center;
}

.tailwind-scope :is(.justify-between) {
  justify-content: space-between;
}

.tailwind-scope :is(.gap-2) {
  gap: 0.5rem;
}

.tailwind-scope :is(.gap-4) {
  gap: 1rem;
}

.tailwind-scope :is(.gap-8) {
  gap: 2rem;
}

.tailwind-scope :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tailwind-scope :is(.overflow-hidden) {
  overflow: hidden;
}

.tailwind-scope :is(.overflow-y-auto) {
  overflow-y: auto;
}

.tailwind-scope :is(.rounded) {
  border-radius: 0.25rem;
}

.tailwind-scope :is(.rounded-2xl) {
  border-radius: 1rem;
}

.tailwind-scope :is(.rounded-3xl) {
  border-radius: 1.5rem;
}

.tailwind-scope :is(.rounded-full) {
  border-radius: 9999px;
}

.tailwind-scope :is(.rounded-xl) {
  border-radius: 0.75rem;
}

.tailwind-scope :is(.border) {
  border-width: 1px;
}

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

.tailwind-scope :is(.bg-\[\#E0DFEC\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 223 236 / var(--tw-bg-opacity));
}

.tailwind-scope :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

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

.tailwind-scope :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tailwind-scope :is(.bg-opacity-50) {
  --tw-bg-opacity: 0.5;
}

.tailwind-scope :is(.bg-\[linear-gradient\(90deg\2c rgb\(239\2c 126\2c 47\)_0\%\2c rgb\(200\2c 52\2c 97\)_100\%\)\]) {
  background-image: linear-gradient(90deg,rgb(239,126,47) 0%,rgb(200,52,97) 100%);
}

.tailwind-scope :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}

.tailwind-scope :is(.p-4) {
  padding: 1rem;
}

.tailwind-scope :is(.p-6) {
  padding: 1.5rem;
}

.tailwind-scope :is(.p-8) {
  padding: 2rem;
}

.tailwind-scope :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tailwind-scope :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tailwind-scope :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tailwind-scope :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tailwind-scope :is(.py-10) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tailwind-scope :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tailwind-scope :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tailwind-scope :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tailwind-scope :is(.pb-2) {
  padding-bottom: 0.5rem;
}

.tailwind-scope :is(.pl-0) {
  padding-left: 0px;
}

.tailwind-scope :is(.pt-4) {
  padding-top: 1rem;
}

.tailwind-scope :is(.text-center) {
  text-align: center;
}

.tailwind-scope :is(.align-bottom) {
  vertical-align: bottom;
}

.tailwind-scope :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tailwind-scope :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tailwind-scope :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tailwind-scope :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tailwind-scope :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tailwind-scope :is(.font-bold) {
  font-weight: 700;
}

.tailwind-scope :is(.font-extrabold) {
  font-weight: 800;
}

.tailwind-scope :is(.font-semibold) {
  font-weight: 600;
}

.tailwind-scope :is(.italic) {
  font-style: italic;
}

.tailwind-scope :is(.leading-tight) {
  line-height: 1.25;
}

.tailwind-scope :is(.text-\[\#000\]) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-\[\#16194F\]) {
  --tw-text-opacity: 1;
  color: rgb(22 25 79 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-\[\#211A50\]) {
  --tw-text-opacity: 1;
  color: rgb(33 26 80 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-\[\#211a50\]) {
  --tw-text-opacity: 1;
  color: rgb(33 26 80 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-\[\#C83461\]) {
  --tw-text-opacity: 1;
  color: rgb(200 52 97 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-\[\#EF7E2F\]) {
  --tw-text-opacity: 1;
  color: rgb(239 126 47 / var(--tw-text-opacity));
}

.tailwind-scope :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.tailwind-scope :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tailwind-scope :is(.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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tailwind-scope :is(.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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tailwind-scope :is(.shadow-sm) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tailwind-scope :is(.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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tailwind-scope :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tailwind-scope :is(.transition-colors) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tailwind-scope :is(.duration-200) {
  transition-duration: 200ms;
}

.course-card, .category-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.course-card img, .category-card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.course-card h3, .category-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.course-card p, .category-card p {
  margin-bottom: 10px;
}

.course-card .button, .category-card .button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.course-card .button:hover, .category-card .button:hover {
  background-color: #005177;
}

.tailwind-scope :is(.hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

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

.tailwind-scope :is(.hover\:text-\[\#9f264b\]:hover) {
  --tw-text-opacity: 1;
  color: rgb(159 38 75 / var(--tw-text-opacity));
}

.tailwind-scope :is(.hover\:text-gray-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tailwind-scope :is(.hover\:opacity-90:hover) {
  opacity: 0.9;
}

@media (min-width: 640px) {
  .tailwind-scope :is(.sm\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .tailwind-scope :is(.md\:w-48) {
    width: 12rem;
  }

  .tailwind-scope :is(.md\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tailwind-scope :is(.md\:flex-row) {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .tailwind-scope :is(.lg\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
