/* @tailwind base; */

.container {
    width: 100%;
    padding: 0 24px;
  }
  
  @media (min-width: 640px) {
    .container {
      max-width: 640px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 768px;
    }
    .pcnon{
      display: none;
    }
  }
  
  @media (min-width: 1024px) {
    .container {
      max-width: 1024px;
    }
  }
  
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px;
    }
  }
  
  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  
  .pointer-events-none {
    pointer-events: none;
  }
  
  .visible {
    visibility: visible;
  }
  
  .collapse {
    visibility: collapse;
  }
  
  .fixed {
    position: fixed;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .sticky {
    position: sticky;
  }
  
  .inset-0 {
    inset: 0px;
  }
  
  .bottom-0 {
    bottom: 0px;
  }
  
  .bottom-4 {
    bottom: 1rem;
  }
  
  .left-0 {
    left: 0px;
  }
  
  .right-0 {
    right: 0px;
  }
  
  .right-2 {
    right: 0.5rem;
  }
  
  .right-2\.5 {
    right: 0.625rem;
  }
  
  .right-4 {
    right: 1rem;
  }
  
  .top-0 {
    top: 0px;
  }
  
  .top-2 {
    top: 0.5rem;
  }
  
  .z-20 {
    z-index: 20;
  }
  
  .z-40 {
    z-index: 40;
  }
  
  .z-50 {
    z-index: 50;
  }
  
  .z-\[150\] {
    z-index: 150;
  }
  
  .z-\[160\] {
    z-index: 160;
  }
  
  .m-0 {
    margin: 0px;
  }
  
  .m-2 {
    margin: 0.5rem;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  
  .mb-4 {
    margin-bottom: 1rem;
  }
  
  .mb-6 {
    margin-bottom: 1.5rem;
  }
  
  .mb-8 {
    margin-bottom: 2rem;
  }
  
  .ml-2 {
    margin-left: 0.5rem;
  }
  
  .ml-3 {
    margin-left: 0.75rem;
  }
  
  .ml-4 {
    margin-left: 1rem;
  }
  
  .ml-auto {
    margin-left: auto;
  }
  
  .mr-2 {
    margin-right: 0.5rem;
  }
  
  .mr-4 {
    margin-right: 1rem;
  }
  
  .mr-8 {
    margin-right: 2rem;
  }
  
  .mr-auto {
    margin-right: auto;
  }
  
  .mt-1 {
    margin-top: 0.25rem;
  }
  
  .mt-10 {
    margin-top: 2.5rem;
  }
  
  .mt-16 {
    margin-top: 4rem;
  }
  
  .mt-2 {
    margin-top: 0.5rem;
  }
  
  .mt-4 {
    margin-top: 1rem;
  }
  
  .mt-5 {
    margin-top: 1.25rem;
  }
  
  .mt-6 {
    margin-top: 1.5rem;
  }
  
  .mt-7 {
    margin-top: 1.75rem;
  }
  
  .block {
    display: block;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .inline {
    display: inline;
  }
  
  .flex {
    display: flex;
  }
  
  .inline-flex {
    display: inline-flex;
  }
  
  .table {
    display: table;
  }
  
  .grid {
    display: grid;
  }
  
  .contents {
    display: contents;
  }
  
  .hidden {
    display: none;
  }
  
  .aspect-video {
    aspect-ratio: 16 / 9;
  }
  
  .h-10 {
    height: 2.5rem;
  }
  
  .h-12 {
    height: 3rem;
  }
  
  .h-4 {
    height: 1rem;
  }
  
  .h-4\/5 {
    height: 80%;
  }
  
  .h-5 {
    height: 1.25rem;
  }
  
  .h-6 {
    height: 1.5rem;
  }
  
  .h-8 {
    height: 2rem;
  }
  
  .h-auto {
    height: auto;
  }
  
  .h-full {
    height: 100%;
  }
  
  .h-px {
    height: 1px;
  }
  
  .h-screen {
    height: 100vh;
  }
  
  .min-h-\[200px\] {
    min-height: 200px;
  }
  
  .min-h-full {
    min-height: 100%;
  }
  
  .w-10 {
    width: 2.5rem;
  }
  
  .w-12 {
    width: 3rem;
  }
  
  .w-4 {
    width: 1rem;
  }
  
  .w-4\/5 {
    width: 80%;
  }
  
  .w-5 {
    width: 1.25rem;
  }
  
  .w-6 {
    width: 1.5rem;
  }
  
  .w-8 {
    width: 2rem;
  }
  
  .w-\[360px\] {
    width: 360px;
  }
  
  .w-\[390px\] {
    width: 390px;
  }
  
  .w-\[460px\] {
    width: 460px;
  }
  
  .w-auto {
    width: auto;
  }
  
  .w-full {
    width: 100%;
  }
  
  .max-w-2xl {
    max-width: 42rem;
  }
  
  .max-w-xs {
    max-width: 20rem;
  }
  
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  
  .flex-grow {
    flex-grow: 1;
  }
  
  .grow {
    flex-grow: 1;
  }
  
  .border-collapse {
    border-collapse: collapse;
  }
  
  .translate-x-4 {
    --tw-translate-x: 1rem;
    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));
  }
  
  .translate-x-full {
    --tw-translate-x: 100%;
    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));
  }
  
  .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));
  }
  
  .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));
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  
  .animate-spin {
    animation: spin 1s linear infinite;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .resize {
    resize: both;
  }
  
  .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .items-center {
    align-items: center;
  }
  
  .justify-start {
    justify-content: flex-start;
  }
  
  .justify-end {
    justify-content: flex-end;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-between {
    justify-content: space-between;
  }
  
  .gap-4 {
    gap: 1rem;
  }
  
  .gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  
  .gap-y-10 {
    row-gap: 2.5rem;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overflow-y-auto {
    overflow-y: auto;
  }
  
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  
  .whitespace-nowrap {
    white-space: nowrap;
  }
  
  .break-all {
    word-break: break-all;
  }
  
  .rounded {
    border-radius: 0.25rem;
  }
  
  .rounded-full {
    border-radius: 9999px;
  }
  
  .rounded-lg {
    border-radius: 0.5rem;
  }
  
  .rounded-md {
    border-radius: 0.375rem;
  }
  
  .border {
    border-width: 1px;
  }
  
  .border-0 {
    border-width: 0px;
  }
  
  .border-2 {
    border-width: 2px;
  }
  
  .border-4 {
    border-width: 4px;
  }
  
  .border-b {
    border-bottom-width: 1px;
  }
  
  .border-solid {
    border-style: solid;
  }
  
  .border-dashed {
    border-style: dashed;
  }
  
  .border-dotted {
    border-style: dotted;
  }
  
  .border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  
  .border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
  }
  
  .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  
  .border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  
  .border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
  }
  
  .border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
  }
  
  .border-t-transparent {
    border-top-color: transparent;
  }
  
  .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  
  .bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 80 183 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-100\/0 {
    background-color: rgb(207 250 254 / 0);
  }
  
  .bg-cyan-100\/10 {
    background-color: rgb(207 250 254 / 0.1);
  }
  
  .bg-cyan-100\/100 {
    background-color: rgb(207 250 254 / 1);
  }
  
  .bg-cyan-100\/20 {
    background-color: rgb(207 250 254 / 0.2);
  }
  
  .bg-cyan-100\/25 {
    background-color: rgb(207 250 254 / 0.25);
  }
  
  .bg-cyan-100\/30 {
    background-color: rgb(207 250 254 / 0.3);
  }
  
  .bg-cyan-100\/40 {
    background-color: rgb(207 250 254 / 0.4);
  }
  
  .bg-cyan-100\/5 {
    background-color: rgb(207 250 254 / 0.05);
  }
  
  .bg-cyan-100\/50 {
    background-color: rgb(207 250 254 / 0.5);
  }
  
  .bg-cyan-100\/60 {
    background-color: rgb(207 250 254 / 0.6);
  }
  
  .bg-cyan-100\/70 {
    background-color: rgb(207 250 254 / 0.7);
  }
  
  .bg-cyan-100\/75 {
    background-color: rgb(207 250 254 / 0.75);
  }
  
  .bg-cyan-100\/80 {
    background-color: rgb(207 250 254 / 0.8);
  }
  
  .bg-cyan-100\/90 {
    background-color: rgb(207 250 254 / 0.9);
  }
  
  .bg-cyan-100\/95 {
    background-color: rgb(207 250 254 / 0.95);
  }
  
  .bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 243 252 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-200\/0 {
    background-color: rgb(165 243 252 / 0);
  }
  
  .bg-cyan-200\/10 {
    background-color: rgb(165 243 252 / 0.1);
  }
  
  .bg-cyan-200\/100 {
    background-color: rgb(165 243 252 / 1);
  }
  
  .bg-cyan-200\/20 {
    background-color: rgb(165 243 252 / 0.2);
  }
  
  .bg-cyan-200\/25 {
    background-color: rgb(165 243 252 / 0.25);
  }
  
  .bg-cyan-200\/30 {
    background-color: rgb(165 243 252 / 0.3);
  }
  
  .bg-cyan-200\/40 {
    background-color: rgb(165 243 252 / 0.4);
  }
  
  .bg-cyan-200\/5 {
    background-color: rgb(165 243 252 / 0.05);
  }
  
  .bg-cyan-200\/50 {
    background-color: rgb(165 243 252 / 0.5);
  }
  
  .bg-cyan-200\/60 {
    background-color: rgb(165 243 252 / 0.6);
  }
  
  .bg-cyan-200\/70 {
    background-color: rgb(165 243 252 / 0.7);
  }
  
  .bg-cyan-200\/75 {
    background-color: rgb(165 243 252 / 0.75);
  }
  
  .bg-cyan-200\/80 {
    background-color: rgb(165 243 252 / 0.8);
  }
  
  .bg-cyan-200\/90 {
    background-color: rgb(165 243 252 / 0.9);
  }
  
  .bg-cyan-200\/95 {
    background-color: rgb(165 243 252 / 0.95);
  }
  
  .bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(103 232 249 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-300\/0 {
    background-color: rgb(103 232 249 / 0);
  }
  
  .bg-cyan-300\/10 {
    background-color: rgb(103 232 249 / 0.1);
  }
  
  .bg-cyan-300\/100 {
    background-color: rgb(103 232 249 / 1);
  }
  
  .bg-cyan-300\/20 {
    background-color: rgb(103 232 249 / 0.2);
  }
  
  .bg-cyan-300\/25 {
    background-color: rgb(103 232 249 / 0.25);
  }
  
  .bg-cyan-300\/30 {
    background-color: rgb(103 232 249 / 0.3);
  }
  
  .bg-cyan-300\/40 {
    background-color: rgb(103 232 249 / 0.4);
  }
  
  .bg-cyan-300\/5 {
    background-color: rgb(103 232 249 / 0.05);
  }
  
  .bg-cyan-300\/50 {
    background-color: rgb(103 232 249 / 0.5);
  }
  
  .bg-cyan-300\/60 {
    background-color: rgb(103 232 249 / 0.6);
  }
  
  .bg-cyan-300\/70 {
    background-color: rgb(103 232 249 / 0.7);
  }
  
  .bg-cyan-300\/75 {
    background-color: rgb(103 232 249 / 0.75);
  }
  
  .bg-cyan-300\/80 {
    background-color: rgb(103 232 249 / 0.8);
  }
  
  .bg-cyan-300\/90 {
    background-color: rgb(103 232 249 / 0.9);
  }
  
  .bg-cyan-300\/95 {
    background-color: rgb(103 232 249 / 0.95);
  }
  
  .bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 211 238 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-400\/0 {
    background-color: rgb(34 211 238 / 0);
  }
  
  .bg-cyan-400\/10 {
    background-color: rgb(34 211 238 / 0.1);
  }
  
  .bg-cyan-400\/100 {
    background-color: rgb(34 211 238 / 1);
  }
  
  .bg-cyan-400\/20 {
    background-color: rgb(34 211 238 / 0.2);
  }
  
  .bg-cyan-400\/25 {
    background-color: rgb(34 211 238 / 0.25);
  }
  
  .bg-cyan-400\/30 {
    background-color: rgb(34 211 238 / 0.3);
  }
  
  .bg-cyan-400\/40 {
    background-color: rgb(34 211 238 / 0.4);
  }
  
  .bg-cyan-400\/5 {
    background-color: rgb(34 211 238 / 0.05);
  }
  
  .bg-cyan-400\/50 {
    background-color: rgb(34 211 238 / 0.5);
  }
  
  .bg-cyan-400\/60 {
    background-color: rgb(34 211 238 / 0.6);
  }
  
  .bg-cyan-400\/70 {
    background-color: rgb(34 211 238 / 0.7);
  }
  
  .bg-cyan-400\/75 {
    background-color: rgb(34 211 238 / 0.75);
  }
  
  .bg-cyan-400\/80 {
    background-color: rgb(34 211 238 / 0.8);
  }
  
  .bg-cyan-400\/90 {
    background-color: rgb(34 211 238 / 0.9);
  }
  
  .bg-cyan-400\/95 {
    background-color: rgb(34 211 238 / 0.95);
  }
  
  .bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 254 255 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-50\/0 {
    background-color: rgb(236 254 255 / 0);
  }
  
  .bg-cyan-50\/10 {
    background-color: rgb(236 254 255 / 0.1);
  }
  
  .bg-cyan-50\/100 {
    background-color: rgb(236 254 255 / 1);
  }
  
  .bg-cyan-50\/20 {
    background-color: rgb(236 254 255 / 0.2);
  }
  
  .bg-cyan-50\/25 {
    background-color: rgb(236 254 255 / 0.25);
  }
  
  .bg-cyan-50\/30 {
    background-color: rgb(236 254 255 / 0.3);
  }
  
  .bg-cyan-50\/40 {
    background-color: rgb(236 254 255 / 0.4);
  }
  
  .bg-cyan-50\/5 {
    background-color: rgb(236 254 255 / 0.05);
  }
  
  .bg-cyan-50\/50 {
    background-color: rgb(236 254 255 / 0.5);
  }
  
  .bg-cyan-50\/60 {
    background-color: rgb(236 254 255 / 0.6);
  }
  
  .bg-cyan-50\/70 {
    background-color: rgb(236 254 255 / 0.7);
  }
  
  .bg-cyan-50\/75 {
    background-color: rgb(236 254 255 / 0.75);
  }
  
  .bg-cyan-50\/80 {
    background-color: rgb(236 254 255 / 0.8);
  }
  
  .bg-cyan-50\/90 {
    background-color: rgb(236 254 255 / 0.9);
  }
  
  .bg-cyan-50\/95 {
    background-color: rgb(236 254 255 / 0.95);
  }
  
  .bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-500\/0 {
    background-color: rgb(6 182 212 / 0);
  }
  
  .bg-cyan-500\/10 {
    background-color: rgb(6 182 212 / 0.1);
  }
  
  .bg-cyan-500\/100 {
    background-color: rgb(6 182 212 / 1);
  }
  
  .bg-cyan-500\/20 {
    background-color: rgb(6 182 212 / 0.2);
  }
  
  .bg-cyan-500\/25 {
    background-color: rgb(6 182 212 / 0.25);
  }
  
  .bg-cyan-500\/30 {
    background-color: rgb(6 182 212 / 0.3);
  }
  
  .bg-cyan-500\/40 {
    background-color: rgb(6 182 212 / 0.4);
  }
  
  .bg-cyan-500\/5 {
    background-color: rgb(6 182 212 / 0.05);
  }
  
  .bg-cyan-500\/50 {
    background-color: rgb(6 182 212 / 0.5);
  }
  
  .bg-cyan-500\/60 {
    background-color: rgb(6 182 212 / 0.6);
  }
  
  .bg-cyan-500\/70 {
    background-color: rgb(6 182 212 / 0.7);
  }
  
  .bg-cyan-500\/75 {
    background-color: rgb(6 182 212 / 0.75);
  }
  
  .bg-cyan-500\/80 {
    background-color: rgb(6 182 212 / 0.8);
  }
  
  .bg-cyan-500\/90 {
    background-color: rgb(6 182 212 / 0.9);
  }
  
  .bg-cyan-500\/95 {
    background-color: rgb(6 182 212 / 0.95);
  }
  
  .bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-600\/0 {
    background-color: rgb(8 145 178 / 0);
  }
  
  .bg-cyan-600\/10 {
    background-color: rgb(8 145 178 / 0.1);
  }
  
  .bg-cyan-600\/100 {
    background-color: rgb(8 145 178 / 1);
  }
  
  .bg-cyan-600\/20 {
    background-color: rgb(8 145 178 / 0.2);
  }
  
  .bg-cyan-600\/25 {
    background-color: rgb(8 145 178 / 0.25);
  }
  
  .bg-cyan-600\/30 {
    background-color: rgb(8 145 178 / 0.3);
  }
  
  .bg-cyan-600\/40 {
    background-color: rgb(8 145 178 / 0.4);
  }
  
  .bg-cyan-600\/5 {
    background-color: rgb(8 145 178 / 0.05);
  }
  
  .bg-cyan-600\/50 {
    background-color: rgb(8 145 178 / 0.5);
  }
  
  .bg-cyan-600\/60 {
    background-color: rgb(8 145 178 / 0.6);
  }
  
  .bg-cyan-600\/70 {
    background-color: rgb(8 145 178 / 0.7);
  }
  
  .bg-cyan-600\/75 {
    background-color: rgb(8 145 178 / 0.75);
  }
  
  .bg-cyan-600\/80 {
    background-color: rgb(8 145 178 / 0.8);
  }
  
  .bg-cyan-600\/90 {
    background-color: rgb(8 145 178 / 0.9);
  }
  
  .bg-cyan-600\/95 {
    background-color: rgb(8 145 178 / 0.95);
  }
  
  .bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-700\/0 {
    background-color: rgb(14 116 144 / 0);
  }
  
  .bg-cyan-700\/10 {
    background-color: rgb(14 116 144 / 0.1);
  }
  
  .bg-cyan-700\/100 {
    background-color: rgb(14 116 144 / 1);
  }
  
  .bg-cyan-700\/20 {
    background-color: rgb(14 116 144 / 0.2);
  }
  
  .bg-cyan-700\/25 {
    background-color: rgb(14 116 144 / 0.25);
  }
  
  .bg-cyan-700\/30 {
    background-color: rgb(14 116 144 / 0.3);
  }
  
  .bg-cyan-700\/40 {
    background-color: rgb(14 116 144 / 0.4);
  }
  
  .bg-cyan-700\/5 {
    background-color: rgb(14 116 144 / 0.05);
  }
  
  .bg-cyan-700\/50 {
    background-color: rgb(14 116 144 / 0.5);
  }
  
  .bg-cyan-700\/60 {
    background-color: rgb(14 116 144 / 0.6);
  }
  
  .bg-cyan-700\/70 {
    background-color: rgb(14 116 144 / 0.7);
  }
  
  .bg-cyan-700\/75 {
    background-color: rgb(14 116 144 / 0.75);
  }
  
  .bg-cyan-700\/80 {
    background-color: rgb(14 116 144 / 0.8);
  }
  
  .bg-cyan-700\/90 {
    background-color: rgb(14 116 144 / 0.9);
  }
  
  .bg-cyan-700\/95 {
    background-color: rgb(14 116 144 / 0.95);
  }
  
  .bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 94 117 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-800\/0 {
    background-color: rgb(21 94 117 / 0);
  }
  
  .bg-cyan-800\/10 {
    background-color: rgb(21 94 117 / 0.1);
  }
  
  .bg-cyan-800\/100 {
    background-color: rgb(21 94 117 / 1);
  }
  
  .bg-cyan-800\/20 {
    background-color: rgb(21 94 117 / 0.2);
  }
  
  .bg-cyan-800\/25 {
    background-color: rgb(21 94 117 / 0.25);
  }
  
  .bg-cyan-800\/30 {
    background-color: rgb(21 94 117 / 0.3);
  }
  
  .bg-cyan-800\/40 {
    background-color: rgb(21 94 117 / 0.4);
  }
  
  .bg-cyan-800\/5 {
    background-color: rgb(21 94 117 / 0.05);
  }
  
  .bg-cyan-800\/50 {
    background-color: rgb(21 94 117 / 0.5);
  }
  
  .bg-cyan-800\/60 {
    background-color: rgb(21 94 117 / 0.6);
  }
  
  .bg-cyan-800\/70 {
    background-color: rgb(21 94 117 / 0.7);
  }
  
  .bg-cyan-800\/75 {
    background-color: rgb(21 94 117 / 0.75);
  }
  
  .bg-cyan-800\/80 {
    background-color: rgb(21 94 117 / 0.8);
  }
  
  .bg-cyan-800\/90 {
    background-color: rgb(21 94 117 / 0.9);
  }
  
  .bg-cyan-800\/95 {
    background-color: rgb(21 94 117 / 0.95);
  }
  
  .bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  }
  
  .bg-cyan-900\/0 {
    background-color: rgb(22 78 99 / 0);
  }
  
  .bg-cyan-900\/10 {
    background-color: rgb(22 78 99 / 0.1);
  }
  
  .bg-cyan-900\/100 {
    background-color: rgb(22 78 99 / 1);
  }
  
  .bg-cyan-900\/20 {
    background-color: rgb(22 78 99 / 0.2);
  }
  
  .bg-cyan-900\/25 {
    background-color: rgb(22 78 99 / 0.25);
  }
  
  .bg-cyan-900\/30 {
    background-color: rgb(22 78 99 / 0.3);
  }
  
  .bg-cyan-900\/40 {
    background-color: rgb(22 78 99 / 0.4);
  }
  
  .bg-cyan-900\/5 {
    background-color: rgb(22 78 99 / 0.05);
  }
  
  .bg-cyan-900\/50 {
    background-color: rgb(22 78 99 / 0.5);
  }
  
  .bg-cyan-900\/60 {
    background-color: rgb(22 78 99 / 0.6);
  }
  
  .bg-cyan-900\/70 {
    background-color: rgb(22 78 99 / 0.7);
  }
  
  .bg-cyan-900\/75 {
    background-color: rgb(22 78 99 / 0.75);
  }
  
  .bg-cyan-900\/80 {
    background-color: rgb(22 78 99 / 0.8);
  }
  
  .bg-cyan-900\/90 {
    background-color: rgb(22 78 99 / 0.9);
  }
  
  .bg-cyan-900\/95 {
    background-color: rgb(22 78 99 / 0.95);
  }
  
  .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  
  .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  
  .bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  
  .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  
  .bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  
  .bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-100\/0 {
    background-color: rgb(245 245 245 / 0);
  }
  
  .bg-neutral-100\/10 {
    background-color: rgb(245 245 245 / 0.1);
  }
  
  .bg-neutral-100\/100 {
    background-color: rgb(245 245 245 / 1);
  }
  
  .bg-neutral-100\/20 {
    background-color: rgb(245 245 245 / 0.2);
  }
  
  .bg-neutral-100\/25 {
    background-color: rgb(245 245 245 / 0.25);
  }
  
  .bg-neutral-100\/30 {
    background-color: rgb(245 245 245 / 0.3);
  }
  
  .bg-neutral-100\/40 {
    background-color: rgb(245 245 245 / 0.4);
  }
  
  .bg-neutral-100\/5 {
    background-color: rgb(245 245 245 / 0.05);
  }
  
  .bg-neutral-100\/50 {
    background-color: rgb(245 245 245 / 0.5);
  }
  
  .bg-neutral-100\/60 {
    background-color: rgb(245 245 245 / 0.6);
  }
  
  .bg-neutral-100\/70 {
    background-color: rgb(245 245 245 / 0.7);
  }
  
  .bg-neutral-100\/75 {
    background-color: rgb(245 245 245 / 0.75);
  }
  
  .bg-neutral-100\/80 {
    background-color: rgb(245 245 245 / 0.8);
  }
  
  .bg-neutral-100\/90 {
    background-color: rgb(245 245 245 / 0.9);
  }
  
  .bg-neutral-100\/95 {
    background-color: rgb(245 245 245 / 0.95);
  }
  
  .bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-200\/0 {
    background-color: rgb(229 229 229 / 0);
  }
  
  .bg-neutral-200\/10 {
    background-color: rgb(229 229 229 / 0.1);
  }
  
  .bg-neutral-200\/100 {
    background-color: rgb(229 229 229 / 1);
  }
  
  .bg-neutral-200\/20 {
    background-color: rgb(229 229 229 / 0.2);
  }
  
  .bg-neutral-200\/25 {
    background-color: rgb(229 229 229 / 0.25);
  }
  
  .bg-neutral-200\/30 {
    background-color: rgb(229 229 229 / 0.3);
  }
  
  .bg-neutral-200\/40 {
    background-color: rgb(229 229 229 / 0.4);
  }
  
  .bg-neutral-200\/5 {
    background-color: rgb(229 229 229 / 0.05);
  }
  
  .bg-neutral-200\/50 {
    background-color: rgb(229 229 229 / 0.5);
  }
  
  .bg-neutral-200\/60 {
    background-color: rgb(229 229 229 / 0.6);
  }
  
  .bg-neutral-200\/70 {
    background-color: rgb(229 229 229 / 0.7);
  }
  
  .bg-neutral-200\/75 {
    background-color: rgb(229 229 229 / 0.75);
  }
  
  .bg-neutral-200\/80 {
    background-color: rgb(229 229 229 / 0.8);
  }
  
  .bg-neutral-200\/90 {
    background-color: rgb(229 229 229 / 0.9);
  }
  
  .bg-neutral-200\/95 {
    background-color: rgb(229 229 229 / 0.95);
  }
  
  .bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-300\/0 {
    background-color: rgb(212 212 212 / 0);
  }
  
  .bg-neutral-300\/10 {
    background-color: rgb(212 212 212 / 0.1);
  }
  
  .bg-neutral-300\/100 {
    background-color: rgb(212 212 212 / 1);
  }
  
  .bg-neutral-300\/20 {
    background-color: rgb(212 212 212 / 0.2);
  }
  
  .bg-neutral-300\/25 {
    background-color: rgb(212 212 212 / 0.25);
  }
  
  .bg-neutral-300\/30 {
    background-color: rgb(212 212 212 / 0.3);
  }
  
  .bg-neutral-300\/40 {
    background-color: rgb(212 212 212 / 0.4);
  }
  
  .bg-neutral-300\/5 {
    background-color: rgb(212 212 212 / 0.05);
  }
  
  .bg-neutral-300\/50 {
    background-color: rgb(212 212 212 / 0.5);
  }
  
  .bg-neutral-300\/60 {
    background-color: rgb(212 212 212 / 0.6);
  }
  
  .bg-neutral-300\/70 {
    background-color: rgb(212 212 212 / 0.7);
  }
  
  .bg-neutral-300\/75 {
    background-color: rgb(212 212 212 / 0.75);
  }
  
  .bg-neutral-300\/80 {
    background-color: rgb(212 212 212 / 0.8);
  }
  
  .bg-neutral-300\/90 {
    background-color: rgb(212 212 212 / 0.9);
  }
  
  .bg-neutral-300\/95 {
    background-color: rgb(212 212 212 / 0.95);
  }
  
  .bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-400\/0 {
    background-color: rgb(163 163 163 / 0);
  }
  
  .bg-neutral-400\/10 {
    background-color: rgb(163 163 163 / 0.1);
  }
  
  .bg-neutral-400\/100 {
    background-color: rgb(163 163 163 / 1);
  }
  
  .bg-neutral-400\/20 {
    background-color: rgb(163 163 163 / 0.2);
  }
  
  .bg-neutral-400\/25 {
    background-color: rgb(163 163 163 / 0.25);
  }
  
  .bg-neutral-400\/30 {
    background-color: rgb(163 163 163 / 0.3);
  }
  
  .bg-neutral-400\/40 {
    background-color: rgb(163 163 163 / 0.4);
  }
  
  .bg-neutral-400\/5 {
    background-color: rgb(163 163 163 / 0.05);
  }
  
  .bg-neutral-400\/50 {
    background-color: rgb(163 163 163 / 0.5);
  }
  
  .bg-neutral-400\/60 {
    background-color: rgb(163 163 163 / 0.6);
  }
  
  .bg-neutral-400\/70 {
    background-color: rgb(163 163 163 / 0.7);
  }
  
  .bg-neutral-400\/75 {
    background-color: rgb(163 163 163 / 0.75);
  }
  
  .bg-neutral-400\/80 {
    background-color: rgb(163 163 163 / 0.8);
  }
  
  .bg-neutral-400\/90 {
    background-color: rgb(163 163 163 / 0.9);
  }
  
  .bg-neutral-400\/95 {
    background-color: rgb(163 163 163 / 0.95);
  }
  
  .bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-50\/0 {
    background-color: rgb(250 250 250 / 0);
  }
  
  .bg-neutral-50\/10 {
    background-color: rgb(250 250 250 / 0.1);
  }
  
  .bg-neutral-50\/100 {
    background-color: rgb(250 250 250 / 1);
  }
  
  .bg-neutral-50\/20 {
    background-color: rgb(250 250 250 / 0.2);
  }
  
  .bg-neutral-50\/25 {
    background-color: rgb(250 250 250 / 0.25);
  }
  
  .bg-neutral-50\/30 {
    background-color: rgb(250 250 250 / 0.3);
  }
  
  .bg-neutral-50\/40 {
    background-color: rgb(250 250 250 / 0.4);
  }
  
  .bg-neutral-50\/5 {
    background-color: rgb(250 250 250 / 0.05);
  }
  
  .bg-neutral-50\/50 {
    background-color: rgb(250 250 250 / 0.5);
  }
  
  .bg-neutral-50\/60 {
    background-color: rgb(250 250 250 / 0.6);
  }
  
  .bg-neutral-50\/70 {
    background-color: rgb(250 250 250 / 0.7);
  }
  
  .bg-neutral-50\/75 {
    background-color: rgb(250 250 250 / 0.75);
  }
  
  .bg-neutral-50\/80 {
    background-color: rgb(250 250 250 / 0.8);
  }
  
  .bg-neutral-50\/90 {
    background-color: rgb(250 250 250 / 0.9);
  }
  
  .bg-neutral-50\/95 {
    background-color: rgb(250 250 250 / 0.95);
  }
  
  .bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-500\/0 {
    background-color: rgb(115 115 115 / 0);
  }
  
  .bg-neutral-500\/10 {
    background-color: rgb(115 115 115 / 0.1);
  }
  
  .bg-neutral-500\/100 {
    background-color: rgb(115 115 115 / 1);
  }
  
  .bg-neutral-500\/20 {
    background-color: rgb(115 115 115 / 0.2);
  }
  
  .bg-neutral-500\/25 {
    background-color: rgb(115 115 115 / 0.25);
  }
  
  .bg-neutral-500\/30 {
    background-color: rgb(115 115 115 / 0.3);
  }
  
  .bg-neutral-500\/40 {
    background-color: rgb(115 115 115 / 0.4);
  }
  
  .bg-neutral-500\/5 {
    background-color: rgb(115 115 115 / 0.05);
  }
  
  .bg-neutral-500\/50 {
    background-color: rgb(115 115 115 / 0.5);
  }
  
  .bg-neutral-500\/60 {
    background-color: rgb(115 115 115 / 0.6);
  }
  
  .bg-neutral-500\/70 {
    background-color: rgb(115 115 115 / 0.7);
  }
  
  .bg-neutral-500\/75 {
    background-color: rgb(115 115 115 / 0.75);
  }
  
  .bg-neutral-500\/80 {
    background-color: rgb(115 115 115 / 0.8);
  }
  
  .bg-neutral-500\/90 {
    background-color: rgb(115 115 115 / 0.9);
  }
  
  .bg-neutral-500\/95 {
    background-color: rgb(115 115 115 / 0.95);
  }
  
  .bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-600\/0 {
    background-color: rgb(82 82 82 / 0);
  }
  
  .bg-neutral-600\/10 {
    background-color: rgb(82 82 82 / 0.1);
  }
  
  .bg-neutral-600\/100 {
    background-color: rgb(82 82 82 / 1);
  }
  
  .bg-neutral-600\/20 {
    background-color: rgb(82 82 82 / 0.2);
  }
  
  .bg-neutral-600\/25 {
    background-color: rgb(82 82 82 / 0.25);
  }
  
  .bg-neutral-600\/30 {
    background-color: rgb(82 82 82 / 0.3);
  }
  
  .bg-neutral-600\/40 {
    background-color: rgb(82 82 82 / 0.4);
  }
  
  .bg-neutral-600\/5 {
    background-color: rgb(82 82 82 / 0.05);
  }
  
  .bg-neutral-600\/50 {
    background-color: rgb(82 82 82 / 0.5);
  }
  
  .bg-neutral-600\/60 {
    background-color: rgb(82 82 82 / 0.6);
  }
  
  .bg-neutral-600\/70 {
    background-color: rgb(82 82 82 / 0.7);
  }
  
  .bg-neutral-600\/75 {
    background-color: rgb(82 82 82 / 0.75);
  }
  
  .bg-neutral-600\/80 {
    background-color: rgb(82 82 82 / 0.8);
  }
  
  .bg-neutral-600\/90 {
    background-color: rgb(82 82 82 / 0.9);
  }
  
  .bg-neutral-600\/95 {
    background-color: rgb(82 82 82 / 0.95);
  }
  
  .bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-700\/0 {
    background-color: rgb(64 64 64 / 0);
  }
  
  .bg-neutral-700\/10 {
    background-color: rgb(64 64 64 / 0.1);
  }
  
  .bg-neutral-700\/100 {
    background-color: rgb(64 64 64 / 1);
  }
  
  .bg-neutral-700\/20 {
    background-color: rgb(64 64 64 / 0.2);
  }
  
  .bg-neutral-700\/25 {
    background-color: rgb(64 64 64 / 0.25);
  }
  
  .bg-neutral-700\/30 {
    background-color: rgb(64 64 64 / 0.3);
  }
  
  .bg-neutral-700\/40 {
    background-color: rgb(64 64 64 / 0.4);
  }
  
  .bg-neutral-700\/5 {
    background-color: rgb(64 64 64 / 0.05);
  }
  
  .bg-neutral-700\/50 {
    background-color: rgb(64 64 64 / 0.5);
  }
  
  .bg-neutral-700\/60 {
    background-color: rgb(64 64 64 / 0.6);
  }
  
  .bg-neutral-700\/70 {
    background-color: rgb(64 64 64 / 0.7);
  }
  
  .bg-neutral-700\/75 {
    background-color: rgb(64 64 64 / 0.75);
  }
  
  .bg-neutral-700\/80 {
    background-color: rgb(64 64 64 / 0.8);
  }
  
  .bg-neutral-700\/90 {
    background-color: rgb(64 64 64 / 0.9);
  }
  
  .bg-neutral-700\/95 {
    background-color: rgb(64 64 64 / 0.95);
  }
  
  .bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-800\/0 {
    background-color: rgb(38 38 38 / 0);
  }
  
  .bg-neutral-800\/10 {
    background-color: rgb(38 38 38 / 0.1);
  }
  
  .bg-neutral-800\/100 {
    background-color: rgb(38 38 38 / 1);
  }
  
  .bg-neutral-800\/20 {
    background-color: rgb(38 38 38 / 0.2);
  }
  
  .bg-neutral-800\/25 {
    background-color: rgb(38 38 38 / 0.25);
  }
  
  .bg-neutral-800\/30 {
    background-color: rgb(38 38 38 / 0.3);
  }
  
  .bg-neutral-800\/40 {
    background-color: rgb(38 38 38 / 0.4);
  }
  
  .bg-neutral-800\/5 {
    background-color: rgb(38 38 38 / 0.05);
  }
  
  .bg-neutral-800\/50 {
    background-color: rgb(38 38 38 / 0.5);
  }
  
  .bg-neutral-800\/60 {
    background-color: rgb(38 38 38 / 0.6);
  }
  
  .bg-neutral-800\/70 {
    background-color: rgb(38 38 38 / 0.7);
  }
  
  .bg-neutral-800\/75 {
    background-color: rgb(38 38 38 / 0.75);
  }
  
  .bg-neutral-800\/80 {
    background-color: rgb(38 38 38 / 0.8);
  }
  
  .bg-neutral-800\/90 {
    background-color: rgb(38 38 38 / 0.9);
  }
  
  .bg-neutral-800\/95 {
    background-color: rgb(38 38 38 / 0.95);
  }
  
  .bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-900\/0 {
    background-color: rgb(23 23 23 / 0);
  }
  
  .bg-neutral-900\/10 {
    background-color: rgb(23 23 23 / 0.1);
  }
  
  .bg-neutral-900\/100 {
    background-color: rgb(23 23 23 / 1);
  }
  
  .bg-neutral-900\/20 {
    background-color: rgb(23 23 23 / 0.2);
  }
  
  .bg-neutral-900\/25 {
    background-color: rgb(23 23 23 / 0.25);
  }
  
  .bg-neutral-900\/30 {
    background-color: rgb(23 23 23 / 0.3);
  }
  
  .bg-neutral-900\/40 {
    background-color: rgb(23 23 23 / 0.4);
  }
  
  .bg-neutral-900\/5 {
    background-color: rgb(23 23 23 / 0.05);
  }
  
  .bg-neutral-900\/50 {
    background-color: rgb(23 23 23 / 0.5);
  }
  
  .bg-neutral-900\/60 {
    background-color: rgb(23 23 23 / 0.6);
  }
  
  .bg-neutral-900\/70 {
    background-color: rgb(23 23 23 / 0.7);
  }
  
  .bg-neutral-900\/75 {
    background-color: rgb(23 23 23 / 0.75);
  }
  
  .bg-neutral-900\/80 {
    background-color: rgb(23 23 23 / 0.8);
  }
  
  .bg-neutral-900\/90 {
    background-color: rgb(23 23 23 / 0.9);
  }
  
  .bg-neutral-900\/95 {
    background-color: rgb(23 23 23 / 0.95);
  }
  
  .bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity));
  }
  
  .bg-pink-100\/0 {
    background-color: rgb(252 231 243 / 0);
  }
  
  .bg-pink-100\/10 {
    background-color: rgb(252 231 243 / 0.1);
  }
  
  .bg-pink-100\/100 {
    background-color: rgb(252 231 243 / 1);
  }
  
  .bg-pink-100\/20 {
    background-color: rgb(252 231 243 / 0.2);
  }
  
  .bg-pink-100\/25 {
    background-color: rgb(252 231 243 / 0.25);
  }
  
  .bg-pink-100\/30 {
    background-color: rgb(252 231 243 / 0.3);
  }
  
  .bg-pink-100\/40 {
    background-color: rgb(252 231 243 / 0.4);
  }
  
  .bg-pink-100\/5 {
    background-color: rgb(252 231 243 / 0.05);
  }
  
  .bg-pink-100\/50 {
    background-color: rgb(252 231 243 / 0.5);
  }
  
  .bg-pink-100\/60 {
    background-color: rgb(252 231 243 / 0.6);
  }
  
  .bg-pink-100\/70 {
    background-color: rgb(252 231 243 / 0.7);
  }
  
  .bg-pink-100\/75 {
    background-color: rgb(252 231 243 / 0.75);
  }
  
  .bg-pink-100\/80 {
    background-color: rgb(252 231 243 / 0.8);
  }
  
  .bg-pink-100\/90 {
    background-color: rgb(252 231 243 / 0.9);
  }
  
  .bg-pink-100\/95 {
    background-color: rgb(252 231 243 / 0.95);
  }
  
  .bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity));
  }
  
  .bg-pink-200\/0 {
    background-color: rgb(251 207 232 / 0);
  }
  
  .bg-pink-200\/10 {
    background-color: rgb(251 207 232 / 0.1);
  }
  
  .bg-pink-200\/100 {
    background-color: rgb(251 207 232 / 1);
  }
  
  .bg-pink-200\/20 {
    background-color: rgb(251 207 232 / 0.2);
  }
  
  .bg-pink-200\/25 {
    background-color: rgb(251 207 232 / 0.25);
  }
  
  .bg-pink-200\/30 {
    background-color: rgb(251 207 232 / 0.3);
  }
  
  .bg-pink-200\/40 {
    background-color: rgb(251 207 232 / 0.4);
  }
  
  .bg-pink-200\/5 {
    background-color: rgb(251 207 232 / 0.05);
  }
  
  .bg-pink-200\/50 {
    background-color: rgb(251 207 232 / 0.5);
  }
  
  .bg-pink-200\/60 {
    background-color: rgb(251 207 232 / 0.6);
  }
  
  .bg-pink-200\/70 {
    background-color: rgb(251 207 232 / 0.7);
  }
  
  .bg-pink-200\/75 {
    background-color: rgb(251 207 232 / 0.75);
  }
  
  .bg-pink-200\/80 {
    background-color: rgb(251 207 232 / 0.8);
  }
  
  .bg-pink-200\/90 {
    background-color: rgb(251 207 232 / 0.9);
  }
  
  .bg-pink-200\/95 {
    background-color: rgb(251 207 232 / 0.95);
  }
  
  .bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 168 212 / var(--tw-bg-opacity));
  }
  
  .bg-pink-300\/0 {
    background-color: rgb(249 168 212 / 0);
  }
  
  .bg-pink-300\/10 {
    background-color: rgb(249 168 212 / 0.1);
  }
  
  .bg-pink-300\/100 {
    background-color: rgb(249 168 212 / 1);
  }
  
  .bg-pink-300\/20 {
    background-color: rgb(249 168 212 / 0.2);
  }
  
  .bg-pink-300\/25 {
    background-color: rgb(249 168 212 / 0.25);
  }
  
  .bg-pink-300\/30 {
    background-color: rgb(249 168 212 / 0.3);
  }
  
  .bg-pink-300\/40 {
    background-color: rgb(249 168 212 / 0.4);
  }
  
  .bg-pink-300\/5 {
    background-color: rgb(249 168 212 / 0.05);
  }
  
  .bg-pink-300\/50 {
    background-color: rgb(249 168 212 / 0.5);
  }
  
  .bg-pink-300\/60 {
    background-color: rgb(249 168 212 / 0.6);
  }
  
  .bg-pink-300\/70 {
    background-color: rgb(249 168 212 / 0.7);
  }
  
  .bg-pink-300\/75 {
    background-color: rgb(249 168 212 / 0.75);
  }
  
  .bg-pink-300\/80 {
    background-color: rgb(249 168 212 / 0.8);
  }
  
  .bg-pink-300\/90 {
    background-color: rgb(249 168 212 / 0.9);
  }
  
  .bg-pink-300\/95 {
    background-color: rgb(249 168 212 / 0.95);
  }
  
  .bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 114 182 / var(--tw-bg-opacity));
  }
  
  .bg-pink-400\/0 {
    background-color: rgb(244 114 182 / 0);
  }
  
  .bg-pink-400\/10 {
    background-color: rgb(244 114 182 / 0.1);
  }
  
  .bg-pink-400\/100 {
    background-color: rgb(244 114 182 / 1);
  }
  
  .bg-pink-400\/20 {
    background-color: rgb(244 114 182 / 0.2);
  }
  
  .bg-pink-400\/25 {
    background-color: rgb(244 114 182 / 0.25);
  }
  
  .bg-pink-400\/30 {
    background-color: rgb(244 114 182 / 0.3);
  }
  
  .bg-pink-400\/40 {
    background-color: rgb(244 114 182 / 0.4);
  }
  
  .bg-pink-400\/5 {
    background-color: rgb(244 114 182 / 0.05);
  }
  
  .bg-pink-400\/50 {
    background-color: rgb(244 114 182 / 0.5);
  }
  
  .bg-pink-400\/60 {
    background-color: rgb(244 114 182 / 0.6);
  }
  
  .bg-pink-400\/70 {
    background-color: rgb(244 114 182 / 0.7);
  }
  
  .bg-pink-400\/75 {
    background-color: rgb(244 114 182 / 0.75);
  }
  
  .bg-pink-400\/80 {
    background-color: rgb(244 114 182 / 0.8);
  }
  
  .bg-pink-400\/90 {
    background-color: rgb(244 114 182 / 0.9);
  }
  
  .bg-pink-400\/95 {
    background-color: rgb(244 114 182 / 0.95);
  }
  
  .bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 242 248 / var(--tw-bg-opacity));
  }
  
  .bg-pink-50\/0 {
    background-color: rgb(253 242 248 / 0);
  }
  
  .bg-pink-50\/10 {
    background-color: rgb(253 242 248 / 0.1);
  }
  
  .bg-pink-50\/100 {
    background-color: rgb(253 242 248 / 1);
  }
  
  .bg-pink-50\/20 {
    background-color: rgb(253 242 248 / 0.2);
  }
  
  .bg-pink-50\/25 {
    background-color: rgb(253 242 248 / 0.25);
  }
  
  .bg-pink-50\/30 {
    background-color: rgb(253 242 248 / 0.3);
  }
  
  .bg-pink-50\/40 {
    background-color: rgb(253 242 248 / 0.4);
  }
  
  .bg-pink-50\/5 {
    background-color: rgb(253 242 248 / 0.05);
  }
  
  .bg-pink-50\/50 {
    background-color: rgb(253 242 248 / 0.5);
  }
  
  .bg-pink-50\/60 {
    background-color: rgb(253 242 248 / 0.6);
  }
  
  .bg-pink-50\/70 {
    background-color: rgb(253 242 248 / 0.7);
  }
  
  .bg-pink-50\/75 {
    background-color: rgb(253 242 248 / 0.75);
  }
  
  .bg-pink-50\/80 {
    background-color: rgb(253 242 248 / 0.8);
  }
  
  .bg-pink-50\/90 {
    background-color: rgb(253 242 248 / 0.9);
  }
  
  .bg-pink-50\/95 {
    background-color: rgb(253 242 248 / 0.95);
  }
  
  .bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 72 153 / var(--tw-bg-opacity));
  }
  
  .bg-pink-500\/0 {
    background-color: rgb(236 72 153 / 0);
  }
  
  .bg-pink-500\/10 {
    background-color: rgb(236 72 153 / 0.1);
  }
  
  .bg-pink-500\/100 {
    background-color: rgb(236 72 153 / 1);
  }
  
  .bg-pink-500\/20 {
    background-color: rgb(236 72 153 / 0.2);
  }
  
  .bg-pink-500\/25 {
    background-color: rgb(236 72 153 / 0.25);
  }
  
  .bg-pink-500\/30 {
    background-color: rgb(236 72 153 / 0.3);
  }
  
  .bg-pink-500\/40 {
    background-color: rgb(236 72 153 / 0.4);
  }
  
  .bg-pink-500\/5 {
    background-color: rgb(236 72 153 / 0.05);
  }
  
  .bg-pink-500\/50 {
    background-color: rgb(236 72 153 / 0.5);
  }
  
  .bg-pink-500\/60 {
    background-color: rgb(236 72 153 / 0.6);
  }
  
  .bg-pink-500\/70 {
    background-color: rgb(236 72 153 / 0.7);
  }
  
  .bg-pink-500\/75 {
    background-color: rgb(236 72 153 / 0.75);
  }
  
  .bg-pink-500\/80 {
    background-color: rgb(236 72 153 / 0.8);
  }
  
  .bg-pink-500\/90 {
    background-color: rgb(236 72 153 / 0.9);
  }
  
  .bg-pink-500\/95 {
    background-color: rgb(236 72 153 / 0.95);
  }
  
  .bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity));
  }
  
  .bg-pink-600\/0 {
    background-color: rgb(219 39 119 / 0);
  }
  
  .bg-pink-600\/10 {
    background-color: rgb(219 39 119 / 0.1);
  }
  
  .bg-pink-600\/100 {
    background-color: rgb(219 39 119 / 1);
  }
  
  .bg-pink-600\/20 {
    background-color: rgb(219 39 119 / 0.2);
  }
  
  .bg-pink-600\/25 {
    background-color: rgb(219 39 119 / 0.25);
  }
  
  .bg-pink-600\/30 {
    background-color: rgb(219 39 119 / 0.3);
  }
  
  .bg-pink-600\/40 {
    background-color: rgb(219 39 119 / 0.4);
  }
  
  .bg-pink-600\/5 {
    background-color: rgb(219 39 119 / 0.05);
  }
  
  .bg-pink-600\/50 {
    background-color: rgb(219 39 119 / 0.5);
  }
  
  .bg-pink-600\/60 {
    background-color: rgb(219 39 119 / 0.6);
  }
  
  .bg-pink-600\/70 {
    background-color: rgb(219 39 119 / 0.7);
  }
  
  .bg-pink-600\/75 {
    background-color: rgb(219 39 119 / 0.75);
  }
  
  .bg-pink-600\/80 {
    background-color: rgb(219 39 119 / 0.8);
  }
  
  .bg-pink-600\/90 {
    background-color: rgb(219 39 119 / 0.9);
  }
  
  .bg-pink-600\/95 {
    background-color: rgb(219 39 119 / 0.95);
  }
  
  .bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  }
  
  .bg-pink-700\/0 {
    background-color: rgb(190 24 93 / 0);
  }
  
  .bg-pink-700\/10 {
    background-color: rgb(190 24 93 / 0.1);
  }
  
  .bg-pink-700\/100 {
    background-color: rgb(190 24 93 / 1);
  }
  
  .bg-pink-700\/20 {
    background-color: rgb(190 24 93 / 0.2);
  }
  
  .bg-pink-700\/25 {
    background-color: rgb(190 24 93 / 0.25);
  }
  
  .bg-pink-700\/30 {
    background-color: rgb(190 24 93 / 0.3);
  }
  
  .bg-pink-700\/40 {
    background-color: rgb(190 24 93 / 0.4);
  }
  
  .bg-pink-700\/5 {
    background-color: rgb(190 24 93 / 0.05);
  }
  
  .bg-pink-700\/50 {
    background-color: rgb(190 24 93 / 0.5);
  }
  
  .bg-pink-700\/60 {
    background-color: rgb(190 24 93 / 0.6);
  }
  
  .bg-pink-700\/70 {
    background-color: rgb(190 24 93 / 0.7);
  }
  
  .bg-pink-700\/75 {
    background-color: rgb(190 24 93 / 0.75);
  }
  
  .bg-pink-700\/80 {
    background-color: rgb(190 24 93 / 0.8);
  }
  
  .bg-pink-700\/90 {
    background-color: rgb(190 24 93 / 0.9);
  }
  
  .bg-pink-700\/95 {
    background-color: rgb(190 24 93 / 0.95);
  }
  
  .bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 23 77 / var(--tw-bg-opacity));
  }
  
  .bg-pink-800\/0 {
    background-color: rgb(157 23 77 / 0);
  }
  
  .bg-pink-800\/10 {
    background-color: rgb(157 23 77 / 0.1);
  }
  
  .bg-pink-800\/100 {
    background-color: rgb(157 23 77 / 1);
  }
  
  .bg-pink-800\/20 {
    background-color: rgb(157 23 77 / 0.2);
  }
  
  .bg-pink-800\/25 {
    background-color: rgb(157 23 77 / 0.25);
  }
  
  .bg-pink-800\/30 {
    background-color: rgb(157 23 77 / 0.3);
  }
  
  .bg-pink-800\/40 {
    background-color: rgb(157 23 77 / 0.4);
  }
  
  .bg-pink-800\/5 {
    background-color: rgb(157 23 77 / 0.05);
  }
  
  .bg-pink-800\/50 {
    background-color: rgb(157 23 77 / 0.5);
  }
  
  .bg-pink-800\/60 {
    background-color: rgb(157 23 77 / 0.6);
  }
  
  .bg-pink-800\/70 {
    background-color: rgb(157 23 77 / 0.7);
  }
  
  .bg-pink-800\/75 {
    background-color: rgb(157 23 77 / 0.75);
  }
  
  .bg-pink-800\/80 {
    background-color: rgb(157 23 77 / 0.8);
  }
  
  .bg-pink-800\/90 {
    background-color: rgb(157 23 77 / 0.9);
  }
  
  .bg-pink-800\/95 {
    background-color: rgb(157 23 77 / 0.95);
  }
  
  .bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(131 24 67 / var(--tw-bg-opacity));
  }
  
  .bg-pink-900\/0 {
    background-color: rgb(131 24 67 / 0);
  }
  
  .bg-pink-900\/10 {
    background-color: rgb(131 24 67 / 0.1);
  }
  
  .bg-pink-900\/100 {
    background-color: rgb(131 24 67 / 1);
  }
  
  .bg-pink-900\/20 {
    background-color: rgb(131 24 67 / 0.2);
  }
  
  .bg-pink-900\/25 {
    background-color: rgb(131 24 67 / 0.25);
  }
  
  .bg-pink-900\/30 {
    background-color: rgb(131 24 67 / 0.3);
  }
  
  .bg-pink-900\/40 {
    background-color: rgb(131 24 67 / 0.4);
  }
  
  .bg-pink-900\/5 {
    background-color: rgb(131 24 67 / 0.05);
  }
  
  .bg-pink-900\/50 {
    background-color: rgb(131 24 67 / 0.5);
  }
  
  .bg-pink-900\/60 {
    background-color: rgb(131 24 67 / 0.6);
  }
  
  .bg-pink-900\/70 {
    background-color: rgb(131 24 67 / 0.7);
  }
  
  .bg-pink-900\/75 {
    background-color: rgb(131 24 67 / 0.75);
  }
  
  .bg-pink-900\/80 {
    background-color: rgb(131 24 67 / 0.8);
  }
  
  .bg-pink-900\/90 {
    background-color: rgb(131 24 67 / 0.9);
  }
  
  .bg-pink-900\/95 {
    background-color: rgb(131 24 67 / 0.95);
  }
  
  .bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  
  .bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-100\/0 {
    background-color: rgb(254 249 195 / 0);
  }
  
  .bg-yellow-100\/10 {
    background-color: rgb(254 249 195 / 0.1);
  }
  
  .bg-yellow-100\/100 {
    background-color: rgb(254 249 195 / 1);
  }
  
  .bg-yellow-100\/20 {
    background-color: rgb(254 249 195 / 0.2);
  }
  
  .bg-yellow-100\/25 {
    background-color: rgb(254 249 195 / 0.25);
  }
  
  .bg-yellow-100\/30 {
    background-color: rgb(254 249 195 / 0.3);
  }
  
  .bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }
  
  .bg-yellow-100\/5 {
    background-color: rgb(254 249 195 / 0.05);
  }
  
  .bg-yellow-100\/50 {
    background-color: rgb(254 249 195 / 0.5);
  }
  
  .bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }
  
  .bg-yellow-100\/70 {
    background-color: rgb(254 249 195 / 0.7);
  }
  
  .bg-yellow-100\/75 {
    background-color: rgb(254 249 195 / 0.75);
  }
  
  .bg-yellow-100\/80 {
    background-color: rgb(254 249 195 / 0.8);
  }
  
  .bg-yellow-100\/90 {
    background-color: rgb(254 249 195 / 0.9);
  }
  
  .bg-yellow-100\/95 {
    background-color: rgb(254 249 195 / 0.95);
  }
  
  .bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-200\/0 {
    background-color: rgb(254 240 138 / 0);
  }
  
  .bg-yellow-200\/10 {
    background-color: rgb(254 240 138 / 0.1);
  }
  
  .bg-yellow-200\/100 {
    background-color: rgb(254 240 138 / 1);
  }
  
  .bg-yellow-200\/20 {
    background-color: rgb(254 240 138 / 0.2);
  }
  
  .bg-yellow-200\/25 {
    background-color: rgb(254 240 138 / 0.25);
  }
  
  .bg-yellow-200\/30 {
    background-color: rgb(254 240 138 / 0.3);
  }
  
  .bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }
  
  .bg-yellow-200\/5 {
    background-color: rgb(254 240 138 / 0.05);
  }
  
  .bg-yellow-200\/50 {
    background-color: rgb(254 240 138 / 0.5);
  }
  
  .bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }
  
  .bg-yellow-200\/70 {
    background-color: rgb(254 240 138 / 0.7);
  }
  
  .bg-yellow-200\/75 {
    background-color: rgb(254 240 138 / 0.75);
  }
  
  .bg-yellow-200\/80 {
    background-color: rgb(254 240 138 / 0.8);
  }
  
  .bg-yellow-200\/90 {
    background-color: rgb(254 240 138 / 0.9);
  }
  
  .bg-yellow-200\/95 {
    background-color: rgb(254 240 138 / 0.95);
  }
  
  .bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-300\/0 {
    background-color: rgb(253 224 71 / 0);
  }
  
  .bg-yellow-300\/10 {
    background-color: rgb(253 224 71 / 0.1);
  }
  
  .bg-yellow-300\/100 {
    background-color: rgb(253 224 71 / 1);
  }
  
  .bg-yellow-300\/20 {
    background-color: rgb(253 224 71 / 0.2);
  }
  
  .bg-yellow-300\/25 {
    background-color: rgb(253 224 71 / 0.25);
  }
  
  .bg-yellow-300\/30 {
    background-color: rgb(253 224 71 / 0.3);
  }
  
  .bg-yellow-300\/40 {
    background-color: rgb(253 224 71 / 0.4);
  }
  
  .bg-yellow-300\/5 {
    background-color: rgb(253 224 71 / 0.05);
  }
  
  .bg-yellow-300\/50 {
    background-color: rgb(253 224 71 / 0.5);
  }
  
  .bg-yellow-300\/60 {
    background-color: rgb(253 224 71 / 0.6);
  }
  
  .bg-yellow-300\/70 {
    background-color: rgb(253 224 71 / 0.7);
  }
  
  .bg-yellow-300\/75 {
    background-color: rgb(253 224 71 / 0.75);
  }
  
  .bg-yellow-300\/80 {
    background-color: rgb(253 224 71 / 0.8);
  }
  
  .bg-yellow-300\/90 {
    background-color: rgb(253 224 71 / 0.9);
  }
  
  .bg-yellow-300\/95 {
    background-color: rgb(253 224 71 / 0.95);
  }
  
  .bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-400\/0 {
    background-color: rgb(250 204 21 / 0);
  }
  
  .bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }
  
  .bg-yellow-400\/100 {
    background-color: rgb(250 204 21 / 1);
  }
  
  .bg-yellow-400\/20 {
    background-color: rgb(250 204 21 / 0.2);
  }
  
  .bg-yellow-400\/25 {
    background-color: rgb(250 204 21 / 0.25);
  }
  
  .bg-yellow-400\/30 {
    background-color: rgb(250 204 21 / 0.3);
  }
  
  .bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }
  
  .bg-yellow-400\/5 {
    background-color: rgb(250 204 21 / 0.05);
  }
  
  .bg-yellow-400\/50 {
    background-color: rgb(250 204 21 / 0.5);
  }
  
  .bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }
  
  .bg-yellow-400\/70 {
    background-color: rgb(250 204 21 / 0.7);
  }
  
  .bg-yellow-400\/75 {
    background-color: rgb(250 204 21 / 0.75);
  }
  
  .bg-yellow-400\/80 {
    background-color: rgb(250 204 21 / 0.8);
  }
  
  .bg-yellow-400\/90 {
    background-color: rgb(250 204 21 / 0.9);
  }
  
  .bg-yellow-400\/95 {
    background-color: rgb(250 204 21 / 0.95);
  }
  
  .bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-50\/0 {
    background-color: rgb(254 252 232 / 0);
  }
  
  .bg-yellow-50\/10 {
    background-color: rgb(254 252 232 / 0.1);
  }
  
  .bg-yellow-50\/100 {
    background-color: rgb(254 252 232 / 1);
  }
  
  .bg-yellow-50\/20 {
    background-color: rgb(254 252 232 / 0.2);
  }
  
  .bg-yellow-50\/25 {
    background-color: rgb(254 252 232 / 0.25);
  }
  
  .bg-yellow-50\/30 {
    background-color: rgb(254 252 232 / 0.3);
  }
  
  .bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }
  
  .bg-yellow-50\/5 {
    background-color: rgb(254 252 232 / 0.05);
  }
  
  .bg-yellow-50\/50 {
    background-color: rgb(254 252 232 / 0.5);
  }
  
  .bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }
  
  .bg-yellow-50\/70 {
    background-color: rgb(254 252 232 / 0.7);
  }
  
  .bg-yellow-50\/75 {
    background-color: rgb(254 252 232 / 0.75);
  }
  
  .bg-yellow-50\/80 {
    background-color: rgb(254 252 232 / 0.8);
  }
  
  .bg-yellow-50\/90 {
    background-color: rgb(254 252 232 / 0.9);
  }
  
  .bg-yellow-50\/95 {
    background-color: rgb(254 252 232 / 0.95);
  }
  
  .bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-500\/0 {
    background-color: rgb(234 179 8 / 0);
  }
  
  .bg-yellow-500\/10 {
    background-color: rgb(234 179 8 / 0.1);
  }
  
  .bg-yellow-500\/100 {
    background-color: rgb(234 179 8 / 1);
  }
  
  .bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }
  
  .bg-yellow-500\/25 {
    background-color: rgb(234 179 8 / 0.25);
  }
  
  .bg-yellow-500\/30 {
    background-color: rgb(234 179 8 / 0.3);
  }
  
  .bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }
  
  .bg-yellow-500\/5 {
    background-color: rgb(234 179 8 / 0.05);
  }
  
  .bg-yellow-500\/50 {
    background-color: rgb(234 179 8 / 0.5);
  }
  
  .bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }
  
  .bg-yellow-500\/70 {
    background-color: rgb(234 179 8 / 0.7);
  }
  
  .bg-yellow-500\/75 {
    background-color: rgb(234 179 8 / 0.75);
  }
  
  .bg-yellow-500\/80 {
    background-color: rgb(234 179 8 / 0.8);
  }
  
  .bg-yellow-500\/90 {
    background-color: rgb(234 179 8 / 0.9);
  }
  
  .bg-yellow-500\/95 {
    background-color: rgb(234 179 8 / 0.95);
  }
  
  .bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-600\/0 {
    background-color: rgb(202 138 4 / 0);
  }
  
  .bg-yellow-600\/10 {
    background-color: rgb(202 138 4 / 0.1);
  }
  
  .bg-yellow-600\/100 {
    background-color: rgb(202 138 4 / 1);
  }
  
  .bg-yellow-600\/20 {
    background-color: rgb(202 138 4 / 0.2);
  }
  
  .bg-yellow-600\/25 {
    background-color: rgb(202 138 4 / 0.25);
  }
  
  .bg-yellow-600\/30 {
    background-color: rgb(202 138 4 / 0.3);
  }
  
  .bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }
  
  .bg-yellow-600\/5 {
    background-color: rgb(202 138 4 / 0.05);
  }
  
  .bg-yellow-600\/50 {
    background-color: rgb(202 138 4 / 0.5);
  }
  
  .bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }
  
  .bg-yellow-600\/70 {
    background-color: rgb(202 138 4 / 0.7);
  }
  
  .bg-yellow-600\/75 {
    background-color: rgb(202 138 4 / 0.75);
  }
  
  .bg-yellow-600\/80 {
    background-color: rgb(202 138 4 / 0.8);
  }
  
  .bg-yellow-600\/90 {
    background-color: rgb(202 138 4 / 0.9);
  }
  
  .bg-yellow-600\/95 {
    background-color: rgb(202 138 4 / 0.95);
  }
  
  .bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 98 7 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-700\/0 {
    background-color: rgb(161 98 7 / 0);
  }
  
  .bg-yellow-700\/10 {
    background-color: rgb(161 98 7 / 0.1);
  }
  
  .bg-yellow-700\/100 {
    background-color: rgb(161 98 7 / 1);
  }
  
  .bg-yellow-700\/20 {
    background-color: rgb(161 98 7 / 0.2);
  }
  
  .bg-yellow-700\/25 {
    background-color: rgb(161 98 7 / 0.25);
  }
  
  .bg-yellow-700\/30 {
    background-color: rgb(161 98 7 / 0.3);
  }
  
  .bg-yellow-700\/40 {
    background-color: rgb(161 98 7 / 0.4);
  }
  
  .bg-yellow-700\/5 {
    background-color: rgb(161 98 7 / 0.05);
  }
  
  .bg-yellow-700\/50 {
    background-color: rgb(161 98 7 / 0.5);
  }
  
  .bg-yellow-700\/60 {
    background-color: rgb(161 98 7 / 0.6);
  }
  
  .bg-yellow-700\/70 {
    background-color: rgb(161 98 7 / 0.7);
  }
  
  .bg-yellow-700\/75 {
    background-color: rgb(161 98 7 / 0.75);
  }
  
  .bg-yellow-700\/80 {
    background-color: rgb(161 98 7 / 0.8);
  }
  
  .bg-yellow-700\/90 {
    background-color: rgb(161 98 7 / 0.9);
  }
  
  .bg-yellow-700\/95 {
    background-color: rgb(161 98 7 / 0.95);
  }
  
  .bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-800\/0 {
    background-color: rgb(133 77 14 / 0);
  }
  
  .bg-yellow-800\/10 {
    background-color: rgb(133 77 14 / 0.1);
  }
  
  .bg-yellow-800\/100 {
    background-color: rgb(133 77 14 / 1);
  }
  
  .bg-yellow-800\/20 {
    background-color: rgb(133 77 14 / 0.2);
  }
  
  .bg-yellow-800\/25 {
    background-color: rgb(133 77 14 / 0.25);
  }
  
  .bg-yellow-800\/30 {
    background-color: rgb(133 77 14 / 0.3);
  }
  
  .bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }
  
  .bg-yellow-800\/5 {
    background-color: rgb(133 77 14 / 0.05);
  }
  
  .bg-yellow-800\/50 {
    background-color: rgb(133 77 14 / 0.5);
  }
  
  .bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }
  
  .bg-yellow-800\/70 {
    background-color: rgb(133 77 14 / 0.7);
  }
  
  .bg-yellow-800\/75 {
    background-color: rgb(133 77 14 / 0.75);
  }
  
  .bg-yellow-800\/80 {
    background-color: rgb(133 77 14 / 0.8);
  }
  
  .bg-yellow-800\/90 {
    background-color: rgb(133 77 14 / 0.9);
  }
  
  .bg-yellow-800\/95 {
    background-color: rgb(133 77 14 / 0.95);
  }
  
  .bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  }
  
  .bg-yellow-900\/0 {
    background-color: rgb(113 63 18 / 0);
  }
  
  .bg-yellow-900\/10 {
    background-color: rgb(113 63 18 / 0.1);
  }
  
  .bg-yellow-900\/100 {
    background-color: rgb(113 63 18 / 1);
  }
  
  .bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }
  
  .bg-yellow-900\/25 {
    background-color: rgb(113 63 18 / 0.25);
  }
  
  .bg-yellow-900\/30 {
    background-color: rgb(113 63 18 / 0.3);
  }
  
  .bg-yellow-900\/40 {
    background-color: rgb(113 63 18 / 0.4);
  }
  
  .bg-yellow-900\/5 {
    background-color: rgb(113 63 18 / 0.05);
  }
  
  .bg-yellow-900\/50 {
    background-color: rgb(113 63 18 / 0.5);
  }
  
  .bg-yellow-900\/60 {
    background-color: rgb(113 63 18 / 0.6);
  }
  
  .bg-yellow-900\/70 {
    background-color: rgb(113 63 18 / 0.7);
  }
  
  .bg-yellow-900\/75 {
    background-color: rgb(113 63 18 / 0.75);
  }
  
  .bg-yellow-900\/80 {
    background-color: rgb(113 63 18 / 0.8);
  }
  
  .bg-yellow-900\/90 {
    background-color: rgb(113 63 18 / 0.9);
  }
  
  .bg-yellow-900\/95 {
    background-color: rgb(113 63 18 / 0.95);
  }
  
  .bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }
  
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .object-center {
    -o-object-position: center;
       object-position: center;
  }
  
  .p-2 {
    padding: 0.5rem;
  }
  
  .p-2\.5 {
    padding: 0.625rem;
  }
  
  .p-4 {
    padding: 1rem;
  }
  
  .p-6 {
    padding: 1.5rem;
  }
  
  .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .px-\[0\.65em\] {
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
  
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .pb-16 {
    padding-bottom: 4rem;
  }
  
  .pb-32 {
    padding-bottom: 8rem;
  }
  
  .pb-8 {
    padding-bottom: 2rem;
  }
  
  .pb-\[0\.25em\] {
    padding-bottom: 0.25em;
  }
  
  .pe-5 {
    padding-inline-end: 1.25rem;
  }
  
  .pl-0 {
    padding-left: 0px;
  }
  
  .pl-8 {
    padding-left: 2rem;
  }
  
  .pr-1 {
    padding-right: 0.25rem;
  }
  
  .pt-1 {
    padding-top: 0.25rem;
  }
  
  .pt-4 {
    padding-top: 1rem;
  }
  
  .pt-40 {
    padding-top: 10rem;
  }
  
  .pt-6 {
    padding-top: 1.5rem;
  }
  
  .pt-\[0\.35em\] {
    padding-top: 0.35em;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .align-baseline {
    vertical-align: baseline;
  }
  
  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  
  .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  
  .text-\[0\.75em\] {
    font-size: 0.75em;
  }
  
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  
  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  
  .font-bold {
    font-weight: 700;
  }
  
  .font-medium {
    font-weight: 500;
  }
  
  .font-normal {
    font-weight: 400;
  }
  
  .font-semibold {
    font-weight: 600;
  }
  
  .leading-6 {
    line-height: 1.5rem;
  }
  
  .leading-9 {
    line-height: 2.25rem;
  }
  
  .leading-none {
    line-height: 1;
  }
  
  .leading-tight {
    line-height: 1.25;
  }
  
  .tracking-tight {
    letter-spacing: -0.025em;
  }
  
  .text-\[\#4D98DE\] {
    --tw-text-opacity: 1;
    color: rgb(77 152 222 / var(--tw-text-opacity));
  }
  
  .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
  }
  
  .text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254 / var(--tw-text-opacity));
  }
  
  .text-cyan-100\/0 {
    color: rgb(207 250 254 / 0);
  }
  
  .text-cyan-100\/10 {
    color: rgb(207 250 254 / 0.1);
  }
  
  .text-cyan-100\/100 {
    color: rgb(207 250 254 / 1);
  }
  
  .text-cyan-100\/20 {
    color: rgb(207 250 254 / 0.2);
  }
  
  .text-cyan-100\/25 {
    color: rgb(207 250 254 / 0.25);
  }
  
  .text-cyan-100\/30 {
    color: rgb(207 250 254 / 0.3);
  }
  
  .text-cyan-100\/40 {
    color: rgb(207 250 254 / 0.4);
  }
  
  .text-cyan-100\/5 {
    color: rgb(207 250 254 / 0.05);
  }
  
  .text-cyan-100\/50 {
    color: rgb(207 250 254 / 0.5);
  }
  
  .text-cyan-100\/60 {
    color: rgb(207 250 254 / 0.6);
  }
  
  .text-cyan-100\/70 {
    color: rgb(207 250 254 / 0.7);
  }
  
  .text-cyan-100\/75 {
    color: rgb(207 250 254 / 0.75);
  }
  
  .text-cyan-100\/80 {
    color: rgb(207 250 254 / 0.8);
  }
  
  .text-cyan-100\/90 {
    color: rgb(207 250 254 / 0.9);
  }
  
  .text-cyan-100\/95 {
    color: rgb(207 250 254 / 0.95);
  }
  
  .text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252 / var(--tw-text-opacity));
  }
  
  .text-cyan-200\/0 {
    color: rgb(165 243 252 / 0);
  }
  
  .text-cyan-200\/10 {
    color: rgb(165 243 252 / 0.1);
  }
  
  .text-cyan-200\/100 {
    color: rgb(165 243 252 / 1);
  }
  
  .text-cyan-200\/20 {
    color: rgb(165 243 252 / 0.2);
  }
  
  .text-cyan-200\/25 {
    color: rgb(165 243 252 / 0.25);
  }
  
  .text-cyan-200\/30 {
    color: rgb(165 243 252 / 0.3);
  }
  
  .text-cyan-200\/40 {
    color: rgb(165 243 252 / 0.4);
  }
  
  .text-cyan-200\/5 {
    color: rgb(165 243 252 / 0.05);
  }
  
  .text-cyan-200\/50 {
    color: rgb(165 243 252 / 0.5);
  }
  
  .text-cyan-200\/60 {
    color: rgb(165 243 252 / 0.6);
  }
  
  .text-cyan-200\/70 {
    color: rgb(165 243 252 / 0.7);
  }
  
  .text-cyan-200\/75 {
    color: rgb(165 243 252 / 0.75);
  }
  
  .text-cyan-200\/80 {
    color: rgb(165 243 252 / 0.8);
  }
  
  .text-cyan-200\/90 {
    color: rgb(165 243 252 / 0.9);
  }
  
  .text-cyan-200\/95 {
    color: rgb(165 243 252 / 0.95);
  }
  
  .text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249 / var(--tw-text-opacity));
  }
  
  .text-cyan-300\/0 {
    color: rgb(103 232 249 / 0);
  }
  
  .text-cyan-300\/10 {
    color: rgb(103 232 249 / 0.1);
  }
  
  .text-cyan-300\/100 {
    color: rgb(103 232 249 / 1);
  }
  
  .text-cyan-300\/20 {
    color: rgb(103 232 249 / 0.2);
  }
  
  .text-cyan-300\/25 {
    color: rgb(103 232 249 / 0.25);
  }
  
  .text-cyan-300\/30 {
    color: rgb(103 232 249 / 0.3);
  }
  
  .text-cyan-300\/40 {
    color: rgb(103 232 249 / 0.4);
  }
  
  .text-cyan-300\/5 {
    color: rgb(103 232 249 / 0.05);
  }
  
  .text-cyan-300\/50 {
    color: rgb(103 232 249 / 0.5);
  }
  
  .text-cyan-300\/60 {
    color: rgb(103 232 249 / 0.6);
  }
  
  .text-cyan-300\/70 {
    color: rgb(103 232 249 / 0.7);
  }
  
  .text-cyan-300\/75 {
    color: rgb(103 232 249 / 0.75);
  }
  
  .text-cyan-300\/80 {
    color: rgb(103 232 249 / 0.8);
  }
  
  .text-cyan-300\/90 {
    color: rgb(103 232 249 / 0.9);
  }
  
  .text-cyan-300\/95 {
    color: rgb(103 232 249 / 0.95);
  }
  
  .text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238 / var(--tw-text-opacity));
  }
  
  .text-cyan-400\/0 {
    color: rgb(34 211 238 / 0);
  }
  
  .text-cyan-400\/10 {
    color: rgb(34 211 238 / 0.1);
  }
  
  .text-cyan-400\/100 {
    color: rgb(34 211 238 / 1);
  }
  
  .text-cyan-400\/20 {
    color: rgb(34 211 238 / 0.2);
  }
  
  .text-cyan-400\/25 {
    color: rgb(34 211 238 / 0.25);
  }
  
  .text-cyan-400\/30 {
    color: rgb(34 211 238 / 0.3);
  }
  
  .text-cyan-400\/40 {
    color: rgb(34 211 238 / 0.4);
  }
  
  .text-cyan-400\/5 {
    color: rgb(34 211 238 / 0.05);
  }
  
  .text-cyan-400\/50 {
    color: rgb(34 211 238 / 0.5);
  }
  
  .text-cyan-400\/60 {
    color: rgb(34 211 238 / 0.6);
  }
  
  .text-cyan-400\/70 {
    color: rgb(34 211 238 / 0.7);
  }
  
  .text-cyan-400\/75 {
    color: rgb(34 211 238 / 0.75);
  }
  
  .text-cyan-400\/80 {
    color: rgb(34 211 238 / 0.8);
  }
  
  .text-cyan-400\/90 {
    color: rgb(34 211 238 / 0.9);
  }
  
  .text-cyan-400\/95 {
    color: rgb(34 211 238 / 0.95);
  }
  
  .text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255 / var(--tw-text-opacity));
  }
  
  .text-cyan-50\/0 {
    color: rgb(236 254 255 / 0);
  }
  
  .text-cyan-50\/10 {
    color: rgb(236 254 255 / 0.1);
  }
  
  .text-cyan-50\/100 {
    color: rgb(236 254 255 / 1);
  }
  
  .text-cyan-50\/20 {
    color: rgb(236 254 255 / 0.2);
  }
  
  .text-cyan-50\/25 {
    color: rgb(236 254 255 / 0.25);
  }
  
  .text-cyan-50\/30 {
    color: rgb(236 254 255 / 0.3);
  }
  
  .text-cyan-50\/40 {
    color: rgb(236 254 255 / 0.4);
  }
  
  .text-cyan-50\/5 {
    color: rgb(236 254 255 / 0.05);
  }
  
  .text-cyan-50\/50 {
    color: rgb(236 254 255 / 0.5);
  }
  
  .text-cyan-50\/60 {
    color: rgb(236 254 255 / 0.6);
  }
  
  .text-cyan-50\/70 {
    color: rgb(236 254 255 / 0.7);
  }
  
  .text-cyan-50\/75 {
    color: rgb(236 254 255 / 0.75);
  }
  
  .text-cyan-50\/80 {
    color: rgb(236 254 255 / 0.8);
  }
  
  .text-cyan-50\/90 {
    color: rgb(236 254 255 / 0.9);
  }
  
  .text-cyan-50\/95 {
    color: rgb(236 254 255 / 0.95);
  }
  
  .text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity));
  }
  
  .text-cyan-500\/0 {
    color: rgb(6 182 212 / 0);
  }
  
  .text-cyan-500\/10 {
    color: rgb(6 182 212 / 0.1);
  }
  
  .text-cyan-500\/100 {
    color: rgb(6 182 212 / 1);
  }
  
  .text-cyan-500\/20 {
    color: rgb(6 182 212 / 0.2);
  }
  
  .text-cyan-500\/25 {
    color: rgb(6 182 212 / 0.25);
  }
  
  .text-cyan-500\/30 {
    color: rgb(6 182 212 / 0.3);
  }
  
  .text-cyan-500\/40 {
    color: rgb(6 182 212 / 0.4);
  }
  
  .text-cyan-500\/5 {
    color: rgb(6 182 212 / 0.05);
  }
  
  .text-cyan-500\/50 {
    color: rgb(6 182 212 / 0.5);
  }
  
  .text-cyan-500\/60 {
    color: rgb(6 182 212 / 0.6);
  }
  
  .text-cyan-500\/70 {
    color: rgb(6 182 212 / 0.7);
  }
  
  .text-cyan-500\/75 {
    color: rgb(6 182 212 / 0.75);
  }
  
  .text-cyan-500\/80 {
    color: rgb(6 182 212 / 0.8);
  }
  
  .text-cyan-500\/90 {
    color: rgb(6 182 212 / 0.9);
  }
  
  .text-cyan-500\/95 {
    color: rgb(6 182 212 / 0.95);
  }
  
  .text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178 / var(--tw-text-opacity));
  }
  
  .text-cyan-600\/0 {
    color: rgb(8 145 178 / 0);
  }
  
  .text-cyan-600\/10 {
    color: rgb(8 145 178 / 0.1);
  }
  
  .text-cyan-600\/100 {
    color: rgb(8 145 178 / 1);
  }
  
  .text-cyan-600\/20 {
    color: rgb(8 145 178 / 0.2);
  }
  
  .text-cyan-600\/25 {
    color: rgb(8 145 178 / 0.25);
  }
  
  .text-cyan-600\/30 {
    color: rgb(8 145 178 / 0.3);
  }
  
  .text-cyan-600\/40 {
    color: rgb(8 145 178 / 0.4);
  }
  
  .text-cyan-600\/5 {
    color: rgb(8 145 178 / 0.05);
  }
  
  .text-cyan-600\/50 {
    color: rgb(8 145 178 / 0.5);
  }
  
  .text-cyan-600\/60 {
    color: rgb(8 145 178 / 0.6);
  }
  
  .text-cyan-600\/70 {
    color: rgb(8 145 178 / 0.7);
  }
  
  .text-cyan-600\/75 {
    color: rgb(8 145 178 / 0.75);
  }
  
  .text-cyan-600\/80 {
    color: rgb(8 145 178 / 0.8);
  }
  
  .text-cyan-600\/90 {
    color: rgb(8 145 178 / 0.9);
  }
  
  .text-cyan-600\/95 {
    color: rgb(8 145 178 / 0.95);
  }
  
  .text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity));
  }
  
  .text-cyan-700\/0 {
    color: rgb(14 116 144 / 0);
  }
  
  .text-cyan-700\/10 {
    color: rgb(14 116 144 / 0.1);
  }
  
  .text-cyan-700\/100 {
    color: rgb(14 116 144 / 1);
  }
  
  .text-cyan-700\/20 {
    color: rgb(14 116 144 / 0.2);
  }
  
  .text-cyan-700\/25 {
    color: rgb(14 116 144 / 0.25);
  }
  
  .text-cyan-700\/30 {
    color: rgb(14 116 144 / 0.3);
  }
  
  .text-cyan-700\/40 {
    color: rgb(14 116 144 / 0.4);
  }
  
  .text-cyan-700\/5 {
    color: rgb(14 116 144 / 0.05);
  }
  
  .text-cyan-700\/50 {
    color: rgb(14 116 144 / 0.5);
  }
  
  .text-cyan-700\/60 {
    color: rgb(14 116 144 / 0.6);
  }
  
  .text-cyan-700\/70 {
    color: rgb(14 116 144 / 0.7);
  }
  
  .text-cyan-700\/75 {
    color: rgb(14 116 144 / 0.75);
  }
  
  .text-cyan-700\/80 {
    color: rgb(14 116 144 / 0.8);
  }
  
  .text-cyan-700\/90 {
    color: rgb(14 116 144 / 0.9);
  }
  
  .text-cyan-700\/95 {
    color: rgb(14 116 144 / 0.95);
  }
  
  .text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117 / var(--tw-text-opacity));
  }
  
  .text-cyan-800\/0 {
    color: rgb(21 94 117 / 0);
  }
  
  .text-cyan-800\/10 {
    color: rgb(21 94 117 / 0.1);
  }
  
  .text-cyan-800\/100 {
    color: rgb(21 94 117 / 1);
  }
  
  .text-cyan-800\/20 {
    color: rgb(21 94 117 / 0.2);
  }
  
  .text-cyan-800\/25 {
    color: rgb(21 94 117 / 0.25);
  }
  
  .text-cyan-800\/30 {
    color: rgb(21 94 117 / 0.3);
  }
  
  .text-cyan-800\/40 {
    color: rgb(21 94 117 / 0.4);
  }
  
  .text-cyan-800\/5 {
    color: rgb(21 94 117 / 0.05);
  }
  
  .text-cyan-800\/50 {
    color: rgb(21 94 117 / 0.5);
  }
  
  .text-cyan-800\/60 {
    color: rgb(21 94 117 / 0.6);
  }
  
  .text-cyan-800\/70 {
    color: rgb(21 94 117 / 0.7);
  }
  
  .text-cyan-800\/75 {
    color: rgb(21 94 117 / 0.75);
  }
  
  .text-cyan-800\/80 {
    color: rgb(21 94 117 / 0.8);
  }
  
  .text-cyan-800\/90 {
    color: rgb(21 94 117 / 0.9);
  }
  
  .text-cyan-800\/95 {
    color: rgb(21 94 117 / 0.95);
  }
  
  .text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99 / var(--tw-text-opacity));
  }
  
  .text-cyan-900\/0 {
    color: rgb(22 78 99 / 0);
  }
  
  .text-cyan-900\/10 {
    color: rgb(22 78 99 / 0.1);
  }
  
  .text-cyan-900\/100 {
    color: rgb(22 78 99 / 1);
  }
  
  .text-cyan-900\/20 {
    color: rgb(22 78 99 / 0.2);
  }
  
  .text-cyan-900\/25 {
    color: rgb(22 78 99 / 0.25);
  }
  
  .text-cyan-900\/30 {
    color: rgb(22 78 99 / 0.3);
  }
  
  .text-cyan-900\/40 {
    color: rgb(22 78 99 / 0.4);
  }
  
  .text-cyan-900\/5 {
    color: rgb(22 78 99 / 0.05);
  }
  
  .text-cyan-900\/50 {
    color: rgb(22 78 99 / 0.5);
  }
  
  .text-cyan-900\/60 {
    color: rgb(22 78 99 / 0.6);
  }
  
  .text-cyan-900\/70 {
    color: rgb(22 78 99 / 0.7);
  }
  
  .text-cyan-900\/75 {
    color: rgb(22 78 99 / 0.75);
  }
  
  .text-cyan-900\/80 {
    color: rgb(22 78 99 / 0.8);
  }
  
  .text-cyan-900\/90 {
    color: rgb(22 78 99 / 0.9);
  }
  
  .text-cyan-900\/95 {
    color: rgb(22 78 99 / 0.95);
  }
  
  .text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  
  .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  
  .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
  
  .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  
  .text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity));
  }
  
  .text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity));
  }
  
  .text-neutral-100\/0 {
    color: rgb(245 245 245 / 0);
  }
  
  .text-neutral-100\/10 {
    color: rgb(245 245 245 / 0.1);
  }
  
  .text-neutral-100\/100 {
    color: rgb(245 245 245 / 1);
  }
  
  .text-neutral-100\/20 {
    color: rgb(245 245 245 / 0.2);
  }
  
  .text-neutral-100\/25 {
    color: rgb(245 245 245 / 0.25);
  }
  
  .text-neutral-100\/30 {
    color: rgb(245 245 245 / 0.3);
  }
  
  .text-neutral-100\/40 {
    color: rgb(245 245 245 / 0.4);
  }
  
  .text-neutral-100\/5 {
    color: rgb(245 245 245 / 0.05);
  }
  
  .text-neutral-100\/50 {
    color: rgb(245 245 245 / 0.5);
  }
  
  .text-neutral-100\/60 {
    color: rgb(245 245 245 / 0.6);
  }
  
  .text-neutral-100\/70 {
    color: rgb(245 245 245 / 0.7);
  }
  
  .text-neutral-100\/75 {
    color: rgb(245 245 245 / 0.75);
  }
  
  .text-neutral-100\/80 {
    color: rgb(245 245 245 / 0.8);
  }
  
  .text-neutral-100\/90 {
    color: rgb(245 245 245 / 0.9);
  }
  
  .text-neutral-100\/95 {
    color: rgb(245 245 245 / 0.95);
  }
  
  .text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }
  
  .text-neutral-200\/0 {
    color: rgb(229 229 229 / 0);
  }
  
  .text-neutral-200\/10 {
    color: rgb(229 229 229 / 0.1);
  }
  
  .text-neutral-200\/100 {
    color: rgb(229 229 229 / 1);
  }
  
  .text-neutral-200\/20 {
    color: rgb(229 229 229 / 0.2);
  }
  
  .text-neutral-200\/25 {
    color: rgb(229 229 229 / 0.25);
  }
  
  .text-neutral-200\/30 {
    color: rgb(229 229 229 / 0.3);
  }
  
  .text-neutral-200\/40 {
    color: rgb(229 229 229 / 0.4);
  }
  
  .text-neutral-200\/5 {
    color: rgb(229 229 229 / 0.05);
  }
  
  .text-neutral-200\/50 {
    color: rgb(229 229 229 / 0.5);
  }
  
  .text-neutral-200\/60 {
    color: rgb(229 229 229 / 0.6);
  }
  
  .text-neutral-200\/70 {
    color: rgb(229 229 229 / 0.7);
  }
  
  .text-neutral-200\/75 {
    color: rgb(229 229 229 / 0.75);
  }
  
  .text-neutral-200\/80 {
    color: rgb(229 229 229 / 0.8);
  }
  
  .text-neutral-200\/90 {
    color: rgb(229 229 229 / 0.9);
  }
  
  .text-neutral-200\/95 {
    color: rgb(229 229 229 / 0.95);
  }
  
  .text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
  }
  
  .text-neutral-300\/0 {
    color: rgb(212 212 212 / 0);
  }
  
  .text-neutral-300\/10 {
    color: rgb(212 212 212 / 0.1);
  }
  
  .text-neutral-300\/100 {
    color: rgb(212 212 212 / 1);
  }
  
  .text-neutral-300\/20 {
    color: rgb(212 212 212 / 0.2);
  }
  
  .text-neutral-300\/25 {
    color: rgb(212 212 212 / 0.25);
  }
  
  .text-neutral-300\/30 {
    color: rgb(212 212 212 / 0.3);
  }
  
  .text-neutral-300\/40 {
    color: rgb(212 212 212 / 0.4);
  }
  
  .text-neutral-300\/5 {
    color: rgb(212 212 212 / 0.05);
  }
  
  .text-neutral-300\/50 {
    color: rgb(212 212 212 / 0.5);
  }
  
  .text-neutral-300\/60 {
    color: rgb(212 212 212 / 0.6);
  }
  
  .text-neutral-300\/70 {
    color: rgb(212 212 212 / 0.7);
  }
  
  .text-neutral-300\/75 {
    color: rgb(212 212 212 / 0.75);
  }
  
  .text-neutral-300\/80 {
    color: rgb(212 212 212 / 0.8);
  }
  
  .text-neutral-300\/90 {
    color: rgb(212 212 212 / 0.9);
  }
  
  .text-neutral-300\/95 {
    color: rgb(212 212 212 / 0.95);
  }
  
  .text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }
  
  .text-neutral-400\/0 {
    color: rgb(163 163 163 / 0);
  }
  
  .text-neutral-400\/10 {
    color: rgb(163 163 163 / 0.1);
  }
  
  .text-neutral-400\/100 {
    color: rgb(163 163 163 / 1);
  }
  
  .text-neutral-400\/20 {
    color: rgb(163 163 163 / 0.2);
  }
  
  .text-neutral-400\/25 {
    color: rgb(163 163 163 / 0.25);
  }
  
  .text-neutral-400\/30 {
    color: rgb(163 163 163 / 0.3);
  }
  
  .text-neutral-400\/40 {
    color: rgb(163 163 163 / 0.4);
  }
  
  .text-neutral-400\/5 {
    color: rgb(163 163 163 / 0.05);
  }
  
  .text-neutral-400\/50 {
    color: rgb(163 163 163 / 0.5);
  }
  
  .text-neutral-400\/60 {
    color: rgb(163 163 163 / 0.6);
  }
  
  .text-neutral-400\/70 {
    color: rgb(163 163 163 / 0.7);
  }
  
  .text-neutral-400\/75 {
    color: rgb(163 163 163 / 0.75);
  }
  
  .text-neutral-400\/80 {
    color: rgb(163 163 163 / 0.8);
  }
  
  .text-neutral-400\/90 {
    color: rgb(163 163 163 / 0.9);
  }
  
  .text-neutral-400\/95 {
    color: rgb(163 163 163 / 0.95);
  }
  
  .text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity));
  }
  
  .text-neutral-50\/0 {
    color: rgb(250 250 250 / 0);
  }
  
  .text-neutral-50\/10 {
    color: rgb(250 250 250 / 0.1);
  }
  
  .text-neutral-50\/100 {
    color: rgb(250 250 250 / 1);
  }
  
  .text-neutral-50\/20 {
    color: rgb(250 250 250 / 0.2);
  }
  
  .text-neutral-50\/25 {
    color: rgb(250 250 250 / 0.25);
  }
  
  .text-neutral-50\/30 {
    color: rgb(250 250 250 / 0.3);
  }
  
  .text-neutral-50\/40 {
    color: rgb(250 250 250 / 0.4);
  }
  
  .text-neutral-50\/5 {
    color: rgb(250 250 250 / 0.05);
  }
  
  .text-neutral-50\/50 {
    color: rgb(250 250 250 / 0.5);
  }
  
  .text-neutral-50\/60 {
    color: rgb(250 250 250 / 0.6);
  }
  
  .text-neutral-50\/70 {
    color: rgb(250 250 250 / 0.7);
  }
  
  .text-neutral-50\/75 {
    color: rgb(250 250 250 / 0.75);
  }
  
  .text-neutral-50\/80 {
    color: rgb(250 250 250 / 0.8);
  }
  
  .text-neutral-50\/90 {
    color: rgb(250 250 250 / 0.9);
  }
  
  .text-neutral-50\/95 {
    color: rgb(250 250 250 / 0.95);
  }
  
  .text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
  }
  
  .text-neutral-500\/0 {
    color: rgb(115 115 115 / 0);
  }
  
  .text-neutral-500\/10 {
    color: rgb(115 115 115 / 0.1);
  }
  
  .text-neutral-500\/100 {
    color: rgb(115 115 115 / 1);
  }
  
  .text-neutral-500\/20 {
    color: rgb(115 115 115 / 0.2);
  }
  
  .text-neutral-500\/25 {
    color: rgb(115 115 115 / 0.25);
  }
  
  .text-neutral-500\/30 {
    color: rgb(115 115 115 / 0.3);
  }
  
  .text-neutral-500\/40 {
    color: rgb(115 115 115 / 0.4);
  }
  
  .text-neutral-500\/5 {
    color: rgb(115 115 115 / 0.05);
  }
  
  .text-neutral-500\/50 {
    color: rgb(115 115 115 / 0.5);
  }
  
  .text-neutral-500\/60 {
    color: rgb(115 115 115 / 0.6);
  }
  
  .text-neutral-500\/70 {
    color: rgb(115 115 115 / 0.7);
  }
  
  .text-neutral-500\/75 {
    color: rgb(115 115 115 / 0.75);
  }
  
  .text-neutral-500\/80 {
    color: rgb(115 115 115 / 0.8);
  }
  
  .text-neutral-500\/90 {
    color: rgb(115 115 115 / 0.9);
  }
  
  .text-neutral-500\/95 {
    color: rgb(115 115 115 / 0.95);
  }
  
  .text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
  }
  
  .text-neutral-600\/0 {
    color: rgb(82 82 82 / 0);
  }
  
  .text-neutral-600\/10 {
    color: rgb(82 82 82 / 0.1);
  }
  
  .text-neutral-600\/100 {
    color: rgb(82 82 82 / 1);
  }
  
  .text-neutral-600\/20 {
    color: rgb(82 82 82 / 0.2);
  }
  
  .text-neutral-600\/25 {
    color: rgb(82 82 82 / 0.25);
  }
  
  .text-neutral-600\/30 {
    color: rgb(82 82 82 / 0.3);
  }
  
  .text-neutral-600\/40 {
    color: rgb(82 82 82 / 0.4);
  }
  
  .text-neutral-600\/5 {
    color: rgb(82 82 82 / 0.05);
  }
  
  .text-neutral-600\/50 {
    color: rgb(82 82 82 / 0.5);
  }
  
  .text-neutral-600\/60 {
    color: rgb(82 82 82 / 0.6);
  }
  
  .text-neutral-600\/70 {
    color: rgb(82 82 82 / 0.7);
  }
  
  .text-neutral-600\/75 {
    color: rgb(82 82 82 / 0.75);
  }
  
  .text-neutral-600\/80 {
    color: rgb(82 82 82 / 0.8);
  }
  
  .text-neutral-600\/90 {
    color: rgb(82 82 82 / 0.9);
  }
  
  .text-neutral-600\/95 {
    color: rgb(82 82 82 / 0.95);
  }
  
  .text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity));
  }
  
  .text-neutral-700\/0 {
    color: rgb(64 64 64 / 0);
  }
  
  .text-neutral-700\/10 {
    color: rgb(64 64 64 / 0.1);
  }
  
  .text-neutral-700\/100 {
    color: rgb(64 64 64 / 1);
  }
  
  .text-neutral-700\/20 {
    color: rgb(64 64 64 / 0.2);
  }
  
  .text-neutral-700\/25 {
    color: rgb(64 64 64 / 0.25);
  }
  
  .text-neutral-700\/30 {
    color: rgb(64 64 64 / 0.3);
  }
  
  .text-neutral-700\/40 {
    color: rgb(64 64 64 / 0.4);
  }
  
  .text-neutral-700\/5 {
    color: rgb(64 64 64 / 0.05);
  }
  
  .text-neutral-700\/50 {
    color: rgb(64 64 64 / 0.5);
  }
  
  .text-neutral-700\/60 {
    color: rgb(64 64 64 / 0.6);
  }
  
  .text-neutral-700\/70 {
    color: rgb(64 64 64 / 0.7);
  }
  
  .text-neutral-700\/75 {
    color: rgb(64 64 64 / 0.75);
  }
  
  .text-neutral-700\/80 {
    color: rgb(64 64 64 / 0.8);
  }
  
  .text-neutral-700\/90 {
    color: rgb(64 64 64 / 0.9);
  }
  
  .text-neutral-700\/95 {
    color: rgb(64 64 64 / 0.95);
  }
  
  .text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
  }
  
  .text-neutral-800\/0 {
    color: rgb(38 38 38 / 0);
  }
  
  .text-neutral-800\/10 {
    color: rgb(38 38 38 / 0.1);
  }
  
  .text-neutral-800\/100 {
    color: rgb(38 38 38 / 1);
  }
  
  .text-neutral-800\/20 {
    color: rgb(38 38 38 / 0.2);
  }
  
  .text-neutral-800\/25 {
    color: rgb(38 38 38 / 0.25);
  }
  
  .text-neutral-800\/30 {
    color: rgb(38 38 38 / 0.3);
  }
  
  .text-neutral-800\/40 {
    color: rgb(38 38 38 / 0.4);
  }
  
  .text-neutral-800\/5 {
    color: rgb(38 38 38 / 0.05);
  }
  
  .text-neutral-800\/50 {
    color: rgb(38 38 38 / 0.5);
  }
  
  .text-neutral-800\/60 {
    color: rgb(38 38 38 / 0.6);
  }
  
  .text-neutral-800\/70 {
    color: rgb(38 38 38 / 0.7);
  }
  
  .text-neutral-800\/75 {
    color: rgb(38 38 38 / 0.75);
  }
  
  .text-neutral-800\/80 {
    color: rgb(38 38 38 / 0.8);
  }
  
  .text-neutral-800\/90 {
    color: rgb(38 38 38 / 0.9);
  }
  
  .text-neutral-800\/95 {
    color: rgb(38 38 38 / 0.95);
  }
  
  .text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
  }
  
  .text-neutral-900\/0 {
    color: rgb(23 23 23 / 0);
  }
  
  .text-neutral-900\/10 {
    color: rgb(23 23 23 / 0.1);
  }
  
  .text-neutral-900\/100 {
    color: rgb(23 23 23 / 1);
  }
  
  .text-neutral-900\/20 {
    color: rgb(23 23 23 / 0.2);
  }
  
  .text-neutral-900\/25 {
    color: rgb(23 23 23 / 0.25);
  }
  
  .text-neutral-900\/30 {
    color: rgb(23 23 23 / 0.3);
  }
  
  .text-neutral-900\/40 {
    color: rgb(23 23 23 / 0.4);
  }
  
  .text-neutral-900\/5 {
    color: rgb(23 23 23 / 0.05);
  }
  
  .text-neutral-900\/50 {
    color: rgb(23 23 23 / 0.5);
  }
  
  .text-neutral-900\/60 {
    color: rgb(23 23 23 / 0.6);
  }
  
  .text-neutral-900\/70 {
    color: rgb(23 23 23 / 0.7);
  }
  
  .text-neutral-900\/75 {
    color: rgb(23 23 23 / 0.75);
  }
  
  .text-neutral-900\/80 {
    color: rgb(23 23 23 / 0.8);
  }
  
  .text-neutral-900\/90 {
    color: rgb(23 23 23 / 0.9);
  }
  
  .text-neutral-900\/95 {
    color: rgb(23 23 23 / 0.95);
  }
  
  .text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(252 231 243 / var(--tw-text-opacity));
  }
  
  .text-pink-100\/0 {
    color: rgb(252 231 243 / 0);
  }
  
  .text-pink-100\/10 {
    color: rgb(252 231 243 / 0.1);
  }
  
  .text-pink-100\/100 {
    color: rgb(252 231 243 / 1);
  }
  
  .text-pink-100\/20 {
    color: rgb(252 231 243 / 0.2);
  }
  
  .text-pink-100\/25 {
    color: rgb(252 231 243 / 0.25);
  }
  
  .text-pink-100\/30 {
    color: rgb(252 231 243 / 0.3);
  }
  
  .text-pink-100\/40 {
    color: rgb(252 231 243 / 0.4);
  }
  
  .text-pink-100\/5 {
    color: rgb(252 231 243 / 0.05);
  }
  
  .text-pink-100\/50 {
    color: rgb(252 231 243 / 0.5);
  }
  
  .text-pink-100\/60 {
    color: rgb(252 231 243 / 0.6);
  }
  
  .text-pink-100\/70 {
    color: rgb(252 231 243 / 0.7);
  }
  
  .text-pink-100\/75 {
    color: rgb(252 231 243 / 0.75);
  }
  
  .text-pink-100\/80 {
    color: rgb(252 231 243 / 0.8);
  }
  
  .text-pink-100\/90 {
    color: rgb(252 231 243 / 0.9);
  }
  
  .text-pink-100\/95 {
    color: rgb(252 231 243 / 0.95);
  }
  
  .text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(251 207 232 / var(--tw-text-opacity));
  }
  
  .text-pink-200\/0 {
    color: rgb(251 207 232 / 0);
  }
  
  .text-pink-200\/10 {
    color: rgb(251 207 232 / 0.1);
  }
  
  .text-pink-200\/100 {
    color: rgb(251 207 232 / 1);
  }
  
  .text-pink-200\/20 {
    color: rgb(251 207 232 / 0.2);
  }
  
  .text-pink-200\/25 {
    color: rgb(251 207 232 / 0.25);
  }
  
  .text-pink-200\/30 {
    color: rgb(251 207 232 / 0.3);
  }
  
  .text-pink-200\/40 {
    color: rgb(251 207 232 / 0.4);
  }
  
  .text-pink-200\/5 {
    color: rgb(251 207 232 / 0.05);
  }
  
  .text-pink-200\/50 {
    color: rgb(251 207 232 / 0.5);
  }
  
  .text-pink-200\/60 {
    color: rgb(251 207 232 / 0.6);
  }
  
  .text-pink-200\/70 {
    color: rgb(251 207 232 / 0.7);
  }
  
  .text-pink-200\/75 {
    color: rgb(251 207 232 / 0.75);
  }
  
  .text-pink-200\/80 {
    color: rgb(251 207 232 / 0.8);
  }
  
  .text-pink-200\/90 {
    color: rgb(251 207 232 / 0.9);
  }
  
  .text-pink-200\/95 {
    color: rgb(251 207 232 / 0.95);
  }
  
  .text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(249 168 212 / var(--tw-text-opacity));
  }
  
  .text-pink-300\/0 {
    color: rgb(249 168 212 / 0);
  }
  
  .text-pink-300\/10 {
    color: rgb(249 168 212 / 0.1);
  }
  
  .text-pink-300\/100 {
    color: rgb(249 168 212 / 1);
  }
  
  .text-pink-300\/20 {
    color: rgb(249 168 212 / 0.2);
  }
  
  .text-pink-300\/25 {
    color: rgb(249 168 212 / 0.25);
  }
  
  .text-pink-300\/30 {
    color: rgb(249 168 212 / 0.3);
  }
  
  .text-pink-300\/40 {
    color: rgb(249 168 212 / 0.4);
  }
  
  .text-pink-300\/5 {
    color: rgb(249 168 212 / 0.05);
  }
  
  .text-pink-300\/50 {
    color: rgb(249 168 212 / 0.5);
  }
  
  .text-pink-300\/60 {
    color: rgb(249 168 212 / 0.6);
  }
  
  .text-pink-300\/70 {
    color: rgb(249 168 212 / 0.7);
  }
  
  .text-pink-300\/75 {
    color: rgb(249 168 212 / 0.75);
  }
  
  .text-pink-300\/80 {
    color: rgb(249 168 212 / 0.8);
  }
  
  .text-pink-300\/90 {
    color: rgb(249 168 212 / 0.9);
  }
  
  .text-pink-300\/95 {
    color: rgb(249 168 212 / 0.95);
  }
  
  .text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity));
  }
  
  .text-pink-400\/0 {
    color: rgb(244 114 182 / 0);
  }
  
  .text-pink-400\/10 {
    color: rgb(244 114 182 / 0.1);
  }
  
  .text-pink-400\/100 {
    color: rgb(244 114 182 / 1);
  }
  
  .text-pink-400\/20 {
    color: rgb(244 114 182 / 0.2);
  }
  
  .text-pink-400\/25 {
    color: rgb(244 114 182 / 0.25);
  }
  
  .text-pink-400\/30 {
    color: rgb(244 114 182 / 0.3);
  }
  
  .text-pink-400\/40 {
    color: rgb(244 114 182 / 0.4);
  }
  
  .text-pink-400\/5 {
    color: rgb(244 114 182 / 0.05);
  }
  
  .text-pink-400\/50 {
    color: rgb(244 114 182 / 0.5);
  }
  
  .text-pink-400\/60 {
    color: rgb(244 114 182 / 0.6);
  }
  
  .text-pink-400\/70 {
    color: rgb(244 114 182 / 0.7);
  }
  
  .text-pink-400\/75 {
    color: rgb(244 114 182 / 0.75);
  }
  
  .text-pink-400\/80 {
    color: rgb(244 114 182 / 0.8);
  }
  
  .text-pink-400\/90 {
    color: rgb(244 114 182 / 0.9);
  }
  
  .text-pink-400\/95 {
    color: rgb(244 114 182 / 0.95);
  }
  
  .text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248 / var(--tw-text-opacity));
  }
  
  .text-pink-50\/0 {
    color: rgb(253 242 248 / 0);
  }
  
  .text-pink-50\/10 {
    color: rgb(253 242 248 / 0.1);
  }
  
  .text-pink-50\/100 {
    color: rgb(253 242 248 / 1);
  }
  
  .text-pink-50\/20 {
    color: rgb(253 242 248 / 0.2);
  }
  
  .text-pink-50\/25 {
    color: rgb(253 242 248 / 0.25);
  }
  
  .text-pink-50\/30 {
    color: rgb(253 242 248 / 0.3);
  }
  
  .text-pink-50\/40 {
    color: rgb(253 242 248 / 0.4);
  }
  
  .text-pink-50\/5 {
    color: rgb(253 242 248 / 0.05);
  }
  
  .text-pink-50\/50 {
    color: rgb(253 242 248 / 0.5);
  }
  
  .text-pink-50\/60 {
    color: rgb(253 242 248 / 0.6);
  }
  
  .text-pink-50\/70 {
    color: rgb(253 242 248 / 0.7);
  }
  
  .text-pink-50\/75 {
    color: rgb(253 242 248 / 0.75);
  }
  
  .text-pink-50\/80 {
    color: rgb(253 242 248 / 0.8);
  }
  
  .text-pink-50\/90 {
    color: rgb(253 242 248 / 0.9);
  }
  
  .text-pink-50\/95 {
    color: rgb(253 242 248 / 0.95);
  }
  
  .text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity));
  }
  
  .text-pink-500\/0 {
    color: rgb(236 72 153 / 0);
  }
  
  .text-pink-500\/10 {
    color: rgb(236 72 153 / 0.1);
  }
  
  .text-pink-500\/100 {
    color: rgb(236 72 153 / 1);
  }
  
  .text-pink-500\/20 {
    color: rgb(236 72 153 / 0.2);
  }
  
  .text-pink-500\/25 {
    color: rgb(236 72 153 / 0.25);
  }
  
  .text-pink-500\/30 {
    color: rgb(236 72 153 / 0.3);
  }
  
  .text-pink-500\/40 {
    color: rgb(236 72 153 / 0.4);
  }
  
  .text-pink-500\/5 {
    color: rgb(236 72 153 / 0.05);
  }
  
  .text-pink-500\/50 {
    color: rgb(236 72 153 / 0.5);
  }
  
  .text-pink-500\/60 {
    color: rgb(236 72 153 / 0.6);
  }
  
  .text-pink-500\/70 {
    color: rgb(236 72 153 / 0.7);
  }
  
  .text-pink-500\/75 {
    color: rgb(236 72 153 / 0.75);
  }
  
  .text-pink-500\/80 {
    color: rgb(236 72 153 / 0.8);
  }
  
  .text-pink-500\/90 {
    color: rgb(236 72 153 / 0.9);
  }
  
  .text-pink-500\/95 {
    color: rgb(236 72 153 / 0.95);
  }
  
  .text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity));
  }
  
  .text-pink-600\/0 {
    color: rgb(219 39 119 / 0);
  }
  
  .text-pink-600\/10 {
    color: rgb(219 39 119 / 0.1);
  }
  
  .text-pink-600\/100 {
    color: rgb(219 39 119 / 1);
  }
  
  .text-pink-600\/20 {
    color: rgb(219 39 119 / 0.2);
  }
  
  .text-pink-600\/25 {
    color: rgb(219 39 119 / 0.25);
  }
  
  .text-pink-600\/30 {
    color: rgb(219 39 119 / 0.3);
  }
  
  .text-pink-600\/40 {
    color: rgb(219 39 119 / 0.4);
  }
  
  .text-pink-600\/5 {
    color: rgb(219 39 119 / 0.05);
  }
  
  .text-pink-600\/50 {
    color: rgb(219 39 119 / 0.5);
  }
  
  .text-pink-600\/60 {
    color: rgb(219 39 119 / 0.6);
  }
  
  .text-pink-600\/70 {
    color: rgb(219 39 119 / 0.7);
  }
  
  .text-pink-600\/75 {
    color: rgb(219 39 119 / 0.75);
  }
  
  .text-pink-600\/80 {
    color: rgb(219 39 119 / 0.8);
  }
  
  .text-pink-600\/90 {
    color: rgb(219 39 119 / 0.9);
  }
  
  .text-pink-600\/95 {
    color: rgb(219 39 119 / 0.95);
  }
  
  .text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity));
  }
  
  .text-pink-700\/0 {
    color: rgb(190 24 93 / 0);
  }
  
  .text-pink-700\/10 {
    color: rgb(190 24 93 / 0.1);
  }
  
  .text-pink-700\/100 {
    color: rgb(190 24 93 / 1);
  }
  
  .text-pink-700\/20 {
    color: rgb(190 24 93 / 0.2);
  }
  
  .text-pink-700\/25 {
    color: rgb(190 24 93 / 0.25);
  }
  
  .text-pink-700\/30 {
    color: rgb(190 24 93 / 0.3);
  }
  
  .text-pink-700\/40 {
    color: rgb(190 24 93 / 0.4);
  }
  
  .text-pink-700\/5 {
    color: rgb(190 24 93 / 0.05);
  }
  
  .text-pink-700\/50 {
    color: rgb(190 24 93 / 0.5);
  }
  
  .text-pink-700\/60 {
    color: rgb(190 24 93 / 0.6);
  }
  
  .text-pink-700\/70 {
    color: rgb(190 24 93 / 0.7);
  }
  
  .text-pink-700\/75 {
    color: rgb(190 24 93 / 0.75);
  }
  
  .text-pink-700\/80 {
    color: rgb(190 24 93 / 0.8);
  }
  
  .text-pink-700\/90 {
    color: rgb(190 24 93 / 0.9);
  }
  
  .text-pink-700\/95 {
    color: rgb(190 24 93 / 0.95);
  }
  
  .text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(157 23 77 / var(--tw-text-opacity));
  }
  
  .text-pink-800\/0 {
    color: rgb(157 23 77 / 0);
  }
  
  .text-pink-800\/10 {
    color: rgb(157 23 77 / 0.1);
  }
  
  .text-pink-800\/100 {
    color: rgb(157 23 77 / 1);
  }
  
  .text-pink-800\/20 {
    color: rgb(157 23 77 / 0.2);
  }
  
  .text-pink-800\/25 {
    color: rgb(157 23 77 / 0.25);
  }
  
  .text-pink-800\/30 {
    color: rgb(157 23 77 / 0.3);
  }
  
  .text-pink-800\/40 {
    color: rgb(157 23 77 / 0.4);
  }
  
  .text-pink-800\/5 {
    color: rgb(157 23 77 / 0.05);
  }
  
  .text-pink-800\/50 {
    color: rgb(157 23 77 / 0.5);
  }
  
  .text-pink-800\/60 {
    color: rgb(157 23 77 / 0.6);
  }
  
  .text-pink-800\/70 {
    color: rgb(157 23 77 / 0.7);
  }
  
  .text-pink-800\/75 {
    color: rgb(157 23 77 / 0.75);
  }
  
  .text-pink-800\/80 {
    color: rgb(157 23 77 / 0.8);
  }
  
  .text-pink-800\/90 {
    color: rgb(157 23 77 / 0.9);
  }
  
  .text-pink-800\/95 {
    color: rgb(157 23 77 / 0.95);
  }
  
  .text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(131 24 67 / var(--tw-text-opacity));
  }
  
  .text-pink-900\/0 {
    color: rgb(131 24 67 / 0);
  }
  
  .text-pink-900\/10 {
    color: rgb(131 24 67 / 0.1);
  }
  
  .text-pink-900\/100 {
    color: rgb(131 24 67 / 1);
  }
  
  .text-pink-900\/20 {
    color: rgb(131 24 67 / 0.2);
  }
  
  .text-pink-900\/25 {
    color: rgb(131 24 67 / 0.25);
  }
  
  .text-pink-900\/30 {
    color: rgb(131 24 67 / 0.3);
  }
  
  .text-pink-900\/40 {
    color: rgb(131 24 67 / 0.4);
  }
  
  .text-pink-900\/5 {
    color: rgb(131 24 67 / 0.05);
  }
  
  .text-pink-900\/50 {
    color: rgb(131 24 67 / 0.5);
  }
  
  .text-pink-900\/60 {
    color: rgb(131 24 67 / 0.6);
  }
  
  .text-pink-900\/70 {
    color: rgb(131 24 67 / 0.7);
  }
  
  .text-pink-900\/75 {
    color: rgb(131 24 67 / 0.75);
  }
  
  .text-pink-900\/80 {
    color: rgb(131 24 67 / 0.8);
  }
  
  .text-pink-900\/90 {
    color: rgb(131 24 67 / 0.9);
  }
  
  .text-pink-900\/95 {
    color: rgb(131 24 67 / 0.95);
  }
  
  .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }
  
  .text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }
  
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  
  .text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity));
  }
  
  .text-yellow-100\/0 {
    color: rgb(254 249 195 / 0);
  }
  
  .text-yellow-100\/10 {
    color: rgb(254 249 195 / 0.1);
  }
  
  .text-yellow-100\/100 {
    color: rgb(254 249 195 / 1);
  }
  
  .text-yellow-100\/20 {
    color: rgb(254 249 195 / 0.2);
  }
  
  .text-yellow-100\/25 {
    color: rgb(254 249 195 / 0.25);
  }
  
  .text-yellow-100\/30 {
    color: rgb(254 249 195 / 0.3);
  }
  
  .text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }
  
  .text-yellow-100\/5 {
    color: rgb(254 249 195 / 0.05);
  }
  
  .text-yellow-100\/50 {
    color: rgb(254 249 195 / 0.5);
  }
  
  .text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }
  
  .text-yellow-100\/70 {
    color: rgb(254 249 195 / 0.7);
  }
  
  .text-yellow-100\/75 {
    color: rgb(254 249 195 / 0.75);
  }
  
  .text-yellow-100\/80 {
    color: rgb(254 249 195 / 0.8);
  }
  
  .text-yellow-100\/90 {
    color: rgb(254 249 195 / 0.9);
  }
  
  .text-yellow-100\/95 {
    color: rgb(254 249 195 / 0.95);
  }
  
  .text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity));
  }
  
  .text-yellow-200\/0 {
    color: rgb(254 240 138 / 0);
  }
  
  .text-yellow-200\/10 {
    color: rgb(254 240 138 / 0.1);
  }
  
  .text-yellow-200\/100 {
    color: rgb(254 240 138 / 1);
  }
  
  .text-yellow-200\/20 {
    color: rgb(254 240 138 / 0.2);
  }
  
  .text-yellow-200\/25 {
    color: rgb(254 240 138 / 0.25);
  }
  
  .text-yellow-200\/30 {
    color: rgb(254 240 138 / 0.3);
  }
  
  .text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }
  
  .text-yellow-200\/5 {
    color: rgb(254 240 138 / 0.05);
  }
  
  .text-yellow-200\/50 {
    color: rgb(254 240 138 / 0.5);
  }
  
  .text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }
  
  .text-yellow-200\/70 {
    color: rgb(254 240 138 / 0.7);
  }
  
  .text-yellow-200\/75 {
    color: rgb(254 240 138 / 0.75);
  }
  
  .text-yellow-200\/80 {
    color: rgb(254 240 138 / 0.8);
  }
  
  .text-yellow-200\/90 {
    color: rgb(254 240 138 / 0.9);
  }
  
  .text-yellow-200\/95 {
    color: rgb(254 240 138 / 0.95);
  }
  
  .text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }
  
  .text-yellow-300\/0 {
    color: rgb(253 224 71 / 0);
  }
  
  .text-yellow-300\/10 {
    color: rgb(253 224 71 / 0.1);
  }
  
  .text-yellow-300\/100 {
    color: rgb(253 224 71 / 1);
  }
  
  .text-yellow-300\/20 {
    color: rgb(253 224 71 / 0.2);
  }
  
  .text-yellow-300\/25 {
    color: rgb(253 224 71 / 0.25);
  }
  
  .text-yellow-300\/30 {
    color: rgb(253 224 71 / 0.3);
  }
  
  .text-yellow-300\/40 {
    color: rgb(253 224 71 / 0.4);
  }
  
  .text-yellow-300\/5 {
    color: rgb(253 224 71 / 0.05);
  }
  
  .text-yellow-300\/50 {
    color: rgb(253 224 71 / 0.5);
  }
  
  .text-yellow-300\/60 {
    color: rgb(253 224 71 / 0.6);
  }
  
  .text-yellow-300\/70 {
    color: rgb(253 224 71 / 0.7);
  }
  
  .text-yellow-300\/75 {
    color: rgb(253 224 71 / 0.75);
  }
  
  .text-yellow-300\/80 {
    color: rgb(253 224 71 / 0.8);
  }
  
  .text-yellow-300\/90 {
    color: rgb(253 224 71 / 0.9);
  }
  
  .text-yellow-300\/95 {
    color: rgb(253 224 71 / 0.95);
  }
  
  .text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
  }
  
  .text-yellow-400\/0 {
    color: rgb(250 204 21 / 0);
  }
  
  .text-yellow-400\/10 {
    color: rgb(250 204 21 / 0.1);
  }
  
  .text-yellow-400\/100 {
    color: rgb(250 204 21 / 1);
  }
  
  .text-yellow-400\/20 {
    color: rgb(250 204 21 / 0.2);
  }
  
  .text-yellow-400\/25 {
    color: rgb(250 204 21 / 0.25);
  }
  
  .text-yellow-400\/30 {
    color: rgb(250 204 21 / 0.3);
  }
  
  .text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }
  
  .text-yellow-400\/5 {
    color: rgb(250 204 21 / 0.05);
  }
  
  .text-yellow-400\/50 {
    color: rgb(250 204 21 / 0.5);
  }
  
  .text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }
  
  .text-yellow-400\/70 {
    color: rgb(250 204 21 / 0.7);
  }
  
  .text-yellow-400\/75 {
    color: rgb(250 204 21 / 0.75);
  }
  
  .text-yellow-400\/80 {
    color: rgb(250 204 21 / 0.8);
  }
  
  .text-yellow-400\/90 {
    color: rgb(250 204 21 / 0.9);
  }
  
  .text-yellow-400\/95 {
    color: rgb(250 204 21 / 0.95);
  }
  
  .text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
  }
  
  .text-yellow-50\/0 {
    color: rgb(254 252 232 / 0);
  }
  
  .text-yellow-50\/10 {
    color: rgb(254 252 232 / 0.1);
  }
  
  .text-yellow-50\/100 {
    color: rgb(254 252 232 / 1);
  }
  
  .text-yellow-50\/20 {
    color: rgb(254 252 232 / 0.2);
  }
  
  .text-yellow-50\/25 {
    color: rgb(254 252 232 / 0.25);
  }
  
  .text-yellow-50\/30 {
    color: rgb(254 252 232 / 0.3);
  }
  
  .text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }
  
  .text-yellow-50\/5 {
    color: rgb(254 252 232 / 0.05);
  }
  
  .text-yellow-50\/50 {
    color: rgb(254 252 232 / 0.5);
  }
  
  .text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }
  
  .text-yellow-50\/70 {
    color: rgb(254 252 232 / 0.7);
  }
  
  .text-yellow-50\/75 {
    color: rgb(254 252 232 / 0.75);
  }
  
  .text-yellow-50\/80 {
    color: rgb(254 252 232 / 0.8);
  }
  
  .text-yellow-50\/90 {
    color: rgb(254 252 232 / 0.9);
  }
  
  .text-yellow-50\/95 {
    color: rgb(254 252 232 / 0.95);
  }
  
  .text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }
  
  .text-yellow-500\/0 {
    color: rgb(234 179 8 / 0);
  }
  
  .text-yellow-500\/10 {
    color: rgb(234 179 8 / 0.1);
  }
  
  .text-yellow-500\/100 {
    color: rgb(234 179 8 / 1);
  }
  
  .text-yellow-500\/20 {
    color: rgb(234 179 8 / 0.2);
  }
  
  .text-yellow-500\/25 {
    color: rgb(234 179 8 / 0.25);
  }
  
  .text-yellow-500\/30 {
    color: rgb(234 179 8 / 0.3);
  }
  
  .text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }
  
  .text-yellow-500\/5 {
    color: rgb(234 179 8 / 0.05);
  }
  
  .text-yellow-500\/50 {
    color: rgb(234 179 8 / 0.5);
  }
  
  .text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }
  
  .text-yellow-500\/70 {
    color: rgb(234 179 8 / 0.7);
  }
  
  .text-yellow-500\/75 {
    color: rgb(234 179 8 / 0.75);
  }
  
  .text-yellow-500\/80 {
    color: rgb(234 179 8 / 0.8);
  }
  
  .text-yellow-500\/90 {
    color: rgb(234 179 8 / 0.9);
  }
  
  .text-yellow-500\/95 {
    color: rgb(234 179 8 / 0.95);
  }
  
  .text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }
  
  .text-yellow-600\/0 {
    color: rgb(202 138 4 / 0);
  }
  
  .text-yellow-600\/10 {
    color: rgb(202 138 4 / 0.1);
  }
  
  .text-yellow-600\/100 {
    color: rgb(202 138 4 / 1);
  }
  
  .text-yellow-600\/20 {
    color: rgb(202 138 4 / 0.2);
  }
  
  .text-yellow-600\/25 {
    color: rgb(202 138 4 / 0.25);
  }
  
  .text-yellow-600\/30 {
    color: rgb(202 138 4 / 0.3);
  }
  
  .text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }
  
  .text-yellow-600\/5 {
    color: rgb(202 138 4 / 0.05);
  }
  
  .text-yellow-600\/50 {
    color: rgb(202 138 4 / 0.5);
  }
  
  .text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }
  
  .text-yellow-600\/70 {
    color: rgb(202 138 4 / 0.7);
  }
  
  .text-yellow-600\/75 {
    color: rgb(202 138 4 / 0.75);
  }
  
  .text-yellow-600\/80 {
    color: rgb(202 138 4 / 0.8);
  }
  
  .text-yellow-600\/90 {
    color: rgb(202 138 4 / 0.9);
  }
  
  .text-yellow-600\/95 {
    color: rgb(202 138 4 / 0.95);
  }
  
  .text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
  }
  
  .text-yellow-700\/0 {
    color: rgb(161 98 7 / 0);
  }
  
  .text-yellow-700\/10 {
    color: rgb(161 98 7 / 0.1);
  }
  
  .text-yellow-700\/100 {
    color: rgb(161 98 7 / 1);
  }
  
  .text-yellow-700\/20 {
    color: rgb(161 98 7 / 0.2);
  }
  
  .text-yellow-700\/25 {
    color: rgb(161 98 7 / 0.25);
  }
  
  .text-yellow-700\/30 {
    color: rgb(161 98 7 / 0.3);
  }
  
  .text-yellow-700\/40 {
    color: rgb(161 98 7 / 0.4);
  }
  
  .text-yellow-700\/5 {
    color: rgb(161 98 7 / 0.05);
  }
  
  .text-yellow-700\/50 {
    color: rgb(161 98 7 / 0.5);
  }
  
  .text-yellow-700\/60 {
    color: rgb(161 98 7 / 0.6);
  }
  
  .text-yellow-700\/70 {
    color: rgb(161 98 7 / 0.7);
  }
  
  .text-yellow-700\/75 {
    color: rgb(161 98 7 / 0.75);
  }
  
  .text-yellow-700\/80 {
    color: rgb(161 98 7 / 0.8);
  }
  
  .text-yellow-700\/90 {
    color: rgb(161 98 7 / 0.9);
  }
  
  .text-yellow-700\/95 {
    color: rgb(161 98 7 / 0.95);
  }
  
  .text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
  }
  
  .text-yellow-800\/0 {
    color: rgb(133 77 14 / 0);
  }
  
  .text-yellow-800\/10 {
    color: rgb(133 77 14 / 0.1);
  }
  
  .text-yellow-800\/100 {
    color: rgb(133 77 14 / 1);
  }
  
  .text-yellow-800\/20 {
    color: rgb(133 77 14 / 0.2);
  }
  
  .text-yellow-800\/25 {
    color: rgb(133 77 14 / 0.25);
  }
  
  .text-yellow-800\/30 {
    color: rgb(133 77 14 / 0.3);
  }
  
  .text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }
  
  .text-yellow-800\/5 {
    color: rgb(133 77 14 / 0.05);
  }
  
  .text-yellow-800\/50 {
    color: rgb(133 77 14 / 0.5);
  }
  
  .text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }
  
  .text-yellow-800\/70 {
    color: rgb(133 77 14 / 0.7);
  }
  
  .text-yellow-800\/75 {
    color: rgb(133 77 14 / 0.75);
  }
  
  .text-yellow-800\/80 {
    color: rgb(133 77 14 / 0.8);
  }
  
  .text-yellow-800\/90 {
    color: rgb(133 77 14 / 0.9);
  }
  
  .text-yellow-800\/95 {
    color: rgb(133 77 14 / 0.95);
  }
  
  .text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(113 63 18 / var(--tw-text-opacity));
  }
  
  .text-yellow-900\/0 {
    color: rgb(113 63 18 / 0);
  }
  
  .text-yellow-900\/10 {
    color: rgb(113 63 18 / 0.1);
  }
  
  .text-yellow-900\/100 {
    color: rgb(113 63 18 / 1);
  }
  
  .text-yellow-900\/20 {
    color: rgb(113 63 18 / 0.2);
  }
  
  .text-yellow-900\/25 {
    color: rgb(113 63 18 / 0.25);
  }
  
  .text-yellow-900\/30 {
    color: rgb(113 63 18 / 0.3);
  }
  
  .text-yellow-900\/40 {
    color: rgb(113 63 18 / 0.4);
  }
  
  .text-yellow-900\/5 {
    color: rgb(113 63 18 / 0.05);
  }
  
  .text-yellow-900\/50 {
    color: rgb(113 63 18 / 0.5);
  }
  
  .text-yellow-900\/60 {
    color: rgb(113 63 18 / 0.6);
  }
  
  .text-yellow-900\/70 {
    color: rgb(113 63 18 / 0.7);
  }
  
  .text-yellow-900\/75 {
    color: rgb(113 63 18 / 0.75);
  }
  
  .text-yellow-900\/80 {
    color: rgb(113 63 18 / 0.8);
  }
  
  .text-yellow-900\/90 {
    color: rgb(113 63 18 / 0.9);
  }
  
  .text-yellow-900\/95 {
    color: rgb(113 63 18 / 0.95);
  }
  
  .no-underline {
    text-decoration-line: none;
  }
  
  .opacity-0 {
    opacity: 0;
  }
  
  .opacity-50 {
    opacity: 0.5;
  }
  
  .shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .shadow-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);
  }
  
  .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);
  }
  
  .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);
  }
  
  .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  
  .outline {
    outline-style: solid;
  }
  
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  .blur-md {
    --tw-blur: blur(12px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  .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;
  }
  
  .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;
  }
  
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  .duration-150 {
    transition-duration: 150ms;
  }
  
  .duration-200 {
    transition-duration: 200ms;
  }
  
  .duration-300 {
    transition-duration: 300ms;
  }
  
  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .mantine-UnstyledButton-root {
    display: none !important;
  }
  
  #likeCount {
    opacity: 0;
  }
  
  .modal-fade-enter-active, .modal-fade-leave-active {
    transition: opacity 0.25s;
  }
  
  .modal-fade-enter, .modal-fade-leave-to /* .modal-fade-leave-active in <2.1.8 */ {
    opacity: 0;
  }
  
  .toast {
    position: fixed;
    bottom: 1rem;
    right: 0px;
    --tw-translate-x: -50%;
    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));
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --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);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  
  .toast-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  
  [v-cloak] {
    display: none;
  }
  
  .hover\:bg-\[\#1da1f2\]\/90:hover {
    background-color: rgb(29 161 242 / 0.9);
  }
  
  .hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  
  .hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  }
  
  .hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  
  .hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  
  .hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity));
  }
  
  .hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
  }
  
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  
  .hover\:hover\:opacity-75:hover:hover {
    opacity: 0.75;
  }
  
  .hover\:opacity-50:hover {
    opacity: 0.5;
  }
  
  .hover\:opacity-60:hover {
    opacity: 0.6;
  }
  
  .focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }
  
  .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  
  .focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  
  .focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  
  .focus\:ring-\[\#1da1f2\]\/50:focus {
    --tw-ring-color: rgb(29 161 242 / 0.5);
  }
  
  .focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
  }
  
  .group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
  }
  
  .group:hover .group-hover\:opacity-75 {
    opacity: 0.75;
  }
  
  /* ログインページ */

  #loginArea input{
    max-width: 300px;
  }
  #loginArea form{
    background-color: #ebebeb;
    border: solid 1px #e3def8;
  }

  /* ヘッダー */
  header{
    background-color: #ebeff3;
    border-top: solid 10px #005eae ;
    padding: 4px 24px;
  }
  img.logo{
    height: 45px;
  }

