/*! 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');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[300px\] {
    top: 300px;
  }
  .top-\[350px\] {
    top: 350px;
  }
  .top-\[450px\] {
    top: 450px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[0\] {
    right: 0;
  }
  .right-\[6\%\] {
    right: 6%;
  }
  .right-\[20\%\] {
    right: 20%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-100\%\] {
    left: -100%;
  }
  .left-\[0\%\] {
    left: 0%;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[6\%\] {
    left: 6%;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[111\] {
    z-index: 111;
  }
  .z-\[112\] {
    z-index: 112;
  }
  .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-\[7\.5px\] {
    margin: calc(7.5px * -1);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[-140px\] {
    margin-top: -140px;
  }
  .mt-\[-190px\] {
    margin-top: -190px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .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-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[70px\] {
    width: 70px;
    height: 70px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[190\%\] {
    height: 190%;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[17\] {
    max-width: 17;
  }
  .max-w-\[17px\] {
    max-width: 17px;
  }
  .max-w-\[18px\] {
    max-width: 18px;
  }
  .max-w-\[22px\] {
    max-width: 22px;
  }
  .max-w-\[109px\] {
    max-width: 109px;
  }
  .max-w-\[135px\] {
    max-width: 135px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[930px\] {
    max-width: 930px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1024px\] {
    max-width: 1024px;
  }
  .max-w-\[1049px\] {
    max-width: 1049px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1248px\] {
    max-width: 1248px;
  }
  .max-w-\[px\] {
    max-width: px;
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-max {
    max-width: max-content;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-8\.48deg\] {
    rotate: -8.48deg;
  }
  .rotate-\[-11\.6deg\] {
    rotate: -11.6deg;
  }
  .rotate-\[15deg\] {
    rotate: 15deg;
  }
  .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-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .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-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-y-\[5px\] {
    :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)));
    }
  }
  .space-y-\[50px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(50px * var(--tw-space-y-reverse));
      margin-block-end: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[120px\] {
    column-gap: 120px;
  }
  .gap-y-\[50px\] {
    row-gap: 50px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .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-\[\#0000001A\] {
    border-color: #0000001A;
  }
  .border-\[\#7ba8f3\] {
    border-color: #7ba8f3;
  }
  .border-\[\#87b3bd\] {
    border-color: #87b3bd;
  }
  .border-\[\#181D27\] {
    border-color: #181D27;
  }
  .border-\[\#13171780\] {
    border-color: #13171780;
  }
  .border-\[\#EAEAEA\] {
    border-color: #EAEAEA;
  }
  .border-\[\#e97775\] {
    border-color: #e97775;
  }
  .border-\[\#f9ce72\] {
    border-color: #f9ce72;
  }
  .bg-\[\#1A1A1A\] {
    background-color: #1A1A1A;
  }
  .bg-\[\#1760ec1a\] {
    background-color: #1760ec1a;
  }
  .bg-\[\#131717\] {
    background-color: #131717;
  }
  .bg-\[\#EAEAEA\] {
    background-color: #EAEAEA;
  }
  .bg-\[\#FAFEFD\] {
    background-color: #FAFEFD;
  }
  .bg-\[\#dbeaf2\] {
    background-color: #dbeaf2;
  }
  .bg-\[\#e9777533\] {
    background-color: #e9777533;
  }
  .bg-\[\#ffe98f38\] {
    background-color: #ffe98f38;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .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\(96\.34deg\,_\#18F06E_0\.29\%\,_\#0B6DE0_100\.29\%\)\] {
    background-image: linear-gradient(96.34deg, #18F06E 0.29%, #0B6DE0 100.29%);
  }
  .bg-\[linear-gradient\(121\.83deg\,rgb\(23_234_116_\/_10\%\)_0\%\,rgb\(11_112_222_\/_10\%\)_100\%\)\] {
    background-image: linear-gradient(121.83deg,rgb(23 234 116 / 10%) 0%,rgb(11 112 222 / 10%) 100%);
  }
  .bg-\[linear-gradient\(121\.83deg\,rgba\(23\,234\,116\,0\.1\)_0\%\,rgba\(11\,112\,222\,0\.1\)_100\%\)\] {
    background-image: linear-gradient(121.83deg,rgba(23,234,116,0.1) 0%,rgba(11,112,222,0.1) 100%);
  }
  .bg-\[linear-gradient\(122\.09deg\,\#17ea741a_0\%\,\#0b70de1a_100\%\)\] {
    background-image: linear-gradient(122.09deg,#17ea741a 0%,#0b70de1a 100%);
  }
  .bg-\[linear-gradient\(156deg\,_\#18F06E_-15\.58\%_\,_\#0B6DE0_118\.1\%\)\] {
    background-image: linear-gradient(156deg, #18F06E -15.58% , #0B6DE0 118.1%);
  }
  .from-\[\#17EA74\] {
    --tw-gradient-from: #17EA74;
    --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-\[\#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));
  }
  .to-\[\#0B70DE\] {
    --tw-gradient-to: #0B70DE;
    --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-contain {
    background-size: contain;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[7\.5px\] {
    padding: 7.5px;
  }
  .p-\[10px_15px\] {
    padding: 10px 15px;
  }
  .p-\[14px_18px\] {
    padding: 14px 18px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-\[11\%\] {
    padding-right: 11%;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[58px\] {
    padding-bottom: 58px;
  }
  .pb-\[210px\] {
    padding-bottom: 210px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .pl-\[17px\] {
    padding-left: 17px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[35\%\] {
    padding-left: 35%;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Poppins\'\] {
    font-family: 'Poppins';
  }
  .font-\[\'Roboto_Flex\'\] {
    font-family: 'Roboto Flex';
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[30\.6px\] {
    --tw-leading: 30.6px;
    line-height: 30.6px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[36\.2px\] {
    --tw-leading: 36.2px;
    line-height: 36.2px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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-\[\#1A1A1A\] {
    color: #1A1A1A;
  }
  .text-\[\#6B6B6B\] {
    color: #6B6B6B;
  }
  .text-\[\#6E7273\] {
    color: #6E7273;
  }
  .text-\[\#8d9093\] {
    color: #8d9093;
  }
  .text-\[\#132F41\] {
    color: #132F41;
  }
  .text-\[\#337e89\] {
    color: #337e89;
  }
  .text-\[\#1760ec\] {
    color: #1760ec;
  }
  .text-\[\#131717\] {
    color: #131717;
  }
  .text-\[\#424242\] {
    color: #424242;
  }
  .text-\[\#434343\] {
    color: #434343;
  }
  .text-\[\#525252\] {
    color: #525252;
  }
  .text-\[\#535862\] {
    color: #535862;
  }
  .text-\[\#13171799\] {
    color: #13171799;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#da0808\] {
    color: #da0808;
  }
  .text-\[\#ffae00\] {
    color: #ffae00;
  }
  .text-\[\#ffffff80\] {
    color: #ffffff80;
  }
  .text-\[--chinese-black-pera\] {
    color: --chinese-black-pera;
  }
  .text-\[--chinese-black\] {
    color: --chinese-black;
  }
  .text-\[blue\] {
    color: blue;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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_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_560px_50px_\#18F06E\] {
    --tw-shadow: 0px 0px 560px 50px 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_4px_10px_0px_\#5252521A\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #5252521A);
    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_4px_10px_0px_\#7878781A\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #7878781A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[-30\%\] {
    &::before {
      content: var(--tw-content);
      top: -30%;
    }
  }
  .before\:top-\[10\%\] {
    &::before {
      content: var(--tw-content);
      top: 10%;
    }
  }
  .before\:top-\[20\%\] {
    &::before {
      content: var(--tw-content);
      top: 20%;
    }
  }
  .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\:z-\[-1\] {
    &::before {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .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-\[120\%\] {
    &::before {
      content: var(--tw-content);
      height: 120%;
    }
  }
  .before\:h-\[150\%\] {
    &::before {
      content: var(--tw-content);
      height: 150%;
    }
  }
  .before\:h-screen {
    &::before {
      content: var(--tw-content);
      height: 100vh;
    }
  }
  .before\:w-\[90px\] {
    &::before {
      content: var(--tw-content);
      width: 90px;
    }
  }
  .before\:w-\[390px\] {
    &::before {
      content: var(--tw-content);
      width: 390px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:max-w-\[335px\] {
    &::before {
      content: var(--tw-content);
      max-width: 335px;
    }
  }
  .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-contain {
    &::before {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .before\:bg-cover {
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .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\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:bg-gradient-to-r {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .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-\[--chinese-black\] {
    &:hover {
      @media (hover: hover) {
        color: --chinese-black;
      }
    }
  }
  .hover\:after\:w-full {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-\[-8px\] {
    @media (width >= 40rem) {
      margin-inline: -8px;
    }
  }
  .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-\[32px\] {
    @media (width >= 40rem) {
      margin-top: 32px;
    }
  }
  .sm\:mb-\[13px\] {
    @media (width >= 40rem) {
      margin-bottom: 13px;
    }
  }
  .sm\:mb-\[70px\] {
    @media (width >= 40rem) {
      margin-bottom: 70px;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:max-w-\[142px\] {
    @media (width >= 40rem) {
      max-width: 142px;
    }
  }
  .sm\:max-w-\[147px\] {
    @media (width >= 40rem) {
      max-width: 147px;
    }
  }
  .sm\:max-w-\[200px\] {
    @media (width >= 40rem) {
      max-width: 200px;
    }
  }
  .sm\:max-w-\[440px\] {
    @media (width >= 40rem) {
      max-width: 440px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .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-\[8px\] {
    @media (width >= 40rem) {
      padding: 8px;
    }
  }
  .sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pr-\[25px\] {
    @media (width >= 40rem) {
      padding-right: 25px;
    }
  }
  .sm\:pr-\[55px\] {
    @media (width >= 40rem) {
      padding-right: 55px;
    }
  }
  .sm\:pb-\[30px\] {
    @media (width >= 40rem) {
      padding-bottom: 30px;
    }
  }
  .sm\:pl-\[30px\] {
    @media (width >= 40rem) {
      padding-left: 30px;
    }
  }
  .sm\:pl-\[45px\] {
    @media (width >= 40rem) {
      padding-left: 45px;
    }
  }
  .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-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-\[17px\] {
    @media (width >= 40rem) {
      font-size: 17px;
    }
  }
  .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-\[27px\] {
    @media (width >= 40rem) {
      --tw-leading: 27px;
      line-height: 27px;
    }
  }
  .sm\:leading-\[46\.2px\] {
    @media (width >= 40rem) {
      --tw-leading: 46.2px;
      line-height: 46.2px;
    }
  }
  .sm\:text-\[--chinese-black-pera\] {
    @media (width >= 40rem) {
      color: --chinese-black-pera;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:right-\[-66px\] {
    @media (width >= 48rem) {
      right: -66px;
    }
  }
  .md\:left-2\/4 {
    @media (width >= 48rem) {
      left: calc(2/4 * 100%);
    }
  }
  .md\:left-\[-66px\] {
    @media (width >= 48rem) {
      left: -66px;
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:mt-\[12px\] {
    @media (width >= 48rem) {
      margin-top: 12px;
    }
  }
  .md\:mt-\[18px\] {
    @media (width >= 48rem) {
      margin-top: 18px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mb-\[16px\] {
    @media (width >= 48rem) {
      margin-bottom: 16px;
    }
  }
  .md\:mb-\[32px\] {
    @media (width >= 48rem) {
      margin-bottom: 32px;
    }
  }
  .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-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:-translate-x-2\/4 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:gap-\[55px\] {
    @media (width >= 48rem) {
      gap: 55px;
    }
  }
  .md\:space-y-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:bg-\[transparent\] {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-\[url\(\'\.\.\/images\/bg-shadow-2\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('../images/bg-shadow-2.png');
    }
  }
  .md\:bg-\[url\(\'\.\.\/images\/bg-shadow-3\.png\'\)\] {
    @media (width >= 48rem) {
      background-image: url('../images/bg-shadow-3.png');
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-\[16px_24px\] {
    @media (width >= 48rem) {
      padding: 16px 24px;
    }
  }
  .md\:p-\[23px\] {
    @media (width >= 48rem) {
      padding: 23px;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-\[32px\] {
    @media (width >= 48rem) {
      padding-block: 32px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .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\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[40\%\] {
    @media (width >= 48rem) {
      padding-left: 40%;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .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-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:leading-6 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .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\:bg-\[url\(\'\.\.\/images\/hero-section-bg\.png\'\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/hero-section-bg.png');
      }
    }
  }
  .md\:before\:bg-\[url\(\'\.\.\/images\/tricon-shadow-1\.png\'\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/tricon-shadow-1.png');
      }
    }
  }
  .md\:before\:bg-\[url\(\'\.\.\/images\/tricon-shadow-2\.png\'\)\] {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/tricon-shadow-2.png');
      }
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-\[-10px\] {
    @media (width >= 64rem) {
      margin-top: -10px;
    }
  }
  .lg\:mt-\[23px\] {
    @media (width >= 64rem) {
      margin-top: 23px;
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 64rem) {
      margin-top: 28px;
    }
  }
  .lg\:mt-\[48px\] {
    @media (width >= 64rem) {
      margin-top: 48px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .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\:mb-\[50px\] {
    @media (width >= 64rem) {
      margin-bottom: 50px;
    }
  }
  .lg\:mb-\[150px\] {
    @media (width >= 64rem) {
      margin-bottom: 150px;
    }
  }
  .lg\:size-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
      height: 100px;
    }
  }
  .lg\:max-h-\[1195px\] {
    @media (width >= 64rem) {
      max-height: 1195px;
    }
  }
  .lg\:w-\[33\.33\%\] {
    @media (width >= 64rem) {
      width: 33.33%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .lg\:max-w-\[525px\] {
    @media (width >= 64rem) {
      max-width: 525px;
    }
  }
  .lg\:min-w-\[100px\] {
    @media (width >= 64rem) {
      min-width: 100px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .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-\[70px\] {
    @media (width >= 64rem) {
      padding-block: 70px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[200px\] {
    @media (width >= 64rem) {
      padding-block: 200px;
    }
  }
  .lg\:pt-\[56px\] {
    @media (width >= 64rem) {
      padding-top: 56px;
    }
  }
  .lg\:pt-\[190px\] {
    @media (width >= 64rem) {
      padding-top: 190px;
    }
  }
  .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-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
  .lg\:text-\[46px\] {
    @media (width >= 64rem) {
      font-size: 46px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:leading-6 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .lg\:leading-\[55px\] {
    @media (width >= 64rem) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .lg\:leading-\[56\.2px\] {
    @media (width >= 64rem) {
      --tw-leading: 56.2px;
      line-height: 56.2px;
    }
  }
  .lg\:before\:bg-\[url\(\'\.\.\/images\/tricon-shadow-2\.png\'\)\] {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        background-image: url('../images/tricon-shadow-2.png');
      }
    }
  }
  .xl\:max-w-\[520px\] {
    @media (width >= 80rem) {
      max-width: 520px;
    }
  }
  .xl\:max-w-\[725px\] {
    @media (width >= 80rem) {
      max-width: 725px;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:flex-grow {
    @media (width >= 80rem) {
      flex-grow: 1;
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-\[22px\] {
    @media (width >= 80rem) {
      font-size: 22px;
    }
  }
  .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;
    }
  }
  .\32 xl\:py-\[70px\] {
    @media (width >= 96rem) {
      padding-block: 70px;
    }
  }
}
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;
}
.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);
}
.get-started-white::before {
  background: #fff;
}
.no-scroll {
  overflow: hidden !important;
  height: 100%;
}
.hero {
  background: radial-gradient(circle, rgba(214, 244, 255, 0.8) 0%, rgba(196, 234, 248, 0.5) 10%, rgba(255, 255, 255, 1) 70%), white;
  position: relative;
  overflow: hidden;
}
.grid-lines {
  background-image: linear-gradient(90deg, rgba(211, 211, 211, 0.5) 0.5px, transparent 1px), linear-gradient(180deg, rgba(211, 211, 211, 0.5) 1px, transparent 1px);
  background-size: 50px 50px;
}
.tilted-image {
  width: 150px;
  position: absolute;
  z-index: 100;
  transition: transform 0.3s;
  background-color: none;
  padding: 10px;
  border-radius: 10px;
}
.tilted-image:hover {
  transform: scale(1.05);
}
.font-items {
  font-family: "Roboto", sans-serif;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.gradient-text span {
  background: -webkit-linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
.nav-active-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
.box-section:before {
  content: '';
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  opacity: 0.1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 28px;
  z-index: -1;
}
.team-img-main {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
.join_us_section {
  background: linear-gradient(98.13deg, #18F06E -25.58%, #0B6DE0 118.1%);
}
.launch-app span {
  background: -webkit-linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.launch-app {
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.launch-app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.launch-app:hover::before {
  transform: scale(1.07);
}
.conditions-info::-webkit-scrollbar {
  width: 10px;
}
.conditions-info::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.conditions-info::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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;
}
@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-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-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-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
