/*! tailwindcss v4.1.11 | 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-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: #e8f5f5;
    --color-green-200: #d1f8f4;
    --color-green-300: #a3efe8;
    --color-green-400: #6be7dc;
    --color-green-500: #19d4c4;
    --color-green-600: #13aea1;
    --color-green-700: #0e8379;
    --color-green-800: #0a5750;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xl: 24px;
    --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);
    --font-yekan-medium: "yekan-medium";
    --color-second-text: #4c4c4c;
    --color-navy: #223441;
    --color-main-orange: #ffb71b;
    --color-main-gray: #f7f7f7;
    --color-gray-0: #202020;
    --color-gray-1: #333333;
    --color-gray-2: #4f4f4f;
    --color-gray-3: #828282;
    --color-gray-4: #bdbdbd;
    --color-gray-5: #e0e0e0;
    --color-gray-6: #f2f2f2;
    --text-h1: 3rem;
    --text-h1--line-height: 3.5rem;
    --text-h1--font-weight: 700;
    --text-h2: 2.5rem;
    --text-h2--line-height: 3rem;
    --text-h2--font-weight: 700;
    --text-h3: 2rem;
    --text-h3--line-height: 2.5rem;
    --text-h3--font-weight: 700;
    --text-h4: 1.5rem;
    --text-h4--line-height: 2rem;
    --text-h4--font-weight: 700;
    --text-h42: 1.25rem;
    --text-h42--line-height: 2rem;
    --text-h42--font-weight: 700;
    --text-h5: 1rem;
    --text-h5--line-height: 1.75rem;
    --text-h5--font-weight: 700;
    --text-h6: 0.875rem;
    --text-h6--line-height: 1.75rem;
    --text-h6--font-weight: 500;
    --text-body-xl2: 1rem;
    --text-body-xl2--line-height: 1.75rem;
    --text-body-xl2--font-weight: 400;
    --text-body-lg: 1rem;
    --text-body-lg--line-height: 1.625rem;
    --text-body-lg--font-weight: 500;
    --text-body-md2: 1.25rem;
    --text-body-md2--line-height: 1.625rem;
    --text-body-md2--font-weight: 400;
    --text-body-md: 1rem;
    --text-body-md--line-height: 1.625rem;
    --text-body-md--font-weight: 400;
    --radius-1: 0.625rem;
    --radius-2: 0.75rem;
    --radius-3: 1rem;
    --radius-4: 1.25rem;
    --radius-5: 1.5rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-0 {
    top: calc(var(--spacing) * -0);
  }
  .-top-15 {
    top: calc(var(--spacing) * -15);
  }
  .-top-60 {
    top: calc(var(--spacing) * -60);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-50 {
    right: calc(var(--spacing) * -50);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .-bottom-3 {
    bottom: calc(var(--spacing) * -3);
  }
  .-bottom-4\.5 {
    bottom: calc(var(--spacing) * -4.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-0 {
    left: calc(var(--spacing) * -0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[300\] {
    z-index: 300;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 481px) {
      max-width: 481px;
    }
    @media (width >= 580px) {
      max-width: 580px;
    }
    @media (width >= 641px) {
      max-width: 641px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 850px) {
      max-width: 850px;
    }
    @media (width >= 961px) {
      max-width: 961px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1180px) {
      max-width: 1180px;
    }
    @media (width >= 1250px) {
      max-width: 1250px;
    }
    @media (width >= 1350px) {
      max-width: 1350px;
    }
    @media (width >= 1500px) {
      max-width: 1500px;
    }
    @media (width >= 1700px) {
      max-width: 1700px;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 320px) {
      max-width: 320px !important;
    }
    @media (width >= 360px) {
      max-width: 360px !important;
    }
    @media (width >= 400px) {
      max-width: 400px !important;
    }
    @media (width >= 481px) {
      max-width: 481px !important;
    }
    @media (width >= 580px) {
      max-width: 580px !important;
    }
    @media (width >= 641px) {
      max-width: 641px !important;
    }
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 850px) {
      max-width: 850px !important;
    }
    @media (width >= 961px) {
      max-width: 961px !important;
    }
    @media (width >= 1024px) {
      max-width: 1024px !important;
    }
    @media (width >= 1180px) {
      max-width: 1180px !important;
    }
    @media (width >= 1250px) {
      max-width: 1250px !important;
    }
    @media (width >= 1350px) {
      max-width: 1350px !important;
    }
    @media (width >= 1500px) {
      max-width: 1500px !important;
    }
    @media (width >= 1700px) {
      max-width: 1700px !important;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-30 {
    margin-block: calc(var(--spacing) * 30);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-2\.25 {
    height: calc(var(--spacing) * 2.25);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.5 {
    height: calc(var(--spacing) * 5.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-19\.5 {
    height: calc(var(--spacing) * 19.5);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-39 {
    height: calc(var(--spacing) * 39);
  }
  .h-65 {
    height: calc(var(--spacing) * 65);
  }
  .h-\[14rem\] {
    height: 14rem;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[25\.188rem\] {
    height: 25.188rem;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44rem\] {
    height: 44rem;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[60rem\] {
    height: 60rem;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-\[156px\] {
    height: 156px;
  }
  .h-\[245px\] {
    height: 245px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[310px\] {
    height: 310px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[442px\] {
    height: 442px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .max-h-6 {
    max-height: calc(var(--spacing) * 6);
  }
  .max-h-15 {
    max-height: calc(var(--spacing) * 15);
  }
  .max-h-1000 {
    max-height: calc(var(--spacing) * 1000);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\.5 {
    width: calc(var(--spacing) * 5.5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-55 {
    width: calc(var(--spacing) * 55);
  }
  .w-65 {
    width: calc(var(--spacing) * 65);
  }
  .w-\[8\.5rem\] {
    width: 8.5rem;
  }
  .w-\[17rem\] {
    width: 17rem;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[154px\] {
    width: 154px;
  }
  .w-\[209px\] {
    width: 209px;
  }
  .w-\[268px\] {
    width: 268px;
  }
  .w-\[292px\] {
    width: 292px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[88\.5rem\] {
    max-width: 88.5rem;
  }
  .max-w-\[90rem\] {
    max-width: 90rem;
  }
  .max-w-\[99rem\] {
    max-width: 99rem;
  }
  .max-w-\[100rem\] {
    max-width: 100rem;
  }
  .max-w-\[105rem\] {
    max-width: 105rem;
  }
  .max-w-\[110rem\] {
    max-width: 110rem;
  }
  .max-w-\[120rem\] {
    max-width: 120rem;
  }
  .max-w-\[122rem\] {
    max-width: 122rem;
  }
  .max-w-\[132rem\] {
    max-width: 132rem;
  }
  .max-w-\[462px\] {
    max-width: 462px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-80 {
    rotate: calc(80deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .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-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-1\.75 {
    gap: calc(var(--spacing) * 1.75);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.25 {
    gap: calc(var(--spacing) * 3.25);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-13 {
    gap: calc(var(--spacing) * 13);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-\[1\.8rem\] {
    gap: 1.8rem;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-1 {
    border-radius: var(--radius-1);
  }
  .rounded-2 {
    border-radius: var(--radius-2);
  }
  .rounded-3 {
    border-radius: var(--radius-3);
  }
  .rounded-4 {
    border-radius: var(--radius-4);
  }
  .rounded-5 {
    border-radius: var(--radius-5);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#bdbdbd60\] {
    border-color: #bdbdbd60;
  }
  .border-\[\#e0e0e0\] {
    border-color: #e0e0e0;
  }
  .border-gray-5 {
    border-color: var(--color-gray-5);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-main-gray {
    border-color: var(--color-main-gray);
  }
  .bg-\[\#3B4D64\] {
    background-color: #3B4D64;
  }
  .bg-\[\#ededed\] {
    background-color: #ededed;
  }
  .bg-\[\#fff4dc\] {
    background-color: #fff4dc;
  }
  .bg-gray-5 {
    background-color: var(--color-gray-5);
  }
  .bg-gray-6 {
    background-color: var(--color-gray-6);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-300 {
    background-color: var(--color-green-300);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-main-gray {
    background-color: var(--color-main-gray);
  }
  .bg-main-orange {
    background-color: var(--color-main-orange);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\/assets\/images\/magazine\/image1\.webp\)\] {
    background-image: url(/assets/images/magazine/image1.webp);
  }
  .bg-\[url\(\/assets\/images\/magazine\/image2\.webp\)\] {
    background-image: url(/assets/images/magazine/image2.webp);
  }
  .bg-\[url\(\/assets\/images\/magazine\/image3\.webp\)\] {
    background-image: url(/assets/images/magazine/image3.webp);
  }
  .bg-\[url\(\/assets\/images\/magazine\/image4\.webp\)\] {
    background-image: url(/assets/images/magazine/image4.webp);
  }
  .bg-\[url\(\/assets\/images\/magazine\/image5\.webp\)\] {
    background-image: url(/assets/images/magazine/image5.webp);
  }
  .bg-\[url\(\/assets\/images\/magazine\/image6\.webp\)\] {
    background-image: url(/assets/images/magazine/image6.webp);
  }
  .from-\[\#0000009a\] {
    --tw-gradient-from: #0000009a;
    --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-green-200 {
    --tw-gradient-from: var(--color-green-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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-\[\#def3f6\] {
    --tw-gradient-to: #def3f6;
    --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-transparent {
    --tw-gradient-to: transparent;
    --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-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-5\.5 {
    padding-inline: calc(var(--spacing) * 5.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .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-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-start {
    text-align: start;
  }
  .font-yekan-medium {
    font-family: var(--font-yekan-medium);
  }
  .text-body-lg {
    font-size: var(--text-body-lg);
    line-height: var(--tw-leading, var(--text-body-lg--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-lg--font-weight));
  }
  .text-body-md {
    font-size: var(--text-body-md);
    line-height: var(--tw-leading, var(--text-body-md--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-md--font-weight));
  }
  .text-body-md2 {
    font-size: var(--text-body-md2);
    line-height: var(--tw-leading, var(--text-body-md2--line-height));
    font-weight: var(--tw-font-weight, var(--text-body-md2--font-weight));
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
    font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
    font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
    font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
  }
  .text-h6 {
    font-size: var(--text-h6);
    line-height: var(--tw-leading, var(--text-h6--line-height));
    font-weight: var(--tw-font-weight, var(--text-h6--font-weight));
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-0 {
    color: var(--color-gray-0);
  }
  .text-gray-1 {
    color: var(--color-gray-1);
  }
  .text-gray-2 {
    color: var(--color-gray-2);
  }
  .text-gray-3 {
    color: var(--color-gray-3);
  }
  .text-gray-4 {
    color: var(--color-gray-4);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-main-orange {
    color: var(--color-main-orange);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-second-text {
    color: var(--color-second-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .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_16\.5px_0_\#41424419\] {
    --tw-shadow: 0 0 16.5px 0 var(--tw-shadow-color, #41424419);
    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_16px_0_\#41424419\] {
    --tw-shadow: 0 0 16px 0 var(--tw-shadow-color, #41424419);
    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_2px_40px_-6px_\#27272719\] {
    --tw-shadow: 0 2px 40px -6px var(--tw-shadow-color, #27272719);
    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_16\.5px_0_\#4c4c4c14\] {
    --tw-shadow: 0 4px 16.5px 0 var(--tw-shadow-color, #4c4c4c14);
    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_16px_0_\#4c4c4c14\] {
    --tw-shadow: 0 4px 16px 0 var(--tw-shadow-color, #4c4c4c14);
    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);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[12rem\] {
    --tw-blur: blur(12rem);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .marker\:text-green-500 {
    & *::marker {
      color: var(--color-green-500);
    }
    &::marker {
      color: var(--color-green-500);
    }
    & *::-webkit-details-marker {
      color: var(--color-green-500);
    }
    &::-webkit-details-marker {
      color: var(--color-green-500);
    }
  }
  .hover\:bg-\[\#18dac9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #18dac9;
      }
    }
  }
  .hover\:bg-green-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-500);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .hover\:text-green-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-500);
      }
    }
  }
  .hover\:text-green-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-600);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .xs\:-top-10 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * -10);
    }
  }
  .xs\:-top-20 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * -20);
    }
  }
  .xs\:-top-30 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * -30);
    }
  }
  .xs\:-top-50 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * -50);
    }
  }
  .xs\:top-16 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * 16);
    }
  }
  .xs\:top-18 {
    @media (width >= 320px) {
      top: calc(var(--spacing) * 18);
    }
  }
  .xs\:-bottom-10 {
    @media (width >= 320px) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .xs\:bottom-5 {
    @media (width >= 320px) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .xs\:-left-15 {
    @media (width >= 320px) {
      left: calc(var(--spacing) * -15);
    }
  }
  .xs\:order-1 {
    @media (width >= 320px) {
      order: 1;
    }
  }
  .xs\:order-2 {
    @media (width >= 320px) {
      order: 2;
    }
  }
  .xs\:mt-0 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xs\:mt-4 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .xs\:mt-5 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .xs\:mt-10 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xs\:mt-20 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .xs\:mt-60 {
    @media (width >= 320px) {
      margin-top: calc(var(--spacing) * 60);
    }
  }
  .xs\:mb-5 {
    @media (width >= 320px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xs\:block {
    @media (width >= 320px) {
      display: block;
    }
  }
  .xs\:flex {
    @media (width >= 320px) {
      display: flex;
    }
  }
  .xs\:hidden {
    @media (width >= 320px) {
      display: none;
    }
  }
  .xs\:h-5 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 5);
    }
  }
  .xs\:h-6 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .xs\:h-10 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .xs\:h-15 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 15);
    }
  }
  .xs\:h-72 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 72);
    }
  }
  .xs\:h-96 {
    @media (width >= 320px) {
      height: calc(var(--spacing) * 96);
    }
  }
  .xs\:h-\[7\.313rem\] {
    @media (width >= 320px) {
      height: 7.313rem;
    }
  }
  .xs\:h-\[10rem\] {
    @media (width >= 320px) {
      height: 10rem;
    }
  }
  .xs\:h-\[11\.125rem\] {
    @media (width >= 320px) {
      height: 11.125rem;
    }
  }
  .xs\:h-\[15\.25rem\] {
    @media (width >= 320px) {
      height: 15.25rem;
    }
  }
  .xs\:h-\[16rem\] {
    @media (width >= 320px) {
      height: 16rem;
    }
  }
  .xs\:h-\[18\.188rem\] {
    @media (width >= 320px) {
      height: 18.188rem;
    }
  }
  .xs\:h-\[24\.688rem\] {
    @media (width >= 320px) {
      height: 24.688rem;
    }
  }
  .xs\:h-\[27\.5rem\] {
    @media (width >= 320px) {
      height: 27.5rem;
    }
  }
  .xs\:h-\[29\.688rem\] {
    @media (width >= 320px) {
      height: 29.688rem;
    }
  }
  .xs\:h-\[33\.5rem\] {
    @media (width >= 320px) {
      height: 33.5rem;
    }
  }
  .xs\:h-\[34\.875rem\] {
    @media (width >= 320px) {
      height: 34.875rem;
    }
  }
  .xs\:h-\[100px\] {
    @media (width >= 320px) {
      height: 100px;
    }
  }
  .xs\:h-\[148px\] {
    @media (width >= 320px) {
      height: 148px;
    }
  }
  .xs\:h-\[160px\] {
    @media (width >= 320px) {
      height: 160px;
    }
  }
  .xs\:h-\[178px\] {
    @media (width >= 320px) {
      height: 178px;
    }
  }
  .xs\:h-\[192px\] {
    @media (width >= 320px) {
      height: 192px;
    }
  }
  .xs\:h-\[197px\] {
    @media (width >= 320px) {
      height: 197px;
    }
  }
  .xs\:h-\[248px\] {
    @media (width >= 320px) {
      height: 248px;
    }
  }
  .xs\:h-\[328px\] {
    @media (width >= 320px) {
      height: 328px;
    }
  }
  .xs\:h-\[336\.5px\] {
    @media (width >= 320px) {
      height: 336.5px;
    }
  }
  .xs\:h-\[350px\] {
    @media (width >= 320px) {
      height: 350px;
    }
  }
  .xs\:h-\[385px\] {
    @media (width >= 320px) {
      height: 385px;
    }
  }
  .xs\:h-\[416px\] {
    @media (width >= 320px) {
      height: 416px;
    }
  }
  .xs\:h-\[462px\] {
    @media (width >= 320px) {
      height: 462px;
    }
  }
  .xs\:h-\[895px\] {
    @media (width >= 320px) {
      height: 895px;
    }
  }
  .xs\:w-\[8rem\] {
    @media (width >= 320px) {
      width: 8rem;
    }
  }
  .xs\:w-\[10\.75rem\] {
    @media (width >= 320px) {
      width: 10.75rem;
    }
  }
  .xs\:w-\[19rem\] {
    @media (width >= 320px) {
      width: 19rem;
    }
  }
  .xs\:w-\[20\.25rem\] {
    @media (width >= 320px) {
      width: 20.25rem;
    }
  }
  .xs\:w-\[21rem\] {
    @media (width >= 320px) {
      width: 21rem;
    }
  }
  .xs\:w-\[90\%\] {
    @media (width >= 320px) {
      width: 90%;
    }
  }
  .xs\:w-\[95\%\] {
    @media (width >= 320px) {
      width: 95%;
    }
  }
  .xs\:w-\[100px\] {
    @media (width >= 320px) {
      width: 100px;
    }
  }
  .xs\:w-\[160px\] {
    @media (width >= 320px) {
      width: 160px;
    }
  }
  .xs\:w-\[280px\] {
    @media (width >= 320px) {
      width: 280px;
    }
  }
  .xs\:w-\[285px\] {
    @media (width >= 320px) {
      width: 285px;
    }
  }
  .xs\:w-\[300px\] {
    @media (width >= 320px) {
      width: 300px;
    }
  }
  .xs\:w-\[480\.44px\] {
    @media (width >= 320px) {
      width: 480.44px;
    }
  }
  .xs\:w-full {
    @media (width >= 320px) {
      width: 100%;
    }
  }
  .xs\:max-w-\[25rem\] {
    @media (width >= 320px) {
      max-width: 25rem;
    }
  }
  .xs\:max-w-\[370px\] {
    @media (width >= 320px) {
      max-width: 370px;
    }
  }
  .xs\:max-w-\[430px\] {
    @media (width >= 320px) {
      max-width: 430px;
    }
  }
  .xs\:max-w-\[598px\] {
    @media (width >= 320px) {
      max-width: 598px;
    }
  }
  .xs\:scale-110 {
    @media (width >= 320px) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xs\:flex-col {
    @media (width >= 320px) {
      flex-direction: column;
    }
  }
  .xs\:flex-row {
    @media (width >= 320px) {
      flex-direction: row;
    }
  }
  .xs\:flex-wrap {
    @media (width >= 320px) {
      flex-wrap: wrap;
    }
  }
  .xs\:items-center {
    @media (width >= 320px) {
      align-items: center;
    }
  }
  .xs\:items-start {
    @media (width >= 320px) {
      align-items: flex-start;
    }
  }
  .xs\:justify-center {
    @media (width >= 320px) {
      justify-content: center;
    }
  }
  .xs\:justify-start {
    @media (width >= 320px) {
      justify-content: flex-start;
    }
  }
  .xs\:gap-2 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .xs\:gap-3 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xs\:gap-4 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xs\:gap-5 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xs\:gap-6 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xs\:gap-8 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xs\:gap-9 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .xs\:gap-10 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xs\:gap-15 {
    @media (width >= 320px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .xs\:xs\:gap-4 {
    @media (width >= 320px) {
      @media (width >= 320px) {
        gap: calc(var(--spacing) * 4);
      }
    }
  }
  .xs\:rounded-4 {
    @media (width >= 320px) {
      border-radius: var(--radius-4);
    }
  }
  .xs\:rounded-\[40px\] {
    @media (width >= 320px) {
      border-radius: 40px;
    }
  }
  .xs\:p-2 {
    @media (width >= 320px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .xs\:p-4 {
    @media (width >= 320px) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xs\:p-6 {
    @media (width >= 320px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xs\:px-2 {
    @media (width >= 320px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .xs\:px-3 {
    @media (width >= 320px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .xs\:px-5 {
    @media (width >= 320px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xs\:px-6 {
    @media (width >= 320px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xs\:py-3\.25 {
    @media (width >= 320px) {
      padding-block: calc(var(--spacing) * 3.25);
    }
  }
  .xs\:pt-4 {
    @media (width >= 320px) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .xs\:pt-\[100px\] {
    @media (width >= 320px) {
      padding-top: 100px;
    }
  }
  .xs\:pr-4 {
    @media (width >= 320px) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .xs\:text-center {
    @media (width >= 320px) {
      text-align: center;
    }
  }
  .xs\:text-body-md {
    @media (width >= 320px) {
      font-size: var(--text-body-md);
      line-height: var(--tw-leading, var(--text-body-md--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-md--font-weight));
    }
  }
  .xs\:text-h3 {
    @media (width >= 320px) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
    }
  }
  .xs\:text-h4 {
    @media (width >= 320px) {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
      font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
    }
  }
  .xs\:text-h5 {
    @media (width >= 320px) {
      font-size: var(--text-h5);
      line-height: var(--tw-leading, var(--text-h5--line-height));
      font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
    }
  }
  .xs\:text-h42 {
    @media (width >= 320px) {
      font-size: var(--text-h42);
      line-height: var(--tw-leading, var(--text-h42--line-height));
      font-weight: var(--tw-font-weight, var(--text-h42--font-weight));
    }
  }
  .xs\:text-base {
    @media (width >= 320px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xs\:text-sm {
    @media (width >= 320px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xs\:text-xs {
    @media (width >= 320px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .\32 xs\:-left-10 {
    @media (width >= 360px) {
      left: calc(var(--spacing) * -10);
    }
  }
  .\32 xs\:w-\[18\.188rem\] {
    @media (width >= 360px) {
      width: 18.188rem;
    }
  }
  .\32 xs\:w-\[20\.313rem\] {
    @media (width >= 360px) {
      width: 20.313rem;
    }
  }
  .\32 xs\:w-\[300px\] {
    @media (width >= 360px) {
      width: 300px;
    }
  }
  .\32 xs\:w-\[340px\] {
    @media (width >= 360px) {
      width: 340px;
    }
  }
  .\32 xs\:w-\[345px\] {
    @media (width >= 360px) {
      width: 345px;
    }
  }
  .\32 xs\:flex-row {
    @media (width >= 360px) {
      flex-direction: row;
    }
  }
  .\32 xs\:items-center {
    @media (width >= 360px) {
      align-items: center;
    }
  }
  .\32 xs\:gap-3 {
    @media (width >= 360px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .\33 xs\:w-\[24\.5rem\] {
    @media (width >= 400px) {
      width: 24.5rem;
    }
  }
  .\33 xs\:w-\[356px\] {
    @media (width >= 400px) {
      width: 356px;
    }
  }
  .\33 xs\:w-\[392px\] {
    @media (width >= 400px) {
      width: 392px;
    }
  }
  .\33 xs\:gap-0 {
    @media (width >= 400px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\33 xs\:gap-10 {
    @media (width >= 400px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-20 {
    @media (width >= 481px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:h-80 {
    @media (width >= 481px) {
      height: calc(var(--spacing) * 80);
    }
  }
  .sm\:w-\[11rem\] {
    @media (width >= 481px) {
      width: 11rem;
    }
  }
  .sm\:w-\[17rem\] {
    @media (width >= 481px) {
      width: 17rem;
    }
  }
  .sm\:w-\[20rem\] {
    @media (width >= 481px) {
      width: 20rem;
    }
  }
  .sm\:w-\[25\.25rem\] {
    @media (width >= 481px) {
      width: 25.25rem;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 481px) {
      width: 70%;
    }
  }
  .sm\:w-\[392px\] {
    @media (width >= 481px) {
      width: 392px;
    }
  }
  .sm\:w-max {
    @media (width >= 481px) {
      width: max-content;
    }
  }
  .sm\:flex-row {
    @media (width >= 481px) {
      flex-direction: row;
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 481px) {
      flex-wrap: nowrap;
    }
  }
  .sm\:gap-8 {
    @media (width >= 481px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-6 {
    @media (width >= 481px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-h4 {
    @media (width >= 481px) {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
      font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
    }
  }
  .sm\:text-base {
    @media (width >= 481px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 481px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm2\:left-0 {
    @media (width >= 580px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .sm2\:block {
    @media (width >= 580px) {
      display: block;
    }
  }
  .sm2\:h-\[200px\] {
    @media (width >= 580px) {
      height: 200px;
    }
  }
  .sm2\:w-\[608px\] {
    @media (width >= 580px) {
      width: 608px;
    }
  }
  .sm2\:w-full {
    @media (width >= 580px) {
      width: 100%;
    }
  }
  .sm2\:items-start {
    @media (width >= 580px) {
      align-items: flex-start;
    }
  }
  .sm2\:justify-end {
    @media (width >= 580px) {
      justify-content: flex-end;
    }
  }
  .md\:-top-30 {
    @media (width >= 641px) {
      top: calc(var(--spacing) * -30);
    }
  }
  .md\:w-\[35rem\] {
    @media (width >= 641px) {
      width: 35rem;
    }
  }
  .md\:w-\[292px\] {
    @media (width >= 641px) {
      width: 292px;
    }
  }
  .md\:w-\[460px\] {
    @media (width >= 641px) {
      width: 460px;
    }
  }
  .md\:w-\[608px\] {
    @media (width >= 641px) {
      width: 608px;
    }
  }
  .md\:w-max {
    @media (width >= 641px) {
      width: max-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 641px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 641px) {
      flex-direction: column;
    }
  }
  .md\:justify-between {
    @media (width >= 641px) {
      justify-content: space-between;
    }
  }
  .md\:justify-start {
    @media (width >= 641px) {
      justify-content: flex-start;
    }
  }
  .md\:text-sm {
    @media (width >= 641px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md2\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md2\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md2\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md2\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md2\:h-\[16\.875rem\] {
    @media (width >= 768px) {
      height: 16.875rem;
    }
  }
  .md2\:h-\[31\.625rem\] {
    @media (width >= 768px) {
      height: 31.625rem;
    }
  }
  .md2\:w-65 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 65);
    }
  }
  .md2\:w-67\.5 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 67.5);
    }
  }
  .md2\:w-73 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 73);
    }
  }
  .md2\:w-\[23\.063rem\] {
    @media (width >= 768px) {
      width: 23.063rem;
    }
  }
  .md2\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md2\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md2\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md2\:px-4 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md2\:text-start {
    @media (width >= 768px) {
      text-align: start;
    }
  }
  .md2\:text-h3 {
    @media (width >= 768px) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
    }
  }
  .md2\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md3\:order-1 {
    @media (width >= 850px) {
      order: 1;
    }
  }
  .md3\:order-2 {
    @media (width >= 850px) {
      order: 2;
    }
  }
  .md3\:block {
    @media (width >= 850px) {
      display: block;
    }
  }
  .md3\:flex {
    @media (width >= 850px) {
      display: flex;
    }
  }
  .md3\:hidden {
    @media (width >= 850px) {
      display: none;
    }
  }
  .md3\:w-73 {
    @media (width >= 850px) {
      width: calc(var(--spacing) * 73);
    }
  }
  .md3\:w-\[40\%\] {
    @media (width >= 850px) {
      width: 40%;
    }
  }
  .md3\:w-\[595px\] {
    @media (width >= 850px) {
      width: 595px;
    }
  }
  .md3\:w-\[604px\] {
    @media (width >= 850px) {
      width: 604px;
    }
  }
  .md3\:w-\[608px\] {
    @media (width >= 850px) {
      width: 608px;
    }
  }
  .md3\:scale-115 {
    @media (width >= 850px) {
      --tw-scale-x: 115%;
      --tw-scale-y: 115%;
      --tw-scale-z: 115%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md3\:flex-col {
    @media (width >= 850px) {
      flex-direction: column;
    }
  }
  .md3\:flex-row {
    @media (width >= 850px) {
      flex-direction: row;
    }
  }
  .md3\:items-center {
    @media (width >= 850px) {
      align-items: center;
    }
  }
  .md3\:gap-8 {
    @media (width >= 850px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md3\:gap-9 {
    @media (width >= 850px) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .md3\:px-14 {
    @media (width >= 850px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:absolute {
    @media (width >= 961px) {
      position: absolute;
    }
  }
  .lg\:-top-20 {
    @media (width >= 961px) {
      top: calc(var(--spacing) * -20);
    }
  }
  .lg\:-right-5 {
    @media (width >= 961px) {
      right: calc(var(--spacing) * -5);
    }
  }
  .lg\:-bottom-20 {
    @media (width >= 961px) {
      bottom: calc(var(--spacing) * -20);
    }
  }
  .lg\:-left-20 {
    @media (width >= 961px) {
      left: calc(var(--spacing) * -20);
    }
  }
  .lg\:my-22 {
    @media (width >= 961px) {
      margin-block: calc(var(--spacing) * 22);
    }
  }
  .lg\:mt-22 {
    @media (width >= 961px) {
      margin-top: calc(var(--spacing) * 22);
    }
  }
  .lg\:flex {
    @media (width >= 961px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 961px) {
      display: none;
    }
  }
  .lg\:h-\[149px\] {
    @media (width >= 961px) {
      height: 149px;
    }
  }
  .lg\:w-73 {
    @media (width >= 961px) {
      width: calc(var(--spacing) * 73);
    }
  }
  .lg\:w-\[22\.5rem\] {
    @media (width >= 961px) {
      width: 22.5rem;
    }
  }
  .lg\:w-\[31\.25rem\] {
    @media (width >= 961px) {
      width: 31.25rem;
    }
  }
  .lg\:w-\[32\.813rem\] {
    @media (width >= 961px) {
      width: 32.813rem;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 961px) {
      width: 50%;
    }
  }
  .lg\:w-max {
    @media (width >= 961px) {
      width: max-content;
    }
  }
  .lg\:max-w-\[80rem\] {
    @media (width >= 961px) {
      max-width: 80rem;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 961px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 961px) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 961px) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-center {
    @media (width >= 961px) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 961px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-4 {
    @media (width >= 961px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-12 {
    @media (width >= 961px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:rounded-none {
    @media (width >= 961px) {
      border-radius: 0;
    }
  }
  .lg\:rounded-l-4 {
    @media (width >= 961px) {
      border-top-left-radius: var(--radius-4);
      border-bottom-left-radius: var(--radius-4);
    }
  }
  .xl\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .xl\:-top-20 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * -20);
    }
  }
  .xl\:-top-73 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * -73);
    }
  }
  .xl\:top-26 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 26);
    }
  }
  .xl\:-right-5 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * -5);
    }
  }
  .xl\:right-5 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 5);
    }
  }
  .xl\:bottom-0 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:bottom-10 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:bottom-50 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 50);
    }
  }
  .xl\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-10 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:mt-20 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:mt-30 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .xl\:mt-45 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 45);
    }
  }
  .xl\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .xl\:h-6 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .xl\:h-8 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 8);
    }
  }
  .xl\:h-20 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .xl\:h-\[10\.438rem\] {
    @media (width >= 1024px) {
      height: 10.438rem;
    }
  }
  .xl\:h-\[20\.625rem\] {
    @media (width >= 1024px) {
      height: 20.625rem;
    }
  }
  .xl\:h-\[20rem\] {
    @media (width >= 1024px) {
      height: 20rem;
    }
  }
  .xl\:h-\[21\.625rem\] {
    @media (width >= 1024px) {
      height: 21.625rem;
    }
  }
  .xl\:h-\[28\.25rem\] {
    @media (width >= 1024px) {
      height: 28.25rem;
    }
  }
  .xl\:h-\[29\.625rem\] {
    @media (width >= 1024px) {
      height: 29.625rem;
    }
  }
  .xl\:h-\[31\.25rem\] {
    @media (width >= 1024px) {
      height: 31.25rem;
    }
  }
  .xl\:h-\[31\.625rem\] {
    @media (width >= 1024px) {
      height: 31.625rem;
    }
  }
  .xl\:h-\[31\.813rem\] {
    @media (width >= 1024px) {
      height: 31.813rem;
    }
  }
  .xl\:h-\[120px\] {
    @media (width >= 1024px) {
      height: 120px;
    }
  }
  .xl\:h-\[198px\] {
    @media (width >= 1024px) {
      height: 198px;
    }
  }
  .xl\:h-\[217px\] {
    @media (width >= 1024px) {
      height: 217px;
    }
  }
  .xl\:h-\[300px\] {
    @media (width >= 1024px) {
      height: 300px;
    }
  }
  .xl\:h-\[350px\] {
    @media (width >= 1024px) {
      height: 350px;
    }
  }
  .xl\:h-\[360px\] {
    @media (width >= 1024px) {
      height: 360px;
    }
  }
  .xl\:h-\[391px\] {
    @media (width >= 1024px) {
      height: 391px;
    }
  }
  .xl\:h-\[420px\] {
    @media (width >= 1024px) {
      height: 420px;
    }
  }
  .xl\:h-\[423px\] {
    @media (width >= 1024px) {
      height: 423px;
    }
  }
  .xl\:h-\[460px\] {
    @media (width >= 1024px) {
      height: 460px;
    }
  }
  .xl\:h-\[487px\] {
    @media (width >= 1024px) {
      height: 487px;
    }
  }
  .xl\:h-\[516px\] {
    @media (width >= 1024px) {
      height: 516px;
    }
  }
  .xl\:h-\[625px\] {
    @media (width >= 1024px) {
      height: 625px;
    }
  }
  .xl\:h-\[723px\] {
    @media (width >= 1024px) {
      height: 723px;
    }
  }
  .xl\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .xl\:w-8 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .xl\:w-\[13rem\] {
    @media (width >= 1024px) {
      width: 13rem;
    }
  }
  .xl\:w-\[25rem\] {
    @media (width >= 1024px) {
      width: 25rem;
    }
  }
  .xl\:w-\[30rem\] {
    @media (width >= 1024px) {
      width: 30rem;
    }
  }
  .xl\:w-\[38rem\] {
    @media (width >= 1024px) {
      width: 38rem;
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 1024px) {
      width: 60%;
    }
  }
  .xl\:w-\[85\%\] {
    @media (width >= 1024px) {
      width: 85%;
    }
  }
  .xl\:w-\[90\%\] {
    @media (width >= 1024px) {
      width: 90%;
    }
  }
  .xl\:w-\[120px\] {
    @media (width >= 1024px) {
      width: 120px;
    }
  }
  .xl\:w-\[198px\] {
    @media (width >= 1024px) {
      width: 198px;
    }
  }
  .xl\:w-\[386px\] {
    @media (width >= 1024px) {
      width: 386px;
    }
  }
  .xl\:w-\[398px\] {
    @media (width >= 1024px) {
      width: 398px;
    }
  }
  .xl\:w-\[400px\] {
    @media (width >= 1024px) {
      width: 400px;
    }
  }
  .xl\:w-\[420px\] {
    @media (width >= 1024px) {
      width: 420px;
    }
  }
  .xl\:w-\[608px\] {
    @media (width >= 1024px) {
      width: 608px;
    }
  }
  .xl\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .xl\:w-max {
    @media (width >= 1024px) {
      width: max-content;
    }
  }
  .xl\:max-w-\[53rem\] {
    @media (width >= 1024px) {
      max-width: 53rem;
    }
  }
  .xl\:max-w-\[570px\] {
    @media (width >= 1024px) {
      max-width: 570px;
    }
  }
  .xl\:max-w-\[608px\] {
    @media (width >= 1024px) {
      max-width: 608px;
    }
  }
  .xl\:max-w-none {
    @media (width >= 1024px) {
      max-width: none;
    }
  }
  .xl\:scale-100 {
    @media (width >= 1024px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xl\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .xl\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .xl\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-0 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-4 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-10 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-15 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .xl\:gap-25 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .xl\:gap-30 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 30);
    }
  }
  .xl\:rounded-\[80px\] {
    @media (width >= 1024px) {
      border-radius: 80px;
    }
  }
  .xl\:object-contain {
    @media (width >= 1024px) {
      object-fit: contain;
    }
  }
  .xl\:p-3 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .xl\:px-5 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-4 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .xl\:py-6 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .xl\:pt-6 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .xl\:pr-0 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:text-body-md {
    @media (width >= 1024px) {
      font-size: var(--text-body-md);
      line-height: var(--tw-leading, var(--text-body-md--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-md--font-weight));
    }
  }
  .xl\:text-body-md2 {
    @media (width >= 1024px) {
      font-size: var(--text-body-md2);
      line-height: var(--tw-leading, var(--text-body-md2--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-md2--font-weight));
    }
  }
  .xl\:text-body-xl2 {
    @media (width >= 1024px) {
      font-size: var(--text-body-xl2);
      line-height: var(--tw-leading, var(--text-body-xl2--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-xl2--font-weight));
    }
  }
  .xl\:text-h1 {
    @media (width >= 1024px) {
      font-size: var(--text-h1);
      line-height: var(--tw-leading, var(--text-h1--line-height));
      font-weight: var(--tw-font-weight, var(--text-h1--font-weight));
    }
  }
  .xl\:text-h2 {
    @media (width >= 1024px) {
      font-size: var(--text-h2);
      line-height: var(--tw-leading, var(--text-h2--line-height));
      font-weight: var(--tw-font-weight, var(--text-h2--font-weight));
    }
  }
  .xl\:text-h3 {
    @media (width >= 1024px) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
    }
  }
  .xl\:text-h4 {
    @media (width >= 1024px) {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
      font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1024px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 1024px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .\32 xl\:-right-15 {
    @media (width >= 1180px) {
      right: calc(var(--spacing) * -15);
    }
  }
  .\32 xl\:-right-20 {
    @media (width >= 1180px) {
      right: calc(var(--spacing) * -20);
    }
  }
  .\32 xl\:right-10 {
    @media (width >= 1180px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:-left-35 {
    @media (width >= 1180px) {
      left: calc(var(--spacing) * -35);
    }
  }
  .\32 xl\:block {
    @media (width >= 1180px) {
      display: block;
    }
  }
  .\32 xl\:h-8 {
    @media (width >= 1180px) {
      height: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:h-\[12\.75rem\] {
    @media (width >= 1180px) {
      height: 12.75rem;
    }
  }
  .\32 xl\:h-\[16rem\] {
    @media (width >= 1180px) {
      height: 16rem;
    }
  }
  .\32 xl\:h-\[20rem\] {
    @media (width >= 1180px) {
      height: 20rem;
    }
  }
  .\32 xl\:h-\[25rem\] {
    @media (width >= 1180px) {
      height: 25rem;
    }
  }
  .\32 xl\:h-\[32\.875rem\] {
    @media (width >= 1180px) {
      height: 32.875rem;
    }
  }
  .\32 xl\:w-\[16\.25rem\] {
    @media (width >= 1180px) {
      width: 16.25rem;
    }
  }
  .\32 xl\:w-\[18\.25rem\] {
    @media (width >= 1180px) {
      width: 18.25rem;
    }
  }
  .\32 xl\:w-\[30\.813rem\] {
    @media (width >= 1180px) {
      width: 30.813rem;
    }
  }
  .\32 xl\:w-\[65\%\] {
    @media (width >= 1180px) {
      width: 65%;
    }
  }
  .\32 xl\:w-max {
    @media (width >= 1180px) {
      width: max-content;
    }
  }
  .\32 xl\:scale-115 {
    @media (width >= 1180px) {
      --tw-scale-x: 115%;
      --tw-scale-y: 115%;
      --tw-scale-z: 115%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\32 xl\:items-center {
    @media (width >= 1180px) {
      align-items: center;
    }
  }
  .\32 xl\:items-start {
    @media (width >= 1180px) {
      align-items: flex-start;
    }
  }
  .\32 xl\:justify-between {
    @media (width >= 1180px) {
      justify-content: space-between;
    }
  }
  .\32 xl\:justify-center {
    @media (width >= 1180px) {
      justify-content: center;
    }
  }
  .\32 xl\:justify-end {
    @media (width >= 1180px) {
      justify-content: flex-end;
    }
  }
  .\32 xl\:px-12\.5 {
    @media (width >= 1180px) {
      padding-inline: calc(var(--spacing) * 12.5);
    }
  }
  .\32 xl\:px-\[5\.5rem\] {
    @media (width >= 1180px) {
      padding-inline: 5.5rem;
    }
  }
  .\32 xl\:px-\[6\.18rem\] {
    @media (width >= 1180px) {
      padding-inline: 6.18rem;
    }
  }
  .\32 xl\:px-\[6\.188rem\] {
    @media (width >= 1180px) {
      padding-inline: 6.188rem;
    }
  }
  .\32 xl\:text-body-md2 {
    @media (width >= 1180px) {
      font-size: var(--text-body-md2);
      line-height: var(--tw-leading, var(--text-body-md2--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-md2--font-weight));
    }
  }
  .\33 xl\:w-\[33\.313rem\] {
    @media (width >= 1250px) {
      width: 33.313rem;
    }
  }
  .\33 xl\:w-\[37\.813rem\] {
    @media (width >= 1250px) {
      width: 37.813rem;
    }
  }
  .\33 xl\:w-\[95\%\] {
    @media (width >= 1250px) {
      width: 95%;
    }
  }
  .\33 xl\:justify-start {
    @media (width >= 1250px) {
      justify-content: flex-start;
    }
  }
  .\33 xl\:px-\[100px\] {
    @media (width >= 1250px) {
      padding-inline: 100px;
    }
  }
  .\33 xl\:pr-\[4\.25rem\] {
    @media (width >= 1250px) {
      padding-right: 4.25rem;
    }
  }
  .\33 xl\:text-body-md2 {
    @media (width >= 1250px) {
      font-size: var(--text-body-md2);
      line-height: var(--tw-leading, var(--text-body-md2--line-height));
      font-weight: var(--tw-font-weight, var(--text-body-md2--font-weight));
    }
  }
  .\34 xl\:right-25 {
    @media (width >= 1350px) {
      right: calc(var(--spacing) * 25);
    }
  }
  .\34 xl\:block {
    @media (width >= 1350px) {
      display: block;
    }
  }
  .\34 xl\:h-\[30rem\] {
    @media (width >= 1350px) {
      height: 30rem;
    }
  }
  .\34 xl\:w-73 {
    @media (width >= 1350px) {
      width: calc(var(--spacing) * 73);
    }
  }
  .\34 xl\:flex-row {
    @media (width >= 1350px) {
      flex-direction: row;
    }
  }
  .\34 xl\:flex-nowrap {
    @media (width >= 1350px) {
      flex-wrap: nowrap;
    }
  }
  .\34 xl\:items-center {
    @media (width >= 1350px) {
      align-items: center;
    }
  }
  .\34 xl\:justify-start {
    @media (width >= 1350px) {
      justify-content: flex-start;
    }
  }
  .\34 xl\:gap-10 {
    @media (width >= 1350px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .\34 xl\:gap-18 {
    @media (width >= 1350px) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .\34 xl\:pr-\[6\.25rem\] {
    @media (width >= 1350px) {
      padding-right: 6.25rem;
    }
  }
  .\35 xl\:h-auto {
    @media (width >= 1500px) {
      height: auto;
    }
  }
  .\35 xl\:w-\[18\.25rem\] {
    @media (width >= 1500px) {
      width: 18.25rem;
    }
  }
  .\35 xl\:w-\[70\%\] {
    @media (width >= 1500px) {
      width: 70%;
    }
  }
  .\35 xl\:scale-140 {
    @media (width >= 1500px) {
      --tw-scale-x: 140%;
      --tw-scale-y: 140%;
      --tw-scale-z: 140%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\35 xl\:justify-start {
    @media (width >= 1500px) {
      justify-content: flex-start;
    }
  }
}
@font-face {
  font-family: "yekan-bold";
  src: url(../fonts/YekanBakhFaNum06Bold.ttf);
}
@font-face {
  font-family: "yekan-medium";
  src: url(../fonts/YekanBakhFaNum05Medium.ttf);
}
@font-face {
  font-family: "yekan-regular";
  src: url(../fonts/YekanBakhFaNum04Regular.ttf);
}
* {
  font-family: "yekan-regular";
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button {
  outline: none;
  cursor: pointer;
}
img, figure, video {
  max-width: 100%;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-1);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.btn-sm {
  height: calc(var(--spacing) * 10);
}
.btn-md {
  height: calc(var(--spacing) * 12);
}
.btn-main {
  background-color: var(--color-green-500);
  color: var(--color-navy);
}
.btn-main:hover {
  background-color: var(--color-green-600);
}
.btn-main:active {
  background-color: var(--color-green-700);
}
.btn-main:disabled {
  cursor: not-allowed;
  background-color: var(--color-green-200);
  color: var(--color-white);
  opacity: 50%;
}
.btn-secondary {
  background-color: var(--color-green-100);
  color: var(--color-green-800);
}
.btn-secondary:hover {
  background-color: var(--color-green-200);
}
.btn-secondary:active {
  background-color: var(--color-green-300);
}
.btn-secondary:disabled {
  cursor: not-allowed;
  background-color: var(--color-green-50);
  color: var(--color-green-300);
  opacity: 50%;
}
.btn-tertiary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-green-500);
  background-color: var(--color-white);
  color: var(--color-navy);
}
.btn-tertiary:hover {
  background-color: var(--color-green-50);
}
.btn-tertiary:active {
  background-color: var(--color-green-100);
}
.btn-tertiary:disabled {
  cursor: not-allowed;
  border-color: var(--color-green-100);
  background-color: var(--color-white);
  color: var(--color-green-300);
  opacity: 50%;
}
.btn-ghost {
  background-color: var(--color-white);
  color: var(--color-navy);
}
.btn-ghost:hover {
  background-color: var(--color-green-300);
}
.btn-ghost:active {
  background-color: var(--color-green-400);
}
.btn-ghost:disabled {
  cursor: not-allowed;
  background-color: transparent;
  color: var(--color-green-300);
  opacity: 50%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 0.9rem !important;
  color: #223441;
}
.swiper-button-prev, .swiper-button-next {
  width: 32px !important;
  height: 32px !important;
}
.eventsSwiper .swiper-wrapper .swiper-slide {
  display: flex !important;
}
.vds-video-layout {
  --video-brand: #19d4c4;
}
.vds-poster img {
  object-fit: cover;
}
.video-player * {
  font-family: "yekan-regular";
  border: none !important;
}
.leaflet-control-container {
  display: none;
}
@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-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-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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
