/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@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-red-500: oklch(0.637 0.237 25.331);
    --color-orange-400: oklch(0.75 0.183 55.934);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --font-inter: "Inter", sans-serif;
    --color-default-bg: rgba(255, 253, 249, 1);
    --color-dark-orange: rgba(203, 92, 37, 1);
    --color-primary: rgba(44, 51, 50, 1);
    --color-warm-gray: rgba(217, 212, 198, 1);
    --color-off-white: rgba(244, 240, 230, 1);
    --color-ivory: rgba(255, 253, 248, 1);
    --color-muted-teal: rgba(72, 134, 124, 1);
    --color-medium-gray: rgba(156, 156, 156, 1);
    --color-desert-sand: rgba(225, 213, 179, 1);
    --color-shadow-gray: rgba(42, 42, 42, 0.20);
    --color-dark-slate-gray: rgba(44, 51, 50, 1);
    --color-graphite: rgba(56, 56, 56, 1);
    --color-cyan-gray: rgba(159, 164, 164, 1);
    --color-reddish-orange: rgba(203, 92, 37, 1);
    --color-bright-royal-blue: rgba(27, 109, 232, 1);
    --color-burnt-orange: rgba(220, 96, 45, 1);
    --color-light-cream: rgba(247, 243, 228, 1);
  }
}
@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;
  }
  body {
    line-height: inherit;
  }
  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;
    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 {
  .\@container {
    container-type: inline-size;
  }
  .\@container-\[inline-size\] {
    container-type: inline-size;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .\!top-\[-19px\] {
    top: -19px !important;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-26px\] {
    top: -26px;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-60px\] {
    top: -60px;
  }
  .top-\[-563px\] {
    top: -563px;
  }
  .top-\[-764px\] {
    top: -764px;
  }
  .top-\[-1054px\] {
    top: -1054px;
  }
  .top-\[17px\] {
    top: 17px;
  }
  .top-\[24px\] {
    top: 24px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[clamp\(-3\.125rem\,-12\.4418rem\+23\.2919vw\,6\.25rem\)\] {
    top: clamp(-3.125rem, -12.4418rem + 23.2919vw, 6.25rem);
  }
  .top-\[clamp\(-42\.375rem\,-63\.6806rem\+44\.4444vw\,-28\.125rem\)\] {
    top: clamp(-42.375rem, -63.6806rem + 44.4444vw, -28.125rem);
  }
  .top-\[clamp\(-56\.75rem\,-71\.7099rem\+33\.9623vw\,-58\.125rem\)\] {
    top: clamp(-56.75rem, -71.7099rem + 33.9623vw, -58.125rem);
  }
  .top-\[clamp\(-63\.75rem\,-71\.7099rem\+33\.9623vw\,-58\.125rem\)\] {
    top: clamp(-63.75rem, -71.7099rem + 33.9623vw, -58.125rem);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[-53px\] {
    right: -53px;
  }
  .right-\[0\] {
    right: 0;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[24px\] {
    right: 24px;
  }
  .right-\[32px\] {
    right: 32px;
  }
  .right-\[clamp\(-4\.375rem\,3\.8846rem\+-17\.23vw\,-17\.4375rem\)\] {
    right: clamp(-4.375rem, 3.8846rem + -17.23vw, -17.4375rem);
  }
  .bottom-\[-112px\] {
    bottom: -112px;
  }
  .bottom-\[-145px\] {
    bottom: -145px;
  }
  .bottom-\[-216px\] {
    bottom: -216px;
  }
  .bottom-\[-239px\] {
    bottom: -239px;
  }
  .bottom-\[-345px\] {
    bottom: -345px;
  }
  .bottom-\[-630px\] {
    bottom: -630px;
  }
  .bottom-\[-743px\] {
    bottom: -743px;
  }
  .bottom-\[-1000px\] {
    bottom: -1000px;
  }
  .bottom-\[2px\] {
    bottom: 2px;
  }
  .bottom-\[clamp\(-14rem\,-22\.5rem\+21\.25vw\,-5\.5rem\)\] {
    bottom: clamp(-14rem, -22.5rem + 21.25vw, -5.5rem);
  }
  .bottom-\[clamp\(-15\.9375rem\,-20\.2853rem\+10\.8696vw\,-11\.5625rem\)\] {
    bottom: clamp(-15.9375rem, -20.2853rem + 10.8696vw, -11.5625rem);
  }
  .bottom-\[clamp\(-17\.1875rem\,-27\.0633rem\+24\.6894vw\,-7\.25rem\)\] {
    bottom: clamp(-17.1875rem, -27.0633rem + 24.6894vw, -7.25rem);
  }
  .bottom-\[clamp\(-18\.75rem\,-23\.5326rem\+11\.9565vw\,-4\.9375rem\)\] {
    bottom: clamp(-18.75rem, -23.5326rem + 11.9565vw, -4.9375rem);
  }
  .bottom-\[clamp\(-18\.75rem\,-23\.5326rem\+11\.9565vw\,-13\.9375rem\)\] {
    bottom: clamp(-18.75rem, -23.5326rem + 11.9565vw, -13.9375rem);
  }
  .bottom-\[clamp\(-51\.75rem\,-70\.2522rem\+38\.5965vw\,-39\.375rem\)\] {
    bottom: clamp(-51.75rem, -70.2522rem + 38.5965vw, -39.375rem);
  }
  .bottom-\[clamp\(-71\.875rem\,-72\.4729rem\+2\.551vw\,-71\.25rem\)\] {
    bottom: clamp(-71.875rem, -72.4729rem + 2.551vw, -71.25rem);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[-2011px\] {
    left: -2011px;
  }
  .left-\[0\] {
    left: 0;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .isolation-auto {
    isolation: auto;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-1100 {
    z-index: 1100;
  }
  .z-1101 {
    z-index: 1101;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .z-auto {
    z-index: auto;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .order-none {
    order: 0;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-auto {
    grid-column-start: auto;
  }
  .col-end-auto {
    grid-column-end: auto;
  }
  .row-auto {
    grid-row: auto;
  }
  .row-span-full {
    grid-row: 1 / -1;
  }
  .row-start-auto {
    grid-row-start: auto;
  }
  .row-end-auto {
    grid-row-end: auto;
  }
  .float-end {
    float: inline-end;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .float-start {
    float: inline-start;
  }
  .clear-both {
    clear: both;
  }
  .clear-end {
    clear: inline-end;
  }
  .clear-left {
    clear: left;
  }
  .clear-none {
    clear: none;
  }
  .clear-right {
    clear: right;
  }
  .clear-start {
    clear: inline-start;
  }
  .container {
    width: 100%;
    @media (width >= 374px) {
      max-width: 374px;
    }
    @media (width >= 375px) {
      max-width: 375px;
    }
    @media (width >= 376px) {
      max-width: 376px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 700px) {
      max-width: 700px;
    }
    @media (width >= 750px) {
      max-width: 750px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 800px) {
      max-width: 800px;
    }
    @media (width >= 850px) {
      max-width: 850px;
    }
    @media (width >= 900px) {
      max-width: 900px;
    }
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 1000px) {
      max-width: 1000px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1080px) {
      max-width: 1080px;
    }
    @media (width >= 1140px) {
      max-width: 1140px;
    }
    @media (width >= 1180px) {
      max-width: 1180px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1281px) {
      max-width: 1281px;
    }
    @media (width >= 1450px) {
      max-width: 1450px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 374px) {
      max-width: 374px !important;
    }
    @media (width >= 375px) {
      max-width: 375px !important;
    }
    @media (width >= 376px) {
      max-width: 376px !important;
    }
    @media (width >= 600px) {
      max-width: 600px !important;
    }
    @media (width >= 640px) {
      max-width: 640px !important;
    }
    @media (width >= 700px) {
      max-width: 700px !important;
    }
    @media (width >= 750px) {
      max-width: 750px !important;
    }
    @media (width >= 768px) {
      max-width: 768px !important;
    }
    @media (width >= 800px) {
      max-width: 800px !important;
    }
    @media (width >= 850px) {
      max-width: 850px !important;
    }
    @media (width >= 900px) {
      max-width: 900px !important;
    }
    @media (width >= 991px) {
      max-width: 991px !important;
    }
    @media (width >= 1000px) {
      max-width: 1000px !important;
    }
    @media (width >= 1024px) {
      max-width: 1024px !important;
    }
    @media (width >= 1080px) {
      max-width: 1080px !important;
    }
    @media (width >= 1140px) {
      max-width: 1140px !important;
    }
    @media (width >= 1180px) {
      max-width: 1180px !important;
    }
    @media (width >= 1280px) {
      max-width: 1280px !important;
    }
    @media (width >= 1281px) {
      max-width: 1281px !important;
    }
    @media (width >= 1450px) {
      max-width: 1450px !important;
    }
    @media (width >= 1536px) {
      max-width: 1536px !important;
    }
  }
  .mx-\[11px\] {
    margin-inline: 11px;
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[32px\] {
    margin-block: 32px;
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[49px\] {
    margin-top: 49px;
  }
  .mt-\[57px\] {
    margin-top: 57px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[44px\] {
    margin-bottom: 44px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .box-content {
    box-sizing: content-box;
  }
  .line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: unset;
  }
  .\!flex {
    display: flex !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .field-sizing-fixed {
    field-sizing: fixed;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-\[311px\] {
    height: 311px !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[95\%\] {
    height: 95%;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[283px\] {
    height: 283px;
  }
  .h-\[353px\] {
    height: 353px;
  }
  .h-\[2046px\] {
    height: 2046px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[166px\] {
    max-height: 166px;
  }
  .max-h-\[168px\] {
    max-height: 168px;
  }
  .max-h-\[169px\] {
    max-height: 169px;
  }
  .max-h-\[180px\] {
    max-height: 180px;
  }
  .max-h-\[196px\] {
    max-height: 196px;
  }
  .max-h-\[197px\] {
    max-height: 197px;
  }
  .max-h-\[224px\] {
    max-height: 224px;
  }
  .max-h-\[284px\] {
    max-height: 284px;
  }
  .max-h-\[303px\] {
    max-height: 303px;
  }
  .max-h-\[427\] {
    max-height: 427;
  }
  .max-h-\[490px\] {
    max-height: 490px;
  }
  .max-h-\[577px\] {
    max-height: 577px;
  }
  .max-h-none {
    max-height: none;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-\[34px\] {
    min-height: 34px;
  }
  .min-h-\[54px\] {
    min-height: 54px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[168px\] {
    min-height: 168px;
  }
  .min-h-\[169px\] {
    min-height: 169px;
  }
  .min-h-\[225px\] {
    min-height: 225px;
  }
  .min-h-\[244px\] {
    min-height: 244px;
  }
  .min-h-\[280px\] {
    min-height: 280px;
  }
  .min-h-\[396px\] {
    min-height: 396px;
  }
  .min-h-\[484px\] {
    min-height: 484px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[520px\] {
    min-height: 520px;
  }
  .min-h-\[clamp\(12\.25rem\,6\.7842rem\+13\.6646vw\,17\.75rem\)\] {
    min-height: clamp(12.25rem, 6.7842rem + 13.6646vw, 17.75rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[43px\] {
    width: 43px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[344px\] {
    width: 344px;
  }
  .w-\[632px\] {
    width: 632px;
  }
  .w-\[clamp\(12\.5rem\,-15\.125rem\+69\.0625vw\,40\.125rem\)\] {
    width: clamp(12.5rem, -15.125rem + 69.0625vw, 40.125rem);
  }
  .w-\[clamp\(15\.625rem\,-7\.2943rem\+57\.2981vw\,38\.6875rem\)\] {
    width: clamp(15.625rem, -7.2943rem + 57.2981vw, 38.6875rem);
  }
  .w-\[clamp\(18\.75rem\,-0\.0078rem\+46\.8944vw\,37\.625rem\)\] {
    width: clamp(18.75rem, -0.0078rem + 46.8944vw, 37.625rem);
  }
  .w-\[clamp\(18\.75rem\,-0\.7531rem\+48\.7578vw\,38\.375rem\)\] {
    width: clamp(18.75rem, -0.7531rem + 48.7578vw, 38.375rem);
  }
  .w-\[clamp\(18\.75rem\,-9\.4488rem\+70\.4969vw\,47\.125rem\)\] {
    width: clamp(18.75rem, -9.4488rem + 70.4969vw, 47.125rem);
  }
  .w-\[clamp\(20\.625rem\,1\.9293rem\+46\.7391vw\,39\.4375rem\)\] {
    width: clamp(20.625rem, 1.9293rem + 46.7391vw, 39.4375rem);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[164px\] {
    max-width: 164px;
  }
  .max-w-\[195px\] {
    max-width: 195px;
  }
  .max-w-\[208px\] {
    max-width: 208px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[289px\] {
    max-width: 289px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[323px\] {
    max-width: 323px;
  }
  .max-w-\[343px\] {
    max-width: 343px;
  }
  .max-w-\[355px\] {
    max-width: 355px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[385px\] {
    max-width: 385px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[553px\] {
    max-width: 553px;
  }
  .max-w-\[598px\] {
    max-width: 598px;
  }
  .max-w-\[762px\] {
    max-width: 762px;
  }
  .max-w-\[865px\] {
    max-width: 865px;
  }
  .max-w-\[898px\] {
    max-width: 898px;
  }
  .max-w-\[946px\] {
    max-width: 946px;
  }
  .max-w-\[950px\] {
    max-width: 950px;
  }
  .max-w-\[955px\] {
    max-width: 955px;
  }
  .max-w-\[1006px\] {
    max-width: 1006px;
  }
  .max-w-\[1007px\] {
    max-width: 1007px;
  }
  .max-w-\[1010px\] {
    max-width: 1010px;
  }
  .max-w-\[1011px\] {
    max-width: 1011px;
  }
  .max-w-\[1216px\] {
    max-width: 1216px;
  }
  .max-w-\[1248px\] {
    max-width: 1248px;
  }
  .max-w-\[clamp\(21\.375rem\,11\.8719rem\+23\.7578vw\,30\.9375rem\)\] {
    max-width: clamp(21.375rem, 11.8719rem + 23.7578vw, 30.9375rem);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .min-w-\[104px\] {
    min-width: 104px;
  }
  .min-w-\[177px\] {
    min-width: 177px;
  }
  .min-w-\[335px\] {
    min-width: 335px;
  }
  .min-w-screen {
    min-width: 100vw;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-initial {
    flex: 0 auto;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .table-auto {
    table-layout: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .caption-top {
    caption-side: top;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .border-separate {
    border-collapse: separate;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .origin-bottom-left {
    transform-origin: bottom left;
  }
  .origin-bottom-right {
    transform-origin: bottom right;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-left {
    transform-origin: left;
  }
  .origin-right {
    transform-origin: right;
  }
  .origin-top {
    transform-origin: top;
  }
  .origin-top-left {
    transform-origin: top left;
  }
  .origin-top-right {
    transform-origin: top right;
  }
  .-translate-full {
    --tw-translate-x: -100%;
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-full {
    --tw-translate-x: 100%;
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-3d {
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }
  .translate-none {
    translate: none;
  }
  .scale-3d {
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }
  .scale-none {
    scale: none;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-none {
    rotate: none;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .transform-cpu {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .transform-none {
    transform: none;
  }
  .animate-none {
    animation: none;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pinch-zoom {
    --tw-pinch-zoom: pinch-zoom;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .resize-x {
    resize: horizontal;
  }
  .resize-y {
    resize: vertical;
  }
  .snap-none {
    scroll-snap-type: none;
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-proximity {
    --tw-scroll-snap-strictness: proximity;
  }
  .snap-align-none {
    scroll-snap-align: none;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .snap-end {
    scroll-snap-align: end;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .snap-always {
    scroll-snap-stop: always;
  }
  .snap-normal {
    scroll-snap-stop: normal;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .list-image-none {
    list-style-image: none;
  }
  .appearance-auto {
    appearance: auto;
  }
  .appearance-none {
    appearance: none;
  }
  .columns-auto {
    columns: auto;
  }
  .auto-cols-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-cols-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-min {
    grid-auto-columns: min-content;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .grid-flow-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .auto-rows-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .auto-rows-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-min {
    grid-auto-rows: min-content;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }
  .grid-cols-none {
    grid-template-columns: none;
  }
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .grid-rows-none {
    grid-template-rows: none;
  }
  .grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .place-content-around {
    place-content: space-around;
  }
  .place-content-baseline {
    place-content: baseline;
  }
  .place-content-between {
    place-content: space-between;
  }
  .place-content-center {
    place-content: center;
  }
  .place-content-end {
    place-content: end;
  }
  .place-content-evenly {
    place-content: space-evenly;
  }
  .place-content-start {
    place-content: start;
  }
  .place-content-stretch {
    place-content: stretch;
  }
  .place-items-baseline {
    place-items: baseline;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-end {
    place-items: end;
  }
  .place-items-start {
    place-items: start;
  }
  .place-items-stretch {
    place-items: stretch;
  }
  .content-around {
    align-content: space-around;
  }
  .content-baseline {
    align-content: baseline;
  }
  .content-between {
    align-content: space-between;
  }
  .content-center {
    align-content: center;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-evenly {
    align-content: space-evenly;
  }
  .content-normal {
    align-content: normal;
  }
  .content-start {
    align-content: flex-start;
  }
  .content-stretch {
    align-content: stretch;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-baseline {
    justify-content: baseline;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .justify-items-start {
    justify-items: start;
  }
  .justify-items-stretch {
    justify-items: stretch;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .space-y-reverse {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 1;
    }
  }
  .gap-x-\[3px\] {
    column-gap: 3px;
  }
  .gap-x-\[4px\] {
    column-gap: 4px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[15px\] {
    column-gap: 15px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[18px\] {
    column-gap: 18px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[23px\] {
    column-gap: 23px;
  }
  .gap-x-\[24px\] {
    column-gap: 24px;
  }
  .gap-x-\[25px\] {
    column-gap: 25px;
  }
  .gap-x-\[27px\] {
    column-gap: 27px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[57px\] {
    column-gap: 57px;
  }
  .gap-x-\[100px\] {
    column-gap: 100px;
  }
  .gap-x-\[163px\] {
    column-gap: 163px;
  }
  .gap-x-\[192px\] {
    column-gap: 192px;
  }
  .gap-x-\[clamp\(0\.625rem\,-1\.7352rem\+5\.9006vw\,3rem\)\] {
    column-gap: clamp(0.625rem, -1.7352rem + 5.9006vw, 3rem);
  }
  .space-x-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(16px * var(--tw-space-x-reverse));
      margin-inline-end: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-reverse {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[12px\] {
    row-gap: 12px;
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[37px\] {
    row-gap: 37px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[43px\] {
    row-gap: 43px;
  }
  .gap-y-\[47px\] {
    row-gap: 47px;
  }
  .gap-y-\[48px\] {
    row-gap: 48px;
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-y-reverse {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 1;
    }
  }
  .place-self-auto {
    place-self: auto;
  }
  .place-self-center {
    place-self: center;
  }
  .place-self-end {
    place-self: end;
  }
  .place-self-start {
    place-self: start;
  }
  .place-self-stretch {
    place-self: stretch;
  }
  .self-auto {
    align-self: auto;
  }
  .self-baseline {
    align-self: baseline;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-auto {
    scroll-behavior: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-s {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }
  .rounded-ss {
    border-start-start-radius: 0.25rem;
  }
  .rounded-e {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }
  .rounded-se {
    border-start-end-radius: 0.25rem;
  }
  .rounded-ee {
    border-end-end-radius: 0.25rem;
  }
  .rounded-es {
    border-end-start-radius: 0.25rem;
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .\!border-r-0 {
    border-right-style: var(--tw-border-style) !important;
    border-right-width: 0px !important;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-l-0 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 0px !important;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-double {
    --tw-border-style: double;
    border-style: double;
  }
  .border-hidden {
    --tw-border-style: hidden;
    border-style: hidden;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#D9D9D9\] {
    border-color: #D9D9D9 !important;
  }
  .\!border-\[rgba\(42\,42\,42\,0\.20\)\] {
    border-color: rgba(42,42,42,0.20) !important;
  }
  .\!border-dark-orange {
    border-color: var(--color-dark-orange) !important;
  }
  .border-\[\#2C3332\] {
    border-color: #2C3332;
  }
  .border-\[\#2C3332\]\/20 {
    border-color: color-mix(in oklab, #2C3332 20%, transparent);
  }
  .border-\[\#D9D4C6\] {
    border-color: #D9D4C6;
  }
  .border-\[\#E1D5B3\] {
    border-color: #E1D5B3;
  }
  .border-\[\#F7F3E4\] {
    border-color: #F7F3E4;
  }
  .border-dark-orange {
    border-color: var(--color-dark-orange);
  }
  .border-desert-sand {
    border-color: var(--color-desert-sand);
  }
  .border-warm-gray {
    border-color: var(--color-warm-gray);
  }
  .bg-\(--my_variable\) {
    background-color: var(--my_variable);
  }
  .bg-\(color\:--my-color\) {
    background-color: var(--my-color);
  }
  .bg-\[\#2C3332\]\/20 {
    background-color: color-mix(in oklab, #2C3332 20%, transparent);
  }
  .bg-\[\#2a2a2a\] {
    background-color: #2a2a2a;
  }
  .bg-\[\#0088cc\] {
    background-color: #0088cc;
  }
  .bg-\[\#CB5C25\] {
    background-color: #CB5C25;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
  }
  .bg-\[color\:var\(--my-color\)\] {
    background-color: var(--my-color);
  }
  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: rgba(0,0,0,0.5);
  }
  .bg-\[rgba\(28\,28\,28\,0\.20\)\] {
    background-color: rgba(28,28,28,0.20);
  }
  .bg-\[rgba\(34\,33\,31\,0\.90\)\] {
    background-color: rgba(34,33,31,0.90);
  }
  .bg-\[rgba\(255\,253\,248\,1\)\] {
    background-color: rgba(255,253,248,1);
  }
  .bg-\[var\(--my_variable\)\] {
    background-color: var(--my_variable);
  }
  .bg-burnt-orange {
    background-color: var(--color-burnt-orange);
  }
  .bg-dark-orange {
    background-color: var(--color-dark-orange);
  }
  .bg-default-bg {
    background-color: var(--color-default-bg);
  }
  .bg-graphite {
    background-color: var(--color-graphite);
  }
  .bg-ivory {
    background-color: var(--color-ivory);
  }
  .bg-off-white {
    background-color: var(--color-off-white);
  }
  .bg-primary\/40 {
    background-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-500\/50 {
    background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
  }
  .bg-red-500\/\[50\%\] {
    background-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .-bg-conic {
    --tw-gradient-position: in oklab;
    background-image: conic-gradient(var(--tw-gradient-stops));
  }
  .bg-conic {
    --tw-gradient-position: in oklab;
    background-image: conic-gradient(var(--tw-gradient-stops));
  }
  .bg-radial {
    --tw-gradient-position: in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .via-none {
    --tw-gradient-via-stops: initial;
  }
  .box-decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .box-decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  .decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
  }
  .bg-auto {
    background-size: auto;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-local {
    background-attachment: local;
  }
  .bg-scroll {
    background-attachment: scroll;
  }
  .bg-clip-border {
    background-clip: border-box;
  }
  .bg-clip-content {
    background-clip: content-box;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left {
    background-position: left;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-left-top {
    background-position: left top;
  }
  .bg-right {
    background-position: right;
  }
  .bg-right-bottom {
    background-position: right bottom;
  }
  .bg-right-top {
    background-position: right top;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .bg-repeat-round {
    background-repeat: round;
  }
  .bg-repeat-space {
    background-repeat: space;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .bg-repeat-y {
    background-repeat: repeat-y;
  }
  .bg-origin-border {
    background-origin: border-box;
  }
  .bg-origin-content {
    background-origin: content-box;
  }
  .bg-origin-padding {
    background-origin: padding-box;
  }
  .fill-\[\#CB5C25\] {
    fill: #CB5C25;
  }
  .fill-none {
    fill: none;
  }
  .stroke-none {
    stroke: none;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-none {
    object-fit: none;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .object-left-bottom {
    object-position: left bottom;
  }
  .object-left-top {
    object-position: left top;
  }
  .object-right {
    object-position: right;
  }
  .object-right-bottom {
    object-position: right bottom;
  }
  .object-right-top {
    object-position: right top;
  }
  .object-top {
    object-position: top;
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .px-\[3px\] {
    padding-inline: 3px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[19px\] {
    padding-inline: 19px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[27px\] {
    padding-inline: 27px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[19px\] {
    padding-block: 19px;
  }
  .py-\[21px\] {
    padding-block: 21px;
  }
  .py-\[27px\] {
    padding-block: 27px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[96px\] {
    padding-block: 96px;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[59px\] {
    padding-top: 59px;
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pt-\[96px\] {
    padding-top: 96px;
  }
  .pt-\[115px\] {
    padding-top: 115px;
  }
  .pt-\[152px\] {
    padding-top: 152px;
  }
  .pt-\[153px\] {
    padding-top: 153px;
  }
  .pt-\[176px\] {
    padding-top: 176px;
  }
  .pt-\[177px\] {
    padding-top: 177px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[25px\] {
    padding-right: 25px;
  }
  .pr-\[33px\] {
    padding-right: 33px;
  }
  .\!pb-\[50px\] {
    padding-bottom: 50px !important;
  }
  .\!pb-\[56px\] {
    padding-bottom: 56px !important;
  }
  .pb-\[0px\] {
    padding-bottom: 0px;
  }
  .pb-\[1px\] {
    padding-bottom: 1px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[31px\] {
    padding-bottom: 31px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[46px\] {
    padding-bottom: 46px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[58px\] {
    padding-bottom: 58px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pb-\[92px\] {
    padding-bottom: 92px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[122px\] {
    padding-bottom: 122px;
  }
  .pb-\[123px\] {
    padding-bottom: 123px;
  }
  .pb-\[203px\] {
    padding-bottom: 203px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[21px\] {
    padding-left: 21px;
  }
  .pl-\[23px\] {
    padding-left: 23px;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .pl-\[77px\] {
    padding-left: 77px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-sub {
    vertical-align: sub;
  }
  .align-super {
    vertical-align: super;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.7px\] {
    --tw-tracking: -0.7px;
    letter-spacing: -0.7px;
  }
  .tracking-\[-0\.8px\] {
    --tw-tracking: -0.8px;
    letter-spacing: -0.8px;
  }
  .tracking-\[-0\.9px\] {
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
  }
  .tracking-\[-1\.4px\] {
    --tw-tracking: -1.4px;
    letter-spacing: -1.4px;
  }
  .tracking-\[-1\.6px\;\] {
    --tw-tracking: -1.6px;;
    letter-spacing: -1.6px;;
  }
  .tracking-\[-1\.6px\] {
    --tw-tracking: -1.6px;
    letter-spacing: -1.6px;
  }
  .tracking-\[-1\.92px\] {
    --tw-tracking: -1.92px;
    letter-spacing: -1.92px;
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-\[-2\.7px\] {
    --tw-tracking: -2.7px;
    letter-spacing: -2.7px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .break-keep {
    word-break: keep-all;
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .text-clip {
    text-overflow: clip;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .hyphens-manual {
    -webkit-hyphens: manual;
    hyphens: manual;
  }
  .hyphens-none {
    -webkit-hyphens: none;
    hyphens: none;
  }
  .whitespace-break-spaces {
    white-space: break-spaces;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .\[color\:red\] {
    color: red;
  }
  .\[color\:red\]\/50 {
    color: color-mix(in oklab, red 50%, transparent);
  }
  .\[color\:red\]\/50\! {
    color: color-mix(in oklab, red 50%, transparent) !important;
  }
  .text-\[\#2A2A2A\] {
    color: #2A2A2A;
  }
  .text-\[\#2C3332\] {
    color: #2C3332;
  }
  .text-\[\#5A5F5E\] {
    color: #5A5F5E;
  }
  .text-\[\#9C9C9C\] {
    color: #9C9C9C;
  }
  .text-\[\#CB5C25\] {
    color: #CB5C25;
  }
  .text-\[\#F7F3E4\] {
    color: #F7F3E4;
  }
  .text-\[\#FFFCF1\] {
    color: #FFFCF1;
  }
  .text-\[16\] {
    color: 16;
  }
  .text-cyan-gray {
    color: var(--color-cyan-gray);
  }
  .text-dark-orange {
    color: var(--color-dark-orange);
  }
  .text-light-cream {
    color: var(--color-light-cream);
  }
  .text-medium-gray {
    color: var(--color-medium-gray);
  }
  .text-muted-teal {
    color: var(--color-muted-teal);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .font-stretch-condensed {
    font-stretch: condensed;
  }
  .font-stretch-expanded {
    font-stretch: expanded;
  }
  .font-stretch-extra-condensed {
    font-stretch: extra-condensed;
  }
  .font-stretch-extra-expanded {
    font-stretch: extra-expanded;
  }
  .font-stretch-normal {
    font-stretch: normal;
  }
  .font-stretch-semi-condensed {
    font-stretch: semi-condensed;
  }
  .font-stretch-semi-expanded {
    font-stretch: semi-expanded;
  }
  .font-stretch-ultra-condensed {
    font-stretch: ultra-condensed;
  }
  .font-stretch-ultra-expanded {
    font-stretch: ultra-expanded;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .normal-nums {
    font-variant-numeric: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dashed {
    text-decoration-style: dashed;
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .decoration-double {
    text-decoration-style: double;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .decoration-wavy {
    text-decoration-style: wavy;
  }
  .decoration-auto {
    text-decoration-thickness: auto;
  }
  .decoration-from-font {
    text-decoration-thickness: from-font;
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .accent-auto {
    accent-color: auto;
  }
  .scheme-dark {
    color-scheme: dark;
  }
  .scheme-light {
    color-scheme: light;
  }
  .scheme-light-dark {
    color-scheme: light dark;
  }
  .scheme-normal {
    color-scheme: normal;
  }
  .scheme-only-dark {
    color-scheme: only dark;
  }
  .scheme-only-light {
    color-scheme: only light;
  }
  .\!opacity-100 {
    opacity: 100% !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-\[0\.6\] {
    opacity: 0.6;
  }
  .mix-blend-plus-darker {
    mix-blend-mode: plus-darker;
  }
  .mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter;
  }
  .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-\[0px_9px_15\.4px_-4px_rgba\(0\,0\,0\,0\.10\)\] {
    --tw-shadow: 0px 9px 15.4px -4px var(--tw-shadow-color, rgba(0,0,0,0.10));
    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);
  }
  .inset-ring {
    --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-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);
  }
  .shadow-initial {
    --tw-shadow-color: initial;
  }
  .inset-shadow-initial {
    --tw-inset-shadow-color: initial;
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-none {
    --tw-blur:  ;
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .drop-shadow-none {
    --tw-drop-shadow:  ;
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .sepia {
    --tw-sepia: sepia(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 {
    --tw-backdrop-blur: blur(8px);
    -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,);
  }
  .backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -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,);
  }
  .backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
    -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,);
  }
  .backdrop-invert {
    --tw-backdrop-invert: invert(100%);
    -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,);
  }
  .backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
    -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,);
  }
  .backdrop-filter {
    -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;
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-none {
    transition-property: none;
  }
  .transition-discrete {
    transition-behavior: allow-discrete;
  }
  .transition-normal {
    transition-behavior: normal;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[1s\] {
    --tw-duration: 1s;
    transition-duration: 1s;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-auto {
    will-change: auto;
  }
  .will-change-contents {
    will-change: contents;
  }
  .will-change-scroll {
    will-change: scroll-position;
  }
  .will-change-transform {
    will-change: transform;
  }
  .contain-inline-size {
    --tw-contain-size: inline-size;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .contain-layout {
    --tw-contain-layout: layout;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .contain-paint {
    --tw-contain-paint: paint;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .contain-size {
    --tw-contain-size: size;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .contain-style {
    --tw-contain-style: style;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .contain-content {
    contain: content;
  }
  .contain-none {
    contain: none;
  }
  .contain-strict {
    contain: strict;
  }
  .content-none {
    --tw-content: none;
    content: none;
  }
  .forced-color-adjust-auto {
    forced-color-adjust: auto;
  }
  .forced-color-adjust-none {
    forced-color-adjust: none;
  }
  .outline-dashed {
    --tw-outline-style: dashed;
    outline-style: dashed;
  }
  .outline-dotted {
    --tw-outline-style: dotted;
    outline-style: dotted;
  }
  .outline-double {
    --tw-outline-style: double;
    outline-style: double;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .outline-solid {
    --tw-outline-style: solid;
    outline-style: solid;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[clip-path\:circle\(6219px_at_50\%_304\%\)\] {
    clip-path: circle(6219px at 50% 304%);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .backface-visible {
    backface-visibility: visible;
  }
  .divide-x-reverse {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 1;
    }
  }
  .duration-initial {
    --tw-duration: initial;
  }
  .ease-initial {
    --tw-ease: initial;
  }
  .perspective-none {
    perspective: none;
  }
  .perspective-origin-bottom {
    perspective-origin: bottom;
  }
  .perspective-origin-bottom-left {
    perspective-origin: bottom left;
  }
  .perspective-origin-bottom-right {
    perspective-origin: bottom right;
  }
  .perspective-origin-center {
    perspective-origin: center;
  }
  .perspective-origin-left {
    perspective-origin: left;
  }
  .perspective-origin-right {
    perspective-origin: right;
  }
  .perspective-origin-top {
    perspective-origin: top;
  }
  .perspective-origin-top-left {
    perspective-origin: top left;
  }
  .perspective-origin-top-right {
    perspective-origin: top right;
  }
  .ring-inset {
    --tw-ring-inset: inset;
  }
  .transform-3d {
    transform-style: preserve-3d;
  }
  .transform-border {
    transform-box: border-box;
  }
  .transform-content {
    transform-box: content-box;
  }
  .transform-fill {
    transform-box: fill-box;
  }
  .transform-flat {
    transform-style: flat;
  }
  .transform-stroke {
    transform-box: stroke-box;
  }
  .transform-view {
    transform-box: view-box;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-\[\#CB5C25\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #CB5C25;
      }
    }
  }
  .group-hover\:fill-\[\#2a2a2a\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #2a2a2a;
      }
    }
  }
  .group-hover\:text-\[\#2a2a2a\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #2a2a2a;
      }
    }
  }
  .group-hover\:text-burnt-orange {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-burnt-orange);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .c_screen_376\:max-w-\[300px\] {
    @media (width >= 376px) {
      max-width: 300px;
    }
  }
  .sm\:bottom-\[12px\] {
    @media (width >= 640px) {
      bottom: 12px;
    }
  }
  .sm\:mx-\[32px\] {
    @media (width >= 640px) {
      margin-inline: 32px;
    }
  }
  .sm\:mt-\[16px\] {
    @media (width >= 640px) {
      margin-top: 16px;
    }
  }
  .sm\:mt-\[17px\] {
    @media (width >= 640px) {
      margin-top: 17px;
    }
  }
  .sm\:mt-\[48px\] {
    @media (width >= 640px) {
      margin-top: 48px;
    }
  }
  .sm\:mt-\[64px\] {
    @media (width >= 640px) {
      margin-top: 64px;
    }
  }
  .sm\:mr-0 {
    @media (width >= 640px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-0 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-\[16px\] {
    @media (width >= 640px) {
      margin-bottom: 16px;
    }
  }
  .sm\:mb-\[48px\] {
    @media (width >= 640px) {
      margin-bottom: 48px;
    }
  }
  .sm\:\!block {
    @media (width >= 640px) {
      display: block !important;
    }
  }
  .sm\:\!flex {
    @media (width >= 640px) {
      display: flex !important;
    }
  }
  .sm\:\!hidden {
    @media (width >= 640px) {
      display: none !important;
    }
  }
  .sm\:block {
    @media (width >= 640px) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 640px) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:\!h-full {
    @media (width >= 640px) {
      height: 100% !important;
    }
  }
  .sm\:h-\[33px\] {
    @media (width >= 640px) {
      height: 33px;
    }
  }
  .sm\:h-\[42px\] {
    @media (width >= 640px) {
      height: 42px;
    }
  }
  .sm\:h-\[580px\] {
    @media (width >= 640px) {
      height: 580px;
    }
  }
  .sm\:h-\[clamp\(19\.25rem\,12\.7904rem\+16\.1491vw\,25\.75rem\)\] {
    @media (width >= 640px) {
      height: clamp(19.25rem, 12.7904rem + 16.1491vw, 25.75rem);
    }
  }
  .sm\:h-auto {
    @media (width >= 640px) {
      height: auto;
    }
  }
  .sm\:h-full {
    @media (width >= 640px) {
      height: 100%;
    }
  }
  .sm\:max-h-\[283px\] {
    @media (width >= 640px) {
      max-height: 283px;
    }
  }
  .sm\:max-h-\[284px\] {
    @media (width >= 640px) {
      max-height: 284px;
    }
  }
  .sm\:max-h-\[490px\] {
    @media (width >= 640px) {
      max-height: 490px;
    }
  }
  .sm\:min-h-\[320px\] {
    @media (width >= 640px) {
      min-height: 320px;
    }
  }
  .sm\:min-h-\[396px\] {
    @media (width >= 640px) {
      min-height: 396px;
    }
  }
  .sm\:min-h-\[520px\] {
    @media (width >= 640px) {
      min-height: 520px;
    }
  }
  .sm\:\!w-auto {
    @media (width >= 640px) {
      width: auto !important;
    }
  }
  .sm\:w-\[33px\] {
    @media (width >= 640px) {
      width: 33px;
    }
  }
  .sm\:w-\[42px\] {
    @media (width >= 640px) {
      width: 42px;
    }
  }
  .sm\:w-\[clamp\(12\.5rem\,-5\.625rem\+45\.3125vw\,30\.625rem\)\] {
    @media (width >= 640px) {
      width: clamp(12.5rem, -5.625rem + 45.3125vw, 30.625rem);
    }
  }
  .sm\:w-auto {
    @media (width >= 640px) {
      width: auto;
    }
  }
  .sm\:w-full {
    @media (width >= 640px) {
      width: 100%;
    }
  }
  .sm\:max-w-\[288px\] {
    @media (width >= 640px) {
      max-width: 288px;
    }
  }
  .sm\:max-w-\[289px\] {
    @media (width >= 640px) {
      max-width: 289px;
    }
  }
  .sm\:max-w-\[323px\] {
    @media (width >= 640px) {
      max-width: 323px;
    }
  }
  .sm\:max-w-\[392px\] {
    @media (width >= 640px) {
      max-width: 392px;
    }
  }
  .sm\:max-w-\[598px\] {
    @media (width >= 640px) {
      max-width: 598px;
    }
  }
  .sm\:max-w-\[641px\] {
    @media (width >= 640px) {
      max-width: 641px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 640px) {
      justify-content: space-between;
    }
  }
  .sm\:justify-center {
    @media (width >= 640px) {
      justify-content: center;
    }
  }
  .sm\:gap-y-0 {
    @media (width >= 640px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:gap-y-\[32px\] {
    @media (width >= 640px) {
      row-gap: 32px;
    }
  }
  .sm\:gap-y-\[48px\] {
    @media (width >= 640px) {
      row-gap: 48px;
    }
  }
  .sm\:gap-y-\[59px\] {
    @media (width >= 640px) {
      row-gap: 59px;
    }
  }
  .sm\:border-none {
    @media (width >= 640px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .sm\:bg-white {
    @media (width >= 640px) {
      background-color: var(--color-white);
    }
  }
  .sm\:px-0 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-\[24px\] {
    @media (width >= 640px) {
      padding-inline: 24px;
    }
  }
  .sm\:px-\[32px\] {
    @media (width >= 640px) {
      padding-inline: 32px;
    }
  }
  .sm\:px-\[38px\] {
    @media (width >= 640px) {
      padding-inline: 38px;
    }
  }
  .sm\:py-\[25px\] {
    @media (width >= 640px) {
      padding-block: 25px;
    }
  }
  .sm\:py-\[32px\] {
    @media (width >= 640px) {
      padding-block: 32px;
    }
  }
  .sm\:pt-\[18px\] {
    @media (width >= 640px) {
      padding-top: 18px;
    }
  }
  .sm\:pt-\[38px\] {
    @media (width >= 640px) {
      padding-top: 38px;
    }
  }
  .sm\:pt-\[48px\] {
    @media (width >= 640px) {
      padding-top: 48px;
    }
  }
  .sm\:pt-\[53px\] {
    @media (width >= 640px) {
      padding-top: 53px;
    }
  }
  .sm\:pt-\[58px\] {
    @media (width >= 640px) {
      padding-top: 58px;
    }
  }
  .sm\:pt-\[72px\] {
    @media (width >= 640px) {
      padding-top: 72px;
    }
  }
  .sm\:pt-\[81px\] {
    @media (width >= 640px) {
      padding-top: 81px;
    }
  }
  .sm\:pt-\[96px\] {
    @media (width >= 640px) {
      padding-top: 96px;
    }
  }
  .sm\:pt-\[189px\] {
    @media (width >= 640px) {
      padding-top: 189px;
    }
  }
  .sm\:pt-\[215px\] {
    @media (width >= 640px) {
      padding-top: 215px;
    }
  }
  .sm\:pt-\[216px\] {
    @media (width >= 640px) {
      padding-top: 216px;
    }
  }
  .sm\:pt-\[227px\] {
    @media (width >= 640px) {
      padding-top: 227px;
    }
  }
  .sm\:pr-0 {
    @media (width >= 640px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .sm\:\!pb-\[105px\] {
    @media (width >= 640px) {
      padding-bottom: 105px !important;
    }
  }
  .sm\:pb-0 {
    @media (width >= 640px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-\[16px\] {
    @media (width >= 640px) {
      padding-bottom: 16px;
    }
  }
  .sm\:pb-\[31px\] {
    @media (width >= 640px) {
      padding-bottom: 31px;
    }
  }
  .sm\:pb-\[47px\] {
    @media (width >= 640px) {
      padding-bottom: 47px;
    }
  }
  .sm\:pb-\[50px\] {
    @media (width >= 640px) {
      padding-bottom: 50px;
    }
  }
  .sm\:pb-\[64px\] {
    @media (width >= 640px) {
      padding-bottom: 64px;
    }
  }
  .sm\:pb-\[70px\] {
    @media (width >= 640px) {
      padding-bottom: 70px;
    }
  }
  .sm\:pb-\[96px\] {
    @media (width >= 640px) {
      padding-bottom: 96px;
    }
  }
  .sm\:pb-\[109px\] {
    @media (width >= 640px) {
      padding-bottom: 109px;
    }
  }
  .sm\:pb-\[110px\] {
    @media (width >= 640px) {
      padding-bottom: 110px;
    }
  }
  .sm\:pb-\[123px\] {
    @media (width >= 640px) {
      padding-bottom: 123px;
    }
  }
  .sm\:pb-\[190px\] {
    @media (width >= 640px) {
      padding-bottom: 190px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 640px) {
      font-size: 14px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 640px) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 640px) {
      font-size: 18px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 640px) {
      font-size: 20px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 640px) {
      font-size: 28px;
    }
  }
  .sm\:text-\[44px\] {
    @media (width >= 640px) {
      font-size: 44px;
    }
  }
  .sm\:text-\[54px\] {
    @media (width >= 640px) {
      font-size: 54px;
    }
  }
  .sm\:text-\[60px\] {
    @media (width >= 640px) {
      font-size: 60px;
    }
  }
  .sm\:text-\[80px\] {
    @media (width >= 640px) {
      font-size: 80px;
    }
  }
  .sm\:leading-\[28px\] {
    @media (width >= 640px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .sm\:leading-\[32px\] {
    @media (width >= 640px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .sm\:leading-\[52px\] {
    @media (width >= 640px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .sm\:leading-\[54px\] {
    @media (width >= 640px) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  .sm\:leading-\[56px\] {
    @media (width >= 640px) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .sm\:leading-\[60px\] {
    @media (width >= 640px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .sm\:leading-\[64px\] {
    @media (width >= 640px) {
      --tw-leading: 64px;
      line-height: 64px;
    }
  }
  .sm\:font-normal {
    @media (width >= 640px) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .sm\:font-semibold {
    @media (width >= 640px) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .sm\:tracking-\[-0\.9px\] {
    @media (width >= 640px) {
      --tw-tracking: -0.9px;
      letter-spacing: -0.9px;
    }
  }
  .sm\:tracking-\[-1\.4px\] {
    @media (width >= 640px) {
      --tw-tracking: -1.4px;
      letter-spacing: -1.4px;
    }
  }
  .sm\:tracking-\[-2\.2px\] {
    @media (width >= 640px) {
      --tw-tracking: -2.2px;
      letter-spacing: -2.2px;
    }
  }
  .sm\:text-\[\#2C3332\] {
    @media (width >= 640px) {
      color: #2C3332;
    }
  }
  .sm\:text-\[\#505050\] {
    @media (width >= 640px) {
      color: #505050;
    }
  }
  .sm\:text-black {
    @media (width >= 640px) {
      color: var(--color-black);
    }
  }
  .sm\:text-primary {
    @media (width >= 640px) {
      color: var(--color-primary);
    }
  }
  .sm\:opacity-100 {
    @media (width >= 640px) {
      opacity: 100%;
    }
  }
  .c_screen_700\:grid {
    @media (width >= 700px) {
      display: grid;
    }
  }
  .c_screen_700\:hidden {
    @media (width >= 700px) {
      display: none;
    }
  }
  .c_screen_700\:pt-\[96px\] {
    @media (width >= 700px) {
      padding-top: 96px;
    }
  }
  .c_screen_700\:pb-\[96px\] {
    @media (width >= 700px) {
      padding-bottom: 96px;
    }
  }
  .c_screen_750\:flex {
    @media (width >= 750px) {
      display: flex;
    }
  }
  .c_screen_750\:hidden {
    @media (width >= 750px) {
      display: none;
    }
  }
  .c_screen_750\:grid-cols-3 {
    @media (width >= 750px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:top-\[52\%\] {
    @media (width >= 768px) {
      top: 52%;
    }
  }
  .md\:right-\[-1446px\] {
    @media (width >= 768px) {
      right: -1446px;
    }
  }
  .md\:right-\[270px\] {
    @media (width >= 768px) {
      right: 270px;
    }
  }
  .md\:left-\[clamp\(-40\.625rem\,-79\.7718rem\+81\.5558vw\,0rem\)\] {
    @media (width >= 768px) {
      left: clamp(-40.625rem, -79.7718rem + 81.5558vw, 0rem);
    }
  }
  .md\:left-auto {
    @media (width >= 768px) {
      left: auto;
    }
  }
  .md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[20px\] {
    @media (width >= 768px) {
      margin-top: 20px;
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-0 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-auto {
    @media (width >= 768px) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-\[1447px\] {
    @media (width >= 768px) {
      height: 1447px;
    }
  }
  .md\:w-\[clamp\(23\.75rem\,8\.8922rem\+30\.9942vw\,33\.6875rem\)\] {
    @media (width >= 768px) {
      width: clamp(23.75rem, 8.8922rem + 30.9942vw, 33.6875rem);
    }
  }
  .md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .md\:max-w-\[368px\] {
    @media (width >= 768px) {
      max-width: 368px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:gap-x-\[9px\] {
    @media (width >= 768px) {
      column-gap: 9px;
    }
  }
  .md\:pt-\[96px\] {
    @media (width >= 768px) {
      padding-top: 96px;
    }
  }
  .md\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 768px) {
      font-size: 20px;
    }
  }
  .md\:text-\[80px\] {
    @media (width >= 768px) {
      font-size: 80px;
    }
  }
  .md\:leading-\[84px\] {
    @media (width >= 768px) {
      --tw-leading: 84px;
      line-height: 84px;
    }
  }
  .md\:tracking-\[-0\.9px\] {
    @media (width >= 768px) {
      --tw-tracking: -0.9px;
      letter-spacing: -0.9px;
    }
  }
  .md\:tracking-\[-4px\] {
    @media (width >= 768px) {
      --tw-tracking: -4px;
      letter-spacing: -4px;
    }
  }
  .md\:\[clip-path\:circle\(4393px_at_50\%_304\%\)\] {
    @media (width >= 768px) {
      clip-path: circle(4393px at 50% 304%);
    }
  }
  .c_screen_850\:gap-y-\[48px\] {
    @media (width >= 850px) {
      row-gap: 48px;
    }
  }
  .c_screen_850\:py-\[38px\] {
    @media (width >= 850px) {
      padding-block: 38px;
    }
  }
  .c_screen_850\:pr-\[64px\] {
    @media (width >= 850px) {
      padding-right: 64px;
    }
  }
  .c_screen_850\:pl-\[66px\] {
    @media (width >= 850px) {
      padding-left: 66px;
    }
  }
  .c_screen_850\:text-\[18px\] {
    @media (width >= 850px) {
      font-size: 18px;
    }
  }
  .c_screen_900\:grid-cols-4 {
    @media (width >= 900px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .c_screen_900\:flex-row {
    @media (width >= 900px) {
      flex-direction: row;
    }
  }
  .c_screen_900\:gap-x-\[38px\] {
    @media (width >= 900px) {
      column-gap: 38px;
    }
  }
  .c_screen_900\:gap-y-0 {
    @media (width >= 900px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .c_screen_900\:border-b-0 {
    @media (width >= 900px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .c_screen_900\:border-l {
    @media (width >= 900px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .c_screen_900\:px-0 {
    @media (width >= 900px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .c_screen_900\:pb-0 {
    @media (width >= 900px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .c_screen_md\:block {
    @media (width >= 991px) {
      display: block;
    }
  }
  .c_screen_md\:hidden {
    @media (width >= 991px) {
      display: none;
    }
  }
  .c_screen_md\:min-w-\[104px\] {
    @media (width >= 991px) {
      min-width: 104px;
    }
  }
  .c_screen_md\:min-w-\[274px\] {
    @media (width >= 991px) {
      min-width: 274px;
    }
  }
  .c_screen_md\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .c_screen_md\:flex-row {
    @media (width >= 991px) {
      flex-direction: row;
    }
  }
  .c_screen_md\:gap-x-\[108px\] {
    @media (width >= 991px) {
      column-gap: 108px;
    }
  }
  .c_screen_md\:gap-x-\[118px\] {
    @media (width >= 991px) {
      column-gap: 118px;
    }
  }
  .c_screen_md\:gap-x-\[174px\] {
    @media (width >= 991px) {
      column-gap: 174px;
    }
  }
  .c_screen_md\:px-\[35px\] {
    @media (width >= 991px) {
      padding-inline: 35px;
    }
  }
  .c_screen_md\:text-\[44px\] {
    @media (width >= 991px) {
      font-size: 44px;
    }
  }
  .c_screen_md\:leading-\[54px\] {
    @media (width >= 991px) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  .c_screen_1000\:pr-\[85px\] {
    @media (width >= 1000px) {
      padding-right: 85px;
    }
  }
  .lg\:left-\[clamp\(-30rem\,-60rem\+46\.875vw\,-22\.5rem\)\] {
    @media (width >= 1024px) {
      left: clamp(-30rem, -60rem + 46.875vw, -22.5rem);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .c_screen_1140\:w-\[clamp\(65\.625rem\,-25\.9821rem\+128\.5714vw\,76\.875rem\)\] {
    @media (width >= 1140px) {
      width: clamp(65.625rem, -25.9821rem + 128.5714vw, 76.875rem);
    }
  }
  .c_screen_1180\:top-\[-40px\] {
    @media (width >= 1180px) {
      top: -40px;
    }
  }
  .c_screen_1180\:right-\[-60px\] {
    @media (width >= 1180px) {
      right: -60px;
    }
  }
  .xl\:mr-\[64px\] {
    @media (width >= 1280px) {
      margin-right: 64px;
    }
  }
  .xl\:max-h-\[2136px\] {
    @media (width >= 1280px) {
      max-height: 2136px;
    }
  }
  .xl\:min-h-\[280px\] {
    @media (width >= 1280px) {
      min-height: 280px;
    }
  }
  .xl\:w-\[clamp\(71\.25rem\,28\.8971rem\+52\.9412vw\,76\.875rem\)\] {
    @media (width >= 1280px) {
      width: clamp(71.25rem, 28.8971rem + 52.9412vw, 76.875rem);
    }
  }
  .xl\:min-w-\[480px\] {
    @media (width >= 1280px) {
      min-width: 480px;
    }
  }
  .xl\:justify-start {
    @media (width >= 1280px) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-x-\[104px\] {
    @media (width >= 1280px) {
      column-gap: 104px;
    }
  }
  .c_screen_1450\:\!w-auto {
    @media (width >= 1450px) {
      width: auto !important;
    }
  }
  .c_screen_1450\:w-\[clamp\(76\.25rem\,29\.9734rem\+51\.0638vw\,91\.25rem\)\] {
    @media (width >= 1450px) {
      width: clamp(76.25rem, 29.9734rem + 51.0638vw, 91.25rem);
    }
  }
  .c_screen_1450\:max-w-\[480px\] {
    @media (width >= 1450px) {
      max-width: 480px;
    }
  }
  .c_screen_1450\:max-w-\[495px\] {
    @media (width >= 1450px) {
      max-width: 495px;
    }
  }
  .\32 xl\:right-\[185px\] {
    @media (width >= 1536px) {
      right: 185px;
    }
  }
  .\32 xl\:right-\[270px\] {
    @media (width >= 1536px) {
      right: 270px;
    }
  }
  .\32 xl\:bottom-\[7px\] {
    @media (width >= 1536px) {
      bottom: 7px;
    }
  }
  .\32 xl\:left-\[clamp\(-40\.625rem\,-79\.7718rem\+81\.5558vw\,0rem\)\] {
    @media (width >= 1536px) {
      left: clamp(-40.625rem, -79.7718rem + 81.5558vw, 0rem);
    }
  }
}
@layer base {
  html, body {
    font-family: var(--font-inter);
  }
  p {
    color: #5A5F5E;
  }
  h1 {
    font-size: 40px;
    --tw-leading: 50px;
    line-height: 50px;
    --tw-font-weight: 500;
    font-weight: 500;
    --tw-tracking: -2px;
    letter-spacing: -2px;
    color: var(--color-dark-orange);
    @media (width >= 768px) {
      font-size: 80px;
    }
    @media (width >= 768px) {
      --tw-leading: 84px;
      line-height: 84px;
    }
    @media (width >= 768px) {
      --tw-tracking: -4px;
      letter-spacing: -4px;
    }
  }
  h1, h2, h3, h4, h5, span {
    color: #2C3332;
  }
  h3 {
    font-size: 32px;
    --tw-leading: 40px;
    line-height: 40px;
    --tw-tracking: -1.6px;
    letter-spacing: -1.6px;
    @media (width >= 640px) {
      font-size: 44px;
    }
    @media (width >= 640px) {
      --tw-leading: 54px;
      line-height: 54px;
    }
    @media (width >= 640px) {
      --tw-tracking: -2.2px;
      letter-spacing: -2.2px;
    }
  }
  h5 {
    font-size: 20px;
    --tw-leading: 36px;
    line-height: 36px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -1.4px;
    letter-spacing: -1.4px;
    color: var(--color-primary);
    @media (width >= 850px) {
      font-size: 28px;
    }
  }
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-track {
    background-color: var(--color-white);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: var(--color-dark-orange);
  }
}
@layer components {
  .container-fluid {
    margin-inline: auto;
    max-width: 1155px;
    padding-inline: 16px;
    @media (width >= 640px) {
      padding-inline: 20px;
    }
    @media (width >= 1280px) {
      padding: 0;
    }
  }
}
@layer utilities {
  .bg-default {
    background: var(--color-default-bg);
    margin-inline: auto;
    width: 100%;
    max-width: 1920px;
  }
  .hover-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-dark-orange);
    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: 300ms;
    transition-duration: 300ms;
  }
  .hover-link:hover {
    color: var(--color-primary);
    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: 300ms;
    transition-duration: 300ms;
  }
  .hover-link .bg-dark-orange {
    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: 300ms;
    transition-duration: 300ms;
  }
  .hover-link:hover .bg-dark-orange {
    background-color: var(--color-primary);
    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: 300ms;
    transition-duration: 300ms;
  }
  .latest-projects .swiper-slide {
    @media (width >= 640px) {
      margin-right: 18px;
    }
  }
  .latest-projects .swiper-wrapper .swiper-slide img {
    height: 100%;
  }
  .swiper-controls {
    position: relative;
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 5);
    width: 280px;
  }
  .swiper-button-prev, .swiper-button-next {
    z-index: 50 !important;
  }
  .swiper-controls .swiper-button-prev, .swiper-controls .swiper-button-next {
    position: static;
    z-index: 50;
    margin: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    transform: none;
    &::after {
      content: var(--tw-content);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .swiper-controls .swiper-pagination {
    position: static;
    width: auto;
  }
  .swiper-controls .swiper-button-prev:after, .swiper-controls .swiper-button-next:after {
    display: none;
  }
  .swiper-controls .swiper-button-prev, .swiper-controls .swiper-button-next {
    height: auto !important;
    width: auto !important;
    border-radius: 5px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-dark-orange);
    padding-inline: 11px;
    padding-block: 8px;
  }
  .swiper-controls .swiper-button-prev:hover, .swiper-controls .swiper-button-next:hover {
    background-color: var(--color-dark-orange);
    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: 300ms;
    transition-duration: 300ms;
  }
  .swiper-controls .swiper-button-prev:hover svg path, .swiper-controls .swiper-button-next:hover svg path {
    stroke: #FAF0E6;
  }
  .swiper-controls .swiper-pagination-bullet {
    margin-inline: 8px !important;
  }
  .swiper-controls .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
    background-color: var(--color-dark-orange) !important;
  }
  .popup-project-images-swiper .swiper-controls .swiper-pagination-bullet-active, .popup-project-images-swiper .swiper-pagination-bullet-active {
    background-color: #D3CFC4 !important;
  }
  .popup-project-images-swiper .swiper-controls .swiper-pagination-bullet, .popup-project-images-swiper .swiper-pagination-bullet {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #D3CFC4;
    opacity: 100% !important;
  }
  .testimonial-swiper .swiper-slide {
    opacity: 40% !important;
  }
  .testimonial-swiper .swiper-slide.swiper-slide-active {
    opacity: 100% !important;
  }
  .connect-with-us {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    @media (width >= 640px) {
      row-gap: 32px;
    }
  }
  .connect-with-us .dropdown_title {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .connect-with-us .dropdown_wrapper .dropdown {
    position: relative;
    top: calc(var(--spacing) * 0);
    width: 100%;
    cursor: pointer;
  }
  .connect-with-us .dropdown_wrapper .dropdown .select {
    position: relative;
    display: flex;
    height: 48px;
    min-height: 52px;
    width: 100%;
    min-width: 177px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(16px * var(--tw-space-x-reverse));
      margin-inline-end: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    background-color: var(--color-white);
    padding: 16px;
  }
  .connect-with-us .dropdown_wrapper .dropdown .select .selected {
    overflow: hidden;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    white-space: nowrap;
    color: #505050;
  }
  .connect-with-us .dropdown_wrapper .dropdown .dropdown-list_wrapper {
    position: absolute;
    z-index: 100;
    display: none;
    height: 100%;
    min-height: 143px;
    width: 100%;
    overflow: auto;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-shadow-gray);
    background-color: var(--color-white);
    --tw-shadow: 0px 9px 15.4px -4px var(--tw-shadow-color, rgba(0,0,0,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .connect-with-us .dropdown_wrapper .dropdown .dropdown-list_wrapper .dropdown-list {
    margin-inline: 11px;
    margin-right: 5px;
    display: flex;
    height: 95%;
    flex-direction: column;
    overflow-y: auto;
    font-size: 12px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .connect-with-us .dropdown_wrapper .dropdown .dropdown-list_wrapper .reasonsForInquiry.dropdown-list {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .connect-with-us .form-group {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 18px;
    @media (width >= 991px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 991px) {
      row-gap: 24px;
    }
  }
  .connect-with-us .form-group.second-group {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 16px;
    padding-bottom: 16px;
  }
  .connect-with-us .input-box {
    margin-bottom: 16px;
  }
  .connect-with-us .input-box:hover label {
    color: var(--color-black);
  }
  .connect-with-us .input-box label, .connect-with-us .form-group label, .connect-with-us .located-notes {
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
    --tw-font-weight: 500;
    font-weight: 500;
    color: color-mix(in oklab, var(--color-dark-slate-gray) 70%, transparent);
  }
  .connect-with-us .located-notes span {
    margin-left: 8px;
    opacity: 40%;
  }
  .connect-with-us .input-box input::placeholder {
    color: #2a2a2a;
    opacity: 20%;
  }
  .connect-with-us .input-box input {
    width: 100%;
    border-radius: 10px;
    background-color: var(--color-white);
    padding-inline: 22px;
    padding-block: 17px;
    font-size: 14px;
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--color-shadow-gray);
    @media (width >= 640px) {
      padding-block: 15px;
    }
  }
  .connect-with-us .input-box input:hover {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: var(--color-primary);
  }
  .connect-with-us .input-box:hover input::placeholder {
    color: var(--color-black);
    opacity: 100%;
  }
  .connect-with-us .input-box input[type="email"] {
    width: 100%;
  }
  .connect-with-us .countryCode_dropdown {
    position: relative;
    top: calc(var(--spacing) * 0);
    width: 100%;
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper {
    display: flex;
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper:hover input {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper:hover .select {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper .select {
    display: flex;
    height: auto;
    min-width: 117px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: var(--color-shadow-gray);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 0);
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper .select .selected_country {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper .select .selected_country .flag-wrapper {
    display: flex;
    height: 21px;
    width: 21px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper .select .arrow_down {
    position: static;
    flex-shrink: 0;
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper input {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-shadow-gray);
    padding-left: 10px;
    --tw-outline-style: none;
    outline-style: none;
  }
  .connect-with-us .countryCode_dropdown .phonenumber_wrapper .wpcf7-form-control-wrap {
    width: 100%;
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper {
    position: absolute;
    top: 5.5em;
    z-index: 100;
    display: none;
    width: 100%;
    max-width: 370px;
    --tw-translate-y: 10px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: var(--color-white);
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper.menu-open {
    display: block;
    border-radius: 14px;
    opacity: 100%;
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .searchCountry {
    position: relative;
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .searchCountry svg {
    position: absolute;
    top: 50%;
    left: 16px;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .searchCountry input {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    padding-inline: 22px;
    padding-block: 15px;
    padding-left: 50px;
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .countryCodes_dropdown {
    position: absolute;
    left: calc(1/2 * 100%);
    z-index: 10;
    max-height: 206px;
    width: 100%;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    background-color: var(--color-white);
    color: var(--color-black);
    --tw-shadow: 0 0.5em 1em var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    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: 200ms;
    transition-duration: 200ms;
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .countryCodes_dropdown li {
    margin-block: 8px;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    column-gap: 9px;
    padding-block: 4px;
    font-size: 12px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .connect-with-us .countryCode_dropdown .countryCodes_dropdown_wrapper .countryCodes_dropdown .flag-wrapper {
    margin-left: 16px;
    display: flex;
    height: 21px;
    width: 21px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .connect-with-us .line {
    margin-bottom: 16px;
    height: 1px;
    width: 100%;
    background-color: #2C3332;
    opacity: 20%;
  }
  .connect-with-us input[type="checkbox"] {
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    cursor: pointer;
    appearance: none;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-orange-400);
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  li:hover .countryName {
    color: var(--color-black);
  }
  li:hover .countryCode {
    color: var(--color-black);
  }
  .connect-with-us label span {
    margin-left: 8px;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    opacity: 60%;
  }
  .connect-with-us textarea {
    height: 153px;
    width: 100%;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
    background-color: var(--color-white);
    padding: 16px;
  }
  .connect-with-us textarea:focus-visible {
    --tw-border-style: none;
    border-style: none;
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
    outline-color: #2a2a2a;
  }
  .connect-with-us .submit_wrapper .submit {
    display: flex;
    flex-direction: column;
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox {
    display: flex;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox .checkbox_container {
    position: relative;
    margin-top: 5px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox .checkbox_container input[type="checkbox"] {
    height: 18px;
    width: 18px;
    cursor: pointer;
    appearance: none;
    border-radius: 5px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in oklab, #2C3332 40%, transparent);
    background-color: #FCFCFC;
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox .checkbox_container .wpcf7-list-item {
    margin: calc(var(--spacing) * 0) !important;
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox .checkbox_container svg {
    pointer-events: none;
    position: absolute;
    top: 1px;
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    color: var(--color-bright-royal-blue);
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox label {
    width: 100%;
    max-width: 359px;
    font-size: 14px;
    --tw-leading: 22px;
    line-height: 22px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #2C3332;
    opacity: 40%;
  }
  .connect-with-us .recaptcha {
    padding-bottom: 32px;
  }
  .connect-with-us .submit button {
    display: flex;
    height: auto;
    max-height: 44px;
    max-width: 160px;
    column-gap: 8px;
    border-radius: 32px;
    font-size: 16px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    @media (width >= 640px) {
      grid-column: span 2 / span 2;
    }
    @media (width >= 640px) {
      grid-column-start: 1;
    }
    @media (width >= 640px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .connect-with-us .submit_wrapper .submit .custom_checkbox .wpcf7-list-item-label {
    display: none;
  }
  .dropdown-filter {
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 5;
    height: 100%;
    width: 100%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    opacity: 0%;
  }
  .dropdown-filter input {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 87%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 0px !important;
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 0px !important;
    border-color: color-mix(in oklab, #2a2a2a 20%, transparent) !important;
    padding-left: 10px;
  }
  .dropdown-filter .close-search {
    position: absolute;
    top: 50%;
    left: 80%;
    z-index: 6;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    cursor: pointer;
  }
  .menu-open {
    display: block !important;
    opacity: 100%;
  }
  .dropdown-list li {
    font-size: 16px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-reddish-orange);
  }
  .dropdown-list li:hover {
    color: var(--color-primary);
  }
  .dropdown-list > li span {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-reddish-orange);
  }
  .dropdown-list > li:hover span {
    color: var(--color-primary);
  }
  .dropdown-list > li span::before {
    content: '';
    position: absolute;
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 1px;
    width: calc(var(--spacing) * 0);
    border-radius: 50px;
    background-color: #2A2A2A;
    transition: width 0.3s ease;
  }
  .dropdown-list > li.active span {
    color: var(--color-primary);
  }
  .dropdown-list > li.active span::before {
    content: '';
    position: absolute;
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 1px;
    width: 100%;
    border-radius: 50px;
    background-color: #2A2A2A;
  }
  .dropdown-list > li:hover span::before {
    width: 100%;
  }
  .dropdown-list li {
    position: relative;
    cursor: pointer;
    padding-block: 8px;
    font-size: 14px;
  }
  .caret, .countrycode_caret {
    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: 300ms;
    transition-duration: 300ms;
  }
  .caret-rotate {
    rotate: 180deg;
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .city-dropdown {
    pointer-events: none;
    opacity: 80%;
  }
  #cookie-banner {
    position: fixed;
    top: 80%;
    right: calc(var(--spacing) * 0);
    z-index: 1000;
    height: 100%;
    max-height: 58px;
    width: 100%;
    max-width: 401px;
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #5F5F5F;
    background-color: rgba(58,58,58,0.60);
    padding-inline: 16px;
    color: var(--color-white);
    --tw-backdrop-blur: blur(2px);
    -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,);
    @media (width >= 640px) {
      right: 31px;
    }
  }
  #cookie-banner p {
    font-size: 12px;
    --tw-leading: 20px;
    line-height: 20px;
    --tw-font-weight: 300;
    font-weight: 300;
    color: #fcfcfc;
  }
  #accept-cookies {
    cursor: pointer;
    border-radius: 10px;
    background-color: var(--color-dark-orange);
    padding-inline: 20px;
    padding-block: 8px;
    font-size: 12px;
    --tw-font-weight: 500;
    font-weight: 500;
    color: #FFFDF9;
    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: 300ms;
    transition-duration: 300ms;
  }
  #accept-cookies:hover {
    background-color: var(--color-primary);
    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: 300ms;
    transition-duration: 300ms;
  }
  #menu-primary-menu li {
    position: relative;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #2a2a2a;
  }
  #menu-primary-menu li:before {
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: var(--color-primary);
    opacity: 0%;
    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: 300ms;
    transition-duration: 300ms;
    --tw-content: '';
    content: var(--tw-content);
  }
  #menu-primary-menu li:hover::before {
    opacity: 100%;
  }
  #pagination .page-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pagination .page-link:before {
    position: absolute;
    z-index: calc(10 * -1);
    height: 27px;
    width: 27px;
    border-radius: calc(infinity * 1px);
    --tw-content: '';
    content: var(--tw-content);
  }
  #pagination .page-link.active:before {
    background-color: var(--color-reddish-orange);
    color: var(--color-white);
    --tw-content: '';
    content: var(--tw-content);
  }
  #pagination .page-link {
    color: var(--color-primary);
  }
  #pagination .page-link.active {
    color: var(--color-white);
  }
  .contact-us {
    position: relative;
    display: flex;
    align-items: center;
  }
  .contact-us::after {
    margin-left: 8px;
    display: none;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: var(--color-primary);
    background-image: url('/wp-content/uploads/2025/05/tensitech_mail_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-inline: 17px;
    padding-block: 15px;
    --tw-content: '';
    content: var(--tw-content);
    @media (width >= 640px) {
      display: inline-block;
    }
  }
  .wpcf7-not-valid-tip {
    display: none !important;
  }
  .form-custom-validation {
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
    font-size: 14px;
    color: var(--color-dark-orange);
  }
  .form-custom-validation svg {
    margin-top: 5px;
    flex-shrink: 0;
  }
  #arrow-container .textwidget p {
    color: var(--color-light-cream);
    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: 300ms;
    transition-duration: 300ms;
  }
  #arrow-container:hover .textwidget p {
    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: 300ms;
    transition-duration: 300ms;
    @media (width >= 1280px) {
      color: #2a2a2a;
    }
  }
  .menu-item.current-menu-item {
    position: relative;
  }
  .menu-item.current-menu-item::before {
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: var(--color-primary);
    opacity: 100% !important;
    @media (width >= 750px) {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .menu-item.contact-us::before {
    opacity: 0% !important;
  }
  .contact-us::after {
    background-color: #CB5C25 !important;
  }
  .contact-us .menu-name {
    color: #CB5C25;
  }
  .contact-us:hover::before {
    opacity: 0% !important;
  }
  .single-our_projects #menu-item-23 {
    color: var(--color-primary) !important;
  }
  .provicy-policy h4 {
    font-size: 18px;
    --tw-leading: 24px;
    line-height: 24px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
  }
  .select-clicked span {
    color: var(--color-primary);
  }
  .footer-logo-container img {
    width: 208px;
    @media (width >= 640px) {
      width: 290px;
    }
  }
  .services-description p {
    --tw-tracking: -0.8px;
    letter-spacing: -0.8px;
  }
  .provicy-policy ul {
    margin-left: 10px;
    list-style-position: inside;
    font-size: 14px;
    color: #2C3332;
    @media (width >= 640px) {
      font-size: 16px;
    }
    list-style-type: inherit;
  }
  .provicy-policy .contact-info p {
    margin-bottom: 6px;
  }
  .provicy-policy .contact-info a {
    width: fit-content;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-dark-orange);
    color: var(--color-dark-orange);
  }
  .provicy-policy h4 {
    margin-bottom: 16px;
  }
  .touch-description p {
    font-size: 16px;
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
    @media (width >= 850px) {
      font-size: 18px;
    }
  }
  .about-the-project p {
    --tw-tracking: -0.8px;
    letter-spacing: -0.8px;
    color: #2a2a2a;
  }
  .arrow-disabled {
    pointer-events: none;
  }
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}
.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid rgba(203, 92, 37, 1);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60% , 100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0% , 60% , 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-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;
}
@property --tw-contain-size {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-layout {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-paint {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-style {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
