/*! 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --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-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-ease: initial;
    }
  }
}

@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;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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 {
  *, :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(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    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;
    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;
  }

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-7\.14\%_-8\.33\%\] {
    inset: -7.14% -8.33%;
  }

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

  .top-1\/2 {
    top: 50%;
  }

  .top-\[-1080px\] {
    top: -1080px;
  }

  .top-\[-4320px\] {
    top: -4320px;
  }

  .top-\[-6480px\] {
    top: -6480px;
  }

  .top-\[-8640px\] {
    top: -8640px;
  }

  .top-\[46\.08px\] {
    top: 46.08px;
  }

  .top-\[102\.4px\] {
    top: 102.4px;
  }

  .top-\[159\.8px\] {
    top: 159.8px;
  }

  .top-\[461px\] {
    top: 461px;
  }

  .top-\[506px\] {
    top: 506px;
  }

  .top-\[4798px\] {
    top: 4798px;
  }

  .top-\[calc\(50\%\+0\.19px\)\] {
    top: calc(50% + .19px);
  }

  .top-\[calc\(50\%\+5px\)\] {
    top: calc(50% + 5px);
  }

  .top-\[calc\(50\%\+7\.5px\)\] {
    top: calc(50% + 7.5px);
  }

  .top-\[calc\(50\%\+7px\)\] {
    top: calc(50% + 7px);
  }

  .top-\[calc\(50\%\+16\.5px\)\] {
    top: calc(50% + 16.5px);
  }

  .top-\[calc\(50\%\+19\.5px\)\] {
    top: calc(50% + 19.5px);
  }

  .top-\[calc\(50\%\+20px\)\] {
    top: calc(50% + 20px);
  }

  .top-\[calc\(50\%\+29px\)\] {
    top: calc(50% + 29px);
  }

  .top-\[calc\(50\%\+59px\)\] {
    top: calc(50% + 59px);
  }

  .top-\[calc\(50\%\+74\.5px\)\] {
    top: calc(50% + 74.5px);
  }

  .top-\[calc\(50\%\+159\.79px\)\] {
    top: calc(50% + 159.79px);
  }

  .top-\[calc\(50\%\+235px\)\] {
    top: calc(50% + 235px);
  }

  .top-\[calc\(50\%\+259px\)\] {
    top: calc(50% + 259px);
  }

  .top-\[calc\(50\%\+276px\)\] {
    top: calc(50% + 276px);
  }

  .top-\[calc\(50\%\+312px\)\] {
    top: calc(50% + 312px);
  }

  .top-\[calc\(50\%\+359px\)\] {
    top: calc(50% + 359px);
  }

  .top-\[calc\(50\%\+360px\)\] {
    top: calc(50% + 360px);
  }

  .top-\[calc\(50\%\+483px\)\] {
    top: calc(50% + 483px);
  }

  .top-\[calc\(50\%\+539px\)\] {
    top: calc(50% + 539px);
  }

  .top-\[calc\(50\%\+583px\)\] {
    top: calc(50% + 583px);
  }

  .top-\[calc\(50\%\+719px\)\] {
    top: calc(50% + 719px);
  }

  .top-\[calc\(50\%\+739px\)\] {
    top: calc(50% + 739px);
  }

  .top-\[calc\(50\%\+1390px\)\] {
    top: calc(50% + 1390px);
  }

  .top-\[calc\(50\%\+1940px\)\] {
    top: calc(50% + 1940px);
  }

  .top-\[calc\(50\%-0\.19px\)\] {
    top: calc(50% - .19px);
  }

  .top-\[calc\(50\%-2px\)\] {
    top: calc(50% - 2px);
  }

  .top-\[calc\(50\%-10\.5px\)\] {
    top: calc(50% - 10.5px);
  }

  .top-\[calc\(50\%-16\.5px\)\] {
    top: calc(50% - 16.5px);
  }

  .top-\[calc\(50\%-27px\)\] {
    top: calc(50% - 27px);
  }

  .top-\[calc\(50\%-30px\)\] {
    top: calc(50% - 30px);
  }

  .top-\[calc\(50\%-37px\)\] {
    top: calc(50% - 37px);
  }

  .top-\[calc\(50\%-39\.25px\)\] {
    top: calc(50% - 39.25px);
  }

  .top-\[calc\(50\%-47px\)\] {
    top: calc(50% - 47px);
  }

  .top-\[calc\(50\%-53\.75px\)\] {
    top: calc(50% - 53.75px);
  }

  .top-\[calc\(50\%-143px\)\] {
    top: calc(50% - 143px);
  }

  .top-\[calc\(50\%-159\.4px\)\] {
    top: calc(50% - 159.4px);
  }

  .top-\[calc\(50\%-203px\)\] {
    top: calc(50% - 203px);
  }

  .top-\[calc\(50\%-235px\)\] {
    top: calc(50% - 235px);
  }

  .top-\[calc\(50\%-288px\)\] {
    top: calc(50% - 288px);
  }

  .top-\[calc\(50\%-300px\)\] {
    top: calc(50% - 300px);
  }

  .top-\[calc\(50\%-317px\)\] {
    top: calc(50% - 317px);
  }

  .top-\[calc\(50\%-330px\)\] {
    top: calc(50% - 330px);
  }

  .top-\[calc\(50\%-347px\)\] {
    top: calc(50% - 347px);
  }

  .top-\[calc\(50\%-370px\)\] {
    top: calc(50% - 370px);
  }

  .top-\[calc\(50\%-751px\)\] {
    top: calc(50% - 751px);
  }

  .top-\[calc\(50\%-830px\)\] {
    top: calc(50% - 830px);
  }

  .top-\[calc\(50\%-836px\)\] {
    top: calc(50% - 836px);
  }

  .top-\[calc\(50\%-1330px\)\] {
    top: calc(50% - 1330px);
  }

  .top-\[calc\(50\%-1620px\)\] {
    top: calc(50% - 1620px);
  }

  .top-\[calc\(50\%-2023px\)\] {
    top: calc(50% - 2023px);
  }

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

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

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

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

  .right-\[-1\%\] {
    right: -1%;
  }

  .right-\[-2\.19\%\] {
    right: -2.19%;
  }

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

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

  .bottom-\[-5\.11\%\] {
    bottom: -5.11%;
  }

  .bottom-\[-7\.52\%\] {
    bottom: -7.52%;
  }

  .bottom-\[-10\.43\%\] {
    bottom: -10.43%;
  }

  .bottom-\[-16\.92\%\] {
    bottom: -16.92%;
  }

  .bottom-\[-21\.33\%\] {
    bottom: -21.33%;
  }

  .bottom-\[88px\] {
    bottom: 88px;
  }

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

  .left-1\/2 {
    left: 50%;
  }

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

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

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

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

  .left-\[-1\%\] {
    left: -1%;
  }

  .left-\[-2\.19\%\] {
    left: -2.19%;
  }

  .left-\[33px\] {
    left: 33px;
  }

  .left-\[45\.75px\] {
    left: 45.75px;
  }

  .left-\[46\.08px\] {
    left: 46.08px;
  }

  .left-\[91\.8px\] {
    left: 91.8px;
  }

  .left-\[376px\] {
    left: 376px;
  }

  .left-\[821px\] {
    left: 821px;
  }

  .left-\[851px\] {
    left: 851px;
  }

  .left-\[calc\(50\%\+0\.5px\)\] {
    left: calc(50% + .5px);
  }

  .left-\[calc\(50\%\+0\.19px\)\] {
    left: calc(50% + .19px);
  }

  .left-\[calc\(50\%\+0\.39px\)\] {
    left: calc(50% + .39px);
  }

  .left-\[calc\(50\%\+5px\)\] {
    left: calc(50% + 5px);
  }

  .left-\[calc\(50\%\+74\.5px\)\] {
    left: calc(50% + 74.5px);
  }

  .left-\[calc\(50\%\+91\.6px\)\] {
    left: calc(50% + 91.6px);
  }

  .left-\[calc\(50\%\+101\.5px\)\] {
    left: calc(50% + 101.5px);
  }

  .left-\[calc\(50\%\+207\.64px\)\] {
    left: calc(50% + 207.64px);
  }

  .left-\[calc\(50\%\+236\.5px\)\] {
    left: calc(50% + 236.5px);
  }

  .left-\[calc\(50\%\+264px\)\] {
    left: calc(50% + 264px);
  }

  .left-\[calc\(50\%\+387\.5px\)\] {
    left: calc(50% + 387.5px);
  }

  .left-\[calc\(50\%\+396\.5px\)\] {
    left: calc(50% + 396.5px);
  }

  .left-\[calc\(50\%\+410px\)\] {
    left: calc(50% + 410px);
  }

  .left-\[calc\(50\%\+524px\)\] {
    left: calc(50% + 524px);
  }

  .left-\[calc\(50\%\+574px\)\] {
    left: calc(50% + 574px);
  }

  .left-\[calc\(50\%\+623px\)\] {
    left: calc(50% + 623px);
  }

  .left-\[calc\(50\%\+639px\)\] {
    left: calc(50% + 639px);
  }

  .left-\[calc\(50\%\+663px\)\] {
    left: calc(50% + 663px);
  }

  .left-\[calc\(50\%\+669\.81px\)\] {
    left: calc(50% + 669.81px);
  }

  .left-\[calc\(50\%-0\.04px\)\] {
    left: calc(50% - .04px);
  }

  .left-\[calc\(50\%-0\.5px\)\] {
    left: calc(50% - .5px);
  }

  .left-\[calc\(50\%-0\.19px\)\] {
    left: calc(50% - .19px);
  }

  .left-\[calc\(50\%-0\.39px\)\] {
    left: calc(50% - .39px);
  }

  .left-\[calc\(50\%-5px\)\] {
    left: calc(50% - 5px);
  }

  .left-\[calc\(50\%-9\.5px\)\] {
    left: calc(50% - 9.5px);
  }

  .left-\[calc\(50\%-30px\)\] {
    left: calc(50% - 30px);
  }

  .left-\[calc\(50\%-36\.5px\)\] {
    left: calc(50% - 36.5px);
  }

  .left-\[calc\(50\%-43px\)\] {
    left: calc(50% - 43px);
  }

  .left-\[calc\(50\%-48px\)\] {
    left: calc(50% - 48px);
  }

  .left-\[calc\(50\%-59px\)\] {
    left: calc(50% - 59px);
  }

  .left-\[calc\(50\%-69px\)\] {
    left: calc(50% - 69px);
  }

  .left-\[calc\(50\%-73px\)\] {
    left: calc(50% - 73px);
  }

  .left-\[calc\(50\%-77\.5px\)\] {
    left: calc(50% - 77.5px);
  }

  .left-\[calc\(50\%-90px\)\] {
    left: calc(50% - 90px);
  }

  .left-\[calc\(50\%-91\.4px\)\] {
    left: calc(50% - 91.4px);
  }

  .left-\[calc\(50\%-103\.5px\)\] {
    left: calc(50% - 103.5px);
  }

  .left-\[calc\(50\%-107px\)\] {
    left: calc(50% - 107px);
  }

  .left-\[calc\(50\%-281\.5px\)\] {
    left: calc(50% - 281.5px);
  }

  .left-\[calc\(50\%-407px\)\] {
    left: calc(50% - 407px);
  }

  .left-\[calc\(50\%-410px\)\] {
    left: calc(50% - 410px);
  }

  .left-\[calc\(50\%-420\.19px\)\] {
    left: calc(50% - 420.19px);
  }

  .left-\[calc\(50\%-428px\)\] {
    left: calc(50% - 428px);
  }

  .left-\[calc\(50\%-478px\)\] {
    left: calc(50% - 478px);
  }

  .left-\[calc\(50\%-543\.5px\)\] {
    left: calc(50% - 543.5px);
  }

  .left-\[calc\(50\%-555\.5px\)\] {
    left: calc(50% - 555.5px);
  }

  .left-\[calc\(50\%-582\.5px\)\] {
    left: calc(50% - 582.5px);
  }

  .left-\[calc\(50\%-588px\)\] {
    left: calc(50% - 588px);
  }

  .left-\[calc\(50\%-653\.5px\)\] {
    left: calc(50% - 653.5px);
  }

  .left-\[calc\(50\%-658px\)\] {
    left: calc(50% - 658px);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[1000\] {
    z-index: 1000;
  }

  .mb-\[10px\] {
    margin-bottom: 10px;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .aspect-\[820\/470\] {
    aspect-ratio: 820 / 470;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }

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

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

  .h-\[20\.631px\] {
    height: 20.631px;
  }

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

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

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

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

  .h-\[94\.5px\] {
    height: 94.5px;
  }

  .h-\[97\.92px\] {
    height: 97.92px;
  }

  .h-\[107\.5px\] {
    height: 107.5px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[319\.195px\] {
    height: 319.195px;
  }

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-\[12px\] {
    width: 12px;
  }

  .w-\[37\.339px\] {
    width: 37.339px;
  }

  .w-\[46\.285px\] {
    width: 46.285px;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[53\.675px\] {
    width: 53.675px;
  }

  .w-\[56\.397px\] {
    width: 56.397px;
  }

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

  .w-\[91px\] {
    width: 91px;
  }

  .w-\[112\.32px\] {
    width: 112.32px;
  }

  .w-\[182\.806px\] {
    width: 182.806px;
  }

  .w-\[183\.194px\] {
    width: 183.194px;
  }

  .w-\[205px\] {
    width: 205px;
  }

  .w-\[217px\] {
    width: 217px;
  }

  .w-\[278px\] {
    width: 278px;
  }

  .w-\[287px\] {
    width: 287px;
  }

  .w-\[329\.914px\] {
    width: 329.914px;
  }

  .w-\[339px\] {
    width: 339px;
  }

  .w-\[347px\] {
    width: 347px;
  }

  .w-\[366px\] {
    width: 366px;
  }

  .w-\[375px\] {
    width: 375px;
  }

  .w-\[401\.277px\] {
    width: 401.277px;
  }

  .w-\[401px\] {
    width: 401px;
  }

  .w-\[407px\] {
    width: 407px;
  }

  .w-\[431px\] {
    width: 431px;
  }

  .w-\[440px\] {
    width: 440px;
  }

  .w-\[453\.617px\] {
    width: 453.617px;
  }

  .w-\[454px\] {
    width: 454px;
  }

  .w-\[524px\] {
    width: 524px;
  }

  .w-\[820px\] {
    width: 820px;
  }

  .w-\[1082px\] {
    width: 1082px;
  }

  .w-\[1640px\] {
    width: 1640px;
  }

  .w-\[1920px\] {
    width: 1920px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-20px\] {
    --tw-translate-y: -20px;
    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);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .\[animation\:adviesTextReturnNormal_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards adviesTextReturnNormal;
  }

  .\[animation\:adviesTextReturn_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards adviesTextReturn;
  }

  .\[animation\:adviesTextReverse_1\.2s_ease-in-out_forwards\] {
    animation: 1.2s ease-in-out forwards adviesTextReverse;
  }

  .\[animation\:inspiratieTextReturnNormal_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards inspiratieTextReturnNormal;
  }

  .\[animation\:inspiratieTextReturn_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards inspiratieTextReturn;
  }

  .\[animation\:inspiratieTextReverse_1\.2s_ease-in-out_forwards\] {
    animation: 1.2s ease-in-out forwards inspiratieTextReverse;
  }

  .\[animation\:vloerenTextReturnNormal_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards vloerenTextReturnNormal;
  }

  .\[animation\:vloerenTextReturn_1\.2s_ease-in-out_0\.8s_forwards\] {
    animation: 1.2s ease-in-out .8s forwards vloerenTextReturn;
  }

  .\[animation\:vloerenTextReverse_1\.2s_ease-in-out_forwards\] {
    animation: 1.2s ease-in-out forwards vloerenTextReverse;
  }

  .animate-\[fadeIn_0\.3s_ease-in-out\] {
    animation: .3s ease-in-out fadeIn;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[25px\] {
    gap: 25px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[1px\] {
    border-radius: 1px;
  }

  .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#f0f0f0\] {
    border-color: #f0f0f0;
  }

  .bg-\[rgba\(20\,19\,17\,0\.6\)\] {
    background-color: #14131199;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#cfcfcf\] {
    --tw-gradient-from: #cfcfcf;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#f0f0f0\] {
    --tw-gradient-from: #f0f0f0;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#f8e077\] {
    --tw-gradient-from: #f8e077;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[rgba\(248\,224\,119\,0\.01\)\] {
    --tw-gradient-from: #f8e07703;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#9f904c\] {
    --tw-gradient-to: #9f904c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#ccb967\] {
    --tw-gradient-to: #ccb967;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#cfcfcf\] {
    --tw-gradient-to: #cfcfcf;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(159\,144\,76\,0\.01\)\] {
    --tw-gradient-to: #9f904c03;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-text {
    background-clip: text;
  }

  .stroke-\[3\] {
    stroke-width: 3px;
  }

  .object-contain {
    object-fit: contain;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

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

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

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

  .py-\[12px\] {
    padding-block: 12px;
  }

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

  .pb-\[12px\] {
    padding-bottom: 12px;
  }

  .text-center {
    text-align: center;
  }

  .font-\[\'Oswald\:ExtraLight\'\,sans-serif\] {
    font-family: Oswald\:ExtraLight, sans-serif;
  }

  .font-\[\'Oswald\:Light\'\,sans-serif\] {
    font-family: Oswald\:Light, sans-serif;
  }

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

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

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

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

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

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

  .leading-\[38\.4px\] {
    --tw-leading: 38.4px;
    line-height: 38.4px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

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

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

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

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

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#141311\] {
    color: #141311;
  }

  .text-\[\#F0F0F0\] {
    color: #f0f0f0;
  }

  .text-\[\#F8E077\] {
    color: #f8e077;
  }

  .text-\[\#f0f0f0\] {
    color: #f0f0f0;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

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

  .drop-shadow-\[0_4px_8px_rgba\(240\,240\,240\,0\.2\)\] {
    --tw-drop-shadow-size: drop-shadow(0 4px 8px var(--tw-drop-shadow-color, #f0f0f033));
    --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, );
  }

  .drop-shadow-\[0_4px_8px_rgba\(248\,224\,119\,0\.3\)\] {
    --tw-drop-shadow-size: drop-shadow(0 4px 8px var(--tw-drop-shadow-color, #f8e0774d));
    --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, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .delay-\[800ms\] {
    transition-delay: .8s;
  }

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

  .duration-1200, .duration-\[1200ms\] {
    --tw-duration: 1.2s;
    transition-duration: 1.2s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[clip-path\:polygon\(50\%_0\%\,100\%_50\%\,50\%_100\%\,0\%_50\%\)\] {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }

  .\[text-shadow\:rgba\(20\,19\,17\,0\.25\)_0px_0px_4px\] {
    text-shadow: 0 0 4px #14131140;
  }

  .\[text-shadow\:rgba\(20\,19\,17\,0\.25\)_0px_5px_4px\] {
    text-shadow: 0 5px 4px #14131140;
  }

  .\[text-shadow\:rgba\(20\,19\,17\,0\.25\)_0px_10px_4px\] {
    text-shadow: 0 10px 4px #14131140;
  }

  .\[text-shadow\:rgba\(240\,240\,240\,0\.25\)_0px_0px_4px\] {
    text-shadow: 0 0 4px #f0f0f040;
  }

  .\[text-shadow\:rgba\(240\,240\,240\,0\.25\)_0px_20px_4px\] {
    text-shadow: 0 20px 4px #f0f0f040;
  }

  .delay-\[800ms\] {
    animation-delay: .8s;
  }

  @media (hover: hover) {
    .group-hover\:top-\[calc\(50\%\+20px\)\]:is(:where(.group):hover *) {
      top: calc(50% + 20px);
    }
  }

  @media (hover: hover) {
    .group-hover\:top-\[calc\(50\%-47px\)\]:is(:where(.group):hover *) {
      top: calc(50% - 47px);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-y-\[-20px\]:is(:where(.group):hover *) {
      --tw-translate-y: -20px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:from-\[\#f8e077\]:is(:where(.group):hover *) {
      --tw-gradient-from: #f8e077;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .group-hover\:to-\[\#9f904c\]:is(:where(.group):hover *) {
      --tw-gradient-to: #9f904c;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:\[text-shadow\:rgba\(240\,240\,240\,0\.25\)_0px_20px_4px\]:is(:where(.group):hover *) {
      text-shadow: 0 20px 4px #f0f0f040;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .animate-shake {
    animation: .5s ease-in-out shake;
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html, body {
  box-sizing: border-box;
  background: linear-gradient(#f0f0f0, #cfcfcf);
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html {
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  background: #dfdfdf;
}

body {
  margin: calc(-1 * env(safe-area-inset-top, 0px)) calc(-1 * env(safe-area-inset-right, 0px)) calc(-1 * env(safe-area-inset-bottom, 0px)) calc(-1 * env(safe-area-inset-left, 0px));
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  position: relative;
}

body:before {
  content: "";
  z-index: -1;
  background: linear-gradient(#f0f0f0, #cfcfcf);
  position: fixed;
  inset: -100px;
}

html {
  font-size: var(--font-size);
}

@keyframes vloerenTextReverse {
  from {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }
}

@keyframes vloerenTextReturn {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }
}

@keyframes vloerenTextReturnNormal {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 1;
    top: calc(50% - 27px);
  }
}

@keyframes inspiratieTextReturn {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }
}

@keyframes inspiratieTextReturnNormal {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 1;
    top: calc(50% - 27px);
  }
}

@keyframes inspiratieTextReverse {
  from {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }
}

@keyframes adviesTextReverse {
  from {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }
}

@keyframes adviesTextReturn {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 20px 4px #f0f0f040;
    opacity: 1;
    top: calc(50% - 47px);
  }
}

@keyframes adviesTextReturnNormal {
  from {
    text-shadow: 0 0 4px #14131140;
    opacity: 0;
    top: calc(50% - 27px);
  }

  to {
    text-shadow: 0 0 4px #14131140;
    opacity: 1;
    top: calc(50% - 27px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@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-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-ease {
  syntax: "*";
  inherits: false
}
