/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[20px\] {
    right: 20px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[\%\] {
    bottom: %;
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[-20px\] {
    bottom: -20px;
  }
  .bottom-\[-25px\] {
    bottom: -25px;
  }
  .bottom-\[-35px\] {
    bottom: -35px;
  }
  .bottom-\[0\%\] {
    bottom: 0%;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[1\%\] {
    bottom: 1%;
  }
  .bottom-\[3\%\] {
    bottom: 3%;
  }
  .bottom-\[4\%\] {
    bottom: 4%;
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[40\%\] {
    bottom: 40%;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[50px\] {
    bottom: 50px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .bottom-\[110px\] {
    bottom: 110px;
  }
  .bottom-\[120px\] {
    bottom: 120px;
  }
  .bottom-\[px\] {
    bottom: px;
  }
  .left-\[1px\] {
    left: 1px;
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[6px\] {
    left: 6px;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[120\%\] {
    left: 120%;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .m-\[20px\] {
    margin: 20px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[auto\] {
    height: auto;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[148px\] {
    width: 148px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[x\] {
    width: x;
  }
  .max-w-\[1\] {
    max-width: 1;
  }
  .max-w-\[177\] {
    max-width: 177;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1170px\] {
    max-width: 1170px;
  }
  .max-w-\[1770px\] {
    max-width: 1770px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-top {
    transform-origin: top;
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-0 {
    --tw-scale-y: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-100 {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[7-\%_auto\] {
    grid-template-columns: 7-% auto;
  }
  .grid-cols-\[20\%_auto\] {
    grid-template-columns: 20% auto;
  }
  .grid-cols-\[25\%_auto\] {
    grid-template-columns: 25% auto;
  }
  .grid-cols-\[30\%_auto\] {
    grid-template-columns: 30% auto;
  }
  .grid-cols-\[40\%_auto\] {
    grid-template-columns: 40% auto;
  }
  .grid-cols-\[70\%_auto\] {
    grid-template-columns: 70% auto;
  }
  .items-center {
    align-items: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-t-\[7px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 7px;
  }
  .border-t-\[8px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 8px;
  }
  .border-t-\[10px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 10px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#564d4d\] {
    border-color: #564d4d;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-t-\[\#\#222222\] {
    border-top-color: ##222222;
  }
  .border-t-\[\#605d5d\] {
    border-top-color: #605d5d;
  }
  .border-t-\[\#222222\] {
    border-top-color: #222222;
  }
  .border-t-\[\#\] {
    border-top-color: #;
  }
  .border-t-\[\#ccc\] {
    border-top-color: #ccc;
  }
  .border-b-black {
    border-bottom-color: var(--color-black);
  }
  .bg-\[\#2d2d2d\] {
    background-color: #2d2d2d;
  }
  .bg-\[\#\] {
    background-color: #;
  }
  .bg-\[rgba\(0\,0\,0\,0\.7\)\] {
    background-color: rgba(0,0,0,0.7);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-\[url\(\/images\/BG\.jpg\)\] {
    background-image: url(/images/BG.jpg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[7px_20px\] {
    padding: 7px 20px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-\[2\%\] {
    padding-block: 2%;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[500px\] {
    padding-block: 500px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .leading-\[65px\] {
    --tw-leading: 65px;
    line-height: 65px;
  }
  .leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
  .leading-\[px\] {
    --tw-leading: px;
    line-height: px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#AAAAAA\] {
    color: #AAAAAA;
  }
  .text-\[\#ccc\] {
    color: #ccc;
  }
  .text-\[white\] {
    color: white;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-\[\#C11119\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C11119;
      }
    }
  }
  .hover\:bg-\[\#\] {
    &:hover {
      @media (hover: hover) {
        background-color: #;
      }
    }
  }
  .hover\:bg-\[rgb\(\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgb();
      }
    }
  }
  .hover\:bg-\[rgb\(78\,78\,78\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(78,78,78);
      }
    }
  }
  .hover\:bg-\[rgb\(78\,78\,78\,\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(78,78,78,);
      }
    }
  }
  .sm\:bottom-0 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:left-\[20\%\] {
    @media (width >= 40rem) {
      left: 20%;
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:grid {
    @media (width >= 40rem) {
      display: grid;
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 40rem) {
      width: 60%;
    }
  }
  .sm\:w-\[95\%\] {
    @media (width >= 40rem) {
      width: 95%;
    }
  }
  .sm\:w-\[100\%\] {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[70\%_auto\] {
    @media (width >= 40rem) {
      grid-template-columns: 70% auto;
    }
  }
  .sm\:gap-\[0px\] {
    @media (width >= 40rem) {
      gap: 0px;
    }
  }
  .sm\:gap-\[40px\] {
    @media (width >= 40rem) {
      gap: 40px;
    }
  }
  .sm\:gap-\[50px\] {
    @media (width >= 40rem) {
      gap: 50px;
    }
  }
  .sm\:p-\[5px_25px\] {
    @media (width >= 40rem) {
      padding: 5px 25px;
    }
  }
  .sm\:p-\[10px\] {
    @media (width >= 40rem) {
      padding: 10px;
    }
  }
  .sm\:px-\[10px\] {
    @media (width >= 40rem) {
      padding-inline: 10px;
    }
  }
  .sm\:py-\[60px\] {
    @media (width >= 40rem) {
      padding-block: 60px;
    }
  }
  .sm\:py-\[80px\] {
    @media (width >= 40rem) {
      padding-block: 80px;
    }
  }
  .sm\:py-\[100px\] {
    @media (width >= 40rem) {
      padding-block: 100px;
    }
  }
  .sm\:py-\[150px\] {
    @media (width >= 40rem) {
      padding-block: 150px;
    }
  }
  .sm\:text-\[25px\] {
    @media (width >= 40rem) {
      font-size: 25px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:text-\[50px\] {
    @media (width >= 40rem) {
      font-size: 50px;
    }
  }
  .sm\:leading-\[65px\] {
    @media (width >= 40rem) {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }
  .sm\:text-\[50\] {
    @media (width >= 40rem) {
      color: 50;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
