/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --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-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[29\%\] {
    top: 29%;
  }
  .top-\[33\%\] {
    top: 33%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[81\%\] {
    top: 81%;
  }
  .top-\[85\%\] {
    top: 85%;
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[15px\] {
    right: 15px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-10\%\] {
    bottom: -10%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-1 {
    z-index: 1;
  }
  .m-1281 {
    margin: calc(var(--spacing) * 1281);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8\! {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[202px\] {
    height: 202px;
  }
  .h-\[316px\] {
    height: 316px;
  }
  .h-\[326px\] {
    height: 326px;
  }
  .h-\[424px\] {
    height: 424px;
  }
  .h-\[435px\] {
    height: 435px;
  }
  .h-\[751px\] {
    height: 751px;
  }
  .h-\[1060px\] {
    height: 1060px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14\! {
    width: calc(var(--spacing) * 14) !important;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[324px\] {
    max-width: 324px;
  }
  .max-w-\[335px\] {
    max-width: 335px;
  }
  .max-w-\[375px\] {
    max-width: 375px;
  }
  .translate-y-\[-35\%\] {
    --tw-translate-y: -35%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .auto-cols-\[363px\] {
    grid-auto-columns: 363px;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-\[auto\] {
    grid-template-columns: auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .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;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-3xl {
    border-top-left-radius: var(--radius-3xl);
  }
  .rounded-tr-3xl {
    border-top-right-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#0D9CA436\] {
    border-color: #0D9CA436;
  }
  .border-\[\#29B24E\] {
    border-color: #29B24E;
  }
  .border-\[\#29b24e\] {
    border-color: #29b24e;
  }
  .border-\[\#cfead6\] {
    border-color: #cfead6;
  }
  .border-\[\#ececec\] {
    border-color: #ececec;
  }
  .border-\[rgba\(208\,208\,208\,1\)\] {
    border-color: rgba(208,208,208,1);
  }
  .border-\[rgba\(236\,236\,236\,1\)\] {
    border-color: rgba(236,236,236,1);
  }
  .bg-\[\#2cb350\] {
    background-color: #2cb350;
  }
  .bg-\[\#29B24E\] {
    background-color: #29B24E;
  }
  .bg-\[\#29b24e\] {
    background-color: #29b24e;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2;
  }
  .bg-\[\#f5f2f2\] {
    background-color: #f5f2f2;
  }
  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
  }
  .bg-\[\#f8f8f8c6\] {
    background-color: #f8f8f8c6;
  }
  .bg-\[\#fff8f8\] {
    background-color: #fff8f8;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-\[rgba\(248\,248\,248\,1\)\] {
    background-color: rgba(248,248,248,1);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[11px\] {
    padding: 11px;
  }
  .p-\[13px\] {
    padding: 13px;
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-9\.5 {
    padding-top: calc(var(--spacing) * 9.5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[27px\] {
    padding-bottom: 27px;
  }
  .pb-\[156px\] {
    padding-bottom: 156px;
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[22px\] {
    padding-left: 22px;
  }
  .pl-\[31px\] {
    padding-left: 31px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[12px\]\! {
    font-size: 12px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[23px\]\! {
    --tw-leading: 23px !important;
    line-height: 23px !important;
  }
  .leading-\[26px\]\! {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .leading-\[29px\]\! {
    --tw-leading: 29px !important;
    line-height: 29px !important;
  }
  .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-\[\#000000\]\! {
    color: #000000 !important;
  }
  .text-\[\#2bb24f\]\! {
    color: #2bb24f !important;
  }
  .text-\[\#29b24e\]\! {
    color: #29b24e !important;
  }
  .text-\[\#eee3e3\]\! {
    color: #eee3e3 !important;
  }
  .text-\[\#ffffff\]\! {
    color: #ffffff !important;
  }
  .text-\[rgba\(0\,0\,0\,1\)\] {
    color: rgba(0,0,0,1);
  }
  .text-\[rgba\(255\,255\,255\,1\)\]\! {
    color: rgba(255,255,255,1) !important;
  }
  .text-amber-100 {
    color: var(--color-amber-100);
  }
  .text-gray-400\! {
    color: var(--color-gray-400) !important;
  }
  .accent-green-400 {
    accent-color: var(--color-green-400);
  }
  .shadow-\[-2px_4px_20px_rgba\(109\,109\,109\,0\.25\)\] {
    --tw-shadow: -2px 4px 20px var(--tw-shadow-color, rgba(109,109,109,0.25));
    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_1px_3px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.25));
    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_25px_0px_rgba\(194\,194\,194\,0\.1\)\] {
    --tw-shadow: 0px 4px 25px 0px var(--tw-shadow-color, rgba(194,194,194,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_25px_rgba\(194\,194\,194\,0\.31\)\] {
    --tw-shadow: 0px 4px 25px var(--tw-shadow-color, rgba(194,194,194,0.31));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:bg-\[\#29b24e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #29b24e;
      }
    }
  }
  .hover\:bg-\[\#ffffff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ffffff;
      }
    }
  }
  .hover\:text-\[\#29B24E\]\! {
    &:hover {
      @media (hover: hover) {
        color: #29B24E !important;
      }
    }
  }
  .hover\:text-\[\#ffffff\]\! {
    &:hover {
      @media (hover: hover) {
        color: #ffffff !important;
      }
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-md\:pb-8 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-sm\:mt-5 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:mt-7 {
    @media (width < 40rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:max-w-full {
    @media (width >= 40rem) {
      max-width: 100%;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:top-\[25\%\] {
    @media (width >= 64rem) {
      top: 25%;
    }
  }
  .lg\:top-\[29\%\] {
    @media (width >= 64rem) {
      top: 29%;
    }
  }
  .lg\:top-\[79\%\] {
    @media (width >= 64rem) {
      top: 79%;
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[760px\] {
    @media (width >= 64rem) {
      height: 760px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[395px\] {
    @media (width >= 64rem) {
      max-width: 395px;
    }
  }
  .lg\:max-w-\[618px\] {
    @media (width >= 64rem) {
      max-width: 618px;
    }
  }
  .lg\:max-w-\[900px\] {
    @media (width >= 64rem) {
      max-width: 900px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:auto-cols-\[395px\] {
    @media (width >= 64rem) {
      grid-auto-columns: 395px;
    }
  }
  .lg\:grid-cols-\[1fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-0 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .\32 xl\:top-\[34\%\] {
    @media (width >= 96rem) {
      top: 34%;
    }
  }
  .\32 xl\:top-\[40\%\] {
    @media (width >= 96rem) {
      top: 40%;
    }
  }
  .\32 xl\:top-\[87\%\] {
    @media (width >= 96rem) {
      top: 87%;
    }
  }
  .\32 xl\:mx-0 {
    @media (width >= 96rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mt-15 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .\32 xl\:mt-\[120px\] {
    @media (width >= 96rem) {
      margin-top: 120px;
    }
  }
  .\32 xl\:mb-0 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mb-5 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:flex {
    @media (width >= 96rem) {
      display: flex;
    }
  }
  .\32 xl\:h-\[732px\] {
    @media (width >= 96rem) {
      height: 732px;
    }
  }
  .\32 xl\:h-\[751px\] {
    @media (width >= 96rem) {
      height: 751px;
    }
  }
  .\32 xl\:max-h-\[179px\] {
    @media (width >= 96rem) {
      max-height: 179px;
    }
  }
  .\32 xl\:w-full {
    @media (width >= 96rem) {
      width: 100%;
    }
  }
  .\32 xl\:max-w-20 {
    @media (width >= 96rem) {
      max-width: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:max-w-\[156px\] {
    @media (width >= 96rem) {
      max-width: 156px;
    }
  }
  .\32 xl\:max-w-\[249px\] {
    @media (width >= 96rem) {
      max-width: 249px;
    }
  }
  .\32 xl\:max-w-\[395px\] {
    @media (width >= 96rem) {
      max-width: 395px;
    }
  }
  .\32 xl\:max-w-\[722px\] {
    @media (width >= 96rem) {
      max-width: 722px;
    }
  }
  .\32 xl\:max-w-\[786px\] {
    @media (width >= 96rem) {
      max-width: 786px;
    }
  }
  .\32 xl\:max-w-\[810px\] {
    @media (width >= 96rem) {
      max-width: 810px;
    }
  }
  .\32 xl\:max-w-\[1225px\] {
    @media (width >= 96rem) {
      max-width: 1225px;
    }
  }
  .\32 xl\:max-w-\[1640px\] {
    @media (width >= 96rem) {
      max-width: 1640px;
    }
  }
  .\32 xl\:grid-cols-\[1fr_1fr_1fr_1fr\] {
    @media (width >= 96rem) {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  .\32 xl\:flex-col {
    @media (width >= 96rem) {
      flex-direction: column;
    }
  }
  .\32 xl\:flex-row {
    @media (width >= 96rem) {
      flex-direction: row;
    }
  }
  .\32 xl\:flex-row-reverse {
    @media (width >= 96rem) {
      flex-direction: row-reverse;
    }
  }
  .\32 xl\:justify-between {
    @media (width >= 96rem) {
      justify-content: space-between;
    }
  }
  .\32 xl\:justify-stretch {
    @media (width >= 96rem) {
      justify-content: stretch;
    }
  }
  .\32 xl\:gap-0 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:gap-2 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:gap-4 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:p-0 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:pt-10 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:pr-2\.5 {
    @media (width >= 96rem) {
      padding-right: calc(var(--spacing) * 2.5);
    }
  }
  .\32 xl\:pb-0 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:text-left {
    @media (width >= 96rem) {
      text-align: left;
    }
  }
  .\32 xl\:text-\[14px\] {
    @media (width >= 96rem) {
      font-size: 14px;
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 96rem) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-\[36px\] {
    @media (width >= 96rem) {
      font-size: 36px;
    }
  }
  .\32 xl\:leading-\[23px\!\] {
    @media (width >= 96rem) {
      --tw-leading: 23px!;
      line-height: 23px!;
    }
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Poppins-Regular";
  --tw-leading: 100%;
  line-height: 100%;
  color: rgba(0,0,0,1);
}
button {
  cursor: pointer;
}
nav ul li img {
  width: calc(var(--spacing) * 6);
}
nav ul li a {
  font-family: "Poppins-Medium";
  font-size: 11px;
}
nav ul li a, nav ul li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 1);
}
.lg-nav a {
  position: relative;
  padding-inline: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 2.5);
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    bottom: 1px;
  }
  &::after {
    content: var(--tw-content);
    left: 0%;
  }
  &::after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0.75);
  }
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    background-color: #29B24E;
  }
  &::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 {
    content: var(--tw-content);
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
.lg-nav a:hover::after {
  width: 100%;
}
.lg-nav a {
  font-family: "Poppins-Regular";
  @media (width >= 96rem) {
    font-size: 14px;
  }
}
h1 {
  font-family: "Poppins-SemiBold";
  color: rgba(0,0,0,8);
}
p {
  color: rgba(89,89,89,0.8);
}
h3, h4 {
  font-family: "Poppins-Medium";
}
.main__heading__text p {
  color: rgba(0,0,0,0.6);
}
.location__form label {
  font-family: "Poppins-Medium";
}
.property__form form, .price__range__form form {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2.5);
}
.property__form, .price__range__form label {
  font-size: 14px;
}
.form__group {
  display: block;
}
.save__icon {
  cursor: pointer;
}
.price {
  font-size: 14px;
  color: rgba(0,0,0,8);
}
.price span {
  font-family: "Poppins-Medium";
}
.card__footer p {
  font-size: 12px;
}
.card__header img {
  object-fit: cover;
}
.vip p {
  font-family: "Poppins-Medium";
}
.card__body h4 {
  @media (width >= 64rem) {
    font-size: 16px;
  }
}
h2 {
  font-family: "Poppins-SemiBold";
}
.card__footer {
  margin: calc(var(--spacing) * 0);
  padding-top: calc(var(--spacing) * 6);
}
.card__footer p {
  color: rgba(0,0,0,8);
}
.card p {
  @media (width >= 64rem) {
    font-size: 14px;
  }
}
.card {
  padding-inline: calc(var(--spacing) * 4);
}
footer ul li a {
  font-family: "Poppins-Medium";
  font-size: 16px;
  color: rgba(255,255,255,1);
  @media (width >= 96rem) {
    font-size: 14px;
  }
}
.card {
  padding-inline: calc(var(--spacing) * 4);
}
.card__second__categories__wrapper {
  gap: 15px;
  justify-content: space-between;
}
.card__second__categories__wrapper p {
  --tw-leading: 23px;
  line-height: 23px;
}
.card__second__text__scroll {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