/* フッター */
footer{
  margin-top: 40px;
  text-align: center;
  background-color: #eceff3;
  border-top: solid 1px #dfe5ed;
  padding: 8px 0;
}
body{
  background-color: #f8fafd;
}
 /* ボタンデザイン */

.button{
  background-color: #4b5563;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.test-btn{
  width: 250px;
  padding: 4px 8px;
}
.back-btn{
  width: 80px;
}

/* ※が先につく文字 */
.attention::before{
content: " ※ ";
left: 20px;
}
.attention{
  padding-left: 1em;
  text-indent: -1em;
}

div #vid1{
  margin: 0 auto;
}

/* スマホだけ */
@media screen and(max-width:768px) {
  .pcnon{
    display: block;
  }
  
}



  @media (prefers-color-scheme: dark) {
    .dark\:border-gray-600 {
      --tw-border-opacity: 1;
      border-color: rgb(75 85 99 / var(--tw-border-opacity));
    }
  
    .dark\:bg-gray-700 {
      --tw-bg-opacity: 1;
      background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    }
  
    .dark\:bg-red-800 {
      --tw-bg-opacity: 1;
      background-color: rgb(153 27 27 / var(--tw-bg-opacity));
    }
  
    .dark\:text-red-200 {
      --tw-text-opacity: 1;
      color: rgb(254 202 202 / var(--tw-text-opacity));
    }
  
    .dark\:ring-offset-gray-800 {
      --tw-ring-offset-color: #1f2937;
    }
  
    .dark\:focus\:ring-blue-600:focus {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
    }
  }
  
  @media (min-width: 640px) {
    .sm\:mx-auto {
      margin-left: auto;
      margin-right: auto;
    }
  
    .sm\:w-full {
      width: 100%;
    }
  
    .sm\:max-w-sm {
      max-width: 24rem;
    }
  
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .sm\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .sm\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }
  
  @media (min-width: 768px) {
    .md\:h-8 {
      height: 2rem;
    }
  
    .md\:w-2\/3 {
      width: 66.666667%;
    }
  
    .md\:w-64 {
      width: 16rem;
    }
  
    .md\:w-8 {
      width: 2rem;
    }
  
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (min-width: 1024px) {
    .lg\:mt-24 {
      margin-top: 6rem;
    }
  
    .lg\:h-full {
      height: 100%;
    }
  
    .lg\:w-1\/4 {
      width: 25%;
    }
  
    .lg\:w-full {
      width: 100%;
    }
  
    .lg\:max-w-7xl {
      max-width: 80rem;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  
    .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .lg\:pl-16 {
      padding-left: 4rem;
    }
  }
  
  @media (min-width: 1280px) {
    .xl\:gap-x-8 {
      -moz-column-gap: 2rem;
      column-gap: 2rem;
    }
  }

  div #vid1 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }