/*! tailwindcss v4.1.3 | 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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 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);
  }
}

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

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

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

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

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

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

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

  .tailwind ::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;
  }

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

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

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

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer utilities {
  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-\[-0\.001\%\] {
    top: -.001%;
  }

  .tailwind .top-\[-0\.002\%\] {
    top: -.002%;
  }

  .tailwind .top-\[26\.554\%\] {
    top: 26.554%;
  }

  .tailwind .top-\[42\.113px\] {
    top: 42.113px;
  }

  .tailwind .top-\[91\.484px\] {
    top: 91.484px;
  }

  .tailwind .top-\[102\.617px\] {
    top: 102.617px;
  }

  .tailwind .top-\[195\.258px\] {
    top: 195.258px;
  }

  .tailwind .top-\[198\.642px\] {
    top: 198.642px;
  }

  .tailwind .top-\[205\.162px\] {
    top: 205.162px;
  }

  .tailwind .top-\[229\.438px\] {
    top: 229.438px;
  }

  .tailwind .top-\[232\.34px\] {
    top: 232.34px;
  }

  .tailwind .top-\[240\.068px\] {
    top: 240.068px;
  }

  .tailwind .top-\[267\.761px\] {
    top: 267.761px;
  }

  .tailwind .top-\[272\.465px\] {
    top: 272.465px;
  }

  .tailwind .top-\[296\.355px\] {
    top: 296.355px;
  }

  .tailwind .top-\[315\.594px\] {
    top: 315.594px;
  }

  .tailwind .top-\[357\.707px\] {
    top: 357.707px;
  }

  .tailwind .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .tailwind .right-\[-0\.003\%\] {
    right: -.003%;
  }

  .tailwind .right-\[39\.784\%\] {
    right: 39.784%;
  }

  .tailwind .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .tailwind .bottom-\[56\.559\%\] {
    bottom: 56.559%;
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-\[-0\.002\%\] {
    left: -.002%;
  }

  .tailwind .left-\[9\.683px\] {
    left: 9.683px;
  }

  .tailwind .left-\[30\.704px\] {
    left: 30.704px;
  }

  .tailwind .left-\[48\.012\%\] {
    left: 48.012%;
  }

  .tailwind .left-\[59\.289px\] {
    left: 59.289px;
  }

  .tailwind .left-\[63\.275px\] {
    left: 63.275px;
  }

  .tailwind .left-\[83\.201px\] {
    left: 83.201px;
  }

  .tailwind .left-\[147\.217px\] {
    left: 147.217px;
  }

  .tailwind .left-\[166\.032px\] {
    left: 166.032px;
  }

  .tailwind .left-\[175\.749px\] {
    left: 175.749px;
  }

  .tailwind .left-\[183\.978px\] {
    left: 183.978px;
  }

  .tailwind .left-\[274\.032px\] {
    left: 274.032px;
  }

  .tailwind .left-\[371\.832px\] {
    left: 371.832px;
  }

  .tailwind .left-\[372\.801px\] {
    left: 372.801px;
  }

  .tailwind .left-\[390\.714px\] {
    left: 390.714px;
  }

  .tailwind .left-\[504\.976px\] {
    left: 504.976px;
  }

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

  .tailwind .box-border {
    box-sizing: border-box;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-\[25\.546px\] {
    height: 25.546px;
  }

  .tailwind .h-\[28\.722px\] {
    height: 28.722px;
  }

  .tailwind .h-\[32\.52px\] {
    height: 32.52px;
  }

  .tailwind .h-\[56\.248px\] {
    height: 56.248px;
  }

  .tailwind .h-\[67\.229px\] {
    height: 67.229px;
  }

  .tailwind .h-\[68\.331px\] {
    height: 68.331px;
  }

  .tailwind .h-\[74\.108px\] {
    height: 74.108px;
  }

  .tailwind .h-\[82\.704px\] {
    height: 82.704px;
  }

  .tailwind .h-\[83\.537px\] {
    height: 83.537px;
  }

  .tailwind .h-\[95\.196px\] {
    height: 95.196px;
  }

  .tailwind .h-\[99\.07px\] {
    height: 99.07px;
  }

  .tailwind .h-\[99\.527px\] {
    height: 99.527px;
  }

  .tailwind .h-\[108\.386px\] {
    height: 108.386px;
  }

  .tailwind .h-\[131\.345px\] {
    height: 131.345px;
  }

  .tailwind .h-\[136\.293px\] {
    height: 136.293px;
  }

  .tailwind .h-\[188\.706px\] {
    height: 188.706px;
  }

  .tailwind .h-\[189\.329px\] {
    height: 189.329px;
  }

  .tailwind .h-\[221px\] {
    height: 221px;
  }

  .tailwind .h-\[237\.449px\] {
    height: 237.449px;
  }

  .tailwind .h-\[238\.322px\] {
    height: 238.322px;
  }

  .tailwind .h-\[374\.4px\] {
    height: 374.4px;
  }

  .tailwind .w-\[25\.044px\] {
    width: 25.044px;
  }

  .tailwind .w-\[25\.045px\] {
    width: 25.045px;
  }

  .tailwind .w-\[58\.9px\] {
    width: 58.9px;
  }

  .tailwind .w-\[64\.479px\] {
    width: 64.479px;
  }

  .tailwind .w-\[66\.421px\] {
    width: 66.421px;
  }

  .tailwind .w-\[77\.601px\] {
    width: 77.601px;
  }

  .tailwind .w-\[77\.754px\] {
    width: 77.754px;
  }

  .tailwind .w-\[79\.755px\] {
    width: 79.755px;
  }

  .tailwind .w-\[82\.453px\] {
    width: 82.453px;
  }

  .tailwind .w-\[83\.744px\] {
    width: 83.744px;
  }

  .tailwind .w-\[85\.776px\] {
    width: 85.776px;
  }

  .tailwind .w-\[95\.025px\] {
    width: 95.025px;
  }

  .tailwind .w-\[97\.816px\] {
    width: 97.816px;
  }

  .tailwind .w-\[123\.726px\] {
    width: 123.726px;
  }

  .tailwind .w-\[137\.05px\] {
    width: 137.05px;
  }

  .tailwind .w-\[138\.098px\] {
    width: 138.098px;
  }

  .tailwind .w-\[144\.379px\] {
    width: 144.379px;
  }

  .tailwind .w-\[149\.253px\] {
    width: 149.253px;
  }

  .tailwind .w-\[195\.656px\] {
    width: 195.656px;
  }

  .tailwind .w-\[200\.843px\] {
    width: 200.843px;
  }

  .tailwind .w-\[599\.04px\] {
    width: 599.04px;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .flex-none {
    flex: none;
  }

  .tailwind .shrink-0 {
    flex-shrink: 0;
  }

  .tailwind .rotate-\[55\.758deg\] {
    rotate: 55.758deg;
  }

  .tailwind .rotate-\[174\.764deg\] {
    rotate: 174.764deg;
  }

  .tailwind .rotate-\[272\.575deg\] {
    rotate: 272.575deg;
  }

  .tailwind .rotate-\[293\.774deg\] {
    rotate: 293.774deg;
  }

  .tailwind .rotate-\[341\.409deg\] {
    rotate: 341.409deg;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .flex-col {
    flex-direction: column;
  }

  .tailwind .content-start {
    align-content: flex-start;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .items-start {
    align-items: flex-start;
  }

  .tailwind .justify-between {
    justify-content: space-between;
  }

  .tailwind .justify-center {
    justify-content: center;
  }

  .tailwind .justify-start {
    justify-content: flex-start;
  }

  .tailwind .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .tailwind .gap-\[15\.36px\] {
    gap: 15.36px;
  }

  .tailwind .gap-\[23\.04px\] {
    gap: 23.04px;
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .overflow-visible {
    overflow: visible;
  }

  .tailwind .rounded-\[5\.76px\] {
    border-radius: 5.76px;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.04\)\] {
    background-color: #0000000a;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .tailwind .px-\[164px\] {
    padding-inline: 164px;
  }

  .tailwind .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Inter\:Medium\'\,_sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Inter\:Regular\'\,_sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .tailwind .text-\[18px\] {
    font-size: 18px;
  }

  .tailwind .text-\[20px\] {
    font-size: 20px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[27\.648px\] {
    --tw-leading: 27.648px;
    line-height: 27.648px;
  }

  .tailwind .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .tracking-\[-0\.6912px\] {
    --tw-tracking: -.6912px;
    letter-spacing: -.6912px;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

  .tailwind .text-\[\#000000\] {
    color: #000;
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .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, );
  }

  .tailwind .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));
  }

  .tailwind .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));
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .tailwind .\[flex-flow\:wrap\] {
    flex-flow: wrap;
  }

  @media (hover: hover) {
    .tailwind .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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