/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #024b79;
    --color-primary-dark: #0d304e;
    --color-primary-light: #1d5c84;
    --color-accent: #e7ad44;
    --color-accent-dark: #DDA32D;
    --color-text-dark: #4a4a4a;
    --color-text-gray: #8a8a8a;
    --color-text-light: #999;
    --color-background: #fdfdfd;
    --color-background-light: #fbfbfb;
    --color-light-gray: #f1f1f1;
    --color-border: #e2e2e2;
    --color-booking-blue: #0898ff;
    --color-booking-hover: #003580;
    --color-tripadvisor: #589442;
    --color-overlay: #01244c;
    --font-slideshow: 'Reem Kufi', 'Merriweather', 'Cambria', 'Georgia', serif;
    --font-logo: 'Merriweather', 'Cambria', 'Georgia', serif;
    --font-body: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    --container-max: 1152px;
    --shadow-card: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    --shadow-card-hover: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --shadow-button: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    --shadow-button-hover: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .\!grid {
    display: grid !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:text-blue-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-800);
      }
    }
  }
  .hover\:text-gray-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-300);
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/googlefonts/Merriweather-normal-400.woff') format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Reem Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/googlefonts/Reem_Kufi-normal-400.woff') format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/googlefonts/Roboto-normal-500.woff') format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/googlefonts/Roboto-normal-700.woff') format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/googlefonts/MaterialIcons-Regular.woff') format('woff');
  unicode-range: U+0-10FFFF;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: var(--font-body);
  background-color: #fff;
  color: var(--color-text-gray);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 27px;
  font-size: 16px;
  color: var(--color-text-gray);
  margin-bottom: 1rem;
}
ul, menu, dir {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
nav {
  background: #fff;
  height: 64px;
  display: flex;
  align-items: center;
}
.nav-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo {
  font-family: var(--font-logo);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .brand-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
  }
}
.sidenav-trigger {
  display: none;
  cursor: pointer;
  padding: 0.5rem;
}
.sidenav-trigger i {
  color: var(--color-primary);
}
@media (max-width: 991px) {
  .sidenav-trigger {
    display: block;
  }
  #nav-mobile {
    display: none;
  }
}
#nav-mobile {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
#nav-mobile li {
  display: inline-block;
}
#nav-mobile a {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  cursor: pointer;
}
#nav-mobile a:hover {
  color: var(--color-accent);
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 9999;
}
.dropdown-content li>a {
  display: block;
  padding: 14px 16px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.dropdown-content li>a:hover {
  background: #f5f5f5;
  color: var(--color-accent);
}
.sidenav {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav.active {
  transform: translateX(0);
}
.sidenav li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidenav li .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 1rem;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-logo);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
.sidenav li a:not(.brand-logo) {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: var(--color-text-dark);
  border-bottom: 1px solid #eee;
  background: #fff;
}
.sidenav li a:not(.brand-logo):hover {
  background: #f5f5f5;
  color: var(--color-primary);
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 996;
  display: none;
}
#sidenav-overlay.active {
  display: block;
}
.page {
  margin-top: 64px;
  min-height: calc(100vh - 64px - 200px);
  display: flex;
  flex-direction: column;
}
.slideshow-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.slideshow-container {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
}
@media (min-width: 768px) {
  .slideshow-container {
    height: 100vh;
    min-height: 500px;
  }
}
.slideshow-slides {
  display: flex;
  height: 100%;
  animation: slide 20s infinite ease-in-out;
}
.slideshow-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}
.slideshow-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slideshow-container:hover .slideshow-slides {
  animation-play-state: paused;
}
@keyframes slide {
  0%, 15% {
    transform: translateX(0);
  }
  20%, 35% {
    transform: translateX(-100%);
  }
  40%, 55% {
    transform: translateX(-200%);
  }
  60%, 75% {
    transform: translateX(-300%);
  }
  80%, 95% {
    transform: translateX(-400%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideshow-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 100px 71px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  padding: 0 1.5rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .slideshow-title {
    padding: 0 100px;
  }
}
.slideshow-title .title {
  font-family: var(--font-slideshow);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 99;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .slideshow-title .title {
    font-size: 64px;
    line-height: 2;
  }
}
.slideshow-title .title::after {
  content: "";
  display: block;
  border-top: 2px solid var(--color-accent);
  width: 25%;
  margin: 0.5rem auto;
}
@media (min-width: 768px) {
  .slideshow-title .title::after {
    margin-top: 0;
  }
}
.slideshow-title .subtitle {
  font-family: var(--font-logo);
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .slideshow-title .subtitle {
    font-size: 36px;
  }
}
.slideshow-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}
.slideshow-dots label {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.slideshow-dots label:hover {
  background: rgba(255, 255, 255, 0.8);
}
.aboutus-section {
  padding: 2rem 0 3rem;
}
@media (min-width: 768px) {
  .aboutus-section {
    padding: 3rem 0 5rem;
  }
}
.aboutus-frontpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutus-frontpage h1 {
  font-family: var(--font-logo);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-text-dark);
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.25;
  width: 100%;
}
@media (min-width: 768px) {
  .aboutus-frontpage h1 {
    font-size: 3.8rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
}
.aboutus-frontpage .text-content {
  text-align: center;
}
@media (min-width: 768px) {
  .aboutus-frontpage .text-content {
    text-align: left;
  }
}
.component-header {
  width: 100%;
  font-size: 1.75rem;
  line-height: 120%;
  color: var(--color-text-dark);
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .component-header {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.component-header::after {
  content: '';
  display: block;
  background: var(--color-accent);
  height: 2px;
  width: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .component-header::after {
    margin-top: 23px;
    margin-bottom: 20px;
  }
}
.component-header-line {
  color: var(--color-accent);
  line-height: 1.6em;
  font-size: 18px;
  position: relative;
  z-index: 99;
  padding-left: 70px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .component-header-line {
    margin: 30px 0;
  }
}
.component-header-line::before {
  content: "";
  display: inline-block;
  border-top: 2px solid var(--color-accent);
  width: 60px;
  position: absolute;
  top: 50%;
  left: 0;
}
.component-header-line .component-title {
  font-weight: 700;
  text-transform: uppercase;
}
.awards-section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .awards-section {
    margin-bottom: 5rem;
  }
}
.awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .awards {
    justify-content: space-between;
    gap: 0;
  }
}
.awards .booking {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 100%;
  max-width: 320px;
  padding: 20px;
  border: 1px solid var(--color-border);
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .awards .booking {
    flex-basis: 32%;
    margin-bottom: 0;
  }
}
.awards .booking img {
  width: 80%;
  max-width: 160px;
  margin: auto;
}
.awards .sidebar-tripadvisor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 100%;
  max-width: 320px;
  padding: 20px;
  border: 2px solid var(--color-tripadvisor);
}
@media (min-width: 768px) {
  .awards .sidebar-tripadvisor {
    flex-basis: 32%;
    margin-bottom: 0;
  }
}
.awards .sidebar-tripadvisor img {
  width: 80%;
  max-width: 160px;
  margin: auto;
}
.awards .travel-myth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-basis: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .awards .travel-myth {
    flex-basis: 32%;
    margin-bottom: 0;
  }
}
.awards .travel-myth img {
  width: 100%;
  max-width: 160px;
  margin: auto;
}
.rooms-section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .rooms-section {
    margin-bottom: 5rem;
  }
}
.rooms-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .rooms-all {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.rooms-all li {
  display: flex;
  flex-basis: 100%;
  max-width: 350px;
}
@media (min-width: 768px) {
  .rooms-all li {
    flex-basis: 32%;
    max-width: none;
    margin-bottom: 0;
  }
}
.room-post {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  border-radius: 2px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.25s ease;
  overflow: hidden;
}
.room-post:hover {
  box-shadow: var(--shadow-card-hover);
}
.main-photo {
  overflow: hidden;
  position: relative;
}
.main-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.main-photo:hover img {
  transform: scale(1.05);
}
.room-title {
  flex-grow: 1;
  padding: 24px 20px 5px;
}
@media (min-width: 768px) {
  .room-title {
    padding: 34px 30px 5px;
  }
}
.room-title a {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 29px;
  color: var(--color-text-dark);
  margin-bottom: 7px;
  display: block;
}
@media (min-width: 768px) {
  .room-title a {
    font-size: 24px;
  }
}
.room-title a:hover {
  color: var(--color-accent);
}
.room-details {
  display: flex;
  padding: 0 20px;
  color: var(--color-text-gray);
  font-size: 14px;
}
@media (min-width: 768px) {
  .room-details {
    padding: 0 30px;
    font-size: 15px;
  }
}
.room-details .room-view::before {
  content: '• ';
  padding: 0 8px;
  text-align: center;
}
.rates-from {
  color: var(--color-text-gray);
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .rates-from {
    font-size: 17px;
    padding: 0 30px 30px;
  }
}
.rates-from::before {
  content: '';
  display: block;
  background: #eee;
  height: 2px;
  width: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .rates-from::before {
    margin-top: 23px;
    margin-bottom: 20px;
  }
}
.reviews-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 30px 1rem;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reviews-section {
    padding: 50px;
    margin-bottom: 80px;
  }
}
.reviews-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-overlay);
  opacity: 0.51;
  z-index: 1;
}
.reviews {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.reviews .component-header-line {
  width: 100%;
}
@media (min-width: 768px) {
  .reviews .component-header-line {
    width: 50%;
  }
}
.reviews-carousel {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-accent-dark);
  position: relative;
}
@media (min-width: 768px) {
  .reviews-carousel {
    width: 50%;
  }
}
.reviews-slides {
  display: flex;
  animation: review-slide 15s infinite ease-in-out;
}
.reviews-carousel:hover .reviews-slides {
  animation-play-state: paused;
}
@keyframes review-slide {
  0%, 30% {
    transform: translateX(0);
  }
  33%, 63% {
    transform: translateX(-100%);
  }
  66%, 96% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.review {
  min-width: 100%;
  font-size: 1rem;
  margin: 18px 0;
  padding: 20px;
  font-style: italic;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  z-index: 99;
}
@media (min-width: 768px) {
  .review {
    font-size: 18px;
    padding: 30px;
  }
}
.review-text {
  margin-bottom: 20px;
}
.review .name, .review .country {
  display: inline;
  font-weight: 700;
}
.review .country {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.review .site {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.contact-section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact-section {
    margin-bottom: 5rem;
  }
}
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact form {
  flex-basis: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact form {
    flex-basis: 65%;
    margin-bottom: 0;
  }
}
.input-field {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.input-field label {
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 1rem;
  color: var(--color-text-light);
  cursor: text;
  transition: all 0.2s ease-out;
  transform-origin: 0% 100%;
  pointer-events: none;
}
.input-field input, .input-field textarea, .input-field select {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  outline: none;
  margin-bottom: 5px;
  padding: 0;
  transition: border 0.3s, box-shadow 0.3s;
}
.input-field input:focus, .input-field textarea:focus, .input-field select:focus {
  border-bottom: 2px solid var(--color-primary);
  box-shadow: 0 1px 0 0 var(--color-primary);
}
.input-field input:focus+label, .input-field input:not(:placeholder-shown)+label, .input-field textarea:focus+label, .input-field textarea:not(:placeholder-shown)+label {
  transform: translateY(-14px) scale(0.8);
  color: var(--color-primary);
}
.input-field textarea {
  height: auto;
  min-height: 3rem;
  padding-top: 1.6rem;
  padding-bottom: 0.5rem;
  resize: none;
  overflow-y: hidden;
}
.checkin, .checkout {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.checkin label, .checkout label {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 0.8rem;
  color: var(--color-text-light);
}
.checkin input, .checkout input {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  outline: none;
  color: var(--color-text-gray);
}
.checkin input:focus, .checkout input:focus {
  border-bottom: 2px solid var(--color-primary);
  box-shadow: 0 1px 0 0 var(--color-primary);
}
.button-submit {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}
.submit-button {
  background-color: var(--color-primary);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0.5px;
  line-height: 36px;
  padding: 0 2rem;
  border: none;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: var(--shadow-button);
  transition: all 0.2s ease;
}
.submit-button:hover {
  background-color: var(--color-primary-light);
  box-shadow: var(--shadow-button-hover);
}
.booking-button-wrapper {
  flex-basis: 100%;
  background: var(--color-primary-dark);
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  border: 1px solid #ccc;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .booking-button-wrapper {
    flex-basis: 32%;
  }
}
.booking-button-wrapper img {
  margin-bottom: 10px;
  max-width: 250px;
}
.booking-button-wrapper .text {
  margin-bottom: 2rem;
}
.booking-button-wrapper .booking-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  padding: 5px 25px;
  line-height: 34px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  color: #fff;
  background-color: var(--color-booking-blue);
  text-align: center;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .booking-button-wrapper .booking-button {
    font-size: 23px;
  }
}
.booking-button-wrapper .booking-button:hover {
  background-color: var(--color-booking-hover);
}
.details-section {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .details-section {
    margin-bottom: 5rem;
  }
}
.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  background: var(--color-background);
}
@media (min-width: 768px) {
  .contact-details {
    gap: 0;
  }
}
.contact-details .field {
  margin: auto 0;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  padding: 1rem 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-details .field {
    flex-basis: 48%;
    font-size: 18px;
  }
}
.contact-details .field i {
  padding: 0 10px;
  font-size: 32px;
  color: var(--color-primary-dark);
}
@media (min-width: 768px) {
  .contact-details .field i {
    font-size: 42px;
  }
}
.photos-section {
  padding: 2rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .photos-section {
    padding: 4rem 0;
  }
}
.photos-strip {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .photos-strip {
    margin-bottom: 80px;
  }
}
.photos-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .photos-strip ul {
    flex-wrap: nowrap;
  }
  .photos-strip li {
    flex-basis: auto;
  }
}
.footer-wrapper {
  border-top: 1px solid #ccc;
  background: var(--color-background-light);
}
.footer-wrapper footer {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .footer-wrapper footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-wrapper .logo {
  padding: 1rem;
  text-align: center;
  width: 100%;
  background: var(--color-light-gray);
}
@media (min-width: 768px) {
  .footer-wrapper .logo {
    width: auto;
    background: transparent;
    padding: 0;
  }
}
.footer-wrapper .logo a {
  font-family: var(--font-logo);
  color: var(--color-primary);
  font-weight: 700;
}
.contact-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .contact-footer {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.contact-footer .field {
  color: var(--color-text-light);
  font-weight: normal;
  font-size: 13px;
  padding: 0.25rem 0;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .contact-footer .field {
    padding: 0 20px;
  }
}
.hidden {
  display: none;
}
.z-depth-1 {
  box-shadow: var(--shadow-card);
}
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1rem;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.recaptcha {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
.parsley-errors-list li {
  color: #f44336;
  opacity: 1;
  font-size: 0.8em;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown, .animated.fadeInDown {
  animation: fadeInDown 1s ease-out;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

