/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :root, :host {
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-night: #0a0915;
    --color-panel: #1e1c2d;
    --color-accent: #ed254e;
    --color-accent-hover: #f9564f;
    --color-mint: #50f7ac;
    --color-rate: #f9dc5c;
    --color-metro: #ef7e24;
    --color-veil: rgba(209, 204, 255, 0.1);
    --color-stroke-20: rgba(255, 255, 255, 0.2);
    --font-condensed: "Roboto Condensed", "Arial Narrow", sans-serif;
    --font-rubik: "Rubik", sans-serif;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.right-\[16px\] {
  right: 16px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.left-2\.5 {
  left: calc(var(--spacing) * 2.5);
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-3 {
  margin-inline: calc(var(--spacing) * 3);
}
.my-2 {
  margin-block: calc(var(--spacing) * 2);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.size-4\.5 {
  width: calc(var(--spacing) * 4.5);
  height: calc(var(--spacing) * 4.5);
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-3\.5 {
  height: calc(var(--spacing) * 3.5);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-\[18px\] {
  height: 18px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-10 {
  min-height: calc(var(--spacing) * 10);
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: calc(var(--spacing) * 1);
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-3\.5 {
  width: calc(var(--spacing) * 3.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-\[18px\] {
  width: 18px;
}
.w-\[316px\] {
  width: 316px;
}
.w-\[429px\] {
  width: 429px;
}
.w-\[656px\] {
  width: 656px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-64 {
  max-width: calc(var(--spacing) * 64);
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[656px\] {
  max-width: 656px;
}
.max-w-\[769px\] {
  max-width: 769px;
}
.max-w-\[882px\] {
  max-width: 882px;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-20 {
  min-width: calc(var(--spacing) * 20);
}
.min-w-24 {
  min-width: calc(var(--spacing) * 24);
}
.min-w-28 {
  min-width: calc(var(--spacing) * 28);
}
.min-w-32 {
  min-width: calc(var(--spacing) * 32);
}
.min-w-40 {
  min-width: calc(var(--spacing) * 40);
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * -4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * 4);
  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;
}
.break-inside-avoid {
  break-inside: avoid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-px {
  gap: 1px;
}
.space-y-1 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-4 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.space-x-2 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-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)));
  }
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-e {
  border-inline-end-style: var(--tw-border-style);
  border-inline-end-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-gray-700 {
  border-color: var(--color-gray-700);
}
.border-white\/20 {
  border-color: color-mix(in srgb, #fff 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-blue-600 {
  background-color: var(--color-blue-600);
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-gray-900 {
  background-color: var(--color-gray-900);
}
.bg-transparent {
  background-color: transparent;
}
.bg-veil {
  background-color: var(--color-veil);
}
.stroke-current {
  stroke: currentcolor;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-\[16px\] {
  padding-inline: 16px;
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-35 {
  padding-block: calc(var(--spacing) * 35);
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-35 {
  padding-top: calc(var(--spacing) * 35);
}
.pt-\[84px\] {
  padding-top: 84px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pl-10 {
  padding-left: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.font-condensed {
  font-family: var(--font-condensed);
}
.font-rubik {
  font-family: var(--font-rubik);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.leading-4 {
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
}
.leading-5 {
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-7 {
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
}
.leading-\[18px\] {
  --tw-leading: 18px;
  line-height: 18px;
}
.leading-\[22px\] {
  --tw-leading: 22px;
  line-height: 22px;
}
.font-black {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.48px\] {
  --tw-tracking: -0.48px;
  letter-spacing: -0.48px;
}
.text-gray-200 {
  color: var(--color-gray-200);
}
.text-mint {
  color: var(--color-mint);
}
.text-white {
  color: var(--color-white);
}
.text-white\/40 {
  color: color-mix(in srgb, #fff 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.text-white\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-400 {
  &::placeholder {
    color: var(--color-gray-400);
  }
}
.opacity-0 {
  opacity: 0%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.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,);
}
.grayscale {
  --tw-grayscale: grayscale(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,);
}
.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-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-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, 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));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.group-has-\[\[id\=layout-sidebar-hover-trigger\]\:checked\]\/html\:flex {
  &:is(:where(.group\/html):has(*:is([id=layout-sidebar-hover-trigger]:checked)) *) {
    display: flex;
  }
}
.group-has-\[\[id\=layout-sidebar-hover-trigger\]\:checked\]\/html\:hidden {
  &:is(:where(.group\/html):has(*:is([id=layout-sidebar-hover-trigger]:checked)) *) {
    display: none;
  }
}
.group-data-\[theme\=dark\]\/html\:translate-y-0 {
  &:is(:where(.group\/html)[data-theme="dark"] *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[theme\=dark\]\/html\:opacity-0 {
  &:is(:where(.group\/html)[data-theme="dark"] *) {
    opacity: 0%;
  }
}
.group-data-\[theme\=dark\]\/html\:opacity-100 {
  &:is(:where(.group\/html)[data-theme="dark"] *) {
    opacity: 100%;
  }
}
.group-data-\[theme\=light\]\/html\:translate-y-0 {
  &:is(:where(.group\/html)[data-theme="light"] *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-data-\[theme\=light\]\/html\:opacity-0 {
  &:is(:where(.group\/html)[data-theme="light"] *) {
    opacity: 0%;
  }
}
.group-data-\[theme\=light\]\/html\:opacity-100 {
  &:is(:where(.group\/html)[data-theme="light"] *) {
    opacity: 100%;
  }
}
.hover\:bg-blue-700 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-blue-700);
    }
  }
}
.hover\:text-mint {
  &:hover {
    @media (hover: hover) {
      color: var(--color-mint);
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.hover\:no-underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.max-\[374px\]\:gap-1\.5 {
  @media (width < 374px) {
    gap: calc(var(--spacing) * 1.5);
  }
}
.max-\[374px\]\:p-2\.5 {
  @media (width < 374px) {
    padding: calc(var(--spacing) * 2.5);
  }
}
.max-lg\:order-1 {
  @media (width < 64rem) {
    order: 1;
  }
}
.max-lg\:order-2 {
  @media (width < 64rem) {
    order: 2;
  }
}
.max-lg\:w-full {
  @media (width < 64rem) {
    width: 100%;
  }
}
.max-lg\:grid-cols-3 {
  @media (width < 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.max-lg\:flex-col {
  @media (width < 64rem) {
    flex-direction: column;
  }
}
.max-md\:mt-8 {
  @media (width < 48rem) {
    margin-top: calc(var(--spacing) * 8);
  }
}
.max-md\:mt-12 {
  @media (width < 48rem) {
    margin-top: calc(var(--spacing) * 12);
  }
}
.max-md\:mt-auto {
  @media (width < 48rem) {
    margin-top: auto;
  }
}
.max-md\:mb-\[16px\] {
  @media (width < 48rem) {
    margin-bottom: 16px;
  }
}
.max-md\:hidden {
  @media (width < 48rem) {
    display: none;
  }
}
.max-md\:h-4 {
  @media (width < 48rem) {
    height: calc(var(--spacing) * 4);
  }
}
.max-md\:w-4 {
  @media (width < 48rem) {
    width: calc(var(--spacing) * 4);
  }
}
.max-md\:w-full {
  @media (width < 48rem) {
    width: 100%;
  }
}
.max-md\:flex-1 {
  @media (width < 48rem) {
    flex: 1;
  }
}
.max-md\:grid-cols-1 {
  @media (width < 48rem) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.max-md\:grid-cols-2 {
  @media (width < 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.max-md\:flex-col {
  @media (width < 48rem) {
    flex-direction: column;
  }
}
.max-md\:items-center {
  @media (width < 48rem) {
    align-items: center;
  }
}
.max-md\:items-start {
  @media (width < 48rem) {
    align-items: flex-start;
  }
}
.max-md\:gap-2 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 2);
  }
}
.max-md\:gap-4 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.max-md\:gap-8 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.max-md\:gap-16 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 16);
  }
}
.max-md\:gap-\[16px\] {
  @media (width < 48rem) {
    gap: 16px;
  }
}
.max-md\:gap-x-3 {
  @media (width < 48rem) {
    column-gap: calc(var(--spacing) * 3);
  }
}
.max-md\:gap-y-8 {
  @media (width < 48rem) {
    row-gap: calc(var(--spacing) * 8);
  }
}
.max-md\:p-3 {
  @media (width < 48rem) {
    padding: calc(var(--spacing) * 3);
  }
}
.max-md\:p-4 {
  @media (width < 48rem) {
    padding: calc(var(--spacing) * 4);
  }
}
.max-md\:p-\[16px\] {
  @media (width < 48rem) {
    padding: 16px;
  }
}
.max-md\:py-12 {
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 12);
  }
}
.max-md\:py-\[100px\] {
  @media (width < 48rem) {
    padding-block: 100px;
  }
}
.max-md\:pt-\[64px\] {
  @media (width < 48rem) {
    padding-top: 64px;
  }
}
.max-md\:pt-\[76px\] {
  @media (width < 48rem) {
    padding-top: 76px;
  }
}
.max-md\:pt-\[100px\] {
  @media (width < 48rem) {
    padding-top: 100px;
  }
}
.max-md\:pb-6 {
  @media (width < 48rem) {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
.max-md\:text-center {
  @media (width < 48rem) {
    text-align: center;
  }
}
.max-md\:text-\[14px\] {
  @media (width < 48rem) {
    font-size: 14px;
  }
}
.max-md\:leading-\[18px\] {
  @media (width < 48rem) {
    --tw-leading: 18px;
    line-height: 18px;
  }
}
.sm\:w-auto {
  @media (width >= 40rem) {
    width: auto;
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.md\:mr-2 {
  @media (width >= 48rem) {
    margin-right: calc(var(--spacing) * 2);
  }
}
.md\:flex {
  @media (width >= 48rem) {
    display: flex;
  }
}
.md\:w-auto {
  @media (width >= 48rem) {
    width: auto;
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:flex-nowrap {
  @media (width >= 48rem) {
    flex-wrap: nowrap;
  }
}
.md\:items-center {
  @media (width >= 48rem) {
    align-items: center;
  }
}
.md\:gap-0 {
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.md\:px-5 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
}
.md\:text-base {
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.md\:text-sm {
  @media (width >= 48rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.md\:text-xl {
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.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));
  }
}
.qhero {
  position: relative;
  overflow: hidden;
  background: var(--color-night);
}
.qhero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.qhero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qhero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), linear-gradient(rgba(10, 9, 21, 0) 70%, var(--color-night) 100%);
}
.qhero__bg--blurred img {
  filter: blur(14px);
}
.qhero__title {
  margin: 0;
  max-width: 883px;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .qhero__title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }
}
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  border: none;
  border-radius: 1000px;
  background: var(--color-accent);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s;
}
.btn-accent:hover {
  background: var(--color-accent-hover);
  color: #fff;
  text-decoration: none;
}
.qnav {
  display: flex;
  gap: 32px;
  padding: 16px 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.qnav::-webkit-scrollbar {
  display: none;
}
.qnav a {
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  white-space: nowrap;
  text-decoration: none;
}
.qnav a:hover {
  color: var(--color-mint);
  text-decoration: none;
}
.qnav sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  margin-left: 2px;
}
.qtext {
  font-family: var(--font-rubik);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.qtext p {
  margin: 0 0 16px;
}
.qtext p:last-child {
  margin-bottom: 0;
}
.qcard {
  width: 100%;
  background: var(--color-veil);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .qcard {
    padding: 24px 16px;
  }
}
.qcard__title {
  margin: 0;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: #fff;
}
.qlabel {
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
}
.qvalue {
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.qvalue--closed {
  color: var(--color-accent);
}
.qvalue img {
  width: 16px;
  height: 16px;
}
.qrate {
  background: var(--color-veil);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.qrate__logo {
  height: 24px;
  display: flex;
  align-items: center;
}
.qrate__logo img {
  max-height: 24px;
  max-width: 120px;
}
.qrate__value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.qrate__value img {
  width: 16px;
  height: 16px;
}
.qrate__num {
  color: var(--color-mint);
}
.qrate__max {
  color: rgba(255, 255, 255, .4);
}
.qrate__domain {
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .4);
  text-align: center;
}
.qtooltip {
  position: relative;
  display: inline;
}
.qtooltip__btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--color-mint);
  cursor: pointer;
}
.qtooltip__content {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 20;
  width: 280px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--color-panel);
  border: 1px solid rgba(255, 255, 255, .1);
  font-family: var(--font-rubik);
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.qtooltip:hover .qtooltip__content, .qtooltip:focus-within .qtooltip__content {
  display: block;
}
.qtag {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 1000px;
  background: var(--color-veil);
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}
.qlink {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: var(--color-mint);
  cursor: pointer;
  text-align: left;
}
.qlink:hover {
  text-decoration: underline;
}
.quest__map {
  display: none;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.quest__map iframe {
  width: 100%;
  display: block;
}
.qgallery .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qgallery .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 996 / 664;
  max-height: 664px;
}
.qgallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qgallery .swiper-button-prev, .qgallery .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background-color: rgba(10, 9, 21, .4);
  backdrop-filter: blur(8px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-top: -30px;
  transition: border-color .2s;
}
.qgallery .swiper-button-prev {
  left: 24px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'><path d='M17.8 8.8H1.4M9.5 16.9L1.4 8.8L9.5 0.7' stroke='white' stroke-width='2'/></svg>");
}
.qgallery .swiper-button-next {
  right: 24px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'><path d='M0 8.8H16.2M8.1 16.9L16.2 8.8L8.1 0.7' stroke='white' stroke-width='2'/></svg>");
}
.qgallery .swiper-button-prev:hover, .qgallery .swiper-button-next:hover {
  border-color: rgba(255, 255, 255, .5);
}
.qgallery .swiper-button-prev::after, .qgallery .swiper-button-next::after {
  content: none;
}
.qgallery .swiper-pagination {
  position: absolute;
  bottom: 16px;
}
.qgallery .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .6);
  opacity: 1;
}
.qgallery .swiper-pagination-bullet-active {
  background: var(--color-mint);
}
@media (max-width: 768px) {
  .qgallery .swiper-button-prev, .qgallery .swiper-button-next {
    display: none;
  }
}
.qtt-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.qtt-legend__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
}
.qtt-day {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
}
.qtt-day--extra {
  display: none;
}
.qtt--expanded .qtt-day--extra {
  display: flex;
}
.qtt-day__title {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
}
.qtt-day__date {
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #fff;
}
.qtt-day__dow {
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 21px;
  color: rgba(255, 255, 255, .6);
}
.qtt-day__dow--weekend {
  color: var(--color-accent-hover);
}
.qtt-slots {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}
@media (max-width: 768px) {
  .qtt-day {
    flex-direction: column;
  }
  .qtt-day__title {
    width: auto;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
}
.qslot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.qslot time {
  display: block;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: background .2s;
}
.qslot:hover time {
  background: var(--color-veil);
}
.qslot__price {
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
}
.qslot__discount {
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 1px 5px;
  border-radius: 1000px;
  background: var(--color-accent);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
}
.qslot--closed {
  cursor: default;
}
.qslot--closed time {
  color: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, .2);
}
.qslot--closed:hover time {
  background: none;
}
.qslot time.price-1, .qtt-legend__item.price-1 {
  border-color: #50f7ac;
}
.qslot time.price-2, .qtt-legend__item.price-2 {
  border-color: #70abff;
}
.qslot time.price-3, .qtt-legend__item.price-3 {
  border-color: #fff347;
}
.qslot time.price-4, .qtt-legend__item.price-4 {
  border-color: #ff70e5;
}
.qslot time.price-5, .qtt-legend__item.price-5 {
  border-color: #ffa447;
}
.qslot time.price-6, .qtt-legend__item.price-6 {
  border-color: #b18cff;
}
.qexpert__bar {
  width: 100%;
  height: 8px;
  border-radius: 16px;
  background: var(--color-veil);
  overflow: hidden;
}
.qexpert__bar-fill {
  height: 100%;
  border-radius: 16px;
}
.qexpert details > summary {
  list-style: none;
  cursor: pointer;
}
.qexpert details > summary::-webkit-details-marker {
  display: none;
}
.qexpert details[open] .qexpert__more-label, .qexpert details:not([open]) .qexpert__less-label, .qexpert details[open] .qexpert__preview {
  display: none;
}
.qreviews-wrap {
  position: relative;
  width: 100%;
}
.qreviews-wrap--collapsed {
  max-height: 888px;
  overflow: hidden;
}
.qreviews-wrap--collapsed::after {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
  height: 207px;
  background: linear-gradient(rgba(10, 9, 21, 0), var(--color-night));
  pointer-events: none;
}
.qcta {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 100px;
}
.qcta__bg {
  position: absolute;
  inset: 0;
}
.qcta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qcta__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}
.qcta__title {
  margin: 0;
  max-width: 612px;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .qcta {
    padding: 64px 16px;
  }
  .qcta__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
  }
}
.qmodal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
}
.qmodal--open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
body.qmodal-open {
  overflow: hidden;
}
.qmodal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 21, .6);
}
.qmodal__dialog {
  position: relative;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}
.qmodal__panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 24px;
  background: var(--color-panel);
  border-radius: 16px;
  box-shadow: 2px 12px 40px rgba(10, 9, 21, .4);
  overflow-y: auto;
  max-height: calc(100vh - 48px);
}
@media (max-width: 768px) {
  .qmodal--open {
    padding: 0;
  }
  .qmodal__dialog {
    width: 100%;
    height: 100%;
  }
  .qmodal__panel {
    max-height: 100%;
    border-radius: 0;
    padding: 24px 16px;
  }
}
.qmodal__head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}
.qmodal__title {
  flex: 1;
  margin: 0;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.qmodal__close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.qmodal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.qinput {
  display: block;
  width: 100%;
  max-width: none;
  padding: 19px 20px;
  background: var(--color-veil);
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  outline: none;
  appearance: none;
  transition: background .2s, border-color .2s;
}
.qinput::placeholder {
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}
.qinput:focus {
  background: rgba(209, 204, 255, .15);
}
.qinput--invalid {
  border-color: var(--color-accent);
}
textarea.qinput {
  resize: vertical;
  min-height: 96px;
}
select.qinput {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 6px;
  padding-right: 44px;
}
select.qinput option {
  background: var(--color-panel);
  color: #fff;
}
.qform-label {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
}
.qswitch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.qswitch__track {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  border-radius: 12px;
  background: rgba(209, 204, 255, .15);
  transition: background .2s;
}
.qswitch__track::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  transition: transform .2s;
}
.qswitch--on .qswitch__track {
  background: var(--color-mint);
}
.qswitch--on .qswitch__track::after {
  transform: translateX(16px);
}
.qcheck {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
.qcheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
.qcheck__box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 3px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 4px;
  pointer-events: none;
  transition: background .2s, border-color .2s;
}
.qcheck input:checked ~ .qcheck__box {
  background-color: var(--color-mint);
  border-color: var(--color-mint);
  -webkit-mask: none;
  position: relative;
}
.qcheck input:checked ~ .qcheck__box::after {
  content: '';
  position: absolute;
  inset: 2px;
  background-color: var(--color-night);
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M5.63 10.1L3.02 7.5L2.13 8.38L5.63 11.87L13.13 4.37L12.25 3.49L5.63 10.1Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><path d='M5.63 10.1L3.02 7.5L2.13 8.38L5.63 11.87L13.13 4.37L12.25 3.49L5.63 10.1Z'/></svg>") center / contain no-repeat;
}
.qcheck__label {
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.qcheck__label a {
  color: var(--color-mint);
  text-decoration: none;
}
.qcheck__label a:hover {
  text-decoration: underline;
}
.qstars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 8px;
}
.qstars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.qstars .qstar {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.24 18.19' fill='none'><path d='M11.82 6.11L9.12 1.49L6.42 6.11L1.41 7.66L4.88 11.12L3.72 16.91L9.12 14.47L14.52 16.91L13.36 11.12L16.83 7.66L11.82 6.11Z' stroke='white' stroke-opacity='0.4' stroke-width='1.5'/></svg>") center / contain no-repeat;
  transition: transform .15s;
}
.qstars .qstar:hover {
  transform: scale(1.1);
}
.qstars input:checked ~ .qstar, .qstars .qstar:hover, .qstars .qstar:hover ~ .qstar {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.81 19.75' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.37 5.95L9.9 0L6.43 5.95L0 7.93L4.41 12.34L2.93 19.75L9.9 16.6L16.87 19.75L15.39 12.34L19.8 7.93L13.37 5.95Z' fill='%23F9DC5C'/></svg>");
}
.qnote {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: rgba(112, 171, 255, .1);
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: #70abff;
}
.qnote__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-color: #70abff;
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 0 0 8 1.5ZM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.9 6.6h1.8V12H7.1V6.6Zm0-2.7h1.8v1.8H7.1V3.9Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 0 0 8 1.5ZM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.9 6.6h1.8V12H7.1V6.6Zm0-2.7h1.8v1.8H7.1V3.9Z'/></svg>") center / contain no-repeat;
}
.qradio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qradio input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color .2s;
}
.qradio input[type="radio"]:checked {
  border: 5px solid var(--color-mint);
}
.qradio label {
  margin: 0;
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
}
.qmodal-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
}
.qmodal-info__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
}
.qmodal-info__head img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.qmodal-info__value {
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.qmodal-info__old {
  color: rgba(255, 255, 255, .4);
  text-decoration: line-through;
}
.qfield-error {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  width: 100%;
  margin: -4px 0 0;
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: var(--color-accent-hover);
}
.qfield-error[hidden] {
  display: none;
}
.qfield > .qfield-error {
  margin-top: 8px;
}
.qfield-error__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-color: var(--color-accent-hover);
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 0 0 8 1.5ZM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.9 3.9h1.8v5.4H7.1V3.9Zm0 6.8h1.8v1.8H7.1v-1.8Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M8 1.5A6.5 6.5 0 1 0 8 14.5 6.5 6.5 0 0 0 8 1.5ZM8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.9 3.9h1.8v5.4H7.1V3.9Zm0 6.8h1.8v1.8H7.1v-1.8Z'/></svg>") center / contain no-repeat;
}
.form-errors-alert {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-accent);
  border-radius: 12px;
  background: rgba(237, 37, 78, .12);
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.form-errors-alert ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.qmodal__api-wait {
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
  text-align: center;
}
.qselect {
  position: relative;
  width: 100%;
}
.qselect__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
  cursor: pointer;
}
.qselect__toggle[aria-expanded="true"] {
  border-color: #fff;
}
.qselect__toggle:disabled {
  cursor: default;
  opacity: .6;
}
.qselect__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qselect__value--placeholder {
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}
.qselect__arrow {
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5'/></svg>") center / contain no-repeat;
  transition: transform .2s;
}
.qselect__toggle[aria-expanded="true"] .qselect__arrow {
  transform: rotate(180deg);
}
.qselect__sheet-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 309;
  background: rgba(10, 9, 21, .6);
}
.qselect__dropdown {
  position: fixed;
  z-index: 310;
  display: none;
  flex-direction: column;
  overflow: hidden;
  background: var(--color-panel);
  border-radius: 16px;
  box-shadow: 2px 12px 40px rgba(10, 9, 21, .4);
}
.qselect__dropdown.is-open {
  display: flex;
}
.qselect__sheet-head {
  display: none;
}
.qselect__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  max-height: 266px;
  overflow-y: auto;
}
.qselect__options::-webkit-scrollbar {
  width: 4px;
}
.qselect__options::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .2);
  border-radius: 4px;
}
.qselect__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 14px;
  font-family: var(--font-rubik);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.qselect__option:hover {
  background: var(--color-veil);
}
.qselect__option[aria-selected="true"] {
  color: var(--color-mint);
}
.qselect__option-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qselect__option-check {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
}
.qselect__option[aria-selected="true"] .qselect__option-check {
  opacity: 1;
}
@media (max-width: 768px) {
  .qselect__sheet-overlay.is-open {
    display: block;
  }
  .qselect__dropdown {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 0;
    max-height: 80vh;
    border-radius: 20px 20px 0 0;
  }
  .qselect__sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 16px;
    flex-shrink: 0;
  }
  .qselect__sheet-title {
    font-family: var(--font-condensed);
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
  }
  .qselect__sheet-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .qselect__sheet-close-icon {
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M1 1l14 14M15 1L1 15' stroke='white' stroke-width='1.8' stroke-linecap='round'/></svg>") center / contain no-repeat;
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M1 1l14 14M15 1L1 15' stroke='white' stroke-width='1.8' stroke-linecap='round'/></svg>") center / contain no-repeat;
  }
  .qselect__options {
    padding: 0 12px 24px;
    max-height: calc(80vh - 76px);
  }
}
.qflash {
  position: relative;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 48px 12px 16px;
  background: var(--color-panel);
  font-family: var(--font-rubik);
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid var(--color-mint);
}
.qflash--warning {
  border-color: var(--color-rate);
}
.qflash--danger {
  border-color: var(--color-accent);
}
.qflash__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, .6);
}
.qflash__close:hover {
  color: #fff;
}
.container-v3 {
  width: 100%;
  max-width: 1536px;
  margin-inline: auto;
  padding-inline: 100px;
}
.qs-h2 {
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.chip {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--color-veil);
  backdrop-filter: blur(20px);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: background 0.2s;
}
.chip:hover {
  background: rgba(209, 204, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
.chip img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.chip-lg {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 212px;
  height: 124px;
  padding: 24px;
  border-radius: 16px;
  background: var(--color-veil);
  backdrop-filter: blur(20px);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.2s;
}
.chip-lg:hover {
  background: rgba(209, 204, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
.chip-lg img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.qs-search {
  width: 316px;
  padding: 12px 20px;
  border: none;
  border-radius: 1000px;
  background: var(--color-veil);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  appearance: none;
}
.qs-search::placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.qs-search:focus {
  background: rgba(209, 204, 255, 0.16);
  box-shadow: none;
}
.tag-pill {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 4px 10px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.btn-book {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 12px 24px;
  border: none;
  border-radius: 1000px;
  background: var(--color-accent);
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-book:hover {
  background: var(--color-accent-hover);
  color: #fff;
  text-decoration: none;
}
.btn-outline {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1000px;
  background: transparent;
  font-family: var(--font-condensed);
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: border-color 0.2s;
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
}
.btn-icon {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1000px;
  transition: border-color 0.2s;
}
.btn-icon:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-icon img {
  width: 20px;
  height: 20px;
}
.reviews-columns {
  columns: 3;
  column-gap: 24px;
}
@media (max-width: 1200px) {
  .container-v3 {
    padding-inline: 16px;
  }
  .reviews-columns {
    columns: 2;
  }
}
@media (max-width: 768px) {
  .reviews-columns {
    columns: 1;
  }
}
@media (max-width: 768px) {
  .qs-h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
  }
  .chip-lg {
    width: calc(50% - 6px);
    height: 116px;
    padding: 16px 12px;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
