*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

@font-face {
  font-family: "iCiel Brandon Text";

  src: url("../fonts/icielBrandonText-Bold.ttf") format("truetype");

  font-style: normal;

  font-weight: 700;

  font-display: swap;
}

body {
  margin: 0;
  background-color: #F5E6D4;
  color: #333333;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.kln-fixed-header-offset {
  padding-top: 0;
}

.kln-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
}

.kln-header-offset-spacer {
  height: var(--kln-header-offset, 92px);
  width: 100%;
  flex: none;
}

body.admin-bar .kln-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .kln-site-header {
    top: 46px;
  }
}

.kln-header-shell-desktop,
  .kln-header-shell-mobile {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kln-header-shell-desktop {
  background: #FDFDF1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: #3E482D;
}

.kln-header-overlay .kln-header-shell-desktop {
  background: #6b4d35;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  color: #F9EBD7;
}

.kln-header-overlay.kln-header-scrolled .kln-header-shell-desktop {
  background: #FDFDF1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: #3E482D;
}

.kln-logo-light {
  display: none;
}

.kln-header-overlay .kln-logo-light {
  display: block;
}

.kln-header-overlay .kln-logo-dark {
  display: none;
}

.kln-header-overlay.kln-header-scrolled .kln-logo-light {
  display: none;
}

.kln-header-overlay.kln-header-scrolled .kln-logo-dark {
  display: block;
}

.kln-desktop-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.kln-header-overlay .kln-desktop-link:hover,
  .kln-header-overlay .kln-desktop-link.is-current {
  color: #F9EBD7 !important;
  border-bottom-color: currentColor;
}

.kln-header-overlay.kln-header-scrolled .kln-desktop-link {
  color: #3E482D !important;
}

.kln-header-overlay.kln-header-scrolled .kln-desktop-link.is-current {
  color: #3E482D !important;
  border-bottom-color: currentColor;
}

.kln-site-header:not(.kln-header-overlay) .kln-desktop-link:hover,
  .kln-site-header:not(.kln-header-overlay) .kln-desktop-link.is-current,
  .kln-header-overlay.kln-header-scrolled .kln-desktop-link:hover,
  .kln-header-overlay.kln-header-scrolled .kln-desktop-link.is-current {
  color: inherit !important;
  border-bottom-color: currentColor;
}

.kln-header-booking {
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kln-header-booking-desktop {
  background: #A02543;
  border-color: #A02543;
  color: #FFFFFF;
}

.kln-header-booking-desktop:hover {
  background: #FDFDF1;
  border-color: #FDFDF1;
  color: #A02543;
}

.kln-header-overlay .kln-header-booking-desktop {
  background: rgba(255, 255, 255, 0.3);
  border-color: #FFFFFF;
  color: #FFFFFF;
  backdrop-filter: blur(5px);
}

.kln-header-overlay .kln-header-booking-desktop:hover {
  background: #FDFDF1;
  border-color: #FDFDF1;
  color: #3E482D;
}

.kln-header-overlay.kln-header-scrolled .kln-header-booking-desktop {
  background: #A02543;
  border-color: #A02543;
  color: #FFFFFF;
}

.kln-header-overlay.kln-header-scrolled .kln-header-booking-desktop:hover {
  background: #B84B65;
  border-color: #B84B65;
  color: #FFFFFF;
}

.kln-header-shell-mobile,
  .kln-mobile-menu {
  background: #6b4c36;
  color: #F9EBD7;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); */
}

.kln-header-toggle {
  color: #F9EBD7;
}

.kln-header-booking-mobile {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}

.kln-header-booking-mobile:hover {
  background: #FDFDF1;
  border-color: #FDFDF1;
  color: #3E482D;
}

.kln-header-toggle[aria-expanded="true"] .kln-icon-menu {
  display: none;
}

.kln-header-toggle[aria-expanded="true"] .kln-icon-close {
  display: block;
}

.kln-mobile-link {
  display: block;
  border-radius: 10px;
  padding: 10px 14px;
  color: #F9EBD7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kln-mobile-link:hover,
  .kln-mobile-link.is-current {
  background: #FDFDF1;
  color: #3E482D;
}

.kln-footer-newsletter {
  position: relative;
  padding-bottom: 28px;
}

.kln-footer-newsletter .fluentform {
  width: 100%;
}

.kln-footer-newsletter .fluentform_wrapper_1,
  .kln-footer-newsletter .frm-fluent-form,
  .kln-footer-newsletter fieldset {
  width: 100%;
  margin: 0 !important;
}

.kln-footer-newsletter .ff-t-container {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 999px;
  padding: 6px 8px;
}

.kln-footer-newsletter .ff-t-cell {
  margin: 0 !important;
}

.kln-footer-newsletter .ff-t-column-1 {
  flex: 1 1 auto !important;
  width: auto !important;
}

.kln-footer-newsletter .ff-t-column-2 {
  display: flex;
  flex: none !important;
  width: auto !important;
  align-items: center;
  justify-content: center;
}

.kln-footer-newsletter .ff-el-group,
  .kln-footer-newsletter .ff-el-input--content {
  margin: 0 !important;
}

.kln-footer-newsletter .ff-el-group {
  position: relative;
}

.kln-footer-newsletter .ff-el-input--label {
  display: none !important;
}

.kln-footer-newsletter .ff-el-form-control {
  min-height: auto !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 0 12px !important;
}

.kln-footer-newsletter .ff-el-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

.kln-footer-newsletter .ff-el-form-control::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

.kln-footer-newsletter .ff-el-form-control:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.kln-footer-newsletter .ff_submit_btn_wrapper_custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.kln-footer-newsletter .ff-btn-submit {
  display: inline-flex !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.kln-footer-newsletter .ff_submit_btn_wrapper_custom button {
  margin-bottom: 0 !important;
}

.kln-footer-newsletter .ff-btn-submit:hover,
  .kln-footer-newsletter .ff-btn-submit:focus-visible {
  background: #FFFFFF !important;
  outline: 0 !important;
}

.kln-footer-newsletter .ff-btn-submit img {
  width: 16px !important;
  height: 13px !important;
  max-width: 16px !important;
  transition: opacity 0.2s ease, filter 0.2s ease !important;
}

.kln-footer-newsletter .ff-btn-submit:hover img,
  .kln-footer-newsletter .ff-btn-submit:focus-visible img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(13%) saturate(1028%) hue-rotate(40deg) brightness(94%) contrast(88%);
}

.kln-footer-newsletter .ff-el-is-error .ff-el-form-control {
  color: #FFFFFF !important;
}

.kln-footer-newsletter .text-danger,
  .kln-footer-newsletter .error,
  .kln-footer-newsletter .ff-error {
  position: absolute !important;
  top: calc(100% + 16px);
  left: 12px;
  right: auto;
  color: #FDFDF1 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.kln-locations-hero {
  position: relative;
  z-index: 1;
}

.kln-location-hero-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kln-location-hero-title {
  width: 160px;
  margin: 34px auto 30px 16%;
  font-size: 48px;
  text-align: center;
}

.kln-location-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}

.kln-location-tab {
  border: 0;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(61, 30, 18, 0.08);
  color: #6F7657;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  min-width: 0;
  padding: 8px 24px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.kln-location-tab:hover,
  .kln-location-tab.is-active {
  background: #7E8472;
  box-shadow: 0 12px 28px rgba(61, 30, 18, 0.12);
  color: #FFFFFF;
}

.kln-location-grid {
  display: grid;
  gap: 0;
}

.kln-location-banner {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.kln-location-banner-image {
  display: block;
  width: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kln-location-card,
  .kln-location-map-shell {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  box-shadow: 9px 25px 50px -10px rgba(0, 0, 0, 0.15);
}

.kln-location-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FFFFFF;
  padding: 15px;
}

.kln-location-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #AF274A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.kln-location-address a,
  .kln-location-value {
  color: inherit;
  text-decoration: none;
}

.kln-location-address a:hover,
  .kln-location-value:hover {
  color: #7E8472;
}

.kln-location-address-icon {
  width: 30px;
  flex: none;
  margin-top: 0;
}

.kln-location-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.kln-location-label {
  color: #6F7657;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.kln-location-value {
  color: #A9A9A9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}

.kln-location-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kln-location-socials a {
  display: inline-flex;
}

.kln-location-socials img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.kln-location-map-shell {
  background: #FFFFFF;
  border-radius: 0 0 24px 24px;
  min-height: 250px;
}

.kln-location-map {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

@media (min-width: 768px) {
  .kln-location-hero-title {
    width: 250px;
    margin: 0 auto 30px 20%;
    font-size: 56px;
    text-align: left;
  }

  .kln-location-grid {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    align-items: stretch;
    gap: 20px;
  }

  .kln-location-card,
    .kln-location-map-shell {
    border-radius: 27px;
  }

  .kln-location-tab {
    font-size: 24px;
    padding: 8px 24px;
  }

  .kln-location-banner-image {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .kln-location-card {
    gap: 10px;
    padding: 20px;
  }

  .kln-location-address {
    font-size: 18px;
  }

  .kln-location-address-icon {
    width: 46px;
  }

  .kln-location-meta {
    gap: 0;
  }

  .kln-location-label,
    .kln-location-value {
    font-size: 16px;
  }

  .kln-location-socials img {
    width: 20px;
    height: 20px;
  }

  .kln-location-card {
    max-width: none;
  }

  .kln-location-map-shell,
    .kln-location-map {
    min-height: 350px;
  }
}

@media (min-width: 1025px) {
  .kln-location-hero-title {
    width: 400px;
    margin: 75px auto 30px 185px;
    font-size: 100px;
    text-align: left;
  }

  .kln-location-grid {
    grid-template-columns: 480px 680px;
    align-items: stretch;
    gap: 20px;
  }

  .kln-location-card,
    .kln-location-map-shell {
    border-radius: 27px;
  }

  .kln-location-card {
    gap: 24px;
    padding: 40px;
  }

  .kln-location-address {
    font-size: 24px;
    line-height: 1.12;
  }

  .kln-location-address-icon {
    width: 46px;
  }

  .kln-location-label,
    .kln-location-value {
    font-size: 20px;
  }

  .kln-location-socials {
    gap: 15px;
  }

  .kln-location-socials img {
    width: 20px;
    height: 20px;
  }

  .kln-location-map-shell,
    .kln-location-map {
    min-height: 498px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kln-location-panel[data-location="da-lat"] .kln-location-banner-image {
    -o-object-position: center left;
       object-position: center left;
  }

  .kln-menu-anchor-inner {
    justify-content: flex-start!important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.kln-dining {
  background: #6B4C36;
}

.kln-dining-intro {
  position: relative;
  z-index: 1;
  padding: 200px 0 130px;
}

.kln-dining-intro-inner,
  .kln-dining-cards-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.kln-dining-copy {
  width: min(100%, 767px);
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}

.kln-dining-copy p + p {
  margin-top: 10px;
}

.kln-dining-cards {
  padding: 50px 15px;
}

.kln-dining-cards-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.kln-dining-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 350px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #3E2C1F;
  background-image: var(--kln-dining-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.kln-dining-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(107, 76, 54, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.kln-dining-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.kln-dining-card-title {
  color: #F5E6D4;
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
}

.kln-dining-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 29px;
  border: 1px solid #F5E6D4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: #F5E6D4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kln-dining-card:hover .kln-dining-card-button,
  .kln-dining-card:focus-visible .kln-dining-card-button {
  background: #F5E6D4;
  color: #6B4C36;
  border-color: #F5E6D4;
}

.kln-dining-card:hover .kln-dining-card-overlay,
  .kln-dining-card:focus-visible .kln-dining-card-overlay {
  opacity: 1;
}

.kln-dining-card-ribbon {
  position: absolute;
  top: 50px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 18px;
  background: #F5E6D4;
  color: #6B4C36;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .kln-dining-intro {
    padding: 60px 15px 80px;
  }

  .kln-dining-copy {
    line-height: 1.5;
    letter-spacing: -0.3px;
  }

  .kln-dining-cards-inner {
    flex-direction: row;
    justify-content: center;
    gap: 36px;
  }

  .kln-dining-card {
    width: 350px;
    min-height: 350px;
    flex: 0 0 350px;
  }

  .kln-dining-card-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .kln-dining-intro {
    padding: 40px 15px;
  }

  .kln-dining-copy {
    text-align: justify;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}

@media (min-width: 1025px) {
  .kln-dining-card {
    width: 400px;
    min-height: 400px;
    flex: 0 0 400px;
  }

  .kln-dining-card-title {
    font-size: 28px;
  }
}

.kln-menu {
  background: #F5E6D4;
}

.kln-menu-hero {
  padding: 40px 0 30px;
  background: #6B4C36;
}

.kln-menu-hero-inner,
  .kln-menu-intro-inner,
  .kln-menu-anchor-inner,
  .kln-menu-section-card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.kln-menu-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.kln-menu-hero-title,
  .kln-menu-section-title {
  margin: 0;
  color: #F5E6D4;
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.kln-menu-hero-gallery,
  .kln-menu-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.kln-menu-image-link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.kln-menu-image-link:focus-visible {
  outline: 2px solid #A02543;
  outline-offset: 6px;
}

.kln-menu-image {
  display: block;
  width: 100%;
  height: auto;
}

.kln-menu-intro {
  padding: 100px 0 130px;
  margin-bottom: 30px;
  background: #6B4C36;
}

.kln-menu-intro-copy {
  width: min(100%, 767px);
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.kln-menu-intro-copy p {
  margin: 0;
}

.kln-menu-anchor-shell {
  position: sticky;
  top: 92px;
  z-index: 40;
  padding: 0 15px 2px;
  background: #F5E6D4;
}

.kln-menu-anchor-inner {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
  white-space: nowrap;
  scrollbar-width: none;
}

.kln-menu-anchor-inner::-webkit-scrollbar {
  display: none;
}

.kln-menu-anchor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  border-bottom: 1px solid transparent;
  color: #656D57;
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kln-menu-anchor-link:hover,
  .kln-menu-anchor-link:focus-visible {
  color: #A02543;
}

.kln-menu-anchor-link.is-active {
  color: #A02543;
  border-bottom-color: #A02543;
}

.kln-menu-sections {
  background: #F5E6D4;
}

.kln-menu-section-shell {
  padding: 0 15px 30px;
}

.kln-menu-section-shell.is-alt {
  background: #E2D3BF;
}

.kln-menu-section-card {
  padding: 20px 0 0;
  box-shadow: 0 22px 15px -15px rgba(0, 0, 0, 0.1);
}

.kln-menu-section-title {
  color: #3E482D;
  font-size: 24px;
  padding-top: 40px;
}

.kln-menu-gallery {
  padding-top: 24px;
}

.kln-menu-divider-shell {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.kln-menu-divider {
  width: 120px;
}

.kln-menu-ornament-shell {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
}

.kln-menu-ornament {
  width: min(100px, 42vw);
  height: auto;
}

.kln-menu-section-card-closing {
  padding-bottom: 80px;
  box-shadow: none;
}

.kln-menu-closing-image {
  display: block;
  width: 100%;
  height: auto;
}

.kln-menu-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(24, 16, 10, 0.86);
  backdrop-filter: blur(18px);
}

.kln-menu-lightbox-dialog {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  width: min(1440px, calc(100vw - 24px));
  height: calc(100vh - 24px);
  max-height: calc(100vh - 24px);
}

.kln-menu-lightbox-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 64px 0 0;
  color: #F5E6D4;
}

.kln-menu-lightbox-meta-copy {
  min-width: 0;
}

.kln-menu-lightbox-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.kln-menu-lightbox-title,
  .kln-menu-lightbox-count {
  margin: 0;
}

.kln-menu-lightbox-title {
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.kln-menu-lightbox-count {
  flex: 0 0 auto;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.kln-menu-lightbox-pan-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #3E482D;
  background: rgba(245, 230, 212, 0.96);
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.kln-menu-lightbox-pan-toggle:hover,
  .kln-menu-lightbox-pan-toggle:focus-visible,
  .kln-menu-lightbox-pan-toggle[aria-pressed="true"] {
  background: #FFFFFF;
  transform: translateY(-1px);
}

.kln-menu-lightbox-zoom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(245, 230, 212, 0.12);
}

.kln-menu-lightbox-zoom-button,
  .kln-menu-lightbox-zoom-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: #F5E6D4;
  background: transparent;
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.kln-menu-lightbox-zoom-button:hover,
  .kln-menu-lightbox-zoom-button:focus-visible,
  .kln-menu-lightbox-zoom-reset:hover,
  .kln-menu-lightbox-zoom-reset:focus-visible {
  background: rgba(245, 230, 212, 0.14);
}

.kln-menu-lightbox-zoom-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.kln-menu-lightbox-stage {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  height: 100%;
  padding: 24px;
  border-radius: 28px;
  background: rgba(245, 230, 212, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.kln-menu-lightbox-viewport {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  border-radius: 18px;
}

.kln-menu-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  border-radius: 18px;
}

.kln-menu-lightbox-viewport.is-pan-enabled {
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.kln-menu-lightbox-viewport.is-pan-enabled::-webkit-scrollbar {
  display: none;
}

.kln-menu-lightbox-viewport.is-zoomed {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.kln-menu-lightbox-viewport.is-zoomed::-webkit-scrollbar {
  display: none;
}

.kln-menu-lightbox-viewport.is-pan-enabled .kln-menu-lightbox-image,
  .kln-menu-lightbox-viewport.is-zoomed .kln-menu-lightbox-image {
  width: auto;
  max-width: none;
  height: var(--kln-menu-pan-height);
  max-height: none;
  flex: 0 0 auto;
}

.kln-menu-lightbox-groups {
  --kln-menu-group-text: rgba(245, 230, 212, 0.92);
  --kln-menu-group-bg: rgba(245, 230, 212, 0.1);
  --kln-menu-group-border: rgba(245, 230, 212, 0.14);
  --kln-menu-group-hover-bg: rgba(245, 230, 212, 0.16);
  --kln-menu-group-active-bg: #F5E6D4;
  --kln-menu-group-active-text: #3E482D;
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 7px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(245, 230, 212, 0.08), rgba(245, 230, 212, 0.04));
  box-shadow: inset 0 0 0 1px rgba(245, 230, 212, 0.08);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.kln-menu-lightbox-groups::-webkit-scrollbar {
  display: none;
}

.kln-menu-lightbox-group.is-active {
  color: var(--kln-menu-group-active-text);
  background: var(--kln-menu-group-active-bg);
  border-color: rgba(245, 230, 212, 0.24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  text-shadow: none;
  transform: translateY(-1px);
}

.kln-menu-lightbox-dots {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2px;
}

.kln-menu-lightbox-dot:hover,
  .kln-menu-lightbox-dot:focus-visible,
  .kln-menu-lightbox-dot.is-active {
  background: #A02543;
  opacity: 1;
  transform: scale(1.08);
}

.kln-menu-lightbox-close,
  .kln-menu-lightbox-nav,
  .kln-menu-lightbox-thumb {
  border: 0;
  cursor: pointer;
}

.kln-menu-lightbox-close,
  .kln-menu-lightbox-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F5E6D4;
  background: rgba(32, 22, 14, 0.88);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.kln-menu-lightbox-close:hover,
  .kln-menu-lightbox-close:focus-visible,
  .kln-menu-lightbox-nav:hover,
  .kln-menu-lightbox-nav:focus-visible {
  background: rgba(50, 35, 23, 0.96);
  transform: translateY(-1px);
}

.kln-menu-lightbox-close {
  position: absolute;
  top: -4px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 34px;
  line-height: 1;
}

.kln-menu-lightbox-nav {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  padding: 0;
  font-size: 40px;
  line-height: 1;
}

.kln-menu-lightbox-nav-icon {
  display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transform: none;
}

.kln-menu-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

[data-kln-news-lightbox] .kln-menu-lightbox-dialog {
  width: min(1180px, 100%);
  height: min(760px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
}

[data-kln-news-lightbox] .kln-menu-lightbox-stage {
  height: 100%;
  min-height: 0;
}

[data-kln-news-lightbox] .kln-menu-lightbox-viewport {
  height: 100%;
  min-height: 0;
}

[data-kln-news-lightbox] .kln-menu-lightbox-image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-kln-news-lightbox] .kln-menu-lightbox-thumbs {
  display: flex;
  gap: 10px;
  overflow: auto hidden;
  min-width: 0;
  padding: 2px 0 0;
  scrollbar-width: none;
}

[data-kln-news-lightbox] .kln-menu-lightbox-thumbs::-webkit-scrollbar {
  display: none;
}

[data-kln-news-lightbox] .kln-menu-lightbox-thumb:hover,
  [data-kln-news-lightbox] .kln-menu-lightbox-thumb:focus-visible,
  [data-kln-news-lightbox] .kln-menu-lightbox-thumb.is-active {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 2px rgba(245, 230, 212, 0.55);
}

@media (min-width: 1025px) {
  [data-kln-news-lightbox] .kln-menu-lightbox-dialog {
    grid-template-columns: 56px minmax(0, 1fr) 56px 72px;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-meta {
    grid-column: 1 / 4;
    grid-row: 1;
    min-width: 0;
    padding: 0 64px 0 0;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-stage {
    grid-column: 2;
    grid-row: 2;
    padding: 16px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-nav.is-prev {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-nav.is-next {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-thumbs {
    grid-column: 4;
    grid-row: 1 / 3;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    align-self: stretch;
    padding-top: 44px;
  }
}

@media (min-width: 768px) {
  .kln-menu-lightbox {
    padding: 12px;
  }

  .kln-menu-lightbox-dialog {
    width: min(1420px, calc(100vw - 24px));
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 10px;
    height: calc(100vh - 24px);
    max-height: calc(100vh - 24px);
  }

  .kln-menu-lightbox-stage {
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
  }

  .kln-menu-lightbox-meta {
    gap: 12px;
    padding: 0 58px 0 0;
  }

  .kln-menu-lightbox-title {
    font-size: 22px;
  }

  .kln-menu-lightbox-count {
    font-size: 13px;
  }

  .kln-menu-lightbox-nav {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .kln-menu-hero {
    padding: 20px 15px 20px;
  }

  .kln-menu-hero-inner {
    gap: 48px;
  }

  .kln-menu-intro {
    padding: 60px 15px 80px;
  }

  .kln-menu-intro-copy {
    line-height: 1.5;
    letter-spacing: -0.3px;
  }

  .kln-menu-anchor-shell {
    top: 92px;
  }

  .kln-menu-section-shell {
    padding: 0 15px;
  }

  .kln-menu-section-card {
    padding-top: 30px;
  }

  .kln-menu-section-title {
    font-size: 44px;
    padding-top: 0;
  }

  .kln-menu-gallery {
    padding: 0 15px 30px;
    gap: 30px;
  }

  .kln-menu-divider-shell {
    padding: 0 0 20px;
  }

  .kln-menu-divider {
    width: 168px;
  }

  .kln-menu-ornament-shell {
    padding: 10px 0 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kln-menu-lightbox {
    padding: 10px 12px;
  }

  .kln-menu-lightbox-dialog {
    width: min(1400px, calc(100vw - 24px));
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    height: auto;
    max-height: calc(100vh - 20px);
    align-items: start;
  }

  .kln-menu-lightbox-meta {
    padding: 0 58px 0 0;
  }

  .kln-menu-lightbox-stage {
    height: auto;
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
  }

  .kln-menu-lightbox-viewport {
    flex: none;
    max-height: calc(100vh - 210px);
    border-radius: 20px;
  }

  .kln-menu-lightbox-image {
    max-height: calc(100vh - 210px);
    border-radius: 20px;
  }

  .kln-menu-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
  }

  .kln-menu-lightbox-nav:hover,
    .kln-menu-lightbox-nav:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .kln-menu-lightbox-nav.is-prev {
    left: 8px;
  }

  .kln-menu-lightbox-nav.is-next {
    right: 8px;
  }

  .kln-menu-lightbox-nav:disabled {
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  [data-kln-news-lightbox] .kln-menu-lightbox-dialog {
    height: min(720px, calc(100vh - 20px));
    max-height: calc(100vh - 20px);
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-stage {
    min-height: 0;
    padding: 8px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-viewport {
    max-height: calc(100vh - 314px - env(safe-area-inset-bottom));
    border-radius: 14px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-image {
    max-height: calc(100vh - 314px - env(safe-area-inset-bottom));
    border-radius: 14px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-thumbs {
    display: flex;
    gap: 8px;
    max-width: 100%;
    padding-top: 2px;
  }

  [data-kln-news-lightbox] .kln-menu-lightbox-thumb {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .kln-menu-hero,
    .kln-menu-intro {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kln-menu-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kln-menu-intro-copy {
    line-height: 1.5;
    letter-spacing: -0.1px;
    text-align: justify;
  }

  .kln-menu-lightbox {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  }

  .kln-menu-lightbox-dialog {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    height: auto;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom));
    width: min(100%, calc(100vw - 20px));
    max-width: min(100%, calc(100vw - 20px));
    align-items: start;
  }

  .kln-menu-lightbox-meta {
    gap: 10px;
    padding: 0 48px 0 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .kln-menu-lightbox-controls {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .kln-menu-lightbox-pan-toggle {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .kln-menu-lightbox-zoom-button,
    .kln-menu-lightbox-zoom-reset {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .kln-menu-lightbox-title {
    font-size: 18px;
    line-height: 1.15;
  }

  .kln-menu-lightbox-count {
    font-size: 12px;
  }

  .kln-menu-lightbox-stage {
    height: auto;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .kln-menu-lightbox-viewport {
    flex: none;
    max-height: calc(100vh - 250px - env(safe-area-inset-bottom));
    border-radius: 16px;
  }

  .kln-menu-lightbox-image {
    max-height: calc(100vh - 250px - env(safe-area-inset-bottom));
    border-radius: 16px;
  }

  .kln-menu-lightbox-close {
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .kln-menu-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 30px;
    transform: translateY(-50%);
  }

  .kln-menu-lightbox-nav:hover,
    .kln-menu-lightbox-nav:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .kln-menu-lightbox-nav.is-prev {
    left: 6px;
  }

  .kln-menu-lightbox-nav.is-next {
    right: 6px;
  }

  .kln-menu-lightbox-nav:disabled {
    transform: translateY(-50%);
  }

  .kln-menu-anchor-inner {
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .kln-menu-lightbox-groups {
    gap: 7px;
    padding: 5px;
    border-radius: 16px;
  }

  .kln-menu-lightbox-group {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 12px;
    white-space: nowrap !important;
  }

  .kln-menu-lightbox-dots {
    gap: 7px;
  }

  .kln-menu-lightbox-dot {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 1025px) {
  .kln-menu-lightbox {
    padding: 8px 12px;
  }

  .kln-menu-lightbox-dialog {
    width: min(1560px, calc(100vw - 40px));
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    height: auto;
    max-height: calc(100vh - 28px);
    align-items: start;
  }

  .kln-menu-lightbox-stage {
    height: auto;
    padding: 18px;
  }

  .kln-menu-lightbox-meta {
    padding: 0 64px 0 0;
  }

  .kln-menu-lightbox-viewport {
    flex: none;
    max-height: calc(100vh - 230px);
  }

  .kln-menu-lightbox-image {
    max-height: calc(100vh - 230px);
  }

  .kln-menu-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
  }

  .kln-menu-lightbox-nav:hover,
    .kln-menu-lightbox-nav:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .kln-menu-lightbox-nav.is-prev {
    left: 10px;
  }

  .kln-menu-lightbox-nav.is-next {
    right: 10px;
  }

  .kln-menu-lightbox-nav:disabled {
    transform: translateY(-50%);
  }

  .kln-menu-hero-title,
    .kln-menu-section-title {
    font-size: 44px;
  }

  .kln-menu-anchor-link {
    font-size: 14px;
  }

  .kln-menu-section-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .kln-menu-section-card {
    padding-top: 84px;
  }

  .kln-menu-gallery {
    padding: 0 0 80px;
    gap: 20px;
  }

  .kln-menu-divider-shell {
    padding: 64px 0 120px;
  }
}

.kln-news-hero-shell {
  width: 100%;
  background: #F7E8D5;
  box-shadow: 9px 25px 50px -10px rgba(0, 0, 0, 0.15);
}

.kln-news-hero-art {
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kln-news-hero-copy-shell {
  display: flex;
  align-items: center;
  min-height: 320px;
  padding: 50px 15px;
  background-color: #384624;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kln-news-hero-copy {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  color: #FDFDF1;
}

.kln-news-hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0 0 28px;
  border: 2px solid rgba(253, 253, 241, 0.9);
  border-radius: 999px;
  color: #FDFDF1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 34px;
}

.kln-news-hero-description {
  color: #FDFDF1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.2px;
}

.kln-news-hero-description strong {
  font-weight: 700;
}

.kln-news-controls {
  display: grid;
  align-items: center;
  gap: 20px 28px;
  border-radius: 20px;
  background: #F8EAD8;
  box-shadow: 9px 25px 50px -10px rgba(0, 0, 0, 0.12);
  padding: 22px 24px;
  margin-bottom: 44px;
}

.kln-news-controls.is-loading,
  .kln-news-list.is-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.kln-news-controls-title {
  margin: 0;
  color: #566244;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.kln-news-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.kln-news-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  background: transparent;
  color: #7E8472;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 8px 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.kln-news-filter:hover,
  .kln-news-filter.is-active {
  background: #FFF3E3;
  color: #566244;
}

.kln-news-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #333333;
  min-height: 52px;
  width: 100%;
}

.kln-news-search input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  outline: none;
  padding: 10px 0;
}

.kln-news-search input::-moz-placeholder {
  color: #8E9185;
}

.kln-news-search input::placeholder {
  color: #8E9185;
}

.kln-news-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #333333;
  cursor: pointer;
  flex: none;
}

.kln-news-search svg {
  width: 24px;
  height: 24px;
}

.kln-news-list {
  width: 100%;
}

.kln-news-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #FDFDF1;
  box-shadow: 9px 25px 50px -10px rgba(0, 0, 0, 0.15);
  padding: 14px;
}

.kln-news-card-media {
  display: block;
  flex: 0 0 38%;
  max-width: 38%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
}

.kln-news-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}

.kln-news-card:hover .kln-news-card-media img {
  transform: scale(1.03);
}

.kln-news-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 0 0 0 16px;
}

.kln-news-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding-bottom: 12px;
}

.kln-news-card-category,
  .kln-news-single-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: #5F6F45;
  color: #FDFDF1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  padding: 7px 18px;
}

.kln-news-single-hero {
  padding-top: 0;
  padding-bottom: 40px;
}

.kln-news-single-hero-shell {
  box-shadow: 9px 25px 50px -10px rgba(0, 0, 0, 0.15);
}

.kln-news-single-hero-art {
  min-height: 260px;
}

.kln-news-single-hero-copy-shell {
  background-color: #384624;
}

.kln-news-single-hero-copy {
  color: #FDFDF1;
}

.kln-news-single-title {
  margin: 0;
  color: #FDFDF1;
  font-family: "iCiel Brandon Text", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.kln-news-single-excerpt {
  color: #FDFDF1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.kln-news-card-date {
  display: block;
  color: #A6A19C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 8px;
}

.kln-news-card-title {
  margin: 0;
  padding-bottom: 10px;
  color: #48553A;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.kln-news-card-title a {
  color: inherit;
  text-decoration: none;
}

.kln-news-card-title a,
  .kln-news-card-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kln-news-card-title a {
  -webkit-line-clamp: 2;
}

.kln-news-card-excerpt {
  -webkit-line-clamp: 3;
  color: #6E7166;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.kln-news-card-link {
  margin-top: auto;
  padding-top: 14px;
  align-self: flex-end;
  color: #B42D4D;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.kln-news-card-link::after {
  content: " \203A";
}

.kln-news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 40px;
}

.kln-news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #7D7D7D;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.kln-news-pagination .page-numbers.current,
  .kln-news-pagination .page-numbers:hover {
  background: #566244;
  color: #FDFDF1;
}

.kln-news-content {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.kln-news-content h2,
  .kln-news-content h3,
  .kln-news-content h4 {
  color: #A02543;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 32px 0 16px;
}

.kln-news-content h2:first-child,
  .kln-news-content h3:first-child,
  .kln-news-content h4:first-child {
  margin-top: 0;
}

.kln-news-content p {
  margin: 0 0 16px;
}

.kln-news-content figure {
  margin: 24px 0;
}

.kln-news-content figure img,
  .kln-news-content .wp-block-image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.kln-news-content p > img,
  .kln-news-content a > img {
  display: block;
  max-width: 100%;
  border-radius: 24px;
}

.kln-news-content figcaption {
  color: #7D7D7D;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center;
}

.kln-news-content iframe,
  .kln-news-content video {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .kln-news-hero-copy-shell {
    min-height: 420px;
    padding: 60px 28px;
  }

  .kln-news-controls {
    grid-template-columns: 1fr;
    padding: 22px 20px;
    margin-bottom: 32px;
  }

  .kln-news-card {
    padding: 12px;
  }

  .kln-news-card-title {
    font-size: 20px;
  }

  .kln-news-card-excerpt {
    font-size: 15px;
  }

  .kln-news-single-hero {
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .kln-news-hero-shell {
    grid-template-columns: 1fr;
  }

  .kln-news-hero-art {
    min-height: 360px;
  }

  .kln-news-hero-copy-shell {
    min-height: auto;
    padding: 32px 28px 42px;
  }

  .kln-news-hero-copy {
    max-width: none;
  }

  .kln-news-hero-pill {
    min-height: 56px;
    margin-bottom: 24px;
    font-size: 17px;
    padding: 8px 28px;
  }

  .kln-news-hero-description {
    font-size: 17px;
    line-height: 1.75;
  }

  .kln-news-controls {
    gap: 16px;
    border-radius: 16px;
    padding: 18px 16px;
  }

  .kln-news-filters {
    gap: 8px;
  }

  .kln-news-filter {
    min-height: 40px;
    font-size: 15px;
    padding: 7px 12px;
  }

  .kln-news-search {
    min-height: 48px;
  }

  .kln-news-card {
    padding: 12px;
  }

  .kln-news-card-media {
    flex-basis: 40%;
    max-width: 40%;
    border-radius: 12px;
  }

  .kln-news-card-body {
    padding: 0 0 0 12px;
  }

  .kln-news-card-title {
    font-size: 17px;
    padding-bottom: 8px;
  }

  .kln-news-card-title a {
    -webkit-line-clamp: 2;
  }

  .kln-news-card-category {
    min-height: 34px;
    font-size: 12px;
    padding: 6px 12px;
  }

  .kln-news-card-date {
    font-size: 14px;
    padding-bottom: 4px;
  }

  .kln-news-card-excerpt {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }

  .kln-news-card-link {
    padding-top: 10px;
    font-size: 15px;
  }

  .kln-news-single-hero-shell {
    grid-template-columns: 1fr;
  }

  .kln-news-single-hero-art {
    width: 100%;
    min-height: 0;
    aspect-ratio: 390 / 232;
  }

  .kln-news-single-title {
    font-size: 30px;
    line-height: 1.12;
  }

  .kln-news-single-excerpt {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (min-width: 1025px) {
  .kln-news-hero-art,
    .kln-news-hero-copy-shell {
    min-height: 600px;
  }

  .kln-news-hero-copy-shell {
    padding: 0 100px;
  }

  .kln-news-hero-copy {
    margin: 0;
  }

  .kln-news-single-hero-art,
    .kln-news-single-hero-copy-shell {
    min-height: 600px;
  }

  .kln-news-controls {
    grid-template-columns: 220px minmax(0, 1fr) 280px;
    padding: 26px 22px;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-18px\] {
  right: -18px;
}

.right-\[21px\] {
  right: 21px;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

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

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

.top-\[7vw\] {
  top: 7vw;
}

.right-3 {
  right: 0.75rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-\[70px\] {
  margin-top: -70px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[-15vw\] {
  margin-bottom: -15vw;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-70px\] {
  margin-top: -70px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[367\/530\] {
  aspect-ratio: 367/530;
}

.aspect-\[383\/496\] {
  aspect-ratio: 383/496;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

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

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

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

.min-h-\[40vh\] {
  min-height: 40vh;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-\[28vw\] {
  width: 28vw;
}

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

.w-\[66\.6667\%\] {
  width: 66.6667%;
}

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

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

.w-\[76\.923\%\] {
  width: 76.923%;
}

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

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

.w-\[calc\(\(100\%-12px\)\/1\.5\)\] {
  width: calc((100% - 12px) / 1.5);
}

.w-\[min\(100\%\2c 300px\)\] {
  width: min(100%,300px);
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[30\%_40\%_30\%\] {
  grid-template-columns: 30% 40% 30%;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-bl-\[90px\] {
  border-bottom-left-radius: 90px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-kln-green-post\/20 {
  border-color: rgb(62 72 45 / 0.2);
}

.border-kln-muted {
  --tw-border-opacity: 1;
  border-color: rgb(101 109 87 / var(--tw-border-opacity, 1));
}

.border-kln-white-f1\/30 {
  border-color: rgb(253 253 241 / 0.3);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#212B1D\]\/30 {
  background-color: rgb(33 43 29 / 0.3);
}

.bg-\[\#212b1d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#566244\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 98 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCE2D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 226 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5E6D4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 212 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDFDF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6ead7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 234 215 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9ebd7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 235 215 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-kln-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 212 / var(--tw-bg-opacity, 1));
}

.bg-kln-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 29 / var(--tw-bg-opacity, 1));
}

.bg-kln-green-post {
  --tw-bg-opacity: 1;
  background-color: rgb(62 72 45 / var(--tw-bg-opacity, 1));
}

.bg-kln-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(101 109 87 / var(--tw-bg-opacity, 1));
}

.bg-kln-ver2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 235 215 / var(--tw-bg-opacity, 1));
}

.bg-kln-white-f1 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 241 / var(--tw-bg-opacity, 1));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[length\:160\%_auto\] {
  background-size: 160% auto;
}

.bg-\[length\:960px_auto\] {
  background-size: 960px auto;
}

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

.bg-bottom {
  background-position: bottom;
}

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

.bg-top {
  background-position: top;
}

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

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

.bg-repeat-x {
  background-repeat: repeat-x;
}

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}

.px-\[6vw\] {
  padding-left: 6vw;
  padding-right: 6vw;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[180px\] {
  padding-top: 180px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

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

.font-brandon {
  font-family: iCiel Brandon Text, Quicksand, sans-serif;
}

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

.text-\[13\.3vw\] {
  font-size: 13.3vw;
}

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

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

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

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

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

.leading-\[1\.02\] {
  line-height: 1.02;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.23\] {
  line-height: 1.23;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}

.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

.tracking-\[-1\.2px\] {
  letter-spacing: -1.2px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#3e482d\] {
  --tw-text-opacity: 1;
  color: rgb(62 72 45 / var(--tw-text-opacity, 1));
}

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

.text-\[\#566244\] {
  --tw-text-opacity: 1;
  color: rgb(86 98 68 / var(--tw-text-opacity, 1));
}

.text-\[\#B87B7B\] {
  --tw-text-opacity: 1;
  color: rgb(184 123 123 / var(--tw-text-opacity, 1));
}

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

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-kln-green-light {
  --tw-text-opacity: 1;
  color: rgb(187 203 162 / var(--tw-text-opacity, 1));
}

.text-kln-green-post {
  --tw-text-opacity: 1;
  color: rgb(62 72 45 / var(--tw-text-opacity, 1));
}

.text-kln-primary {
  --tw-text-opacity: 1;
  color: rgb(160 37 67 / var(--tw-text-opacity, 1));
}

.text-kln-text {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-kln-ver2 {
  --tw-text-opacity: 1;
  color: rgb(249 235 215 / var(--tw-text-opacity, 1));
}

.text-kln-white-f1 {
  --tw-text-opacity: 1;
  color: rgb(253 253 241 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow-\[0_8px_24px_rgba\(61\2c 30\2c 18\2c 0\.18\)\] {
  --tw-shadow: 0 8px 24px rgba(61,30,18,0.18);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[9px_25px_50px_-10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 9px 25px 50px -10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 9px 25px 50px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-kln {
  --tw-shadow: 0 20px 48px rgba(67, 31, 16, 0.18);
  --tw-shadow-colored: 0 20px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur-\[2px\] {
  --tw-blur: blur(2px);
  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);
}

.brightness-\[2\] {
  --tw-brightness: brightness(2);
  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);
}

.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.\[background-image\:var\(--kln-about-pattern\)\] {
  background-image: var(--kln-about-pattern);
}

.\[background-image\:var\(--kln-booking-pattern\)\] {
  background-image: var(--kln-booking-pattern);
}

.\[background-image\:var\(--kln-home-pattern\)\] {
  background-image: var(--kln-home-pattern);
}

.\[background-image\:var\(--kln-locations-pattern\)\] {
  background-image: var(--kln-locations-pattern);
}

.\[background-image\:var\(--kln-news-pattern\)\] {
  background-image: var(--kln-news-pattern);
}

.\[text-shadow\:0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.52\)\] {
  text-shadow: 0 0 10px rgba(0,0,0,0.52);
}

.\[text-shadow\:0_0_10px_rgba\(0\2c 0\2c 0\2c 1\)\] {
  text-shadow: 0 0 10px rgba(0,0,0,1);
}

.placeholder\:text-white\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder\:text-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:flex-1::before {
  content: var(--tw-content);
  flex: 1 1 0%;
}

.before\:bg-kln-ver2::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 235 215 / var(--tw-bg-opacity, 1));
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:flex-1::after {
  content: var(--tw-content);
  flex: 1 1 0%;
}

.after\:bg-kln-ver2::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 235 215 / var(--tw-bg-opacity, 1));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-\[\#3e482d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(62 72 45 / var(--tw-text-opacity, 1));
}

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

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus-visible\:bg-white\/20:focus-visible {
  background-color: rgb(255 255 255 / 0.2);
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

@media not all and (min-width: 768px) {
  .max-md\:items-stretch {
    align-items: stretch;
  }

  .max-md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:inset-auto {
    inset: auto;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:left-\[28\%\] {
    left: 28%;
  }

  .md\:right-\[0px\] {
    right: 0px;
  }

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

  .md\:top-\[8vw\] {
    top: 8vw;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:-mt-\[110px\] {
    margin-top: -110px;
  }

  .md\:-mt-\[61px\] {
    margin-top: -61px;
  }

  .md\:mb-\[-13vw\] {
    margin-bottom: -13vw;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[68vh\] {
    max-height: 68vh;
  }

  .md\:min-h-\[220px\] {
    min-height: 220px;
  }

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

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:min-h-\[420px\] {
    min-height: 420px;
  }

  .md\:min-h-\[530px\] {
    min-height: 530px;
  }

  .md\:min-h-\[54vh\] {
    min-height: 54vh;
  }

  .md\:min-h-\[680px\] {
    min-height: 680px;
  }

  .md\:min-h-\[90px\] {
    min-height: 90px;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

  .md\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

  .md\:w-\[calc\(\(100\%-32px\)\/3\)\] {
    width: calc((100% - 32px) / 3);
  }

  .md\:w-\[calc\(\(100\%-48px\)\/3\)\] {
    width: calc((100% - 48px) / 3);
  }

  .md\:min-w-\[180px\] {
    min-width: 180px;
  }

  .md\:max-w-\[210px\] {
    max-width: 210px;
  }

  .md\:max-w-\[460px\] {
    max-width: 460px;
  }

  .md\:max-w-\[481px\] {
    max-width: 481px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[640px\] {
    max-width: 640px;
  }

  .md\:max-w-\[650px\] {
    max-width: 650px;
  }

  .md\:max-w-\[780px\] {
    max-width: 780px;
  }

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

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[230px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 230px minmax(0,1fr);
  }

  .md\:grid-cols-\[minmax\(0\2c 60\%\)_minmax\(0\2c 40\%\)\] {
    grid-template-columns: minmax(0,60%) minmax(0,40%);
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[8vw\] {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[110px\] {
    padding-top: 110px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .md\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:-right-\[10\%\] {
    right: -10%;
  }

  .lg\:-top-\[200px\] {
    top: -200px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-\[34\%\] {
    left: 34%;
  }

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

  .lg\:top-\[13vw\] {
    top: 13vw;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-\[100px\] {
    margin-left: -100px;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-\[118px\] {
    margin-top: -118px;
  }

  .lg\:-mt-\[260px\] {
    margin-top: -260px;
  }

  .lg\:mb-\[-14vw\] {
    margin-bottom: -14vw;
  }

  .lg\:mt-\[5vw\] {
    margin-top: 5vw;
  }

  .lg\:mt-\[74px\] {
    margin-top: 74px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }

  .lg\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .lg\:min-h-\[160px\] {
    min-height: 160px;
  }

  .lg\:min-h-\[280px\] {
    min-height: 280px;
  }

  .lg\:min-h-\[328px\] {
    min-height: 328px;
  }

  .lg\:min-h-\[640px\] {
    min-height: 640px;
  }

  .lg\:min-h-\[880px\] {
    min-height: 880px;
  }

  .lg\:min-h-\[918px\] {
    min-height: 918px;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:w-\[calc\(\(100\%-60px\)\/4\)\] {
    width: calc((100% - 60px) / 4);
  }

  .lg\:w-\[min\(90vw\2c 1200px\)\] {
    width: min(90vw,1200px);
  }

  .lg\:max-w-\[140px\] {
    max-width: 140px;
  }

  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }

  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[30\%_40\%_30\%\] {
    grid-template-columns: 30% 40% 30%;
  }

  .lg\:grid-cols-\[340px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 340px minmax(0,1fr);
  }

  .lg\:grid-cols-\[45\%_55\%\] {
    grid-template-columns: 45% 55%;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

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

  .lg\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-kln-muted {
    --tw-border-opacity: 1;
    border-color: rgb(101 109 87 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-\[linear-gradient\(270deg\2c rgba\(33\2c 43\2c 29\2c 0\.92\)_0\%\2c rgba\(33\2c 43\2c 29\2c 0\.78\)_38\%\2c rgba\(33\2c 43\2c 29\2c 0\.05\)_72\%\)\] {
    background-image: linear-gradient(270deg,rgba(33,43,29,0.92) 0%,rgba(33,43,29,0.78) 38%,rgba(33,43,29,0.05) 72%);
  }

  .lg\:bg-\[linear-gradient\(90deg\2c rgba\(33\2c 43\2c 29\2c 0\.92\)_0\%\2c rgba\(33\2c 43\2c 29\2c 0\.78\)_38\%\2c rgba\(33\2c 43\2c 29\2c 0\.05\)_72\%\)\] {
    background-image: linear-gradient(90deg,rgba(33,43,29,0.92) 0%,rgba(33,43,29,0.78) 38%,rgba(33,43,29,0.05) 72%);
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .lg\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:py-\[42px\] {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:py-\[71px\] {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

  .lg\:pt-\[42px\] {
    padding-top: 42px;
  }

  .lg\:pt-\[43px\] {
    padding-top: 43px;
  }

  .lg\:pt-\[44px\] {
    padding-top: 44px;
  }

  .lg\:pt-\[68px\] {
    padding-top: 68px;
  }

  .lg\:text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .lg\:leading-\[1\.6\] {
    line-height: 1.6;
  }
}
