/*! tailwindcss v4.2.1 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-90 {
    z-index: 90;
  }
  .z-100 {
    z-index: 100;
  }
  .z-900 {
    z-index: 900;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 20rem) {
      max-width: 20rem;
    }
    @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-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .my-\[60px\] {
    margin-block: 60px;
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .mb-\[-10px\] {
    margin-bottom: -10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[370px\] {
    height: 370px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[750px\] {
    height: 750px;
  }
  .h-auto {
    height: auto;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-\[1\%\] {
    width: 1%;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[133px\] {
    width: 133px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[830px\] {
    max-width: 830px;
  }
  .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,);
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[120px\] {
    gap: 120px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-3 {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#BCA992\] {
    border-color: #BCA992;
  }
  .border-\[\#e4e3db\] {
    border-color: #e4e3db;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#262626\] {
    background-color: #262626;
  }
  .bg-\[\#BCA992\] {
    background-color: #BCA992;
  }
  .bg-\[\#BCA992\]\/20 {
    background-color: color-mix(in oklab, #BCA992 20%, transparent);
  }
  .bg-\[\#D9D8CC\] {
    background-color: #D9D8CC;
  }
  .bg-\[\#F0EFEB\] {
    background-color: #F0EFEB;
  }
  .bg-\[\#f7f7f5\] {
    background-color: #f7f7f5;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pt-\[400px\] {
    padding-top: 400px;
  }
  .pb-\[-10px\] {
    padding-bottom: -10px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#A1A1A1\] {
    color: #A1A1A1;
  }
  .text-\[\#BCA992\] {
    color: #BCA992;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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));
  }
  .sm\:mx-auto {
    @media (width >= 20rem) {
      margin-inline: auto;
    }
  }
  .sm\:mt-\[-60px\] {
    @media (width >= 20rem) {
      margin-top: -60px;
    }
  }
  .sm\:mt-\[10px\] {
    @media (width >= 20rem) {
      margin-top: 10px;
    }
  }
  .sm\:mt-\[20px\] {
    @media (width >= 20rem) {
      margin-top: 20px;
    }
  }
  .sm\:mt-\[30px\] {
    @media (width >= 20rem) {
      margin-top: 30px;
    }
  }
  .sm\:mt-\[50px\] {
    @media (width >= 20rem) {
      margin-top: 50px;
    }
  }
  .sm\:mt-\[60px\] {
    @media (width >= 20rem) {
      margin-top: 60px;
    }
  }
  .sm\:mr-\[30px\] {
    @media (width >= 20rem) {
      margin-right: 30px;
    }
  }
  .sm\:mb-\[-160px\] {
    @media (width >= 20rem) {
      margin-bottom: -160px;
    }
  }
  .sm\:mb-\[10px\] {
    @media (width >= 20rem) {
      margin-bottom: 10px;
    }
  }
  .sm\:mb-\[15px\] {
    @media (width >= 20rem) {
      margin-bottom: 15px;
    }
  }
  .sm\:mb-\[20px\] {
    @media (width >= 20rem) {
      margin-bottom: 20px;
    }
  }
  .sm\:mb-\[30px\] {
    @media (width >= 20rem) {
      margin-bottom: 30px;
    }
  }
  .sm\:mb-\[40px\] {
    @media (width >= 20rem) {
      margin-bottom: 40px;
    }
  }
  .sm\:mb-\[60px\] {
    @media (width >= 20rem) {
      margin-bottom: 60px;
    }
  }
  .sm\:block {
    @media (width >= 20rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 20rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 20rem) {
      display: none;
    }
  }
  .sm\:h-\[0px\] {
    @media (width >= 20rem) {
      height: 0px;
    }
  }
  .sm\:h-\[260px\] {
    @media (width >= 20rem) {
      height: 260px;
    }
  }
  .sm\:h-\[420px\] {
    @media (width >= 20rem) {
      height: 420px;
    }
  }
  .sm\:h-\[600px\] {
    @media (width >= 20rem) {
      height: 600px;
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 20rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 20rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .sm\:w-\[28px\] {
    @media (width >= 20rem) {
      width: 28px;
    }
  }
  .sm\:w-\[32px\] {
    @media (width >= 20rem) {
      width: 32px;
    }
  }
  .sm\:w-\[35\%\] {
    @media (width >= 20rem) {
      width: 35%;
    }
  }
  .sm\:w-\[35px\] {
    @media (width >= 20rem) {
      width: 35px;
    }
  }
  .sm\:w-\[50px\] {
    @media (width >= 20rem) {
      width: 50px;
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 20rem) {
      width: 60%;
    }
  }
  .sm\:w-\[100\%\] {
    @media (width >= 20rem) {
      width: 100%;
    }
  }
  .sm\:w-\[170px\] {
    @media (width >= 20rem) {
      width: 170px;
    }
  }
  .sm\:w-\[280px\] {
    @media (width >= 20rem) {
      width: 280px;
    }
  }
  .sm\:max-w-\[300px\] {
    @media (width >= 20rem) {
      max-width: 300px;
    }
  }
  .sm\:max-w-\[330px\] {
    @media (width >= 20rem) {
      max-width: 330px;
    }
  }
  .sm\:p-\[15px\] {
    @media (width >= 20rem) {
      padding: 15px;
    }
  }
  .sm\:p-\[30px\] {
    @media (width >= 20rem) {
      padding: 30px;
    }
  }
  .sm\:px-\[30px\] {
    @media (width >= 20rem) {
      padding-inline: 30px;
    }
  }
  .sm\:py-\[60px\] {
    @media (width >= 20rem) {
      padding-block: 60px;
    }
  }
  .sm\:pt-\[10px\] {
    @media (width >= 20rem) {
      padding-top: 10px;
    }
  }
  .sm\:pt-\[30px\] {
    @media (width >= 20rem) {
      padding-top: 30px;
    }
  }
  .sm\:pt-\[50px\] {
    @media (width >= 20rem) {
      padding-top: 50px;
    }
  }
  .sm\:pt-\[60px\] {
    @media (width >= 20rem) {
      padding-top: 60px;
    }
  }
  .sm\:pt-\[80px\] {
    @media (width >= 20rem) {
      padding-top: 80px;
    }
  }
  .sm\:pt-\[100px\] {
    @media (width >= 20rem) {
      padding-top: 100px;
    }
  }
  .sm\:pt-\[120px\] {
    @media (width >= 20rem) {
      padding-top: 120px;
    }
  }
  .sm\:pt-\[140px\] {
    @media (width >= 20rem) {
      padding-top: 140px;
    }
  }
  .sm\:pt-\[180px\] {
    @media (width >= 20rem) {
      padding-top: 180px;
    }
  }
  .sm\:pr-\[30px\] {
    @media (width >= 20rem) {
      padding-right: 30px;
    }
  }
  .sm\:pb-\[30px\] {
    @media (width >= 20rem) {
      padding-bottom: 30px;
    }
  }
  .sm\:pb-\[40px\] {
    @media (width >= 20rem) {
      padding-bottom: 40px;
    }
  }
  .sm\:pb-\[60px\] {
    @media (width >= 20rem) {
      padding-bottom: 60px;
    }
  }
  .sm\:pb-\[80px\] {
    @media (width >= 20rem) {
      padding-bottom: 80px;
    }
  }
  .sm\:pl-\[30px\] {
    @media (width >= 20rem) {
      padding-left: 30px;
    }
  }
  .sm\:text-center {
    @media (width >= 20rem) {
      text-align: center;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 20rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 20rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 20rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 20rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 20rem) {
      font-size: 32px;
    }
  }
  .sm\:leading-8 {
    @media (width >= 20rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:float-left {
    @media (width >= 64rem) {
      float: left;
    }
  }
  .lg\:mx-\[0\] {
    @media (width >= 64rem) {
      margin-inline: 0;
    }
  }
  .lg\:mx-\[0px\] {
    @media (width >= 64rem) {
      margin-inline: 0px;
    }
  }
  .lg\:mt-\[-80px\] {
    @media (width >= 64rem) {
      margin-top: -80px;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[160px\] {
    @media (width >= 64rem) {
      margin-top: 160px;
    }
  }
  .lg\:mt-\[180px\] {
    @media (width >= 64rem) {
      margin-top: 180px;
    }
  }
  .lg\:mr-\[0px\] {
    @media (width >= 64rem) {
      margin-right: 0px;
    }
  }
  .lg\:mr-\[120px\] {
    @media (width >= 64rem) {
      margin-right: 120px;
    }
  }
  .lg\:mb-\[-200px\] {
    @media (width >= 64rem) {
      margin-bottom: -200px;
    }
  }
  .lg\:mb-\[-250px\] {
    @media (width >= 64rem) {
      margin-bottom: -250px;
    }
  }
  .lg\:mb-\[0px\] {
    @media (width >= 64rem) {
      margin-bottom: 0px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 64rem) {
      margin-bottom: 60px;
    }
  }
  .lg\:mb-\[80px\] {
    @media (width >= 64rem) {
      margin-bottom: 80px;
    }
  }
  .lg\:mb-\[120px\] {
    @media (width >= 64rem) {
      margin-bottom: 120px;
    }
  }
  .lg\:ml-\[80px\] {
    @media (width >= 64rem) {
      margin-left: 80px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 64rem) {
      height: 70px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:h-\[620px\] {
    @media (width >= 64rem) {
      height: 620px;
    }
  }
  .lg\:h-\[750px\] {
    @media (width >= 64rem) {
      height: 750px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:w-\[35px\] {
    @media (width >= 64rem) {
      width: 35px;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[45px\] {
    @media (width >= 64rem) {
      width: 45px;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 64rem) {
      width: 55%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[133px\] {
    @media (width >= 64rem) {
      width: 133px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:max-w-\[100\%\] {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:max-w-\[429px\] {
    @media (width >= 64rem) {
      max-width: 429px;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:max-w-\[550px\] {
    @media (width >= 64rem) {
      max-width: 550px;
    }
  }
  .lg\:max-w-\[630px\] {
    @media (width >= 64rem) {
      max-width: 630px;
    }
  }
  .lg\:max-w-\[1000px\] {
    @media (width >= 64rem) {
      max-width: 1000px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:p-\[0px\] {
    @media (width >= 64rem) {
      padding: 0px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 64rem) {
      padding: 30px;
    }
  }
  .lg\:p-\[120px\] {
    @media (width >= 64rem) {
      padding: 120px;
    }
  }
  .lg\:px-\[0px\] {
    @media (width >= 64rem) {
      padding-inline: 0px;
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:px-\[120px\] {
    @media (width >= 64rem) {
      padding-inline: 120px;
    }
  }
  .lg\:px-\[130px\] {
    @media (width >= 64rem) {
      padding-inline: 130px;
    }
  }
  .lg\:py-\[0px\] {
    @media (width >= 64rem) {
      padding-block: 0px;
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:pt-\[0px\] {
    @media (width >= 64rem) {
      padding-top: 0px;
    }
  }
  .lg\:pt-\[30px\] {
    @media (width >= 64rem) {
      padding-top: 30px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 64rem) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[90px\] {
    @media (width >= 64rem) {
      padding-top: 90px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[110px\] {
    @media (width >= 64rem) {
      padding-top: 110px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 64rem) {
      padding-top: 160px;
    }
  }
  .lg\:pt-\[180px\] {
    @media (width >= 64rem) {
      padding-top: 180px;
    }
  }
  .lg\:pt-\[240px\] {
    @media (width >= 64rem) {
      padding-top: 240px;
    }
  }
  .lg\:pt-\[280px\] {
    @media (width >= 64rem) {
      padding-top: 280px;
    }
  }
  .lg\:pr-\[0px\] {
    @media (width >= 64rem) {
      padding-right: 0px;
    }
  }
  .lg\:pr-\[120px\] {
    @media (width >= 64rem) {
      padding-right: 120px;
    }
  }
  .lg\:pr-\[130px\] {
    @media (width >= 64rem) {
      padding-right: 130px;
    }
  }
  .lg\:pr-\[240px\] {
    @media (width >= 64rem) {
      padding-right: 240px;
    }
  }
  .lg\:pb-\[0px\] {
    @media (width >= 64rem) {
      padding-bottom: 0px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 64rem) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 64rem) {
      padding-bottom: 90px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 64rem) {
      padding-bottom: 120px;
    }
  }
  .lg\:pb-\[240px\] {
    @media (width >= 64rem) {
      padding-bottom: 240px;
    }
  }
  .lg\:pl-\[0px\] {
    @media (width >= 64rem) {
      padding-left: 0px;
    }
  }
  .lg\:pl-\[30px\] {
    @media (width >= 64rem) {
      padding-left: 30px;
    }
  }
  .lg\:pl-\[120px\] {
    @media (width >= 64rem) {
      padding-left: 120px;
    }
  }
  .lg\:pl-\[240px\] {
    @media (width >= 64rem) {
      padding-left: 240px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 64rem) {
      font-size: 17px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:leading-10 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --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-leading: initial;
    }
  }
}
