/*! tailwindcss v4.1.12 | 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-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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-mono-font-family: var(--font-mono);
    --font-proxima: 'Proxima-Nova', sans-serif;
    --font-proxima-condensed: 'Proxima-Nova-Condensed', sans-serif;
    --font-proxima-extra-condensed: 'Proxima-Nova-Extra-Condensed', sans-serif;
    --font-amatic: 'Amatic', serif;
    --color-ocean: #0074d9e6;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[0px_0px\] {
    inset: 0px 0px;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[50\%\] {
    bottom: 50%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .\[z-index\:1\] {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-10\/1 {
    aspect-ratio: 10/1;
  }
  .aspect-16\/9 {
    aspect-ratio: 16/9;
  }
  .aspect-78\/18 {
    aspect-ratio: 78/18;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100\.1\%\] {
    height: 100.1%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[1142px\] {
    max-width: 1142px;
  }
  .max-w-\[1242px\] {
    max-width: 1242px;
  }
  .basis-\[75\%\] {
    flex-basis: 75%;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-100\%\] {
    --tw-translate-y: -100%;
    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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border-\[\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-l-\[3px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-blue-500\/50 {
    border-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
    }
  }
  .border-ocean {
    border-color: var(--color-ocean);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-100\/50 {
    background-color: color-mix(in srgb, oklch(96.7% 0.003 264.542) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-100) 50%, transparent);
    }
  }
  .bg-ocean {
    background-color: var(--color-ocean);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/67 {
    background-color: color-mix(in srgb, #fff 67%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 67%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\)\,rgba\(30\,33\,48\,0\.6\)\)\,url\(\'\.\.\/images\/island\.jpg\'\)\] {
    background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(30,33,48,0.6)),url('../images/island.jpg');
  }
  .bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\)\,rgba\(30\,33\,48\,0\.6\)\)\,url\(\'\.\.\/images\/waves_shizuoka\.png\'\)\] {
    background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(30,33,48,0.6)),url('../images/waves_shizuoka.png');
  }
  .bg-\[url\(\'\.\.\/images\/island\.jpg\'\)\] {
    background-image: url('../images/island.jpg');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-blue-500\/50 {
    fill: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
    }
  }
  .stroke-blue-500\/50 {
    stroke: color-mix(in srgb, oklch(62.3% 0.214 259.815) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      stroke: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[100\%_40\%\] {
    object-position: 100% 40%;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[1px_10px\] {
    padding: 1px 10px;
  }
  .p-\[1px_20px\] {
    padding: 1px 20px;
  }
  .p-\[2px_20px_13px_20px\] {
    padding: 2px 20px 13px 20px;
  }
  .p-\[3px_0_0_0\] {
    padding: 3px 0 0 0;
  }
  .p-\[5px_3px_10px_0px\] {
    padding: 5px 3px 10px 0px;
  }
  .p-\[5px_5px_10px_5px\] {
    padding: 5px 5px 10px 5px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-amatic {
    font-family: var(--font-amatic);
  }
  .font-proxima {
    font-family: var(--font-proxima);
  }
  .font-proxima-condensed {
    font-family: var(--font-proxima-condensed);
  }
  .font-proxima-extra-condensed {
    font-family: var(--font-proxima-extra-condensed);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base\/8 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 8);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .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);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/67 {
    color: color-mix(in srgb, #000 67%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 67%, transparent);
    }
  }
  .text-blue-300 {
    color: var(--color-blue-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-700\/67 {
    color: color-mix(in srgb, oklch(37.3% 0.034 259.733) 67%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-gray-700) 67%, transparent);
    }
  }
  .text-ocean {
    color: var(--color-ocean);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .shadow-\[-3px_0_3px_-3px_rgba\(0\,0\,0\,0\.12\)\,-1px_0_2px_-2px_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-shadow: -3px 0 3px -3px var(--tw-shadow-color, rgba(0,0,0,0.12)), -1px 0 2px -2px var(--tw-shadow-color, rgba(0,0,0,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_3px_0_rgba\(0\,0\,0\,0\.12\)\,0_1px_2px_0_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0,0,0,0.12)), 0 1px 2px 0 var(--tw-shadow-color, rgba(0,0,0,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_3px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_3px_9px_0_rgba\(0\,0\,0\,0\.17\)\] {
    --tw-shadow: 0 3px 9px 0 var(--tw-shadow-color, rgba(0,0,0,0.17));
    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_3px_3px_1px_rgba\(0\,0\,0\,0\.12\)\,0px_1px_2px_1px_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-shadow: 0px 3px 3px 1px var(--tw-shadow-color, rgba(0,0,0,0.12)), 0px 1px 2px 1px var(--tw-shadow-color, rgba(0,0,0,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[3px_0_3px_-3px_rgba\(0\,0\,0\,0\.12\)\,1px_0_2px_-2px_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-shadow: 3px 0 3px -3px var(--tw-shadow-color, rgba(0,0,0,0.12)), 1px 0 2px -2px var(--tw-shadow-color, rgba(0,0,0,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-sm {
    --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-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[all_0\.5s\] {
    transition-property: all 0.5s;
    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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .text-shadow-\[0px_1px_2px_rgb\(0_0_0_\/0\.9\)\] {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 /0.9));
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:right-\[2\%\] {
    &::before {
      content: var(--tw-content);
      right: 2%;
    }
  }
  .before\:bottom-\[5\%\] {
    &::before {
      content: var(--tw-content);
      bottom: 5%;
    }
  }
  .before\:left-\[2\%\] {
    &::before {
      content: var(--tw-content);
      left: 2%;
    }
  }
  .before\:z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: 1;
    }
  }
  .before\:h-\[20\%\] {
    &::before {
      content: var(--tw-content);
      height: 20%;
    }
  }
  .before\:w-\[47\%\] {
    &::before {
      content: var(--tw-content);
      width: 47%;
    }
  }
  .before\:rounded-lg {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-lg);
    }
  }
  .before\:shadow-\[0_2\.1rem_2rem_rgba\(0\,0\,0\,0\.4\)\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 2.1rem 2rem var(--tw-shadow-color, rgba(0,0,0,0.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-black\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-ocean {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ocean);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:px-3 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:text-sm\/7 {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-5\/1 {
    @media (width >= 48rem) {
      aspect-ratio: 5/1;
    }
  }
  .md\:aspect-16\/9 {
    @media (width >= 48rem) {
      aspect-ratio: 16/9;
    }
  }
  .md\:aspect-25\/9 {
    @media (width >= 48rem) {
      aspect-ratio: 25/9;
    }
  }
  .md\:w-\[79\%\] {
    @media (width >= 48rem) {
      width: 79%;
    }
  }
  .md\:w-\[85\%\] {
    @media (width >= 48rem) {
      width: 85%;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[1242px\] {
    @media (width >= 48rem) {
      max-width: 1242px;
    }
  }
  .md\:basis-\[20\%\] {
    @media (width >= 48rem) {
      flex-basis: 20%;
    }
  }
  .md\:basis-\[31\%\] {
    @media (width >= 48rem) {
      flex-basis: 31%;
    }
  }
  .md\:basis-\[65\%\] {
    @media (width >= 48rem) {
      flex-basis: 65%;
    }
  }
  .md\:grid-cols-\[50px_auto_50px\] {
    @media (width >= 48rem) {
      grid-template-columns: 50px auto 50px;
    }
  }
  .md\:flex-col-reverse {
    @media (width >= 48rem) {
      flex-direction: column-reverse;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:bg-fixed {
    @media (width >= 48rem) {
      background-attachment: fixed;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-1 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .dark\:text-blue-400\/10 {
    @media (prefers-color-scheme: dark) {
      color: color-mix(in srgb, oklch(70.7% 0.165 254.624) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-blue-400) 10%, transparent);
      }
    }
  }
  .\*\*\:\[a\]\:pt-1 {
    :is(& *) {
      &:is(a) {
        padding-top: calc(var(--spacing) * 1);
      }
    }
  }
  .\*\*\:\[a\]\:pr-1 {
    :is(& *) {
      &:is(a) {
        padding-right: calc(var(--spacing) * 1);
      }
    }
  }
  .\*\*\:\[a\]\:pb-0 {
    :is(& *) {
      &:is(a) {
        padding-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .\*\*\:\[a\]\:pl-1 {
    :is(& *) {
      &:is(a) {
        padding-left: calc(var(--spacing) * 1);
      }
    }
  }
  .\*\*\:\[a\]\:leading-none {
    :is(& *) {
      &:is(a) {
        --tw-leading: 1;
        line-height: 1;
      }
    }
  }
  .\*\*\:\[a\]\:text-black\/90 {
    :is(& *) {
      &:is(a) {
        color: color-mix(in srgb, #000 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-black) 90%, transparent);
        }
      }
    }
  }
  .\*\*\:\[a\]\:text-white {
    :is(& *) {
      &:is(a) {
        color: var(--color-white);
      }
    }
  }
  .\*\*\:\[a\]\:hover\:text-ocean {
    :is(& *) {
      &:is(a) {
        &:hover {
          @media (hover: hover) {
            color: var(--color-ocean);
          }
        }
      }
    }
  }
  .\*\*\:\[svg\]\:size-2 {
    :is(& *) {
      &:is(svg) {
        width: calc(var(--spacing) * 2);
        height: calc(var(--spacing) * 2);
      }
    }
  }
  .\*\*\:\[svg\]\:size-3 {
    :is(& *) {
      &:is(svg) {
        width: calc(var(--spacing) * 3);
        height: calc(var(--spacing) * 3);
      }
    }
  }
  .\*\*\:\[svg\]\:size-4 {
    :is(& *) {
      &:is(svg) {
        width: calc(var(--spacing) * 4);
        height: calc(var(--spacing) * 4);
      }
    }
  }
  .\*\*\:\[svg\]\:size-5 {
    :is(& *) {
      &:is(svg) {
        width: calc(var(--spacing) * 5);
        height: calc(var(--spacing) * 5);
      }
    }
  }
  .\*\*\:\[svg\]\:fill-black\/67 {
    :is(& *) {
      &:is(svg) {
        fill: color-mix(in srgb, #000 67%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-black) 67%, transparent);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:fill-black\/69 {
    :is(& *) {
      &:is(svg) {
        fill: color-mix(in srgb, #000 69%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-black) 69%, transparent);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:fill-black\/90 {
    :is(& *) {
      &:is(svg) {
        fill: color-mix(in srgb, #000 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-black) 90%, transparent);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:fill-gray-700\/67 {
    :is(& *) {
      &:is(svg) {
        fill: color-mix(in srgb, oklch(37.3% 0.034 259.733) 67%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-gray-700) 67%, transparent);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:fill-ocean {
    :is(& *) {
      &:is(svg) {
        fill: var(--color-ocean);
      }
    }
  }
  .\*\*\:\[svg\]\:fill-white {
    :is(& *) {
      &:is(svg) {
        fill: var(--color-white);
      }
    }
  }
  .\*\*\:\[svg\]\:fill-white\/90 {
    :is(& *) {
      &:is(svg) {
        fill: color-mix(in srgb, #fff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:drop-shadow-\[1px_1px_1px_rgb\(0_0_0_\/_0\.2\)\] {
    :is(& *) {
      &:is(svg) {
        --tw-drop-shadow-size: drop-shadow(1px 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.2)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .\*\*\:\[svg\]\:first\:size-1 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          width: calc(var(--spacing) * 1);
          height: calc(var(--spacing) * 1);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:size-2 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          width: calc(var(--spacing) * 2);
          height: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:size-3 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          width: calc(var(--spacing) * 3);
          height: calc(var(--spacing) * 3);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:size-4 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:size-5 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          width: calc(var(--spacing) * 5);
          height: calc(var(--spacing) * 5);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:sm\:size-4 {
    :is(& *) {
      &:is(svg) {
        @media (width >= 40rem) {
          width: calc(var(--spacing) * 4);
          height: calc(var(--spacing) * 4);
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:sm\:size-2 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          @media (width >= 40rem) {
            width: calc(var(--spacing) * 2);
            height: calc(var(--spacing) * 2);
          }
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:sm\:size-3 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          @media (width >= 40rem) {
            width: calc(var(--spacing) * 3);
            height: calc(var(--spacing) * 3);
          }
        }
      }
    }
  }
  .\*\*\:\[svg\]\:first\:sm\:size-4 {
    :is(& *) {
      &:is(svg) {
        &:first-child {
          @media (width >= 40rem) {
            width: calc(var(--spacing) * 4);
            height: calc(var(--spacing) * 4);
          }
        }
      }
    }
  }
  .\[\&\>\*\]\:m-\[10px_auto\] {
    &>* {
      margin: 10px auto;
    }
  }
  .\[\&\>\*\]\:mb-1 {
    &>* {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>\*\]\:block {
    &>* {
      display: block;
    }
  }
  .\[\&\>\*\]\:h-\[0\.5px\] {
    &>* {
      height: 0.5px;
    }
  }
  .\[\&\>\*\]\:w-\[35px\] {
    &>* {
      width: 35px;
    }
  }
  .\[\&\>\*\]\:w-full {
    &>* {
      width: 100%;
    }
  }
  .\[\&\>\*\]\:flex-\[1_1_0px\] {
    &>* {
      flex: 1 1 0px;
    }
  }
  .\[\&\>\*\]\:rounded-sm {
    &>* {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&\>\*\]\:bg-black\/67 {
    &>* {
      background-color: color-mix(in srgb, #000 67%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 67%, transparent);
      }
    }
  }
  .\[\&\>\*\]\:bg-gray-100\/60 {
    &>* {
      background-color: color-mix(in srgb, oklch(96.7% 0.003 264.542) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-gray-100) 60%, transparent);
      }
    }
  }
  .\[\&\>\*\]\:bg-white {
    &>* {
      background-color: var(--color-white);
    }
  }
  .\[\&\>\*\]\:p-\[10px_10px\] {
    &>* {
      padding: 10px 10px;
    }
  }
  .\[\&\>\*\]\:font-proxima {
    &>* {
      font-family: var(--font-proxima);
    }
  }
  .\[\&\>\*\]\:text-xs {
    &>* {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .\[\&\>\*\]\:transition-\[all_0\.5s\] {
    &>* {
      transition-property: all 0.5s;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>\*\]\:duration-300 {
    &>* {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&\>\*\]\:ease-in-out {
    &>* {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .md\:\[\&\>\*\]\:flex-\[1_1_0px\] {
    @media (width >= 48rem) {
      &>* {
        flex: 1 1 0px;
      }
    }
  }
  .md\:\[\&\>\*\:nth-child\(even\)\]\:flex-row-reverse {
    @media (width >= 48rem) {
      &>*:nth-child(even) {
        flex-direction: row-reverse;
      }
    }
  }
  .md\:\[\&\>\*\:nth-child\(odd\)\]\:flex-row {
    @media (width >= 48rem) {
      &>*:nth-child(odd) {
        flex-direction: row;
      }
    }
  }
}
@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-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-tracking {
  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: 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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-leading {
  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;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-tracking: 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-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
      --tw-leading: 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;
    }
  }
}
