/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@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-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --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-base--line-height: calc(1.5 / 1);
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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);
    --color-witolda-secondary: #F1EDEB;
    --color-witolda-skin: #D1C7B8;
    --color-witolda-black: #1F1915;
    --font-playfair: "Playfair Display", serif;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-full {
    top: 100%;
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-\[-2px\] {
    right: -2px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .-bottom-\[1000px\] {
    bottom: calc(1000px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .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;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!block {
    display: block !important;
  }
  .\!flex {
    display: flex !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .\!h-\[80vh\] {
    height: 80vh !important;
  }
  .\!h-\[150px\] {
    height: 150px !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .\!cursor-pointer {
    cursor: pointer !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .\!items-center {
    align-items: center !important;
  }
  .\!items-start {
    align-items: flex-start !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .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-2 {
    gap: calc(var(--spacing) * 2) !important;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-24 {
    column-gap: calc(var(--spacing) * 24);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!overflow-y-auto {
    overflow-y: auto !important;
  }
  .\!rounded-none {
    border-radius: 0 !important;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-\[\#D1C7B8\] {
    border-color: #D1C7B8;
  }
  .border-\[\#D8D8D8\] {
    border-color: #D8D8D8;
  }
  .border-\[\#F1EDEB\] {
    border-color: #F1EDEB;
  }
  .border-witolda-skin {
    border-color: var(--color-witolda-skin);
  }
  .\!bg-\[\#1F1915\] {
    background-color: #1F1915 !important;
  }
  .\!bg-witolda-black {
    background-color: var(--color-witolda-black) !important;
  }
  .bg-\[\#1F1915\] {
    background-color: #1F1915;
  }
  .bg-\[\#D1C7B8\] {
    background-color: #D1C7B8;
  }
  .bg-\[\#F1EDEB\] {
    background-color: #F1EDEB;
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/25 {
    background-color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .bg-witolda-secondary {
    background-color: var(--color-witolda-secondary);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .\!py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .\!font-playfair {
    font-family: var(--font-playfair) !important;
  }
  .font-playfair {
    font-family: var(--font-playfair);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .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));
  }
  .\!text-\[48px\] {
    font-size: 48px !important;
  }
  .\!leading-\[100\%\] {
    --tw-leading: 100% !important;
    line-height: 100% !important;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .\!text-\[\#1E1E1C\] {
    color: #1E1E1C !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .\!text-witolda-black {
    color: var(--color-witolda-black) !important;
  }
  .text-\[\#0A0A0A\] {
    color: #0A0A0A;
  }
  .text-\[\#1E1E1C\] {
    color: #1E1E1C;
  }
  .text-\[\#1F1915\] {
    color: #1F1915;
  }
  .text-\[\#7B6B60\] {
    color: #7B6B60;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#A29F9C\] {
    color: #A29F9C;
  }
  .text-\[\#D1C7B8\] {
    color: #D1C7B8;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-witolda-black {
    color: var(--color-witolda-black);
  }
  .text-witolda-skin {
    color: var(--color-witolda-skin);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .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);
  }
  .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-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-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .group-hover\:bottom-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.active\]\:flex {
    &:is(:where(.group):is(.active) *) {
      display: flex;
    }
  }
  .group-\[\.active\]\:max-h-none {
    &:is(:where(.group):is(.active) *) {
      max-height: none;
    }
  }
  .group-\[\.active\]\:rotate-90 {
    &:is(:where(.group):is(.active) *) {
      rotate: 90deg;
    }
  }
  .group-\[\.active\]\:rotate-180 {
    &:is(:where(.group):is(.active) *) {
      rotate: 180deg;
    }
  }
  .group-\[\.active\]\:opacity-100 {
    &:is(:where(.group):is(.active) *) {
      opacity: 100%;
    }
  }
  .group-\[\.more\]\:\!flex {
    &:is(:where(.group):is(.more) *) {
      display: flex !important;
    }
  }
  .not-lg\:group-\[\.swiper-slide-active\]\:bottom-0 {
    @media not (width >= 64rem) {
      &:is(:where(.group):is(.swiper-slide-active) *) {
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .group-\[\:not\(\.more\)\]\:flex {
    &:is(:where(.group):is(:not(.more)) *) {
      display: flex;
    }
  }
  .group-\[\:not\(\.more\)\]\:hidden {
    &:is(:where(.group):is(:not(.more)) *) {
      display: none;
    }
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .hover\:bg-\[\#F1EDEB\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F1EDEB;
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .md\:top-\[50px\] {
    @media (width >= 48rem) {
      top: 50px;
    }
  }
  .md\:right-\[50px\] {
    @media (width >= 48rem) {
      right: 50px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:\!h-full {
    @media (width >= 48rem) {
      height: 100% !important;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .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-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px;
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:\!w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%) !important;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:\!max-w-screen {
    @media (width >= 64rem) {
      max-width: 100vw !important;
    }
  }
  .lg\:max-w-\[640px\] {
    @media (width >= 64rem) {
      max-width: 640px;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:\!shrink {
    @media (width >= 64rem) {
      flex-shrink: 1 !important;
    }
  }
  .lg\:\!translate-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0) !important;
      --tw-translate-y: calc(var(--spacing) * 0) !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  .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-7 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-x-24 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-y-12 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:border-none {
    @media (width >= 64rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-\[\#1F1915\] {
    @media (width >= 64rem) {
      background-color: #1F1915;
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pr-16 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .lg\:pr-\[200px\] {
    @media (width >= 64rem) {
      padding-right: 200px;
    }
  }
  .lg\:pr-\[250px\] {
    @media (width >= 64rem) {
      padding-right: 250px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:\!text-\[54px\] {
    @media (width >= 64rem) {
      font-size: 54px !important;
    }
  }
  .lg\:text-white {
    @media (width >= 64rem) {
      color: var(--color-white);
    }
  }
  .lg\:\!transition-all {
    @media (width >= 64rem) {
      transition-property: all !important;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
      transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    }
  }
  .lg\:\!duration-500 {
    @media (width >= 64rem) {
      --tw-duration: 500ms !important;
      transition-duration: 500ms !important;
    }
  }
  .lg\:hover\:\!w-1\/2 {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          width: calc(1 / 2 * 100%) !important;
        }
      }
    }
  }
  .xl\:\!block {
    @media (width >= 80rem) {
      display: block !important;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:\!w-1\/4 {
    @media (width >= 80rem) {
      width: calc(1 / 4 * 100%) !important;
    }
  }
  .xl\:\!w-1\/5 {
    @media (width >= 80rem) {
      width: calc(1 / 5 * 100%) !important;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:text-center {
    @media (width >= 80rem) {
      text-align: center;
    }
  }
  .\[\.active\]\:bg-\[\#1F1915\] {
    &:is(.active) {
      background-color: #1F1915;
    }
  }
  .\[\.active\]\:bg-white {
    &:is(.active) {
      background-color: var(--color-white);
    }
  }
  .\[\.active\]\:text-\[\#1F1915\] {
    &:is(.active) {
      color: #1F1915;
    }
  }
  .\[\.active\]\:text-white {
    &:is(.active) {
      color: var(--color-white);
    }
  }
  .lg\:\[\.active\]\:bg-white {
    @media (width >= 64rem) {
      &:is(.active) {
        background-color: var(--color-white);
      }
    }
  }
  .lg\:\[\.active\]\:text-\[\#1F1915\] {
    @media (width >= 64rem) {
      &:is(.active) {
        color: #1F1915;
      }
    }
  }
}
body {
  overflow-x: hidden !important;
  width: 100vw !important;
}
.h-44 {
  height: 44px;
}
.witolda-letter {
  position: relative;
  overflow: hidden;
}
.witolda-letter .n {
  transition: all .3s;
  display: inline-block;
  transform: translateY(0);
  opacity: 100;
}
.witolda-word {
  letter-spacing: -5px;
}
.witolda-letter .i {
  position: absolute;
  top: 24px;
  font-style: italic !important;
  opacity: 0;
  left: 0;
  transition: all .3s;
}
.witolda-word:hover .i {
  top: -4px !important;
  opacity: 100 !important;
}
.witolda-word:hover .n {
  transform: translateY(-24px);
  opacity: 0;
}
.witolda-fullscreen {
  opacity: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  display: flex !important;
  transition: all .5s;
  transition-delay: 0.5s !important;
}
.witolda-fullscreen--open {
  height: 100vh !important;
  opacity: 100 !important;
  pointer-events: all !important;
  transition: all .5s;
  transition-delay: 0s !important;
}
.witolda-fullscreen__content {
  opacity: 0 !important;
  transition-delay: 0ms !important;
  transition: all .5s;
}
.witolda-fullscreen--open .witolda-fullscreen__content {
  transition-delay: 500ms !important;
  opacity: 100 !important;
}
.witolda-left-bg::before {
  max-width: 500px !important;
}
.w-p-0, .w-p-0 a {
  padding: 0 !important;
}
.w-max-w-700 {
  max-width: 750px !important;
}
.wpforms-field input , .wpforms-field select {
  width: 100% !important;
  max-width: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #D1C7B8 !important;
  transition: all .3s;
  box-shadow: none !important;
}
.wpforms-field input:focus, .wpforms-field select:focus {
  border-bottom: 2px solid #D1C7B8 !important;
}
.wpforms-field input::placeholder {
  color: #7B6B60 !important;
}
.wpforms-field label, .wpforms-field label * {
  color: #333333 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.wpforms-field em {
  padding: 0 !important;
}
.wpforms-field em::before {
  display: none !important;
}
.wpforms-submit {
  background: #1F1915 !important;
  color: white !important;
  padding: 16px 24px !important;
  text-transform: uppercase;
  margin-top: 3rem !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto !important;
  max-height: none !important;
  font-weight: 500 !important;
}
.wpforms-submit::after {
  display: none !important;
}
.w-font-playfair, .w-font-playfair * {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400 !important;
}
.witolda-fixed-menu {
  position: sticky !important;
  z-index: 10 !important;
  top: 0 !important;
  background: white !important;
}
.witolda-fixed-menu .menu-path {
  fill: #1F1915 !important;
}
@media screen and (max-width: 768px) {
  .wpforms-field {
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .wpforms-submit {
    width: 100% !important;
    margin-top: 0.5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .witolda-effect-before::before {
    background-position: 0 0 !important;
    top: -50vw !important;
    left: -120px !important;
    background-size: 70vw auto !important;
  }
}
.w-darker-menu .menu-path {
  fill: #1F1915 !important;
}
.w-aspect img {
  aspect-ratio: 399 / 700 !important;
  object-fit: cover !important;
}
.witolda-transparent-form input {
  background: transparent !important;
}
.witolda-transparent-form select {
  background: transparent !important;
}
.witolda-checkbox {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #D1C7B8;
  border-radius: 1000px;
}
a *, a {
  text-decoration: none !important;
}
.witolda-transparent-form--contact .wpforms-field-label {
  margin-bottom: 0 !important;
}
.witolda-transparent-form--contact .wpforms-submit {
  margin-top: 1rem !important;
}
.wpforms-submit-spinner {
  position: relative !important;
  top: 1.5rem !important;
}
.witolda-transparent-form--contact input[type="text"], .witolda-transparent-form--contact input[type="tel"], .witolda-transparent-form--contact input[type="email"] {
  background: transparent !important;
  border-radius: 0 !important;
  border-color: rgb(209, 199, 184) !important;
  box-shadow: none !important;
  outline: none !important;
}
.witolda-transparent-form--contact textarea {
  background: transparent !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid rgb(209, 199, 184) !important;
}
.witolda-transparent-form--contact input[type="checkbox"] {
  width: 16px !important;
  height: 16px;
  border: none !important;
}
.witolda-transparent-form--contact input[type="checkbox"]::before {
  width: 16px !important;
  height: 16px;
  appearance: none;
  border: 1px solid #D1C7B8 !important;
  box-shadow: none !important;
  border-radius: 10000px !important;
}
.witolda-transparent-form--contact input[type="checkbox"]:checked::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.5%204.5L4.5%208.5L12.5%200.5%22%20stroke%3D%22black%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: -1px !important;
  content: '';
  border: none !important;
  left: 2px !important;
  width: 16px;
  height: 16px !important;
  transform: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.wpforms-confirmation-container-full {
  background: white !important;
  border: 1px solid #e5d4cc !important;
}
.witolda-link a {
  color: #333 !important;
}
.witolda-building-list [data-limited] {
  display: none !important;
}
.witolda-building-list.active [data-limited] {
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .witolda-building-list.active [data-limited] {
    display: grid !important;
  }
}
.witolda-faq-content li, .witolda-faq-content ul {
  list-style-type: initial !important;
}
.witolda-fullscreen__content .wpforms-confirmation-container-full {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.witolda-fullscreen__content .wpforms-confirmation-container-full p {
  margin-bottom: calc(var(--spacing) * 6);
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-tracking: 0.1em;
  letter-spacing: 0.1em;
  color: var(--color-neutral-600);
  text-transform: uppercase;
}
.witolda-fullscreen__content .wpforms-confirmation-container-full h2 {
  margin: calc(var(--spacing) * 0) !important;
  font-family: var(--font-playfair);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 100% !important;
  line-height: 100% !important;
  --tw-font-weight: var(--font-weight-light) !important;
  font-weight: var(--font-weight-light) !important;
  color: var(--color-neutral-900);
  @media (width >= 64rem) {
    max-width: 640px;
  }
  @media (width >= 64rem) {
    text-align: center;
  }
  @media (width >= 64rem) {
    font-size: 54px !important;
  }
}
.witolda-popup-form:has(.wpforms-confirmation-container-full) .witolda-fullscreen__content > h2, .witolda-popup-form:has(.wpforms-confirmation-container-full) .witolda-fullscreen__content > span {
  display: none !important;
}
.witolda-policy p {
  font-family: 'Inter', sans-serif !important;
}
.witolda-policy h2 {
  margin: 4rem 0 !important;
}
.witolda-policy p {
  line-height: 160% !important;
}
.witolda-policy a {
  color: #1E1E1C !important;
}
.witolda-policy ul, .witolda-policy li {
  list-style-type: initial !important;
}
footer a {
  color: white !important;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-leading: initial;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
