.no-scroll {
				overflow: hidden;
			}
			.hotel-menu {
				--menu-max-width: 43rem;
				--menu-bg: #fff;
				--menu-inline-padding: 3.5rem;
				--submenu-bg: #fbf6f1;
			}
			@media (min-width: 990px) {
				.hotel-menu {
					--menu-inline-padding: 3.5rem;
				}
			}
			.hotel-menu__details.--open .hotel-menu__layer {
				transform: translate(0);
			}
			.hotel-menu__details.--open .hotel-menu__summary:after {
				opacity: 1;
				pointer-events: all;
			}
			.hotel-menu__details.--open .hotel-menu__close {
				opacity: 1;
				pointer-events: all;
				transition: opacity 0.3s 0.2s;
			}
			.hotel-menu__summary {
				line-height: 0;
			}
			.hotel-menu__summary:after {
				background-color: #37373773;
				content: '';
				height: 100%;
				left: 0;
				opacity: 0;
				pointer-events: none;
				position: fixed;
				top: 0;
				transition: opacity 0.3s;
				width: 100%;
			}
			.hotel-menu__burger {
				--burger-padding: 1.25rem;
				padding: var(--burger-padding);
				transform: translate(calc(var(--burger-padding) * -1));
				transition: 0.3s;
				width: 5rem;
			}
			@media (min-width: 990px) {
				.hotel-menu__burger {
					--burger-padding: 1rem;
				}
			}
			.hotel-menu__close {
				--close-icon-size: 7rem;
				display: grid;
				grid-template: 1fr/1fr;
				height: var(--close-icon-size);
				left: min(
					100% - var(--close-icon-size),
					var(--menu-max-width) - var(--close-icon-size)
				);
				opacity: 0;
				padding: 2.2rem;
				place-items: center;
				pointer-events: none;
				position: fixed;
				top: 0;
				transform: translate(-1rem);
				transition: none;
				width: var(--close-icon-size);
				z-index: 5;
			}
			.hotel-menu__close:after,
			.hotel-menu__close:before {
				background-color: currentColor;
				content: '';
				display: block;
				grid-area: 1/1/2/2;
				height: 0.1rem;
				width: 100%;
			}
			.hotel-menu__close:before {
				transform: rotate(45deg);
			}
			.hotel-menu__close:after {
				transform: rotate(-45deg);
			}
			.hotel-menu__layer {
				height: 100vh;
				height: 100dvh;
				max-width: var(--menu-max-width);
				padding-top: 1.8rem;
				position: fixed;
				transform: translate(-100%);
				transition: transform 0.3s;
			}
			.hotel-menu__layer,
			.hotel-menu__layer:after {
				background-color: var(--menu-bg);
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			.hotel-menu__layer:after {
				content: '';
				height: 100%;
				z-index: -1;
			}
			.hotel-menu__layer.--group:after {
				border-left: 1.8rem solid var(--accent-color);
			}
			.hotel-menu__menus {
				display: grid;
				gap: 2.5rem;
				margin-top: 2rem;
			}
			.hotel-menu__scroll {
				height: calc(100svh - 5.2rem);
				overflow-y: auto;
			}
			.hotel-menu__container {
				padding-inline: calc(var(--menu-inline-padding) + 1.8rem)
					var(--menu-inline-padding);
			}
			.hotel-menu__pattern {
				height: 100%;
				left: 0;
				position: fixed;
				top: 0;
				width: 1.8rem;
				z-index: 1;
			}
			.hotel-menu__primary {
				display: grid;
				gap: 1rem;
			}
			.hotel-menu__primary > li:not(.hotel-menu__booking) > button {
				background: transparent;
				border: 0;
				cursor: pointer;
				padding: 0;
			}
			.hotel-menu__primary > li:not(.hotel-menu__booking) > a,
			.hotel-menu__primary > li:not(.hotel-menu__booking) > button,
			.hotel-menu__primary > li:not(.hotel-menu__booking) > span {
				color: rgb(var(--primary-color));
				font-family: var(--heading-font);
				font-size: 2.8rem;
				line-height: 1.5;
				text-decoration: none;
			}
			.hotel-menu__primary > li:not(.hotel-menu__booking) > a:hover,
			.hotel-menu__primary > li:not(.hotel-menu__booking) > button:hover,
			.hotel-menu__primary > li:not(.hotel-menu__booking) > span:hover {
				text-decoration: underline;
			}
			.hotel-menu__secondary {
				border-top: 0.1rem solid rgba(var(--primary-color), 0.1);
				display: grid;
				gap: 0.8rem;
				padding-top: 2.5rem;
			}
			.hotel-menu__secondary a,
			.hotel-menu__secondary span {
				font-size: 1.3rem;
				text-decoration: none;
				text-transform: uppercase;
			}
			.hotel-menu__item.--open > .hotel-menu__parent,
			.hotel-menu__secondary a:hover {
				text-decoration: underline;
			}
			.hotel-menu__item.--open .hotel-menu__sub {
				transform: translateY(0);
			}
			.hotel-menu__booking {
				margin-block: 1.5rem;
			}
			.hotel-menu__booking .button {
				width: 100%;
			}
			@media (min-width: 768px) {
				.hotel-menu__booking {
					display: none;
				}
			}
			.hotel-menu__link {
				transition: all 0.3s;
			}
			.hotel-menu__blazon {
				display: flex;
				height: 3.4rem;
				position: relative;
				width: 3.4rem;
			}
			.hotel-menu__blazon svg path {
				fill: currentColor;
			}
			.hotel-menu__blazon > * {
				height: 100%;
				-o-object-fit: contain;
				object-fit: contain;
				width: 100%;
			}
			.hotel-menu__parent {
				align-items: center;
				background: transparent;
				border: 0;
				color: rgb(var(--primary-color));
				cursor: pointer;
				display: flex;
				justify-content: space-between;
				padding: 0;
				text-align: left;
				width: 100%;
			}
			.hotel-menu__parent:after {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23373737' d='m7.74 15.481 4.223-6.333L7.74 2.815'/%3E%3C/svg%3E");
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				display: block;
				height: 1.9rem;
				transition: transform 0.3s;
				width: 1.9rem;
			}
			.hotel-menu__language {
				display: flex;
			}
			.hotel-menu__language .site-language-switcher:hover span:after {
				transform: rotate(180deg);
			}
			.hotel-menu__language .site-language-switcher span {
				align-items: center;
				display: flex;
				position: relative;
			}
			.hotel-menu__language .site-language-switcher span:after {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23373737' d='m2.777 6.111 5 3.333 5-3.333'/%3E%3C/svg%3E");
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				display: block;
				height: 1.5rem;
				margin-left: 0.5rem;
				transition: transform 0.3s;
				width: 1.5rem;
			}
			.hotel-menu__language .site-language-switcher .site-language__list {
				transform: translateY(-0.5rem) translate(-1rem);
			}
			.hotel-menu__sub {
				background-color: var(--submenu-bg);
				height: 100dvh;
				left: 0;
				max-width: var(--menu-max-width);
				overflow-y: auto;
				padding: 0 2.5rem 10rem;
				position: absolute;
				top: 0;
				transform: translate(-100%);
				transition: transform 0.3s;
				width: 100%;
				z-index: 2;
			}
			@media (min-width: 990px) {
				.hotel-menu__sub {
					left: 100%;
					padding: 10rem 5rem;
					z-index: -1;
				}
			}
			.hotel-menu__sub.--open {
				transform: translate(0);
			}
			.hotel-menu__sub .button {
				margin-top: 4rem;
			}
			.hotel-menu__sub__header {
				background: var(--submenu-bg);
				border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
				margin-bottom: 3rem;
				padding-block: 2.5rem;
			}
			@media (min-width: 990px) {
				.hotel-menu__sub__header {
					display: none;
				}
			}
			.hotel-menu__sub__header button {
				align-items: center;
				background: transparent;
				border: 0;
				border-radius: 0;
				color: rgb(var(--primary-color));
				cursor: pointer;
				display: flex;
				font-size: 1.3rem;
				font-weight: 500;
				gap: 1rem;
				letter-spacing: 0.02em;
				line-height: 1.8rem;
				padding: 0;
				text-transform: uppercase;
			}
			.hotel-menu__sub__header button:before {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath fill='%23373737' fill-rule='evenodd' d='M0 3.642 2.185 0l1.03.617-1.816 3.025 1.815 3.025-1.029.617z' clip-rule='evenodd'/%3E%3C/svg%3E");
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				display: block;
				height: 0.8rem;
				width: 0.4rem;
			}
			.hotel-menu__sub__title {
				margin-bottom: 4rem;
			}
			.hotel-menu__sub__title a {
				align-items: center;
				background: transparent;
				border: 0;
				color: rgb(var(--primary-color));
				cursor: pointer;
				display: flex;
				font-size: 1.8rem;
				font-weight: 500;
				letter-spacing: 0.1rem;
				padding: 0;
				text-decoration: none;
				text-transform: uppercase;
				width: 100;
			}
			@media (min-width: 990px) {
				.hotel-menu__sub__title a {
					font-size: 1.4rem;
				}
			}
			.hotel-menu__sub__menu {
				display: grid;
				gap: 1.3rem;
				grid-template-rows: max-content;
				text-transform: uppercase;
			}
			.hotel-menu__sub__menu a {
				font-size: 1.3rem;
				font-weight: 400;
				text-decoration: none;
			}
			.hotel-menu__sub__menu a:hover {
				text-decoration: underline;
			}
			.hotel-menu__sub__name {
				display: block;
				font-size: 1.4rem;
				font-weight: 400;
				text-transform: none;
			}
			.hotel-menu__sub__country {
				color: rgba(var(--primary-color), 0.6);
				font-size: 1rem;
				font-weight: 500;
				text-transform: uppercase;
			}
			.hotel-menu__sub__hotelsList a {
				display: grid;
			}
			.hotel-menu__sub__hotelsList a:hover {
				text-decoration: none;
			}
			.hotel-menu__sub__hotelsList a:hover .hotel-menu__sub__name {
				text-decoration: underline;
			}
			.hotel-menu__special {
				background-color: var(--submenu-bg);
				border-right: 0.1rem solid #fff;
				margin-bottom: 3rem;
			}
			.hotel-menu__special .hotel-menu__item.--open .hotel-menu__parent {
				text-decoration: none;
			}
			.hotel-menu__special .hotel-menu__item .hotel-menu__parent {
				font-size: 1.2rem;
				padding-block: 2.4rem;
				text-transform: uppercase;
			}
			.hotel-menu__special .hotel-menu__item .hotel-menu__parent strong {
				display: block;
				font-size: 1.5rem;
				font-weight: 500;
				letter-spacing: 0.06rem;
			}
			html:not(.js) .hotel-menu__details[open] .hotel-menu__layer {
				transform: translate(0);
			}
			html:not(.js) .hotel-menu__details[open] .hotel-menu__close,
			html:not(.js) .hotel-menu__details[open] .hotel-menu__summary:after {
				opacity: 1;
				pointer-events: all;
			}
