/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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-white: #fff;
    --spacing: 0.25rem;
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-\[-25px\] {
    top: -25px;
  }
  .top-\[-210px\] {
    top: -210px;
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-\[220px\] {
    top: 220px;
  }
  .top-\[250px\] {
    top: 250px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[20\%\] {
    right: 20%;
  }
  .right-\[180px\] {
    right: 180px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .left-\[-100\%\] {
    left: -100%;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .left-\[21\%\] {
    left: 21%;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[111\] {
    z-index: 111;
  }
  .z-\[112\] {
    z-index: 112;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[530px\] {
    min-height: 530px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[109px\] {
    max-width: 109px;
  }
  .max-w-\[135px\] {
    max-width: 135px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[568px\] {
    max-width: 568px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[1024px\] {
    max-width: 1024px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1250px\] {
    max-width: 1250px;
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[1\.5vw\] {
    gap: 1.5vw;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-\[-5px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(-5px * var(--tw-space-x-reverse));
      margin-inline-end: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[0px_0px_16px_0px\] {
    border-radius: 0px 0px 16px 0px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px_0px_0px_0px\] {
    border-radius: 16px 0px 0px 0px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-t-\[0\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.5px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#13171780\] {
    border-color: #13171780;
  }
  .bg-\[\#064A4E\] {
    background-color: #064A4E;
  }
  .bg-\[\#131717\] {
    background-color: #131717;
  }
  .bg-\[\#FAFEFD\] {
    background-color: #FAFEFD;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .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));
  }
  .bg-\[linear-gradient\(156deg\,_\#18F06E_-15\.58\%_\,_\#0B6DE0_118\.1\%\)\] {
    background-image: linear-gradient(156deg, #18F06E -15.58% , #0B6DE0 118.1%);
  }
  .from-\[\#18F06E\] {
    --tw-gradient-from: #18F06E;
    --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-\[\#0B6DE0\] {
    --tw-gradient-to: #0B6DE0;
    --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-clip-text {
    background-clip: text;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[36\.2px\] {
    --tw-leading: 36.2px;
    line-height: 36.2px;
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#131717\] {
    color: #131717;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[var\(--chinese-black\)\] {
    color: var(--chinese-black);
  }
  .text-\[var\(--chinese-black-pera\)\] {
    color: var(--chinese-black-pera);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-\[0px_0px_4px_0px_\#0000001A\] {
    --tw-shadow: 0px 0px 4px 0px var(--tw-shadow-color, #0000001A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_6px_0px_\#00000014\] {
    --tw-shadow: 0px 0px 6px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_350px_15px_\#0B6DE0\] {
    --tw-shadow: 0px 0px 350px 15px var(--tw-shadow-color, #0B6DE0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_481px_38px_\#0B6DE0\] {
    --tw-shadow: 0px 0px 481px 38px var(--tw-shadow-color, #0B6DE0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_520px_43px_\#18F06E\] {
    --tw-shadow: 0px 0px 520px 43px var(--tw-shadow-color, #18F06E);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_520px_45px_\#0B6DE0\] {
    --tw-shadow: 0px 0px 520px 45px var(--tw-shadow-color, #0B6DE0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_600px_160px_\#18f06e1f\] {
    --tw-shadow: 0px 0px 600px 160px var(--tw-shadow-color, #18f06e1f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-\[-15\%\] {
    &::before {
      content: var(--tw-content);
      top: -15%;
    }
  }
  .before\:top-\[12\%\] {
    &::before {
      content: var(--tw-content);
      top: 12%;
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .before\:bottom-\[-5px\] {
    &::before {
      content: var(--tw-content);
      bottom: -5px;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-2\/4 {
    &::before {
      content: var(--tw-content);
      left: calc(2/4 * 100%);
    }
  }
  .before\:h-0\.5 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.5);
    }
  }
  .before\:h-\[100\%\] {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:h-\[150\%\] {
    &::before {
      content: var(--tw-content);
      height: 150%;
    }
  }
  .before\:w-\[90px\] {
    &::before {
      content: var(--tw-content);
      width: 90px;
    }
  }
  .before\:w-\[150px\] {
    &::before {
      content: var(--tw-content);
      width: 150px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:-translate-x-2\/4 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:bg-gradient-to-r {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .before\:bg-\[url\(\'\.\.\/images\/tricon-shadow-1\.png\'\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url('../images/tricon-shadow-1.png');
    }
  }
  .before\:bg-\[url\(\'\.\.\/images\/tricon-shadow-2\.png\'\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url('../images/tricon-shadow-2.png');
    }
  }
  .before\:bg-contain {
    &::before {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .before\:bg-no-repeat {
    &::before {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-\[3px\] {
    &::after {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,\#18f06e_0\%\,\#0b6de0_100\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,#18f06e 0%,#0b6de0 100%);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .hover\:text-\[var\(--chinese-black\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--chinese-black);
      }
    }
  }
  .hover\:after\:w-full {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-\[-12px\] {
    @media (width >= 40rem) {
      margin-inline: -12px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-\[130px\] {
    @media (width >= 40rem) {
      margin-top: 130px;
    }
  }
  .sm\:max-w-\[142px\] {
    @media (width >= 40rem) {
      max-width: 142px;
    }
  }
  .sm\:max-w-\[147px\] {
    @media (width >= 40rem) {
      max-width: 147px;
    }
  }
  .sm\:max-w-\[600px\] {
    @media (width >= 40rem) {
      max-width: 600px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-\[10px\] {
    @media (width >= 40rem) {
      gap: 10px;
    }
  }
  .sm\:bg-\[linear-gradient\(98\.13deg\,_\#18F06E_-25\.58\%_\,_\#0B6DE0_118\.1\%\)\] {
    @media (width >= 40rem) {
      background-image: linear-gradient(98.13deg, #18F06E -25.58% , #0B6DE0 118.1%);
    }
  }
  .sm\:p-\[12px\] {
    @media (width >= 40rem) {
      padding: 12px;
    }
  }
  .sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pb-\[30px\] {
    @media (width >= 40rem) {
      padding-bottom: 30px;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-\[38px\] {
    @media (width >= 40rem) {
      font-size: 38px;
    }
  }
  .sm\:leading-6 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .sm\:leading-\[46\.2px\] {
    @media (width >= 40rem) {
      --tw-leading: 46.2px;
      line-height: 46.2px;
    }
  }
  .sm\:before\:top-\[-20\%\] {
    @media (width >= 40rem) {
      &::before {
        content: var(--tw-content);
        top: -20%;
      }
    }
  }
  .sm\:before\:top-\[5\%\] {
    @media (width >= 40rem) {
      &::before {
        content: var(--tw-content);
        top: 5%;
      }
    }
  }
  .sm\:before\:w-\[32\%\] {
    @media (width >= 40rem) {
      &::before {
        content: var(--tw-content);
        width: 32%;
      }
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:top-2\/4 {
    @media (width >= 48rem) {
      top: calc(2/4 * 100%);
    }
  }
  .md\:left-\[36px\] {
    @media (width >= 48rem) {
      left: 36px;
    }
  }
  .md\:mt-\[18px\] {
    @media (width >= 48rem) {
      margin-top: 18px;
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 48rem) {
      margin-top: 32px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mb-\[24px\] {
    @media (width >= 48rem) {
      margin-bottom: 24px;
    }
  }
  .md\:mb-\[100px\] {
    @media (width >= 48rem) {
      margin-bottom: 100px;
    }
  }
  .md\:ml-\[20px\] {
    @media (width >= 48rem) {
      margin-left: 20px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-2\/4 {
    @media (width >= 48rem) {
      width: calc(2/4 * 100%);
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 48rem) {
      width: 50%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[530px\] {
    @media (width >= 48rem) {
      max-width: 530px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:-translate-y-2\/4 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:space-y-\[-5px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(-5px * var(--tw-space-y-reverse));
        margin-block-end: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-\[0\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(0 * var(--tw-space-x-reverse));
        margin-inline-end: calc(0 * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:bg-\[transparent\] {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 48rem) {
      padding: 32px;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:py-\[75px\] {
    @media (width >= 48rem) {
      padding-block: 75px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-6 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[80px\] {
    @media (width >= 48rem) {
      padding-left: 80px;
    }
  }
  .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-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:leading-\[42px\] {
    @media (width >= 48rem) {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }
  .md\:font-medium {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:before\:w-\[19\%\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        width: 19%;
      }
    }
  }
  .lg\:mt-\[23px\] {
    @media (width >= 64rem) {
      margin-top: 23px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[56px\] {
    @media (width >= 64rem) {
      margin-top: 56px;
    }
  }
  .lg\:mt-\[98px\] {
    @media (width >= 64rem) {
      margin-top: 98px;
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[755px\] {
    @media (width >= 64rem) {
      max-width: 755px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-\[37px\] {
    @media (width >= 64rem) {
      padding-block: 37px;
    }
  }
  .lg\:py-\[70px\] {
    @media (width >= 64rem) {
      padding-block: 70px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:pr-\[33px\] {
    @media (width >= 64rem) {
      padding-right: 33px;
    }
  }
  .lg\:pl-\[100px\] {
    @media (width >= 64rem) {
      padding-left: 100px;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-\[46px\] {
    @media (width >= 64rem) {
      font-size: 46px;
    }
  }
  .lg\:leading-6 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .lg\:leading-\[56\.2px\] {
    @media (width >= 64rem) {
      --tw-leading: 56.2px;
      line-height: 56.2px;
    }
  }
  .lg\:before\:top-\[-30\%\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        top: -30%;
      }
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:left-\[0\] {
    @media (width >= 80rem) {
      left: 0;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-\[100px\] {
    @media (width >= 80rem) {
      margin-top: 100px;
    }
  }
  .xl\:mt-\[245px\] {
    @media (width >= 80rem) {
      margin-top: 245px;
    }
  }
  .xl\:mb-\[240px\] {
    @media (width >= 80rem) {
      margin-bottom: 240px;
    }
  }
  .xl\:max-w-\[270px\] {
    @media (width >= 80rem) {
      max-width: 270px;
    }
  }
  .xl\:max-w-\[860px\] {
    @media (width >= 80rem) {
      max-width: 860px;
    }
  }
  .xl\:text-\[29px\] {
    @media (width >= 80rem) {
      font-size: 29px;
    }
  }
  .xl\:text-\[56px\] {
    @media (width >= 80rem) {
      font-size: 56px;
    }
  }
  .xl\:leading-\[48px\] {
    @media (width >= 80rem) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  .xl\:leading-\[67\.2px\] {
    @media (width >= 80rem) {
      --tw-leading: 67.2px;
      line-height: 67.2px;
    }
  }
  .xl\:before\:absolute {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .xl\:before\:top-\[-40\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        top: -40%;
      }
    }
  }
  .xl\:before\:top-\[-57\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        top: -57%;
      }
    }
  }
  .xl\:before\:top-\[0\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        top: 0%;
      }
    }
  }
  .xl\:before\:top-\[99\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        top: 99%;
      }
    }
  }
  .xl\:before\:right-\[200px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        right: 200px;
      }
    }
  }
  .xl\:before\:left-\[80\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        left: 80%;
      }
    }
  }
  .xl\:before\:h-\[60px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        height: 60px;
      }
    }
  }
  .xl\:before\:h-\[100px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        height: 100px;
      }
    }
  }
  .xl\:before\:h-\[106px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        height: 106px;
      }
    }
  }
  .xl\:before\:h-\[125\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        height: 125%;
      }
    }
  }
  .xl\:before\:w-\[300px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        width: 300px;
      }
    }
  }
  .xl\:before\:w-full {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
  }
  .xl\:before\:max-w-\[120px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        max-width: 120px;
      }
    }
  }
  .xl\:before\:max-w-\[160px\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        max-width: 160px;
      }
    }
  }
  .xl\:before\:bg-\[url\(\'\.\.\/images\/custom-views-filters-arrow\.png\'\)\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/custom-views-filters-arrow.png');
      }
    }
  }
  .xl\:before\:bg-\[url\(\'\.\.\/images\/search-contacts-arrow\.png\'\)\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/search-contacts-arrow.png');
      }
    }
  }
  .xl\:before\:bg-\[url\(\'\.\.\/images\/sort-view-contact-arrow\.png\'\)\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/sort-view-contact-arrow.png');
      }
    }
  }
  .xl\:before\:bg-contain {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-size: contain;
      }
    }
  }
  .xl\:before\:bg-\[100\%_100\%\] {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-position: 100% 100%;
      }
    }
  }
  .xl\:before\:bg-no-repeat {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        background-repeat: no-repeat;
      }
    }
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #fafdff;
}
:root {
  --chinese-black: #131717;
  --chinese-black-pera: #13171799;
}
.activeNavbar-show::after {
  width: 100% !important;
}
.get-started {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  background-color: url(./output.css);
}
.get-started::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #18f06e 0%, #0b6de0 100%);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.get-started:hover::before {
  transform: scale(1.07);
}
body .get-started-white::before {
  background: #fff;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}
.features-tab svg {
  filter: brightness(0) saturate(100%) invert(66%) sepia(54%) saturate(475%) hue-rotate(135deg) brightness(90%) contrast(90%);
}
.features-tab.features-active {
  background: linear-gradient(180deg, #18ee70 0%, #0b6fde 100%);
  position: relative;
  z-index: 1;
  transform: scale(1.09);
}
.features-tab.features-active svg {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(21%) hue-rotate(35deg) brightness(104%) contrast(100%);
}
[data-tab-content] {
  display: none;
}
.features-active[data-tab-content] {
  display: block;
}
.search-and-organize-content:before {
  content: "";
  background: linear-gradient(180deg, #18ee70 0%, #0b6edf 100%);
  width: 100%;
  max-width: 541px;
  height: 320px;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 500px) {
  .search-and-organize-content:before {
    height: 540px;
  }
}
.get-started {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.get-started::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #18f06e 0%, #0b6de0 100%);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.get-started:hover::before {
  transform: scale(1.07);
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}
@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-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-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-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-duration: initial;
      --tw-content: "";
    }
  }
}
