/*! tailwindcss v4.1.10 | 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-green-700: oklch(52.7% 0.154 150.069);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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);
  }
}
@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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .float-end {
    float: inline-end;
  }
  .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;
    }
  }
  .container {
    margin-inline: auto;
    max-width: 1400px;
    padding-inline: calc(var(--spacing) * 4);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-1 {
    rotate: 1deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .scroll-mt-\[130px\] {
    scroll-margin-top: 130px;
  }
  .columns-1 {
    columns: 1;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-700 {
    border-color: var(--color-green-700);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .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-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --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-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);
  }
  .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 {
    transition-property: all;
    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);
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:columns-2 {
    @media (width >= 48rem) {
      columns: 2;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:-top-20 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * -20);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-\[150px\] {
    @media (width >= 64rem) {
      margin-top: 150px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 64rem) {
      aspect-ratio: auto;
    }
  }
  .lg\:aspect-video {
    @media (width >= 64rem) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 64rem) {
      height: 200px;
    }
  }
  .lg\:h-\[315px\] {
    @media (width >= 64rem) {
      height: 315px;
    }
  }
  .lg\:max-h-72 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 72);
    }
  }
  .lg\:min-h-\[750px\] {
    @media (width >= 64rem) {
      min-height: 750px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[560px\] {
    @media (width >= 64rem) {
      width: 560px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-min {
    @media (width >= 64rem) {
      width: min-content;
    }
  }
  .lg\:max-w-1\/2 {
    @media (width >= 64rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .lg\:columns-3 {
    @media (width >= 64rem) {
      columns: 3;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-10 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:pl-10 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
}
@font-face {
  font-family: "delight-winter";
  src: url("/fonts/delightWinter.ttf");
}
:root {
  --lk-blue: #00a5ac;
  --lk-dark-blue: #007478;
  --lk-light-gray: #f6f6f6;
  --lk-gray: #e3e3e3;
  --lk-light-yellow: #fff37f;
  --lk-pink: #db347c;
  --swiper-theme-color: var(--lk-pink);
}
button {
  cursor: pointer;
}
[x-cloak] {
  display: none !important;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
html {
  font-family: "Varela Round", sans-serif;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  color: var(--lk-dark-blue);
}
h1 {
  font-size: 2rem;
}
h2,h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}
.text-light-yellow {
  color: var(--lk-light-yellow);
}
.text-pink {
  color: var(--lk-pink);
}
.text-dark-blue {
  color: var(--lk-dark-blue);
}
.box {
  position: relative;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 #0000000f;
  padding: 20px;
}
.font-domus {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
}
.font-delight-winter {
  font-family: "delight-winter", sans-serif;
  font-weight: initial;
}
.btn {
  display: inline-block;
  background: #dbdbdb;
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.25s ease;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn[disabled]:hover {
  transform: none;
}
.btn:hover {
  transform: scale(0.98);
}
.btn-xs {
  padding: 5px 15px;
  font-size: 0.8rem;
}
.btn.btn-primary {
  background: #0C93A4;
  background: linear-gradient(60deg, rgba(12, 147, 164, 1) 0%, rgba(1, 165, 172, 1) 100%);
  color: white;
}
.btn.btn-secondary {
  background: #DB5F94;
  background: linear-gradient(60deg, rgba(219, 95, 148, 1) 0%, rgba(219, 52, 124, 1) 100%);
  color: white;
}
.headerTop {
  background: var(--lk-blue);
  width: 100%;
  padding: 10px 0;
  color: white;
}
.languageButton {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
}
.languageButton img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.loginButton {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
}
.gradient {
  background: #F4EA6F;
  background: linear-gradient(90deg, rgba(244, 234, 111, 1) 0%, rgba(220, 138, 176, 1) 50%, rgba(25, 157, 157, 1) 100%);
}
.gradient-line {
  width: 100%;
  padding: calc(var(--spacing) * 1);
}
.pink-line {
  background: var(--lk-pink);
  width: 100%;
  height: 5px;
}
.gradient-bg {
  background: url('/images/gradient-bg.png') no-repeat top center / cover;
}
.fadeout-gradient-bg {
  background: url('/images/fadeout-gradient-bg.png') no-repeat top center / cover;
}
.bg-light {
  background-color: var(--lk-light-gray);
}
.bg-blue {
  background-color: var(--lk-blue);
}
.bg-dark-blue {
  background-color: var(--lk-dark-blue);
}
nav {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--lk-dark-blue);
}
nav .menuOpen {
  position: absolute;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
  min-height: 270px;
}
@media (max-width: 1024px) {
  nav .menuOpen {
    position: fixed;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    z-index: 100;
  }
}
nav .logo {
  height: 70px;
  object-fit: contain;
}
nav .noItem {
  display: block;
  width: 28px;
}
@media (min-width: 1024px) {
  nav .noItem {
    display: none;
  }
}
nav ul {
  display: flex;
  padding: 20px 0;
  justify-content: space-evenly;
  align-items: center;
}
nav ul li {
  display: none;
  list-style: none;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  flex: 1;
  justify-content: center;
}
nav ul li.logo-container, nav ul li.menu-btn {
  display: flex;
  font-size: 2rem;
}
nav .menuOpen .dropdown-list {
  display: block;
  font-family: "Varela Round", sans-serif;
  color: black;
  font-size: 18px;
  font-weight: 400;
}
nav .menuOpen .dropdown-list li {
  cursor: default;
  display: block;
}
nav .menuOpen .dropdown-list li a {
  transition: color 0.15s ease;
}
nav .menuOpen .dropdown-list li a:hover {
  color: var(--lk-dark-blue);
}
nav .menuOpen .dropdown-list.list-domus {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--lk-dark-blue);
}
@media (min-width: 1024px) {
  nav ul li {
    display: flex;
  }
  nav ul li.menu-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  nav ul {
    justify-content: space-between;
  }
  nav ul li {
    flex: initial;
    justify-content: start;
  }
}
input, textarea, select {
  background: white;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid var(--lk-gray);
}
input:focus, textarea:focus {
  outline: none;
  border: 1px solid var(--lk-dark-blue);
}
input.input-error {
  border: 1px solid red;
}
.feature {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  background: white;
  padding: 10px 20px;
  border-radius: 999px;
  max-width: 275px;
  text-align: end;
  font-size: 15px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
}
.feature.feature-align-left {
  justify-content: start;
  text-align: start;
}
.feature i {
  color: var(--lk-dark-blue);
  font-size: 2rem;
}
.leisureking-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.leisureking-list li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  color: var(--lk-dark-blue);
}
.leisureking-list li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/images/list-icon.png') no-repeat center center / contain;
}
.select-long {
  display: flex;
}
.select-long .select-long-scroll-btn {
  color: white;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}
.select-long .select-long-buttons {
  width: 100%;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.select-long::-webkit-scrollbar {
  display: none;
}
.select-long .select-long-buttons button {
  border-bottom: 2px solid white;
  padding: 10px 30px;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  cursor: pointer;
  width: 100%;
  text-wrap: nowrap;
}
.select-long .select-long-buttons button.selected {
  border-bottom: 4px solid var(--lk-pink);
  font-weight: 600;
}
.companyBox {
  text-align: center;
  max-width: 300px;
  background-color: var(--lk-gray);
  border-radius: 10px;
  border: 1px solid var(--lk-gray);
  user-select: none;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
}
.companyBox img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 0 0 10px 10px;
  background-color: white;
  padding: 10px;
}
.companyBox span {
  display: block;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  padding: 5px 0;
}
.case {
  position: relative;
  flex: 0.2;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  min-width: 130px;
}
.case h4 {
  color: white;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case span {
  color: white;
}
.case .case-background {
  position: relative;
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.75);
}
.case .case-logo {
  position: absolute;
  max-height: 100px;
  max-width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out;
}
.case.active .case-logo {
  opacity: 0;
}
.case .case-content {
  opacity: 0;
  position: absolute;
  inset: 25px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.case .case-content a {
  display: none;
}
.case .case-content img {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
  margin-bottom: calc(var(--spacing) * 2);
}
.case .case-content a {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
}
.case.active {
  flex: 1;
  cursor: default;
  min-width: 400px;
}
.case.active .case-content {
  opacity: 1;
}
.case.active .case-content a {
  display: block;
}
.calendar {
  width: 100%;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 20px;
}
.calendar .calendar-month {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  color: var(--lk-dark-blue);
}
.calendar table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
}
.calendar table td, .calendar table th {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 12px;
  border-radius: 100%;
}
.calendar table td {
  background-color: var(--lk-gray);
  user-select: none;
}
.calendar table td.no-day {
  background-color: transparent;
}
.calendar table td.available {
  background-color: var(--lk-pink);
  color: white;
  cursor: pointer;
}
.calendar table td::before, .calendar table th::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.calendar table td span, .calendar table th span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  margin-bottom: calc(var(--spacing) * 2);
}
.markdown p {
  margin-bottom: 1em;
}
.markdown ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 1em;
}
.quote {
  text-align: center;
}
.quote .quote-text {
  font-size: 18px;
  margin-bottom: calc(var(--spacing) * 3);
}
.quote .quote-author {
  color: var(--lk-dark-blue);
  font-style: italic;
  font-size: 16px;
}
.collapsible {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
  pointer-events: none;
}
.collapsible.is-open {
  opacity: 1;
  pointer-events: auto;
}
.card {
  background: var(--lk-light-gray);
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
}
.card.card-pink .card-title {
  background: var(--lk-pink);
  color: white;
}
.card .card-title {
  background: var(--lk-blue);
  color: white;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
}
.card .card-content {
  padding: 20px;
}
input[type=file]::file-selector-button {
  background: var(--lk-blue);
  color: white;
  padding: .2em .4em;
  border-radius: .2em;
  transition: 0.2s ease-in-out;
  font-family: "jaf-domus-titling-web", sans-serif;
  font-weight: 600;
}
input[type=file]::file-selector-button:hover {
  transform: scale(0.97);
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
