/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-indigo-900: oklch(35.9% 0.144 278.697);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3\/7 {
    top: calc(3/7 * 100%);
  }
  .top-150 {
    top: calc(var(--spacing) * 150);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\/6 {
    left: calc(2/6 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-12 {
    margin: calc(var(--spacing) * 12);
  }
  .m-51 {
    margin: calc(var(--spacing) * 51);
  }
  .m-53 {
    margin: calc(var(--spacing) * 53);
  }
  .m-104 {
    margin: calc(var(--spacing) * 104);
  }
  .m-146 {
    margin: calc(var(--spacing) * 146);
  }
  .m-151 {
    margin: calc(var(--spacing) * 151);
  }
  .m-217 {
    margin: calc(var(--spacing) * 217);
  }
  .m-248 {
    margin: calc(var(--spacing) * 248);
  }
  .m-351 {
    margin: calc(var(--spacing) * 351);
  }
  .m-439 {
    margin: calc(var(--spacing) * 439);
  }
  .m-451 {
    margin: calc(var(--spacing) * 451);
  }
  .m-482 {
    margin: calc(var(--spacing) * 482);
  }
  .m-auto {
    margin: auto;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-75 {
    margin-top: calc(var(--spacing) * 75);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-50 {
    margin-bottom: calc(var(--spacing) * 50);
  }
  .mb-75 {
    margin-bottom: calc(var(--spacing) * 75);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }
  .bg-indigo-900 {
    background-color: var(--color-indigo-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#fe6e9a\] {
    --tw-gradient-from: #fe6e9a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-indigo-500 {
    --tw-gradient-from: var(--color-indigo-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-orange-500 {
    --tw-gradient-from: var(--color-orange-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#fe8464\] {
    --tw-gradient-to: #fe8464;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-200 {
    --tw-gradient-to: var(--color-indigo-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-indigo-400 {
    --tw-gradient-to: var(--color-indigo-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-orange-600 {
    --tw-gradient-to: var(--color-orange-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .ps-12 {
    padding-inline-start: calc(var(--spacing) * 12);
  }
  .pe-12 {
    padding-inline-end: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-64 {
    padding-top: calc(var(--spacing) * 64);
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-blue-300 {
    color: var(--color-blue-300);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-indigo-400 {
    color: var(--color-indigo-400);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:rotate-\[25deg\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 25deg;
      }
    }
  }
  .hover\:bg-indigo-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-500);
      }
    }
  }
  .hover\:from-indigo-600 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-indigo-600);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:from-orange-600 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: var(--color-orange-600);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-indigo-700 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: var(--color-indigo-700);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:to-orange-700 {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: var(--color-orange-700);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      }
    }
  }
  .hover\:tracking-wider {
    &:hover {
      @media (hover: hover) {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider);
      }
    }
  }
  .hover\:text-purple-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-600);
      }
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 40rem) {
      width: calc(1/3 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 40rem) {
      width: calc(2/3 * 100%);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:mt-50 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  .md\:mb-18 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 18);
    }
  }
  .md\:mb-25 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:px-24 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-36 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:order-first {
    @media (width >= 64rem) {
      order: -9999;
    }
  }
  .lg\:order-last {
    @media (width >= 64rem) {
      order: 9999;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-2\/6 {
    @media (width >= 64rem) {
      width: calc(2/6 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-36 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 36);
    }
  }
  .lg\:py-36 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  .lg\:ps-12 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 12);
    }
  }
  .xl\:float-right {
    @media (width >= 80rem) {
      float: right;
    }
  }
  .xl\:ms-12 {
    @media (width >= 80rem) {
      margin-inline-start: calc(var(--spacing) * 12);
    }
  }
  .xl\:max-w-\[500px\] {
    @media (width >= 80rem) {
      max-width: 500px;
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url(../fonts/icofont.woff2?v=v19.2.11) format("woff2"),url(../fonts/icofont.woff?v=19.2.11) format("woff");
}
@font-face {
  font-family: 'LineIcons';
  src: url('../fonts/LineIcons.eot');
  src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black;
  background-image: url('/assets/bg.png');
}
a {
  color: #fe8464;
}
a:hover, a:active {
  color: #d65c3d;
}
.article h1 {
  color: var(--color-gray-900);
}
.article img.primary-image {
  height: auto;
  display: block;
}
.article p {
  margin-bottom: calc(var(--spacing) * 4);
  color: var(--color-gray-900);
  text-align: justify;
}
.article img:not(.primary-image) {
  width: 1200px;
  max-width: 100% !important;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
}
.article div.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
}
.article div.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (width >= 1024px) {
  .article img:not(.primary-image) {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.article h2 {
  color: var(--color-gray-900);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  margin-top: calc(var(--spacing) * 12);
  margin-bottom: calc(var(--spacing) * 6);
}
.article h3 {
  color: var(--color-gray-900);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  margin-top: calc(var(--spacing) * 12);
  margin-bottom: calc(var(--spacing) * 6);
}
.article h4 {
  color: var(--color-gray-900);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  margin-top: calc(var(--spacing) * 12);
  margin-bottom: calc(var(--spacing) * 6);
}
.article pre {
  margin-bottom: calc(var(--spacing) * 4);
  max-width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-lg);
  padding: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.article blockquote {
  font-size: 1.2rem;
  clear: both;
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 8);
  border-radius: var(--radius-lg);
  background-color: var(--color-indigo-100);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 5);
}
.article blockquote p:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.article ol {
  margin-bottom: calc(var(--spacing) * 4);
  padding-inline-start: calc(var(--spacing) * 8);
  list-style-type: decimal;
  color: var(--color-gray-900);
}
.article ul {
  margin-bottom: calc(var(--spacing) * 4);
  padding-inline-start: calc(var(--spacing) * 8);
  list-style-type: disc;
  color: var(--color-gray-900);
}
.cta-btn {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-orange-500);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-orange-600);
    }
  }
}
.lni {
  display: inline-block;
  font-family: 'LineIcons';
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
.lni-500px::before {
  content: "\ea03";
}
.lni-add-files::before {
  content: "\ea01";
}
.lni-adobe::before {
  content: "\ea06";
}
.lni-agenda::before {
  content: "\ea02";
}
.lni-airbnb::before {
  content: "\ea07";
}
.lni-alarm-clock::before {
  content: "\ea08";
}
.lni-alarm::before {
  content: "\ea04";
}
.lni-amazon-original::before {
  content: "\ea05";
}
.lni-amazon-pay::before {
  content: "\ea09";
}
.lni-amazon::before {
  content: "\ea0a";
}
.lni-ambulance::before {
  content: "\ea0b";
}
.lni-amex::before {
  content: "\ea0c";
}
.lni-anchor::before {
  content: "\ea0d";
}
.lni-android-original::before {
  content: "\ea0e";
}
.lni-android::before {
  content: "\ea0f";
}
.lni-angellist::before {
  content: "\ea10";
}
.lni-angle-double-down::before {
  content: "\ea11";
}
.lni-angle-double-left::before {
  content: "\ea12";
}
.lni-angle-double-right::before {
  content: "\ea13";
}
.lni-angle-double-up::before {
  content: "\ea14";
}
.lni-angular::before {
  content: "\ea15";
}
.lni-apartment::before {
  content: "\ea16";
}
.lni-app-store::before {
  content: "\ea17";
}
.lni-apple-music::before {
  content: "\ea18";
}
.lni-apple-pay::before {
  content: "\ea19";
}
.lni-apple::before {
  content: "\ea1a";
}
.lni-archive::before {
  content: "\ea1f";
}
.lni-arrow-down-circle::before {
  content: "\ea1b";
}
.lni-arrow-down::before {
  content: "\ea1c";
}
.lni-arrow-left-circle::before {
  content: "\ea1d";
}
.lni-arrow-left::before {
  content: "\ea1e";
}
.lni-arrow-right-circle::before {
  content: "\ea20";
}
.lni-arrow-right::before {
  content: "\ea21";
}
.lni-arrow-top-left::before {
  content: "\ea22";
}
.lni-arrow-top-right::before {
  content: "\ea23";
}
.lni-arrow-up-circle::before {
  content: "\ea24";
}
.lni-arrow-up::before {
  content: "\ea25";
}
.lni-arrows-horizontal::before {
  content: "\ea26";
}
.lni-arrows-vertical::before {
  content: "\ea27";
}
.lni-atlassian::before {
  content: "\ea28";
}
.lni-aws::before {
  content: "\ea29";
}
.lni-azure::before {
  content: "\ea2a";
}
.lni-backward::before {
  content: "\ea2b";
}
.lni-baloon::before {
  content: "\ea2c";
}
.lni-ban::before {
  content: "\ea2d";
}
.lni-bar-chart::before {
  content: "\ea2e";
}
.lni-basketball::before {
  content: "\ea2f";
}
.lni-behance-original::before {
  content: "\ea30";
}
.lni-behance::before {
  content: "\ea31";
}
.lni-bi-cycle::before {
  content: "\ea32";
}
.lni-bitbucket::before {
  content: "\ea33";
}
.lni-bitcoin::before {
  content: "\ea34";
}
.lni-blackboard::before {
  content: "\ea35";
}
.lni-blogger::before {
  content: "\ea36";
}
.lni-bluetooth-original::before {
  content: "\ea37";
}
.lni-bluetooth::before {
  content: "\ea38";
}
.lni-bold::before {
  content: "\ea39";
}
.lni-bolt-alt::before {
  content: "\ea3a";
}
.lni-bolt::before {
  content: "\ea40";
}
.lni-book::before {
  content: "\ea3b";
}
.lni-bookmark-alt::before {
  content: "\ea3c";
}
.lni-bookmark::before {
  content: "\ea3d";
}
.lni-bootstrap::before {
  content: "\ea3e";
}
.lni-bricks::before {
  content: "\ea3f";
}
.lni-bridge::before {
  content: "\ea41";
}
.lni-briefcase::before {
  content: "\ea42";
}
.lni-brush-alt::before {
  content: "\ea43";
}
.lni-brush::before {
  content: "\ea44";
}
.lni-btc::before {
  content: "\ea45";
}
.lni-bubble::before {
  content: "\ea46";
}
.lni-bug::before {
  content: "\ea47";
}
.lni-bulb::before {
  content: "\ea48";
}
.lni-bullhorn::before {
  content: "\ea49";
}
.lni-burger::before {
  content: "\ea4a";
}
.lni-bus::before {
  content: "\ea4b";
}
.lni-cake::before {
  content: "\ea4c";
}
.lni-calculator::before {
  content: "\ea4d";
}
.lni-calendar::before {
  content: "\ea4e";
}
.lni-camera::before {
  content: "\ea4f";
}
.lni-candy-cane::before {
  content: "\ea50";
}
.lni-candy::before {
  content: "\ea51";
}
.lni-capsule::before {
  content: "\ea52";
}
.lni-car-alt::before {
  content: "\ea53";
}
.lni-car::before {
  content: "\ea54";
}
.lni-caravan::before {
  content: "\ea55";
}
.lni-cart-full::before {
  content: "\ea56";
}
.lni-cart::before {
  content: "\ea57";
}
.lni-certificate::before {
  content: "\ea58";
}
.lni-check-box::before {
  content: "\ea59";
}
.lni-checkmark-circle::before {
  content: "\ea5a";
}
.lni-checkmark::before {
  content: "\ea5b";
}
.lni-chef-hat::before {
  content: "\ea5c";
}
.lni-chevron-down-circle::before {
  content: "\ea5d";
}
.lni-chevron-down::before {
  content: "\ea5e";
}
.lni-chevron-left-circle::before {
  content: "\ea5f";
}
.lni-chevron-left::before {
  content: "\ea60";
}
.lni-chevron-right-circle::before {
  content: "\ea61";
}
.lni-chevron-right::before {
  content: "\ea62";
}
.lni-chevron-up-circle::before {
  content: "\ea63";
}
.lni-chevron-up::before {
  content: "\ea64";
}
.lni-chrome::before {
  content: "\ea65";
}
.lni-chromecast::before {
  content: "\ea66";
}
.lni-circle-minus::before {
  content: "\ea67";
}
.lni-circle-plus::before {
  content: "\ea68";
}
.lni-clipboard::before {
  content: "\ea69";
}
.lni-close::before {
  content: "\ea6a";
}
.lni-cloud-check::before {
  content: "\ea6b";
}
.lni-cloud-download::before {
  content: "\ea6c";
}
.lni-cloud-network::before {
  content: "\ea6d";
}
.lni-cloud-sync::before {
  content: "\ea6e";
}
.lni-cloud-upload::before {
  content: "\ea6f";
}
.lni-cloud::before {
  content: "\ea70";
}
.lni-cloudflare::before {
  content: "\ea71";
}
.lni-cloudy-sun::before {
  content: "\ea72";
}
.lni-code-alt::before {
  content: "\ea73";
}
.lni-code::before {
  content: "\ea74";
}
.lni-codepen::before {
  content: "\ea75";
}
.lni-coffee-cup::before {
  content: "\ea76";
}
.lni-cog::before {
  content: "\ea77";
}
.lni-cogs::before {
  content: "\ea78";
}
.lni-coin::before {
  content: "\ea79";
}
.lni-comments-alt::before {
  content: "\ea7a";
}
.lni-comments-reply::before {
  content: "\ea7b";
}
.lni-comments::before {
  content: "\ea7c";
}
.lni-compass::before {
  content: "\ea7d";
}
.lni-connectdevelop::before {
  content: "\ea7e";
}
.lni-construction-hammer::before {
  content: "\ea7f";
}
.lni-construction::before {
  content: "\ea80";
}
.lni-consulting::before {
  content: "\ea81";
}
.lni-control-panel::before {
  content: "\ea82";
}
.lni-cool::before {
  content: "\ea83";
}
.lni-cpanel::before {
  content: "\ea84";
}
.lni-creative-commons::before {
  content: "\ea85";
}
.lni-credit-cards::before {
  content: "\ea86";
}
.lni-crop::before {
  content: "\ea87";
}
.lni-cross-circle::before {
  content: "\ea88";
}
.lni-crown::before {
  content: "\ea89";
}
.lni-css3::before {
  content: "\ea8a";
}
.lni-cup::before {
  content: "\ea8b";
}
.lni-customer::before {
  content: "\ea8c";
}
.lni-cut::before {
  content: "\ea8d";
}
.lni-dashboard::before {
  content: "\ea8e";
}
.lni-database::before {
  content: "\ea8f";
}
.lni-delivery::before {
  content: "\ea90";
}
.lni-dev::before {
  content: "\ea91";
}
.lni-diamond-alt::before {
  content: "\ea92";
}
.lni-diamond::before {
  content: "\ea93";
}
.lni-digitalocean::before {
  content: "\ea94";
}
.lni-diners-club::before {
  content: "\ea95";
}
.lni-dinner::before {
  content: "\ea96";
}
.lni-direction-alt::before {
  content: "\ea97";
}
.lni-direction-ltr::before {
  content: "\ea98";
}
.lni-direction-rtl::before {
  content: "\ea99";
}
.lni-direction::before {
  content: "\ea9a";
}
.lni-discord::before {
  content: "\ea9b";
}
.lni-discover::before {
  content: "\ea9c";
}
.lni-display-alt::before {
  content: "\ea9d";
}
.lni-display::before {
  content: "\ea9e";
}
.lni-docker::before {
  content: "\ea9f";
}
.lni-dollar::before {
  content: "\eaa0";
}
.lni-domain::before {
  content: "\eaa1";
}
.lni-download::before {
  content: "\eaa2";
}
.lni-dribbble::before {
  content: "\eaa3";
}
.lni-drop::before {
  content: "\eaa4";
}
.lni-dropbox-original::before {
  content: "\eaa5";
}
.lni-dropbox::before {
  content: "\eaa6";
}
.lni-drupal-original::before {
  content: "\eaa7";
}
.lni-drupal::before {
  content: "\eaa8";
}
.lni-dumbbell::before {
  content: "\eaa9";
}
.lni-edge::before {
  content: "\eaaa";
}
.lni-empty-file::before {
  content: "\eaab";
}
.lni-enter::before {
  content: "\eaac";
}
.lni-envato::before {
  content: "\eaad";
}
.lni-envelope::before {
  content: "\eaae";
}
.lni-eraser::before {
  content: "\eaaf";
}
.lni-euro::before {
  content: "\eab0";
}
.lni-exit-down::before {
  content: "\eab1";
}
.lni-exit-up::before {
  content: "\eab2";
}
.lni-exit::before {
  content: "\eab3";
}
.lni-eye::before {
  content: "\eab4";
}
.lni-facebook-filled::before {
  content: "\eab5";
}
.lni-facebook-messenger::before {
  content: "\eab6";
}
.lni-facebook-original::before {
  content: "\eab7";
}
.lni-facebook-oval::before {
  content: "\eab8";
}
.lni-facebook::before {
  content: "\eab9";
}
.lni-figma::before {
  content: "\eaba";
}
.lni-files::before {
  content: "\eabb";
}
.lni-firefox-original::before {
  content: "\eabc";
}
.lni-firefox::before {
  content: "\eabd";
}
.lni-fireworks::before {
  content: "\eabe";
}
.lni-first-aid::before {
  content: "\eabf";
}
.lni-flag-alt::before {
  content: "\eac0";
}
.lni-flag::before {
  content: "\eac1";
}
.lni-flags::before {
  content: "\eac2";
}
.lni-flickr::before {
  content: "\eac3";
}
.lni-flower::before {
  content: "\eac4";
}
.lni-folder::before {
  content: "\eac5";
}
.lni-forward::before {
  content: "\eac6";
}
.lni-frame-expand::before {
  content: "\eac7";
}
.lni-fresh-juice::before {
  content: "\eac8";
}
.lni-friendly::before {
  content: "\eac9";
}
.lni-full-screen::before {
  content: "\eaca";
}
.lni-funnel::before {
  content: "\eacb";
}
.lni-gallery::before {
  content: "\eacc";
}
.lni-game::before {
  content: "\eacd";
}
.lni-gatsby::before {
  content: "\eace";
}
.lni-gift::before {
  content: "\eacf";
}
.lni-git::before {
  content: "\ead0";
}
.lni-github-original::before {
  content: "\ead1";
}
.lni-github::before {
  content: "\ead2";
}
.lni-goodreads::before {
  content: "\ead3";
}
.lni-google-drive::before {
  content: "\ead4";
}
.lni-google-pay::before {
  content: "\ead5";
}
.lni-google-wallet::before {
  content: "\ead6";
}
.lni-google::before {
  content: "\ead7";
}
.lni-graduation::before {
  content: "\ead8";
}
.lni-graph::before {
  content: "\ead9";
}
.lni-grid-alt::before {
  content: "\eada";
}
.lni-grid::before {
  content: "\eadb";
}
.lni-grow::before {
  content: "\eadc";
}
.lni-hacker-news::before {
  content: "\eadd";
}
.lni-hammer::before {
  content: "\eade";
}
.lni-hand::before {
  content: "\eadf";
}
.lni-handshake::before {
  content: "\eae0";
}
.lni-happy::before {
  content: "\eae1";
}
.lni-harddrive::before {
  content: "\eae2";
}
.lni-headphone-alt::before {
  content: "\eae3";
}
.lni-headphone::before {
  content: "\eae4";
}
.lni-heart-filled::before {
  content: "\eae5";
}
.lni-heart-monitor::before {
  content: "\eae6";
}
.lni-heart::before {
  content: "\eae7";
}
.lni-helicopter::before {
  content: "\eae8";
}
.lni-helmet::before {
  content: "\eae9";
}
.lni-help::before {
  content: "\eaea";
}
.lni-highlight-alt::before {
  content: "\eaeb";
}
.lni-highlight::before {
  content: "\eaec";
}
.lni-home::before {
  content: "\eaed";
}
.lni-hospital::before {
  content: "\eaee";
}
.lni-hourglass::before {
  content: "\eaef";
}
.lni-html5::before {
  content: "\eaf0";
}
.lni-image::before {
  content: "\eaf1";
}
.lni-imdb::before {
  content: "\eaf2";
}
.lni-inbox::before {
  content: "\eaf3";
}
.lni-indent-decrease::before {
  content: "\eaf4";
}
.lni-indent-increase::before {
  content: "\eaf5";
}
.lni-infinite::before {
  content: "\eaf6";
}
.lni-information::before {
  content: "\eaf7";
}
.lni-instagram-filled::before {
  content: "\eaf8";
}
.lni-instagram-original::before {
  content: "\eaf9";
}
.lni-instagram::before {
  content: "\eafa";
}
.lni-invention::before {
  content: "\eafb";
}
.lni-invest-monitor::before {
  content: "\eafc";
}
.lni-investment::before {
  content: "\eafd";
}
.lni-island::before {
  content: "\eafe";
}
.lni-italic::before {
  content: "\eaff";
}
.lni-java::before {
  content: "\eb00";
}
.lni-javascript::before {
  content: "\eb01";
}
.lni-jcb::before {
  content: "\eb02";
}
.lni-joomla-original::before {
  content: "\eb03";
}
.lni-joomla::before {
  content: "\eb04";
}
.lni-jsfiddle::before {
  content: "\eb05";
}
.lni-juice::before {
  content: "\eb06";
}
.lni-key::before {
  content: "\eb07";
}
.lni-keyboard::before {
  content: "\eb08";
}
.lni-keyword-research::before {
  content: "\eb09";
}
.lni-laptop-phone::before {
  content: "\eb0a";
}
.lni-laptop::before {
  content: "\eb0b";
}
.lni-laravel::before {
  content: "\eb0c";
}
.lni-layers::before {
  content: "\eb0d";
}
.lni-layout::before {
  content: "\eb0e";
}
.lni-leaf::before {
  content: "\eb0f";
}
.lni-library::before {
  content: "\eb10";
}
.lni-license::before {
  content: "\eb11";
}
.lni-lifering::before {
  content: "\eb12";
}
.lni-line-dashed::before {
  content: "\eb13";
}
.lni-line-dotted::before {
  content: "\eb14";
}
.lni-line-double::before {
  content: "\eb15";
}
.lni-line-spacing::before {
  content: "\eb16";
}
.lni-line::before {
  content: "\eb17";
}
.lni-lineicons-alt::before {
  content: "\eb18";
}
.lni-lineicons::before {
  content: "\eb19";
}
.lni-link::before {
  content: "\eb1a";
}
.lni-linkedin-original::before {
  content: "\eb1b";
}
.lni-linkedin::before {
  content: "\eb1c";
}
.lni-list::before {
  content: "\eb1d";
}
.lni-lock-alt::before {
  content: "\eb1e";
}
.lni-lock::before {
  content: "\eb1f";
}
.lni-magento::before {
  content: "\eb20";
}
.lni-magnet::before {
  content: "\eb21";
}
.lni-magnifier::before {
  content: "\eb22";
}
.lni-mailchimp::before {
  content: "\eb23";
}
.lni-map-marker::before {
  content: "\eb24";
}
.lni-map::before {
  content: "\eb25";
}
.lni-markdown::before {
  content: "\eb26";
}
.lni-mashroom::before {
  content: "\eb27";
}
.lni-mastercard::before {
  content: "\eb28";
}
.lni-medium::before {
  content: "\eb29";
}
.lni-menu::before {
  content: "\eb2a";
}
.lni-mic::before {
  content: "\eb2b";
}
.lni-microphone::before {
  content: "\eb2c";
}
.lni-microscope::before {
  content: "\eb2d";
}
.lni-microsoft-edge::before {
  content: "\eb2e";
}
.lni-microsoft::before {
  content: "\eb2f";
}
.lni-minus::before {
  content: "\eb30";
}
.lni-mobile::before {
  content: "\eb31";
}
.lni-money-location::before {
  content: "\eb32";
}
.lni-money-protection::before {
  content: "\eb33";
}
.lni-more-alt::before {
  content: "\eb34";
}
.lni-more::before {
  content: "\eb35";
}
.lni-mouse::before {
  content: "\eb36";
}
.lni-move::before {
  content: "\eb37";
}
.lni-music::before {
  content: "\eb38";
}
.lni-netlify::before {
  content: "\eb39";
}
.lni-network::before {
  content: "\eb3a";
}
.lni-night::before {
  content: "\eb3b";
}
.lni-nodejs-alt::before {
  content: "\eb3c";
}
.lni-nodejs::before {
  content: "\eb3d";
}
.lni-notepad::before {
  content: "\eb3e";
}
.lni-npm::before {
  content: "\eb3f";
}
.lni-offer::before {
  content: "\eb40";
}
.lni-opera::before {
  content: "\eb41";
}
.lni-package::before {
  content: "\eb42";
}
.lni-page-break::before {
  content: "\eb43";
}
.lni-pagination::before {
  content: "\eb44";
}
.lni-paint-bucket::before {
  content: "\eb45";
}
.lni-paint-roller::before {
  content: "\eb46";
}
.lni-pallet::before {
  content: "\eb47";
}
.lni-paperclip::before {
  content: "\eb48";
}
.lni-patreon::before {
  content: "\eb49";
}
.lni-pause::before {
  content: "\eb4a";
}
.lni-paypal-original::before {
  content: "\eb4b";
}
.lni-paypal::before {
  content: "\eb4c";
}
.lni-pencil-alt::before {
  content: "\eb4d";
}
.lni-pencil::before {
  content: "\eb4e";
}
.lni-phone-set::before {
  content: "\eb4f";
}
.lni-phone::before {
  content: "\eb50";
}
.lni-php::before {
  content: "\eb51";
}
.lni-pie-chart::before {
  content: "\eb52";
}
.lni-pilcrow::before {
  content: "\eb53";
}
.lni-pin::before {
  content: "\eb54";
}
.lni-pinterest::before {
  content: "\eb55";
}
.lni-pizza::before {
  content: "\eb56";
}
.lni-plane::before {
  content: "\eb57";
}
.lni-play-store::before {
  content: "\eb58";
}
.lni-play::before {
  content: "\eb59";
}
.lni-playstation::before {
  content: "\eb5a";
}
.lni-plug::before {
  content: "\eb5b";
}
.lni-plus::before {
  content: "\eb5c";
}
.lni-pointer-down::before {
  content: "\eb5d";
}
.lni-pointer-left::before {
  content: "\eb5e";
}
.lni-pointer-right::before {
  content: "\eb5f";
}
.lni-pointer-top::before {
  content: "\eb60";
}
.lni-pointer::before {
  content: "\eb61";
}
.lni-popup::before {
  content: "\eb62";
}
.lni-postcard::before {
  content: "\eb63";
}
.lni-pound::before {
  content: "\eb64";
}
.lni-power-switch::before {
  content: "\eb65";
}
.lni-printer::before {
  content: "\eb66";
}
.lni-producthunt::before {
  content: "\eb67";
}
.lni-protection::before {
  content: "\eb68";
}
.lni-pulse::before {
  content: "\eb69";
}
.lni-pyramids::before {
  content: "\eb6a";
}
.lni-python::before {
  content: "\eb6b";
}
.lni-question-circle::before {
  content: "\eb6c";
}
.lni-quora::before {
  content: "\eb6d";
}
.lni-quotation::before {
  content: "\eb6e";
}
.lni-radio-button::before {
  content: "\eb6f";
}
.lni-rain::before {
  content: "\eb70";
}
.lni-react::before {
  content: "\eb73";
}
.lni-reddit::before {
  content: "\eb71";
}
.lni-reload::before {
  content: "\eb72";
}
.lni-remove-file::before {
  content: "\eb74";
}
.lni-reply::before {
  content: "\eb75";
}
.lni-restaurant::before {
  content: "\eb76";
}
.lni-revenue::before {
  content: "\eb77";
}
.lni-road::before {
  content: "\eb78";
}
.lni-rocket::before {
  content: "\eb79";
}
.lni-rss-feed::before {
  content: "\eb7a";
}
.lni-ruler-alt::before {
  content: "\eb7b";
}
.lni-ruler-pencil::before {
  content: "\eb7c";
}
.lni-ruler::before {
  content: "\eb7d";
}
.lni-rupee::before {
  content: "\eb7e";
}
.lni-sad::before {
  content: "\eb7f";
}
.lni-save::before {
  content: "\eb80";
}
.lni-school-bench-alt::before {
  content: "\eb81";
}
.lni-school-bench::before {
  content: "\eb82";
}
.lni-scooter::before {
  content: "\eb83";
}
.lni-scroll-down::before {
  content: "\eb84";
}
.lni-search-alt::before {
  content: "\eb85";
}
.lni-search::before {
  content: "\eb86";
}
.lni-select::before {
  content: "\eb87";
}
.lni-seo::before {
  content: "\eb88";
}
.lni-service::before {
  content: "\eb89";
}
.lni-share-alt-1::before {
  content: "\eb8a";
}
.lni-share-alt::before {
  content: "\eb8b";
}
.lni-share::before {
  content: "\eb8c";
}
.lni-shield::before {
  content: "\eb8d";
}
.lni-shift-left::before {
  content: "\eb8e";
}
.lni-shift-right::before {
  content: "\eb8f";
}
.lni-ship::before {
  content: "\eb90";
}
.lni-shopify::before {
  content: "\eb91";
}
.lni-shopping-basket::before {
  content: "\eb92";
}
.lni-shortcode::before {
  content: "\eb93";
}
.lni-shovel::before {
  content: "\eb94";
}
.lni-shuffle::before {
  content: "\eb95";
}
.lni-signal::before {
  content: "\eb96";
}
.lni-sketch::before {
  content: "\eb97";
}
.lni-skipping-rope::before {
  content: "\eb98";
}
.lni-skype::before {
  content: "\eb99";
}
.lni-slack-line::before {
  content: "\eb9a";
}
.lni-slack::before {
  content: "\eb9b";
}
.lni-slice::before {
  content: "\eb9c";
}
.lni-slideshare::before {
  content: "\eb9d";
}
.lni-slim::before {
  content: "\eb9e";
}
.lni-smile::before {
  content: "\eb9f";
}
.lni-snapchat::before {
  content: "\eba0";
}
.lni-sort-alpha-asc::before {
  content: "\eba1";
}
.lni-sort-amount-asc::before {
  content: "\eba2";
}
.lni-sort-amount-dsc::before {
  content: "\eba3";
}
.lni-soundcloud-original::before {
  content: "\eba4";
}
.lni-soundcloud::before {
  content: "\eba5";
}
.lni-speechless::before {
  content: "\eba6";
}
.lni-spellcheck::before {
  content: "\eba7";
}
.lni-spinner-arrow::before {
  content: "\eba8";
}
.lni-spinner-solid::before {
  content: "\eba9";
}
.lni-spinner::before {
  content: "\ebaa";
}
.lni-spotify-original::before {
  content: "\ebab";
}
.lni-spotify::before {
  content: "\ebac";
}
.lni-spray::before {
  content: "\ebad";
}
.lni-sprout::before {
  content: "\ebae";
}
.lni-squarespace::before {
  content: "\ebaf";
}
.lni-stackoverflow::before {
  content: "\ebb0";
}
.lni-stamp::before {
  content: "\ebb1";
}
.lni-star-empty::before {
  content: "\ebb2";
}
.lni-star-filled::before {
  content: "\ebb3";
}
.lni-star-half::before {
  content: "\ebb4";
}
.lni-star::before {
  content: "\ebb5";
}
.lni-stats-down::before {
  content: "\ebb6";
}
.lni-stats-up::before {
  content: "\ebb7";
}
.lni-steam::before {
  content: "\ebb8";
}
.lni-sthethoscope::before {
  content: "\ebb9";
}
.lni-stop::before {
  content: "\ebba";
}
.lni-strikethrough::before {
  content: "\ebbb";
}
.lni-stripe::before {
  content: "\ebbc";
}
.lni-stumbleupon::before {
  content: "\ebbd";
}
.lni-sun::before {
  content: "\ebbe";
}
.lni-support::before {
  content: "\ebbf";
}
.lni-surf-board::before {
  content: "\ebc0";
}
.lni-suspect::before {
  content: "\ebc1";
}
.lni-swift::before {
  content: "\ebc2";
}
.lni-syringe::before {
  content: "\ebc3";
}
.lni-tab::before {
  content: "\ebc4";
}
.lni-tag::before {
  content: "\ebc5";
}
.lni-target-customer::before {
  content: "\ebc6";
}
.lni-target-revenue::before {
  content: "\ebc7";
}
.lni-target::before {
  content: "\ebc8";
}
.lni-taxi::before {
  content: "\ebc9";
}
.lni-teabag::before {
  content: "\ebca";
}
.lni-telegram-original::before {
  content: "\ebcb";
}
.lni-telegram::before {
  content: "\ebcc";
}
.lni-text-align-center::before {
  content: "\ebcd";
}
.lni-text-align-justify::before {
  content: "\ebce";
}
.lni-text-align-left::before {
  content: "\ebcf";
}
.lni-text-align-right::before {
  content: "\ebd0";
}
.lni-text-format-remove::before {
  content: "\ebd4";
}
.lni-text-format::before {
  content: "\ebd1";
}
.lni-thought::before {
  content: "\ebd2";
}
.lni-thumbs-down::before {
  content: "\ebd3";
}
.lni-thumbs-up::before {
  content: "\ebd5";
}
.lni-thunder-alt::before {
  content: "\ebd6";
}
.lni-thunder::before {
  content: "\ebd7";
}
.lni-ticket-alt::before {
  content: "\ebd8";
}
.lni-ticket::before {
  content: "\ebd9";
}
.lni-tiktok::before {
  content: "\ebda";
}
.lni-timer::before {
  content: "\ebdb";
}
.lni-tounge::before {
  content: "\ebdc";
}
.lni-train-alt::before {
  content: "\ebdd";
}
.lni-train::before {
  content: "\ebde";
}
.lni-trash-can::before {
  content: "\ebdf";
}
.lni-travel::before {
  content: "\ebe0";
}
.lni-tree::before {
  content: "\ebe1";
}
.lni-trees::before {
  content: "\ebe2";
}
.lni-trello::before {
  content: "\ebe3";
}
.lni-trowel::before {
  content: "\ebe4";
}
.lni-tshirt::before {
  content: "\ebe5";
}
.lni-tumblr::before {
  content: "\ebe6";
}
.lni-twitch::before {
  content: "\ebe7";
}
.lni-twitter-filled::before {
  content: "\ebe8";
}
.lni-twitter-original::before {
  content: "\ebe9";
}
.lni-twitter::before {
  content: "\ebea";
}
.lni-ubuntu::before {
  content: "\ebeb";
}
.lni-underline::before {
  content: "\ebec";
}
.lni-unlink::before {
  content: "\ebed";
}
.lni-unlock::before {
  content: "\ebee";
}
.lni-unsplash::before {
  content: "\ebef";
}
.lni-upload::before {
  content: "\ebf0";
}
.lni-user::before {
  content: "\ebf1";
}
.lni-users::before {
  content: "\ebf6";
}
.lni-ux::before {
  content: "\ebf2";
}
.lni-vector::before {
  content: "\ebf3";
}
.lni-video::before {
  content: "\ebf4";
}
.lni-vimeo::before {
  content: "\ebf5";
}
.lni-visa::before {
  content: "\ebf7";
}
.lni-vk::before {
  content: "\ebf8";
}
.lni-volume-high::before {
  content: "\ebf9";
}
.lni-volume-low::before {
  content: "\ebfa";
}
.lni-volume-medium::before {
  content: "\ebfb";
}
.lni-volume-mute::before {
  content: "\ebfc";
}
.lni-volume::before {
  content: "\ebfd";
}
.lni-wallet::before {
  content: "\ebfe";
}
.lni-warning::before {
  content: "\ebff";
}
.lni-website-alt::before {
  content: "\ec00";
}
.lni-website::before {
  content: "\ec01";
}
.lni-wechat::before {
  content: "\ec02";
}
.lni-weight::before {
  content: "\ec03";
}
.lni-whatsapp::before {
  content: "\ec04";
}
.lni-wheelbarrow::before {
  content: "\ec05";
}
.lni-wheelchair::before {
  content: "\ec06";
}
.lni-windows::before {
  content: "\ec07";
}
.lni-wordpress-filled::before {
  content: "\ec08";
}
.lni-wordpress::before {
  content: "\ec09";
}
.lni-world-alt::before {
  content: "\ec0a";
}
.lni-world::before {
  content: "\ec0c";
}
.lni-write::before {
  content: "\ec0b";
}
.lni-xbox::before {
  content: "\ec0d";
}
.lni-yahoo::before {
  content: "\ec0e";
}
.lni-ycombinator::before {
  content: "\ec0f";
}
.lni-yen::before {
  content: "\ec10";
}
.lni-youtube::before {
  content: "\ec13";
}
.lni-zip::before {
  content: "\ec11";
}
.lni-zoom-in::before {
  content: "\ec12";
}
.lni-zoom-out::before {
  content: "\ec14";
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
