/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --yc-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --yc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --yc-color-red-500: oklch(63.7% .237 25.331);
    --yc-color-red-600: oklch(57.7% .245 27.325);
    --yc-color-red-700: oklch(50.5% .213 27.518);
    --yc-color-green-600: oklch(62.7% .194 149.214);
    --yc-color-slate-300: oklch(86.9% .022 252.894);
    --yc-color-slate-500: oklch(55.4% .046 257.417);
    --yc-color-slate-700: oklch(37.2% .044 257.287);
    --yc-color-slate-800: oklch(27.9% .041 260.031);
    --yc-color-gray-300: oklch(87.2% .01 258.338);
    --yc-color-gray-800: oklch(27.8% .033 256.848);
    --yc-color-white: #fff;
    --yc-spacing: .25rem;
    --yc-container-6xl: 72rem;
    --yc-text-sm: .875rem;
    --yc-text-sm--line-height: calc(1.25 / .875);
    --yc-text-lg: 1.125rem;
    --yc-text-lg--line-height: calc(1.75 / 1.125);
    --yc-text-xl: 1.25rem;
    --yc-text-xl--line-height: calc(1.75 / 1.25);
    --yc-text-2xl: 1.5rem;
    --yc-text-2xl--line-height: calc(2 / 1.5);
    --yc-font-weight-medium: 500;
    --yc-font-weight-semibold: 600;
    --yc-radius-lg: .5rem;
    --yc-radius-xl: .75rem;
    --yc-default-transition-duration: .15s;
    --yc-default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --yc-default-font-family: var(--yc-font-sans);
    --yc-default-mono-font-family: var(--yc-font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--yc-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(--yc-default-font-feature-settings, normal);
    font-variation-settings: var(--yc-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--yc-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--yc-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--yc-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .yc\:mx-auto {
    margin-inline: auto !important;
  }

  .yc\:mt-3 {
    margin-top: calc(var(--yc-spacing) * 3) !important;
  }

  .yc\:mt-4 {
    margin-top: calc(var(--yc-spacing) * 4) !important;
  }

  .yc\:mb-1 {
    margin-bottom: calc(var(--yc-spacing) * 1) !important;
  }

  .yc\:mb-2 {
    margin-bottom: calc(var(--yc-spacing) * 2) !important;
  }

  .yc\:mb-6 {
    margin-bottom: calc(var(--yc-spacing) * 6) !important;
  }

  .yc\:block {
    display: block !important;
  }

  .yc\:flex {
    display: flex !important;
  }

  .yc\:grid {
    display: grid !important;
  }

  .yc\:inline-block {
    display: inline-block !important;
  }

  .yc\:min-h-screen {
    min-height: 100vh !important;
  }

  .yc\:w-full {
    width: 100% !important;
  }

  .yc\:max-w-6xl {
    max-width: var(--yc-container-6xl) !important;
  }

  .yc\:transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, ) !important;
  }

  .yc\:cursor-pointer {
    cursor: pointer !important;
  }

  .yc\:resize-none {
    resize: none !important;
  }

  .yc\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .yc\:flex-col {
    flex-direction: column !important;
  }

  .yc\:items-center {
    align-items: center !important;
  }

  .yc\:justify-between {
    justify-content: space-between !important;
  }

  .yc\:justify-start {
    justify-content: flex-start !important;
  }

  .yc\:gap-4 {
    gap: calc(var(--yc-spacing) * 4) !important;
  }

  :where(.yc\:space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0 !important;
    margin-block-start: calc(calc(var(--yc-spacing) * 5) * var(--tw-space-y-reverse)) !important;
    margin-block-end: calc(calc(var(--yc-spacing) * 5) * calc(1 - var(--tw-space-y-reverse))) !important;
  }

  .yc\:rounded-lg {
    border-radius: var(--yc-radius-lg) !important;
  }

  .yc\:rounded-xl {
    border-radius: var(--yc-radius-xl) !important;
  }

  .yc\:border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }

  .yc\:border-gray-300 {
    border-color: var(--yc-color-gray-300) !important;
  }

  .yc\:border-slate-300 {
    border-color: var(--yc-color-slate-300) !important;
  }

  .yc\:bg-red-500 {
    background-color: var(--yc-color-red-500) !important;
  }

  .yc\:bg-red-600 {
    background-color: var(--yc-color-red-600) !important;
  }

  .yc\:object-contain {
    object-fit: contain !important;
  }

  .yc\:p-3 {
    padding: calc(var(--yc-spacing) * 3) !important;
  }

  .yc\:px-4 {
    padding-inline: calc(var(--yc-spacing) * 4) !important;
  }

  .yc\:px-6 {
    padding-inline: calc(var(--yc-spacing) * 6) !important;
  }

  .yc\:py-3 {
    padding-block: calc(var(--yc-spacing) * 3) !important;
  }

  .yc\:py-10 {
    padding-block: calc(var(--yc-spacing) * 10) !important;
  }

  .yc\:pt-3 {
    padding-top: calc(var(--yc-spacing) * 3) !important;
  }

  .yc\:text-center {
    text-align: center !important;
  }

  .yc\:text-2xl {
    font-size: var(--yc-text-2xl) !important;
    line-height: var(--tw-leading, var(--yc-text-2xl--line-height)) !important;
  }

  .yc\:text-lg {
    font-size: var(--yc-text-lg) !important;
    line-height: var(--tw-leading, var(--yc-text-lg--line-height)) !important;
  }

  .yc\:text-sm {
    font-size: var(--yc-text-sm) !important;
    line-height: var(--tw-leading, var(--yc-text-sm--line-height)) !important;
  }

  .yc\:text-xl {
    font-size: var(--yc-text-xl) !important;
    line-height: var(--tw-leading, var(--yc-text-xl--line-height)) !important;
  }

  .yc\:font-medium {
    --tw-font-weight: var(--yc-font-weight-medium) !important;
    font-weight: var(--yc-font-weight-medium) !important;
  }

  .yc\:font-semibold {
    --tw-font-weight: var(--yc-font-weight-semibold) !important;
    font-weight: var(--yc-font-weight-semibold) !important;
  }

  .yc\:text-gray-800 {
    color: var(--yc-color-gray-800) !important;
  }

  .yc\:text-green-600 {
    color: var(--yc-color-green-600) !important;
  }

  .yc\:text-slate-500 {
    color: var(--yc-color-slate-500) !important;
  }

  .yc\:text-slate-700 {
    color: var(--yc-color-slate-700) !important;
  }

  .yc\:text-slate-800 {
    color: var(--yc-color-slate-800) !important;
  }

  .yc\:text-white {
    color: var(--yc-color-white) !important;
  }

  .yc\:shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .yc\:shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .yc\:transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events !important;
    transition-timing-function: var(--tw-ease, var(--yc-default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--yc-default-transition-duration)) !important;
  }

  .yc\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: var(--tw-ease, var(--yc-default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--yc-default-transition-duration)) !important;
  }

  .yc\:duration-200 {
    --tw-duration: .2s !important;
    transition-duration: .2s !important;
  }

  .yc\:outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }

  @media (hover: hover) {
    .yc\:hover\:scale-105:hover {
      --tw-scale-x: 105% !important;
      --tw-scale-y: 105% !important;
      --tw-scale-z: 105% !important;
      scale: var(--tw-scale-x) var(--tw-scale-y) !important;
    }

    .yc\:hover\:bg-red-600:hover {
      background-color: var(--yc-color-red-600) !important;
    }

    .yc\:hover\:bg-red-700:hover {
      background-color: var(--yc-color-red-700) !important;
    }
  }

  .yc\:focus\:border-red-500:focus {
    border-color: var(--yc-color-red-500) !important;
  }

  .yc\:focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .yc\:focus\:ring-red-500:focus {
    --tw-ring-color: var(--yc-color-red-500) !important;
  }
}

#contact_us_app :before, #contact_us_app :after {
  content: unset !important;
  display: unset !important;
}

#contact_us_app img {
  max-width: 100%;
  display: block;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-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;
}
