/*! 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;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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);
    --color-metal: #231f20;
    --color-white: #ffffff;
    --color-light-gray: #eaeaea;
    --color-silver: #b7aeb0;
    --color-chinese-silver: #cfc9ca;
    --color-flash-white: #f3f1f2;
    --color-erie-black: #1c1c1c;
    --breakpoint-3xl: 1920px;
    --breakpoint-wrap: 1346px;
    --font-cairo: "Cairo", sans-serif;
    --font-poppins: "Poppins", sans-serif;
  }
}
@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;
  }
  .-start-12 {
    inset-inline-start: calc(var(--spacing) * -12);
  }
  .-start-16 {
    inset-inline-start: calc(var(--spacing) * -16);
  }
  .-start-22 {
    inset-inline-start: calc(var(--spacing) * -22);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .start-4 {
    inset-inline-start: calc(var(--spacing) * 4);
  }
  .-end-22 {
    inset-inline-end: calc(var(--spacing) * -22);
  }
  .end-4 {
    inset-inline-end: calc(var(--spacing) * 4);
  }
  .end-14 {
    inset-inline-end: calc(var(--spacing) * 14);
  }
  .-top-16 {
    top: calc(var(--spacing) * -16);
  }
  .-top-32 {
    top: calc(var(--spacing) * -32);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-\[calc\(100\%\+10px\)\] {
    top: calc(100% + 10px);
  }
  .-bottom-15 {
    bottom: calc(var(--spacing) * -15);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .bottom-\[160px\] {
    bottom: 160px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 1346px) {
      max-width: 1346px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @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;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-14 {
    margin-inline-start: calc(var(--spacing) * 14);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .table {
    display: table;
  }
  .aspect-\[223\/310\] {
    aspect-ratio: 223/310;
  }
  .aspect-\[261\/187\] {
    aspect-ratio: 261/187;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[40px\]\! {
    height: 40px !important;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[695px\] {
    height: 695px;
  }
  .h-auto {
    height: auto;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[26px\] {
    min-height: 26px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[62px\] {
    min-height: 62px;
  }
  .min-h-\[319px\] {
    min-height: 319px;
  }
  .min-h-\[590px\] {
    min-height: 590px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[670px\] {
    min-height: 670px;
  }
  .min-h-\[930px\] {
    min-height: 930px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[37px\] {
    width: 37px;
  }
  .w-\[40px\]\! {
    width: 40px !important;
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[223px\] {
    width: 223px;
  }
  .w-\[548px\] {
    width: 548px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[223px\] {
    max-width: 223px;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-\[265px\] {
    max-width: 265px;
  }
  .max-w-\[283px\] {
    max-width: 283px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[913px\] {
    max-width: 913px;
  }
  .max-w-\[1124px\] {
    max-width: 1124px;
  }
  .max-w-\[1345px\] {
    max-width: 1345px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[45px\] {
    gap: 45px;
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#6C6063\] {
    border-color: #6C6063;
  }
  .border-\[\#9F9396\] {
    border-color: #9F9396;
  }
  .border-\[\#51484A\] {
    border-color: #51484A;
  }
  .bg-chinese-silver {
    background-color: var(--color-chinese-silver);
  }
  .bg-erie-black {
    background-color: var(--color-erie-black);
  }
  .bg-flash-white {
    background-color: var(--color-flash-white);
  }
  .bg-metal {
    background-color: var(--color-metal);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(180deg\,\#8A8A8A_0\.48\%\,\#FFFFFF_37\.98\%\,\#EFEFEF_57\.69\%\,\#888888_100\%\)\] {
    background-image: linear-gradient(180deg,#8A8A8A 0.48%,#FFFFFF 37.98%,#EFEFEF 57.69%,#888888 100%);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-11 {
    padding-block: calc(var(--spacing) * 11);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[137px\] {
    padding-block: 137px;
  }
  .pt-\[34px\] {
    padding-top: 34px;
  }
  .pt-\[144px\] {
    padding-top: 144px;
  }
  .pb-\[52px\] {
    padding-bottom: 52px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .font-cairo {
    font-family: var(--font-cairo);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[12px\] {
    font-size: 12px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[180\%\] {
    --tw-leading: 180%;
    line-height: 180%;
  }
  .leading-\[185\%\] {
    --tw-leading: 185%;
    line-height: 185%;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .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);
  }
  .text-\[\#231F20\] {
    color: #231F20;
  }
  .text-\[\#E7E4E5\] {
    color: #E7E4E5;
  }
  .text-chinese-silver {
    color: var(--color-chinese-silver);
  }
  .text-flash-white {
    color: var(--color-flash-white);
  }
  .text-metal {
    color: var(--color-metal);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_5px_0_rgba\(0\,0\,0\,\.1\)\] {
    --tw-shadow: 0 0 5px 0 var(--tw-shadow-color, rgba(0,0,0,.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_0_\#0000001A\] {
    --tw-shadow: 0 4px 20px 0 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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-silver {
    --tw-ring-color: var(--color-silver);
  }
  .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, 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));
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .text-shadow-md {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .odd\:aspect-\[223\/448\] {
    &:nth-child(odd) {
      aspect-ratio: 223/448;
    }
  }
  .hover\:bg-light-gray {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-gray);
      }
    }
  }
  .hover\:bg-metal\/0 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #231f20 0%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-metal) 0%, transparent);
        }
      }
    }
  }
  .hover\:text-metal {
    &:hover {
      @media (hover: hover) {
        color: var(--color-metal);
      }
    }
  }
  .hover\:ring-1 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:ring-metal {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: var(--color-metal);
      }
    }
  }
  .wrap\:start-\[100\%\] {
    @media (width >= 1346px) {
      inset-inline-start: 100%;
    }
  }
  .wrap\:start-auto {
    @media (width >= 1346px) {
      inset-inline-start: auto;
    }
  }
  .wrap\:end-\[100\%\] {
    @media (width >= 1346px) {
      inset-inline-end: 100%;
    }
  }
  .wrap\:end-auto {
    @media (width >= 1346px) {
      inset-inline-end: auto;
    }
  }
  .wrap\:px-4\! {
    @media (width >= 1346px) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .\33 xl\:block\! {
    @media (width >= 1920px) {
      display: block !important;
    }
  }
  .sm\:mb-\[146px\] {
    @media (width >= 40rem) {
      margin-bottom: 146px;
    }
  }
  .sm\:aspect-\[246\/382\] {
    @media (width >= 40rem) {
      aspect-ratio: 246/382;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[246px\] {
    @media (width >= 40rem) {
      max-width: 246px;
    }
  }
  .sm\:max-w-\[406px\] {
    @media (width >= 40rem) {
      max-width: 406px;
    }
  }
  .sm\:max-w-\[424px\] {
    @media (width >= 40rem) {
      max-width: 424px;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 40rem) {
      flex-direction: row-reverse;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:gap-\[32px\] {
    @media (width >= 40rem) {
      gap: 32px;
    }
  }
  .sm\:gap-\[56px\] {
    @media (width >= 40rem) {
      gap: 56px;
    }
  }
  .sm\:p-0 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-\[55px\] {
    @media (width >= 40rem) {
      padding-block: 55px;
    }
  }
  .sm\:text-start {
    @media (width >= 40rem) {
      text-align: start;
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:-start-16 {
    @media (width >= 48rem) {
      inset-inline-start: calc(var(--spacing) * -16);
    }
  }
  .md\:-start-28 {
    @media (width >= 48rem) {
      inset-inline-start: calc(var(--spacing) * -28);
    }
  }
  .md\:start-5 {
    @media (width >= 48rem) {
      inset-inline-start: calc(var(--spacing) * 5);
    }
  }
  .md\:-top-15 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -15);
    }
  }
  .md\:-top-27 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -27);
    }
  }
  .md\:top-\[287px\] {
    @media (width >= 48rem) {
      top: 287px;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:ms-36 {
    @media (width >= 48rem) {
      margin-inline-start: calc(var(--spacing) * 36);
    }
  }
  .md\:me-0 {
    @media (width >= 48rem) {
      margin-inline-end: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-1 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-\[35px\] {
    @media (width >= 48rem) {
      height: 35px;
    }
  }
  .md\:h-\[54px\] {
    @media (width >= 48rem) {
      height: 54px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:h-\[894px\] {
    @media (width >= 48rem) {
      height: 894px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-\[36px\] {
    @media (width >= 48rem) {
      min-height: 36px;
    }
  }
  .md\:min-h-\[370px\] {
    @media (width >= 48rem) {
      min-height: 370px;
    }
  }
  .md\:min-h-\[658px\] {
    @media (width >= 48rem) {
      min-height: 658px;
    }
  }
  .md\:min-h-\[836px\] {
    @media (width >= 48rem) {
      min-height: 836px;
    }
  }
  .md\:min-h-\[843px\] {
    @media (width >= 48rem) {
      min-height: 843px;
    }
  }
  .md\:min-h-\[1019px\] {
    @media (width >= 48rem) {
      min-height: 1019px;
    }
  }
  .md\:min-h-\[1023px\] {
    @media (width >= 48rem) {
      min-height: 1023px;
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[49px\] {
    @media (width >= 48rem) {
      width: 49px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[142px\] {
    @media (width >= 48rem) {
      width: 142px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[120px\] {
    @media (width >= 48rem) {
      max-width: 120px;
    }
  }
  .md\:max-w-\[413px\] {
    @media (width >= 48rem) {
      max-width: 413px;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 48rem) {
      max-width: 470px;
    }
  }
  .md\:max-w-\[518px\] {
    @media (width >= 48rem) {
      max-width: 518px;
    }
  }
  .md\:max-w-\[692px\] {
    @media (width >= 48rem) {
      max-width: 692px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:gap-\[64px\] {
    @media (width >= 48rem) {
      gap: 64px;
    }
  }
  .md\:gap-\[80px\] {
    @media (width >= 48rem) {
      gap: 80px;
    }
  }
  .md\:gap-x-16 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-13 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 13);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 14px;
    }
  }
  .md\:py-\[224px\] {
    @media (width >= 48rem) {
      padding-block: 224px;
    }
  }
  .md\:pt-\[134px\] {
    @media (width >= 48rem) {
      padding-top: 134px;
    }
  }
  .md\:pt-\[188px\] {
    @media (width >= 48rem) {
      padding-top: 188px;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--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-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[110px\] {
    @media (width >= 48rem) {
      font-size: 110px;
    }
  }
  .md\:leading-\[32px\] {
    @media (width >= 48rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .md\:leading-\[34px\] {
    @media (width >= 48rem) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .md\:leading-\[35px\] {
    @media (width >= 48rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .md\:leading-\[50px\] {
    @media (width >= 48rem) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:-start-10 {
    @media (width >= 64rem) {
      inset-inline-start: calc(var(--spacing) * -10);
    }
  }
  .lg\:-start-14 {
    @media (width >= 64rem) {
      inset-inline-start: calc(var(--spacing) * -14);
    }
  }
  .lg\:-end-36 {
    @media (width >= 64rem) {
      inset-inline-end: calc(var(--spacing) * -36);
    }
  }
  .lg\:end-4 {
    @media (width >= 64rem) {
      inset-inline-end: calc(var(--spacing) * 4);
    }
  }
  .lg\:top-\[142px\] {
    @media (width >= 64rem) {
      top: 142px;
    }
  }
  .lg\:-bottom-25 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * -25);
    }
  }
  .lg\:bottom-\[128px\] {
    @media (width >= 64rem) {
      bottom: 128px;
    }
  }
  .lg\:-ms-15 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * -15);
    }
  }
  .lg\:ms-auto {
    @media (width >= 64rem) {
      margin-inline-start: auto;
    }
  }
  .lg\:me-24 {
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 24);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-\[57px\] {
    @media (width >= 64rem) {
      margin-bottom: 57px;
    }
  }
  .lg\:mb-\[58px\] {
    @media (width >= 64rem) {
      margin-bottom: 58px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-\[308\/382\] {
    @media (width >= 64rem) {
      aspect-ratio: 308/382;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-14 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[54px\] {
    @media (width >= 64rem) {
      height: 54px;
    }
  }
  .lg\:h-\[787px\] {
    @media (width >= 64rem) {
      height: 787px;
    }
  }
  .lg\:min-h-\[260px\] {
    @media (width >= 64rem) {
      min-height: 260px;
    }
  }
  .lg\:min-h-\[828px\] {
    @media (width >= 64rem) {
      min-height: 828px;
    }
  }
  .lg\:min-h-\[836px\] {
    @media (width >= 64rem) {
      min-height: 836px;
    }
  }
  .lg\:min-h-\[1028px\] {
    @media (width >= 64rem) {
      min-height: 1028px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 64rem) {
      width: 600px;
    }
  }
  .lg\:max-w-\[308px\] {
    @media (width >= 64rem) {
      max-width: 308px;
    }
  }
  .lg\:max-w-\[698px\] {
    @media (width >= 64rem) {
      max-width: 698px;
    }
  }
  .lg\:max-w-\[748px\] {
    @media (width >= 64rem) {
      max-width: 748px;
    }
  }
  .lg\:max-w-\[798px\] {
    @media (width >= 64rem) {
      max-width: 798px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:gap-\[19px\] {
    @media (width >= 64rem) {
      gap: 19px;
    }
  }
  .lg\:gap-\[73px\] {
    @media (width >= 64rem) {
      gap: 73px;
    }
  }
  .lg\:border-e-4 {
    @media (width >= 64rem) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 4px;
    }
  }
  .lg\:border-white {
    @media (width >= 64rem) {
      border-color: var(--color-white);
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-\[125px\] {
    @media (width >= 64rem) {
      padding-block: 125px;
    }
  }
  .lg\:py-\[130px\] {
    @media (width >= 64rem) {
      padding-block: 130px;
    }
  }
  .lg\:pe-6 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-\[10px\] {
    @media (width >= 64rem) {
      padding-top: 10px;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .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-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:leading-\[35px\] {
    @media (width >= 64rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .lg\:leading-\[45px\] {
    @media (width >= 64rem) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .lg\:leading-\[65px\] {
    @media (width >= 64rem) {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }
  .lg\:leading-\[68px\] {
    @media (width >= 64rem) {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
  .ltr\:rotate-y-180 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-rotate-y: rotateY(180deg);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .ltr\:font-\[400\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .ltr\:font-\[500\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-font-weight: 500;
      font-weight: 500;
    }
  }
  .ltr\:font-bold {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .rtl\:font-\[400\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .rtl\:font-\[500\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-font-weight: 500;
      font-weight: 500;
    }
  }
  .rtl\:font-medium {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
body {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
[dir="rtl"] body {
  font-family: "Cairo", sans-serif;
}
[dir="ltr"] body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
[dir="ltr"] .font-normal {
  font-weight: 300;
}
[dir="ltr"] .font-medium {
  font-weight: 400;
}
[dir="ltr"] .font-bold {
  font-weight: 600;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}
.start-sell li {
  align-items: center;
}
.start-sell li::before {
  content: "";
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M19.2075 9.7925C19.3005 9.88537 19.3742 9.99566 19.4246 10.1171C19.4749 10.2385 19.5008 10.3686 19.5008 10.5C19.5008 10.6314 19.4749 10.7615 19.4246 10.8829C19.3742 11.0043 19.3005 11.1146 19.2075 11.2075L12.2075 18.2075C12.1146 18.3005 12.0043 18.3742 11.8829 18.4246C11.7615 18.4749 11.6314 18.5008 11.5 18.5008C11.3686 18.5008 11.2385 18.4749 11.1171 18.4246C10.9957 18.3742 10.8854 18.3005 10.7925 18.2075L7.79251 15.2075C7.60486 15.0199 7.49945 14.7654 7.49945 14.5C7.49945 14.2346 7.60486 13.9801 7.79251 13.7925C7.98015 13.6049 8.23464 13.4994 8.50001 13.4994C8.76537 13.4994 9.01987 13.6049 9.20751 13.7925L11.5 16.0863L17.7925 9.7925C17.8854 9.69952 17.9957 9.62576 18.1171 9.57544C18.2385 9.52512 18.3686 9.49921 18.5 9.49921C18.6314 9.49921 18.7615 9.52512 18.8829 9.57544C19.0043 9.62576 19.1146 9.69952 19.2075 9.7925ZM26.5 13.5C26.5 16.0712 25.7376 18.5846 24.3091 20.7224C22.8807 22.8603 20.8503 24.5265 18.4749 25.5104C16.0995 26.4944 13.4856 26.7518 10.9638 26.2502C8.44208 25.7486 6.1257 24.5105 4.30762 22.6924C2.48953 20.8743 1.25141 18.5579 0.749797 16.0362C0.248189 13.5144 0.505633 10.9006 1.48957 8.52512C2.47351 6.14968 4.13975 4.11935 6.27759 2.6909C8.41543 1.26244 10.9288 0.5 13.5 0.5C16.9467 0.50364 20.2512 1.87445 22.6884 4.31163C25.1256 6.74882 26.4964 10.0533 26.5 13.5ZM24.5 13.5C24.5 11.3244 23.8549 9.19767 22.6462 7.38873C21.4375 5.57979 19.7195 4.16989 17.7095 3.33733C15.6995 2.50476 13.4878 2.28692 11.354 2.71136C9.22022 3.1358 7.26021 4.18345 5.72183 5.72183C4.18345 7.2602 3.13581 9.22022 2.71137 11.354C2.28693 13.4878 2.50477 15.6995 3.33733 17.7095C4.16989 19.7195 5.57979 21.4375 7.38873 22.6462C9.19767 23.8549 11.3244 24.5 13.5 24.5C16.4164 24.4967 19.2123 23.3367 21.2745 21.2745C23.3367 19.2123 24.4967 16.4164 24.5 13.5Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
}
.obayh-joiners li {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing) * 3);
  @media (width >= 48rem) {
    margin-inline-start: calc(var(--service) * 100px);
  }
}
.obayh-joiners li::before {
  content: "";
  background: url("/assets/icons/chevron-circle.svg") no-repeat center 0px;
  display: flex;
  background-size: contain;
  align-items: start;
  flex-shrink: 0;
  margin-top: calc(3px * -1);
  height: 28px;
  width: 28px;
  @media (width >= 48rem) {
    margin-top: calc(6px * -1);
  }
  @media (width >= 48rem) {
    height: 45px;
  }
  @media (width >= 64rem) {
    width: 45px;
  }
}
[dir="ltr"] .obayh-joiners li::before {
  transform: rotateY(180deg);
}
.stat-banner-1 {
  animation: float1 4.5s infinite cubic-bezier(0.42, 0, 0.7, 1);
}
.stat-banner-2 {
  animation: float2 4.5s infinite cubic-bezier(0.42, 0, 0.7, 1);
}
@keyframes float1 {
  0%, 100% {
    transform: translate(0%, 0%) translateY(0px);
  }
  50% {
    transform: translate(0%, 0%) translateY(40px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translate(0%, 0%) translateY(0px);
  }
  50% {
    transform: translate(0%, 0%) translateY(-40px);
  }
}
.stars {
  animation: fading 1s ease-in-out infinite alternate;
}
@keyframes fading {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
