/*
Theme Name: Louis hotels
Theme URI: http://www.louishotels.com
Version: 1.0
Author: WebOlution
Author URI: http://www.webolution.gr
*/ 
:root {
	/* color */
	--dark-teal: #033A41;
	--stormy-teal: #005C5D;
	--light-blue: #9BC2CB;
	--copperwood: #a3661e;
	--coffee-bean: #211710;
	--deep-mocha: #443530;
	--dusty-taupe: #B08F76;
	--pale-oak: #D7BFA8;
	--champagne-mist: #F2E6D0;
	--old-lace: #FBF4E8;
	--white: #FFFFFF;
	--family: #00A8A2;
	--elegant: #A07443;
	--villa: #2E6066;
	/* height / width */
	--book-form-height: 75px;
	--header-height: 141px;
	--button-height: 35px;
	--medium-width: 1265px;
	--large-width: 1480px;
	/* padding */
	--xsp: 5px;
	--sp: 10px;
	--mp: 15px;
	--lp: 20px;
	--l30p: 30px;
	--l40p: 40px;
	--l50p: 50px;
	--l60p: 60px;
	--l70p: 70px;
	--l80p: 80px;
	--l90p: 90px;
	--superp: 100px;
	/* gap */
	--xsg: 5px;
	--sg: 10px;
	--mg: 15px;
	--lg: 20px;
	--xlg: 30px;
	--x40g: 40px;
	--xxlg: 50px;
	--3xlg: 60px;
	--4xlg: 80px;
	/* standard image sizes */
	--sis-height: 415px;
	--sis-width: 740px;
	--zoom-curve: cubic-bezier(0.16, 1, 0.3, 1);
	@media (max-width: 700px) {
		--superp: 50px;
		--4xlg: 40px;
		--xxlg: 25px;
		--l40p: 20px;
		--l60p: 30px;
		--l70p: 35px;
		--l80p: 40px;
		--l90p: 45px;
	}
}
/* Basics and resets - possibly above the fold
---------------------------------------------*/
/* Remove blue highlight on mobile devices */
* {
	-webkit-tap-highlight-color: transparent;
}
/* Montserrat */
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
/* Ruthligos */
@font-face {
	font-family: 'Ruthligos';
	src: url('fonts/Ruthligos-Sillentin.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}
html, button, input, option, select, textarea {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	color: var(--coffee-bean);
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt"0, "CRSV"0, "SHRP"0;
}
.clearfloat, .maximum {
	clear: both
}
a:active, a:focus, a:hover, button, input:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
html {
	font-size: 16px;
	line-height: 1.6;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	overflow-x: clip;
}
html {
	/*min-height: 100dvh;*/
	min-width: 320px;
	scroll-behavior: smooth;
}
body, main {
	min-width: 320px;
	/*min-height: 100dvh;*/
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: clip;
	position: relative;
}

main{
    width: 100vw;
}
html, body ,main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure, select {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin-bottom: 1em
}
img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none
}
.left, .row {
	float: left
}
.half {
	width: 50%;
}
#wrapper, .row {
	width: 100%
}
#wrapper {
	margin: 0 auto;
	max-width: 1520px;
	padding: 158px 25px 0;
}
.relative {
	position: relative
}
.scroll-h {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.scroll-h::-webkit-scrollbar {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
@media (max-width: 1000px) {
	.megamenu {
		display: none;
		pointer-events: none;
	}
}


/* Megamenu -------------------------------------------*/
/*Style settings that get overriden once megamenu.css loads in*/
.megamenu{
    display: none;
    overflow: hidden;
}
/* Buttons
------------------------------------------------------*/
button, input.button {
	cursor: pointer;
	outline: 0;
	border: none
}
button, input, option, select, textarea {
	color: var(--coffee-bean);
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 100%;
}
.btn {
	padding: 0 20px;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	font-weight: 500;
	transition: 0.2s;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.btn:hover, .btn.copper:hover, .btn.champ:hover, .btn.coffee:hover, .btn.outline:hover {
	transition: 0.2s;
	background-color: var(--copperwood);
	color: white;
}
.btn.outline:hover {
	border: 1px solid var(--copperwood);
}
.btn.wider {
	padding: 0 50px;
}
.btn.taller {
	height: 45px;
	line-height: 45px;
}
.btn.wide {
	padding: 0 30px;
}
.btn.copper {
	background-color: var(--copperwood);
	color: var(--white);
}
.btn.champ {
	background-color: var(--champagne-mist);
	color: var(--coffee-bean);
}
.btn.coffee {
	background-color: var(--coffee-bean);
	color: white;
}
.btn.coffee:hover, .btn.coffee:focus-visible {
	background-color: var(--copperwood);
	color: white;
}
.btn.outline {
	background-color: transparent;
	border: 1px solid var(--coffee-bean);
	color: var(--coffee-bean);
}
@media (max-width: 700px) {
	.btn {
		height: 40px;
		line-height: 40px;
	}
	.btn.wider {
		padding: 0 30px;
	}
	.btn.wide {
		padding: 0 20px;
	}
}
.loyalty-btn {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;
	fill: white;
}
header .loyalty-btn {
	gap: 5px;
}
.loyalty-btn svg {
	transition: 0.2s;
}
/*flipping the heart svg on the loyalty button*/
.loyalty-btn:hover svg {
	transform: scaleX(-1);
	transition: 0.2s;
}
/*Underlined buttons that turn gold and show an arrow when hovered*/
.underlined-btn, .diag-section a:not(.ignore) {
	position: relative;
	color: var(--coffee-bean);
	padding: 10px 0;
	border-bottom: 1px solid var(--coffee-bean);
	font-size: 12px;
	line-height: normal;
	transition: 0.2s;
	border-radius: 0;
}
.diag-section a:not(.ignore) {
	text-transform: uppercase;
}
.underlined-btn::before, .diag-section a:not(.ignore)::before {
	position: absolute;
	content: "";
	right: 0;
	top: 12px;
	height: 12px;
	width: 12px;
	background-image: url("icons/button-arrow.svg");
	background-size: contain;
	background-position: center;
	opacity: 0;
	transition: 0.2s;
	background-repeat: no-repeat;
}
.underlined-btn:hover::before, .underlined-btn:focus-visible::before, .diag-section a:not(.ignore):hover::before, .diag-section a:not(.ignore):focus-visible::before {
	opacity: 1;
	transition: 0.3s;
}
.underlined-btn:hover, .underlined-btn:focus-visible, .diag-section a:not(.ignore):hover, .diag-section a:not(.ignore):focus-visible {
	color: var(--copperwood);
	border-bottom: 1px solid var(--copperwood);
	padding-right: 17px;
	transition: 0.2s;
}
/* buttons that turn gold and show an arrow when hovered*/
.arrow-btn {
	position: relative;
	color: var(--coffee-bean);
	font-size: 13px;
	line-height: normal;
	transition: 0.2s;
	border-radius: 0;
}
.arrow-btn::before {
	position: absolute;
	content: "";
	right: 0;
	top: 2px;
	height: 12px;
	width: 12px;
	background-image: url("icons/button-arrow.svg");
	background-size: contain;
	background-position: center;
	opacity: 0;
	transition: 0.2s;
	background-repeat: no-repeat;
}
.arrow-btn:hover::before, .arrow-btn:focus-visible::before {
	opacity: 1;
	transition: 0.3s;
}
.arrow-btn:hover, .arrow-btn:focus-visible {
	color: var(--copperwood);
	padding-right: 17px;
	transition: 0.2s;
}
.arrow-btn:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
	border-radius: 2px;
}
.two-button-wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.two-button-wrapper .btn.coffee {
	border: 1px solid var(--coffee-bean);
}
.two-button-wrapper .btn.coffee:hover {
	border: 1px solid var(--champagne-mist);
}
@media (max-width: 700px) {
	.two-button-wrapper {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
}
/* Alterings for about sections that feature a two-button wrapper */
.about .two-button-wrapper .btn {
	text-wrap: nowrap;
}
@media (max-width: 900px) {
	.about .two-button-wrapper .btn.wider {
		padding: 0 50px;
	}
}
@media (max-width: 750px) {
	.about .two-button-wrapper {
		width: 100%;
		gap: 27px;
	}
	.about .two-button-wrapper .btn.wider {
		padding: 0;
		width: 100%;
	}
}
/*.gradient::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: linear-gradient(to bottom, transparent, rgba(53, 53, 53, 0.2));*/
/*}*/
/*.gradient:hover {*/
/*    background-color: var(--stormy-teal);*/
/*    color: white;*/
/*}*/
/*.gradient:hover::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: linear-gradient(to bottom, transparent, rgba(43, 43, 43, 0));*/
/*}*/
/* Making tab-focused elements visible */
a.btn:focus-visible, a.btn.champ:focus-visible, a.widescreen-btn:focus-visible, a.btn.coffee:focus-visible, a.insta-btn:focus-visible, a.footer-signup-btn:focus-visible {
	border-radius: 2px;
	background-color: var(--copperwood);
	color: white;
}
/* tab focused accessibility */
*:focus-visible {
	outline: 2px solid var(--copperwood);
	outline-offset: 3px;
	border-radius: 4px;
}
/* Basics - Secondary - may load later
------------------------------------------------------*/
.section-intro {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
::placeholder {
	color: var(--dusty-taupe);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--dusty-taupe);
}
::-ms-input-placeholder {
	color: var(--dusty-taupe);
}
option {
	margin: 5px 0
}
img::selection {
	background: 0 0
}
img::-moz-selection {
	background: 0 0
}
sub, sup {
	height: 0;
	vertical-align: baseline;
	position: relative;
	line-height: 1;
}
sup {
	bottom: .5ex
}
sub {
	top: .5ex
}
a:active, a:hover, a:link, a:visited {
	text-decoration: none;
}
a, a:visited {
	color: var(--coffee-bean);
}
a:active, a:hover {
	color: var(--copperwood);
	transition: 0.2s;
}
img {
	max-width: 100%;
	height: auto;
}
.border-box, .btn, .maximum, .minimum {
	box-sizing: border-box;
}
.right {
	float: right;
}
.text-indent {
	text-indent: -9999px;
	display: inline-block;
	text-align: left;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.nowrap {
	flex-wrap: nowrap;
	text-wrap: auto;
}
.flex.center {
	justify-content: center;
	height: 100%;
	align-items: center;
}
.v-flex {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
.maximum {
	max-width: var(--large-width);
	margin: 0 auto;
	float: none;
	width: 100%;
}
input, select, button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	font: inherit;
	color: inherit;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
}
/* Section wrap
------------------------------------------------------------------*/
/* Default stylings: elements have a 100px margin at the bottom */
.section-wrap {
	margin-top: 0;
	margin-bottom: var(--superp);
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}
/* elements spanning 100% of width*/
.section-wrap.screenwide {
	width: 100%;
	/*margin-bottom: calc(var(--superp) * 1.5);*/
}
/* Space between section header + section content*/
.section-wrap .description:not(:first-child):not(:last-child), .section-wrap .tag:not(:first-child):not(:last-child), .section-wrap .underlined-btn:not(:first-child):not(:last-child) {
	margin-bottom: calc(var(--l40p) + 10px);
}
/* if the order is first span/description, then title, then add the margin to the title */
.section-wrap:has(> .tag:first-child) > .title, .section-wrap:has(> .description:first-child) > .title {
	margin-bottom: calc(var(--l40p) + 10px);
}
/* if theres no description or tag, only a title */
.section-wrap:not(:has(.tag)):not(:has(.description)):not(:has(.underlined-btn)) > .title {
	margin-bottom: calc(var(--l40p) + 10px);
}
.section-wrap:has(> .tag:first-child) > .title, .section-wrap:has(> .description:first-child) > .title {
	margin-bottom: calc(var(--l40p) + 10px);
}
/*@media(max-width: 1260px) {
	body > .section-wrap:last-of-type {
		margin-bottom: var(--lp);
	}
}*/
/* Margins - Paddings
------------------------------------------------------*/
/* margin top */
.mt-0 {
	margin-top: 0 !important;
}
.mt-small {
	margin-top: var(--sp);
}
.mt-medium {
	margin-top: var(--mp);
}
.mt-large {
	margin-top: var(--lp);
}
.mt-large30 {
	margin-top: var(--l30p);
}
.mt-large40 {
	margin-top: var(--l40p);
}
.mt-large50 {
	margin-top: var(--l50p);
}
.mt-large60 {
	margin-top: var(--l60p);
}
.mt-large70 {
	margin-top: var(--l70p);
}
.mt-super {
	margin-top: var(--superp);
}
.mt-super120 {
	margin-top: calc(var(--superp) * 1.2);
}
.mt-super150 {
	margin-top: calc(var(--superp) * 1.5);
}
.mt-super200 {
	margin-top: calc(var(--superp) * 2);
}
/* margin bottom */
.mb-0 {
	margin-bottom: 0;
}
.mb-small {
	margin-bottom: var(--sp) !important;
}
.mb-medium {
	margin-bottom: var(--mp) !important;
}
.mb-large {
	margin-bottom: var(--lp) !important;
}
.mb-large30 {
	margin-bottom: var(--l30p) !important;
}
.mb-large40 {
	margin-bottom: var(--l40p) !important;
}
.mb-large50 {
	margin-bottom: var(--l50p) !important;
}
.mb-large60 {
	margin-bottom: var(--l60p) !important;
}
.mb-large70 {
	margin-bottom: var(--l70p) !important;
}
.mb-super {
	margin-bottom: var(--superp) !important;
}
.mb-super120 {
	margin-bottom: calc(var(--superp) * 1.2);
}
.mb-super150 {
	margin-bottom: calc(var(--superp) * 1.5);
}
.mb-super200 {
	margin-bottom: calc(var(--superp) * 2);
}
.p-0 {
	padding: 0 !important;
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.clearfloat {
	height: 0;
	font-size: 1px;
	line-height: 0
}
/* Promo bar
------------------------------------------------------------------*/
.promo-bar {
	width: 100vw;
	left: -20px;
	height: fit-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px var(--l40p);
	background-color: #f3e9d8;
	max-height: 100px;
	transition: max-height 0.18s,
    padding-top 0.2s,
    padding-bottom 0.2s;
	pointer-events: auto;
	visibility: hidden;
	min-height: 44px;
}
.promo-bar.promo-ready {
	visibility: visible;
}
.promo-bar.ignore {
	display: none;
}
.promo-bar button, .pop-up button {
	height: 24px;
	width: 24px;
	margin-left: auto;
	padding: 3px;
	box-sizing: unset;
	background-image: url("icons/pop-up-close.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.2s;
}
.promo-bar.closed {
	max-height: 0;
	min-height: 0;
	padding: 0 var(--l40p);
	overflow: hidden;
	pointer-events: none;
}
.promo-bar button:hover {
	transform: scale(1.3);
}
.promo-bar button:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
.promo-bar a {
	text-decoration: none;
	color: #8e5616;
	font-size: 14px;
	font-weight: 600;
	margin-left: auto;
	transition: 0.2s;
	text-align: center;
	line-height: 1.2;
}
.promo-bar a:hover {
	color: var(--coffee-bean);
}
.promo-bar a:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
@media (max-width: 520px) {
	.promo-bar {
		padding: 5px 7px;
	}
}
/* Pop-up
------------------------------------------------------------------*/
.pop-up {
	width: max-content;
	max-width: 400px;
	max-height: 80vh;
	border-radius: 4px;
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	background-color: #f3e9d8;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px 0;
	transition: 0.8s var(--zoom-curve);
	overflow: hidden;
	overflow-y: auto;
}
.pop-up.large {
	max-width: 580px;
}
.popup-text {
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.popup-text > * {
	width: 100%;
}
.pop-up .btn {
	text-transform: uppercase;
	line-height: 44px;
	height: 44px;
	font-size: 15px;
	width: auto;
}
.pop-up ul {
	margin-bottom: 1em;
}
.pop-up button {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	filter: brightness(0.5);
}
.pop-up .title, .pop-up h3 {
	line-height: 1.1;
	margin-bottom: 0.7em;
}
.pop-up-overlay {
	height: 100vh;
	height: 100dvh;
	width: 100vw;
	position: fixed;
	z-index: 99;
	display: unset;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.5s, width 0s;
	opacity: 1;
}
.pop-up-overlay.closed {
	pointer-events: none;
	opacity: 0;
	transition: 0.2s;
}
.pop-up.closed {
	transform: translate(-50%, -50%) scale(0.9);
	opacity: 0;
	pointer-events: none;
	transition: 0.8s var(--zoom-curve);
}
/* pop-up when it contains an image */
.pop-up a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.pop-up a:not(.btn) {
	/*width: 100%;*/
	/*height: 100%;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	text-decoration: underline;
}
.pop-up ul, .pop-up ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin-bottom: var(--lp);
}
.pop-up ul li {
	position: relative;
	text-align: start;
	padding-left: 15px;
	font-size: 15px;
}
.pop-up ul li::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 4px;
	top: 11px;
	left: 0;
	background-color: var(--coffee-bean);
	margin-right: 8px;
}
.pop-up ol {
	box-sizing: border-box;
	padding-left: var(--lp);
	font-size: 15px;
}
.pop-up ol li::marker {
	color: var(--copperwood);
	font-weight: 300;
}
@media (max-width: 600px) {
	.pop-up.large {
		max-width: calc(100vw - 30px);
	}
}
@media (max-width: 430px) {
.pop-up {
		max-width: calc(100vw - 30px);
	}
}
/* Headings
------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.15;
}
h1.medium, h2.medium {
	font-size: 25px;
}
h1.small {
	font-size: 30px;
}
/*h2 a:hover {*/
/*    color: var(--copperwood);*/
/*}*/
h2.large {
	font-size: 35px;
}
h2.bold {
	font-weight: 700;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 19px;
}
strong {
	font-weight: 600;
}
.heading {
	font-weight: 500;
	font-size: 29px;
	line-height: 1.2;
	transition: color 0.4s ease;
}
.heading strong {
	font-weight: 800;
}
/* Hero
 -------------------------------------*/
.page-hero {
	width: 100%;
	height: 660px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: black;
	position: relative;
	/*overflow: hidden;*/
	z-index: 0;
}
.page-hero::after, .hero::after {
	position: absolute;
	content: "";
	width: 100vw;
	left: 0;
	bottom: -300px;
	background: linear-gradient(180deg, rgb(250, 245, 235) 0%, white 100%);
	height: 300px;
	z-index: 0;
}
.page-hero picture {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
	display: block;
	transition: 0s;
}
.page-hero img:not(.logo img) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	display: block;
}
/* Ruthligos Hero title */
.hero-title {
	font-family: "Ruthligos", "sans-serif";
	font-size: 200px;
	line-height: 0.7;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.6;
	transform: translate(-50%, -50%);
	mix-blend-mode: normal;
	z-index: 3;
	text-align: center;
	transition: font-size 0s, width 0s;
	max-height: 220px;
	max-width: 900px;
	pointer-events: none;
}
.hero-title {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}
.page-hero .hero-title {
	font-size: 140px;
}
img.hero-title {
	max-width: 500px;
}
@media (max-width: 1440px) {
	.page-hero {
		aspect-ratio: 24/10;
		min-height: 520px;
		height: auto;
	}
}
@media (max-width: 1300px) {
	.hero-title, .page-hero .hero-title {
		font-size: 100px;
	}
}
/* breadcrumbs
---------------------------------------------------*/
.breadcrumbs {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
	color: var(--coffee-bean);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	width: fit-content;
	line-height: normal;
	text-transform: uppercase;
}
.about .breadcrumbs p {
	font-weight: 500;
	margin: 0;
	font-size: 12px;
	width: fit-content;
	text-wrap: nowrap;
}
.breadcrumbs a {
	text-decoration: none;
	color: var(--coffee-bean);
	position: relative;
	padding-bottom: 5px;
	width: fit-content;
	overflow: hidden;
	text-wrap: nowrap;
}
.breadcrumbs a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -20%;
	width: 100%;
	height: 1px;
	background-color: var(--coffee-bean);
	transition: 0.2s ease;
	opacity: 0;
}
.breadcrumbs a:hover::before {
	left: 0;
	opacity: 1;
}
.breadcrumbs a:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
.breadcrumbs .divider {
	margin-top: 2px;
	height: 12px;
	width: 1px;
	flex-shrink: 0;
	background-color: var(--coffee-bean);
}
@media (max-width: 800px) {
	.breadcrumbs {
		display: none;
	}
	.breadcrumbs .divider {
		margin-top: 2px;
		height: 10px;
		width: 1px;
		flex-shrink: 0;
		background-color: var(--coffee-bean);
	}
}
/* About
------------------------------------------------------*/
.about {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: var(--l80p) var(--lp) var(--l40p);
	/*transition: padding-top 0.15s;*/
	z-index: 1;
}
/* For pages with no hero image */
.about.no-hero {
	padding-top: calc(var(--superp) * 2.5);
	background: linear-gradient(180deg, var(--old-lace) 0%, rgba(242, 230, 208, 0.00) 150px);
}
.about.no-hero.closed-promo {
	padding-top: calc((var(--superp) * 2.5) - 47px);
}
/*Adjusting About padding when theres no hero element*/
/*When menu-bar leaves:*/
@media (max-width: 1000px) {
	.about.no-hero {
		padding-top: calc(var(--superp) * 1.9);
		background: linear-gradient(180deg, var(--old-lace) 0%, rgba(242, 230, 208, 0.00) 150px);
	}
	.about.no-hero.closed-promo {
		padding-top: calc((var(--superp) * 1.9) - 47px);
	}
}
/*When breadcrumbs leave*/
@media (max-width: 700px) {
	.about.no-hero {
		padding-top: calc(var(--superp) * 3);
	}
	.about.no-hero.closed-promo {
		padding-top: calc((var(--superp) * 3) - 47px);
	}
}
/*mobile*/
@media (max-width: 480px) {
	.about.no-hero {
		padding-top: calc(var(--superp) * 3);
	}
	.about.no-hero.closed-promo {
		padding-top: calc((var(--superp) * 3) - 47px);
	}
}
@media (max-width: 450px) {
	.about {
		width: 100%;
		padding: var(--l50p) var(--lp) var(--lp);
	}
}
/* Intro text for each page
---------------------------------------------------*/
.tag, .about span, .section-wrap.only-text span {
	font-size: 13px;
	line-height: 1.4;
	max-width: 950px;
	text-align: center;
}

.tag{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.about span {
	text-transform: uppercase;
}
.tag.copper {
	color: var(--copperwood);
}
.about p, .description, .section-wrap.only-text p {
	font-size: 16px;
	max-width: 920px;
	width: 90%;
	text-align: center;
	margin: 0 0 10px;
}
.about h1, .sub-title, .title, .section-wrap.only-text h2 {
	font-size: 30px;
	margin-bottom: 8px;
	color: var(--copperwood);
	text-align: center;
	line-height: 1.5;
	width: 90%;
	max-width: 900px;
}
.sub-title {
	font-size: 20px;
}
@media (max-width: 700px) {
	/*.tag,*/
	/*.about span {*/
	/*    display: none;*/
	/*}*/
	.about p, .description, .section-wrap.only-text p {
		font-size: 16px;
	}
	.about h1, .sub-title, .title, .section-wrap.only-text h2 {
		font-size: 24px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		line-height: 1.2;
	}
	/*.about p {*/
	/*    display: none;*/
	/*}*/
	.about .breadcrumbs p {
		display: unset;
	}
}
/* Header for LouisHotel pages with Hero img
Starts off transparent with a black gradient and white text
becomes white and black text once the user scrolls (.scrolled)
------------------------------------------------------*/
.header-top, .separator, .main-menu {
	z-index: 2;
}
header > * {
	position: relative;
	z-index: 2;
}
header {
	width: 100%;
	max-width: 100vw;
	height: auto;
	max-height: 1000px;
	padding: 0 var(--lp);
	display: flex;
	flex-direction: column;
	position: fixed;
	isolation: isolate;
	box-sizing: border-box;
	top: 0;
	left: 0;
	overflow: visible;
	z-index: 15;
	/* transition: height 0.8s var(--zoom-curve), transform 0.8s var(--zoom-curve), max-height 0.8s var(--zoom-curve);*/
	background-color: transparent;
}
header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0.02) 80%, rgba(0, 0, 0, 0) 100%);
	height: 269px;
	width: 100%;
	z-index: 1;
	pointer-events: none;
	transition: height 0.8s var(--zoom-curve),
    opacity 0.3s;
}
header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, var(--old-lace), white);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-110%);
	transition: transform 0.8s;
	z-index: 1;
}
header.scrolled::after {
	transform: translateY(0);
	/*affects animation as after appears initially*/
	transition: transform 0.8s var(--zoom-curve), transform 0.8s var(--zoom-curve);
}
header.scrolled::before {
	transition: opacity 0.2s;
	opacity: 0;
}
/*header.scrolled .logo {
	filter: brightness(0);
	transition: 0.4s;
}*/
header.scrolled .logo {
    background-image: url("icons/logos/logo-black.svg");
}
header.scrolled .menu-item a {
	color: var(--coffee-bean);
	background-color: rgba(0, 0, 0, 0);
}
header.scrolled .header-top {
    transition: 0.3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/*header.scrolled .champ, header.no-hero .champ {*/
/*    background-color: black;*/
/*    color: white;*/
/*}*/
/*header.scrolled .champ:hover, header.no-hero .champ:hover {*/
/*    background-color: var(--champagne-mist);*/
/*    color: black;*/
/*}*/

header.no-hero{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border-bottom-color 0.2s;
}

header.scrolled.no-hero{
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.header-top, .main-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: var(--lp) 0;
	box-sizing: border-box;
	/* transition: 0.2s, width 0s;*/
}
.header-top .header-buttons .btn {
	padding: 0 25px;
}
.header-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* for pages that do not have a hero image */
header.no-hero .logo {
    background-image: url("icons/logos/logo-black.svg");
}
header.no-hero .menu-item a {
	color: var(--coffee-bean);
}
header.no-hero .header-top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.no-hero {
	background: linear-gradient(to bottom, var(--old-lace), white);
}
header.no-hero::before {
	opacity: 0;
}
/* navigation links */
.main-menu {
	justify-content: center;
	gap: var(--3xlg);
	transition: 0.2s;
}
header .menu-item a {
	font-size: 13px;
	color: white;
	font-weight: 500;
	transition: 0.2s;
	height: 100%;
	padding: 8px 0;
	background-color: rgba(0, 0, 0, 0.002);
}
header .menu-item {
	position: relative;
	overflow: visible;
	transition: 0.2s;
}
/*header .menu-item a:focus-visible {*/
/*    border-bottom: 1px solid white;*/
/*    border-radius: 0;*/
/*}*/
header .menu-item a:focus-visible {
	/*outline-offset: 4px;*/
	outline: 1px solid var(--copperwood);
}
/*header.scrolled .menu-item a:focus-visible {*/
/*    border-bottom: 1px solid var(--coffee-bean);*/
/*    border-radius: 0;*/
/*}*/
header.scrolled .menu-item::before, header.no-hero .menu-item::before {
	background-color: var(--coffee-bean);
}
header .menu-item::before, header .menu-item::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 0;
	left: 0;
	opacity: 0;
	height: 1px;
	background-color: white;
	transition: 0.2s;
}
header .menu-item:hover::before, header .menu-item.current-menu-item::before {
	width: 100%;
	opacity: 1;
}
/* Top row elements (Logo, buttons) */
.logo {
    display: block;
    width: 175px;
    height: 21px;
    /* margin to the left: 50% of the parent's width, minus half of the logo's width */
    margin-left: calc(50% - 87px);
    transition: background-image 0.4s;
    background-image: url("icons/logos/logo-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
/* fallback in case side-menu is loaded before styles */
.side-menu .logo{
   background-image: url("icons/logos/logo-black.svg");
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logo:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
.header-buttons {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	width: fit-content;
	gap: var(--lg);
}
/* call item used in side-menu and megamenu */
.call {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	min-width: 245px;
}
.call a, .call p {
	margin: 0;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: start;
	text-align: start;
	gap: 4px;
	font-weight: 500;
	font-size: 14px;
	text-wrap: nowrap;
}
.call svg {
	height: 12px;
	width: 14px;
	object-fit: contain;
	color: var(--coffee-bean);
	transition: 0.2s;
	transform: scaleX(-1);
}
/* Side-menu alterings for hotel pages:*/
.side-menu, .side-menu .sidebar-menu {
	display: none;
	overflow: hidden;
}
@media (min-width: 1101px) {
	.sidebar-toggle {
		display: none;
		pointer-events: none;
	}
}
@media (max-width: 1100px) {
	.header-top .header-buttons .btn {
		padding: 0 15px;
	}
	.header-top {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.header-buttons {
		margin-left: auto;
	}
	header.scrolled .header-top {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
	}
}
@media (max-width: 800px) {
	header .loyalty-btn {
		display: none;
	}
	.header-buttons .btn {
		height: 30px;
		line-height: 30px;
	}
	header {
		padding: 0 15px;
	}
	.promo-bar {
		left: -15px;
	}
}
@media (max-width: 600px) {
	.hero-title, .page-hero .hero-title {
		font-size: 80px;
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	img.hero-title {
		max-width: 90vw;
	}
	.page-hero::after, .hero::after {
		bottom: -200px;
		height: 200px;
	}
}
@media (max-width: 480px) {
	.header-top {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 15px 0;
	}
	.header-top .header-buttons .btn {
		padding: 0 13px;
	}
	.header-buttons a span {
		display: none;
	}
	.logo {
		width: 150px;
		margin: 0 auto;
	}
}
@media (max-width: 340px) {
	.header-top {
		display: grid;
		grid-template-columns: 40px 1fr auto;
	}
}
/* Widescreen elements
For example:
Index - Dining section, Destinations slider , special offers
------------------------------------------------------------*/
.widescreen-element {
	height: 850px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	background-color: black;
}
.section-intro {
	display: flex;
	gap: var(--sg);
}
.widescreen-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.widescreen-title {
	font-family: "Ruthligos", "sans-serif";
	font-size: 100px;
	padding: var(--l30p) 0;
	z-index: 1;
	color: white;
	mix-blend-mode: overlay;
	text-align: center;
	width: 90%;
	line-height: 80px;
}
.centered-widescreen-content {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.centered-widescreen-content h2, .centered-widescreen-content p, .centered-widescreen-content a {
	z-index: 2;
}
.widescreen-btn {
	display: flex;
	padding: 15px var(--l50p);
	gap: var(--sg);
	width: fit-content;
	border-radius: 2px;
	color: var(--coffee-bean);
	background: var(--white);
	z-index: 1;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: 0.2s;
}
.widescreen-btn:hover {
	background-color: var(--coffee-bean);
	color: var(--white);
	transition: 0.2s;
}
.widescreen-element .tag {
	color: var(--white);
	font-size: 14px;
	z-index: 1;
}
.widescreen-element picture {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.widescreen-element img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: 0.7;
}
.concave-top {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 40px;
	background: white;
	clip-path: ellipse(55% 30% at 50% 0%);
	z-index: 2;
}
.widescreen-desc {
	padding: 0;
	line-height: 1.4;
	font-size: 15px;
	color: white;
	letter-spacing: 0.6px;
	max-width: 450px;
	z-index: 1;
	margin: 0 0 30px;
	font-weight: 400;
	width: 90%;
	text-align: center;
}
.widescreen-desc {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.widescreen-desc strong {
	font-style: italic;
	font-weight: 600;
	color: var(--white);
}
/* For widescreen elements that do not have different text content on each slide,
only the image changes*/
.widescreen-content.floating {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 90%;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
}
.widescreen-content.floating a {
	pointer-events: auto;
}
.widescreen-content.floating h2 {
	line-height: 0.7;
	padding: 0;
}
.widescreen-content.floating p {
	color: white;
	margin-bottom: 25px;
}
/* Destination Slider widescreen
------------------------------------------------------------*/
.widescreenSwiper {
	width: 100%;
	height: 850px;
	background-color: black;
	position: relative;
}
.widescreenSwiper .swiper-wrapper {
	cursor: default !important;
}
.widescreenSwiper .widescreen-title {
	text-align: center;
}
.widescreenSwiper .swiper-slide {
	height: 850px;
}
.widescreenSwiper .widescreen-element {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.widescreenSwiper .swiper-button-next, .widescreenSwiper .swiper-button-prev {
	color: white;
}
.widescreenSwiper .swiper-pagination-bullet {
	padding: 7px;
	background: transparent !important;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
	overflow: visible;
	margin: 0 !important;
}
.widescreenSwiper .swiper-pagination-bullet::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	height: 11px;
	width: 11px;
	background: white !important;
	content: "";
}
.widescreenSwiper .swiper-pagination-bullet-active::after {
	opacity: 1 !important;
	transform: translate(-50%, -50%) scale(1.1);
	transform-origin: center;
	background: white !important;
}
.widescreenSwiper .swiper-pagination {
	gap: var(--mg);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: var(--l60p);
}
@media (max-width: 700px) {
	.widescreenSwiper {
		width: 100%;
		height: 570px;
		background-color: black;
		position: relative;
	}
	.widescreenSwiper .swiper-slide {
		height: 100%;
	}
	.widescreenSwiper .swiper-pagination {
		gap: var(--mg);
	}
}
.widescreenSwiper.floating {
	margin-top: 0;
	height: 700px;
}
.widescreenSwiper.floating .swiper-slide {
	height: 700px;
}
.widescreenSwiper .swiper-slide img {
	transform: scale(1);
}
/* Only animate AFTER swiper becomes visible */
.widescreenSwiper.animate .swiper-slide img {
	transition: transform 6s ease;
}
.widescreenSwiper.animate .swiper-slide-active img {
	transform: scale(1.06);
}
/* Custom pagination for carousels.
------------------------------------------------------*/
.custom-pagination {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: var(--mg);
	position: relative;
	pointer-events: auto;
	z-index: 10;
}
.swiper-pagination-bullet {
	background: var(--dusty-taupe) !important;
	transition: 0.2s;
	opacity: 0.2 !important;
}
.swiper-pagination-bullet-active {
	background: var(--copperwood) !important;
	transform: scale(1.1);
	transform-origin: center;
	transition: 0.2s;
	opacity: 1 !important;
}
@media (max-width: 700px) {
	.custom-pagination {
		gap: 10px;
	}
}
/* widescreen text element, no image present here!
Features the cursive ruthligos font and a call to action button / link*/
.widescreen-message {
	width: 100%;
	background: #FAF7F3;
	padding: 54px;
	display: flex;
	flex-direction: column;
	gap: var(--sg);
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.widescreen-message p {
	font-size: 11px;
	line-height: normal;
	letter-spacing: 2px;
}
.widescreen-message h2 {
	color: var(--copperwood);
	font-family: "Ruthligos", "sans-serif";
	font-size: 70px;
	line-height: 40px;
	max-width: 820px;
	width: 100%;
	text-align: center;
}
@media (max-width: 700px) {
	.widescreen-title {
		font-size: 80px;
		line-height: 50px;
	}
	.widescreen-element {
		height: 570px;
	}
	.concave-top {
		height: 20px;
	}
	.widescreen-message {
		padding: 50px 25px;
	}
	.widescreen-btn {
		display: flex;
		padding: 10px var(--l30p);
		gap: var(--sg);
		width: fit-content;
		border-radius: 2px;
		color: var(--coffee-bean);
		background: var(--white);
		z-index: 1;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		transition: 0.2s;
	}
}
/* Three Cards - Swiper
----------------------------------------------------------*/
.three-cards {
	width: 100%;
	max-width: 1265px;
	margin: 0 auto 0;
	align-items: center;
	/*min-height: 720px;*/
	overflow: visible !important;
	height: fit-content;
	margin-inline: auto;
	transition: scale 0.2s;
}
/*.three-cards .swiper {*/
/*    overflow: visible !important;*/
/*}*/
.three-cards.two-slides .swiper-wrapper {
	justify-content: center;
}
.three-cards .swiper-slide .card:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
.three-cards .card {
	background-color: black;
}
.three-cards .swiper-wrapper {
	height: auto;
}
.three-cards .swiper-wrapper {
	align-items: center;
	pointer-events: auto;
	margin-top: 0;
	padding-bottom: var(--l50p);
	box-sizing: content-box;
}
/* if the cards have no description and only a title,
make the swiper carousel shorter, bring the pagination closer
*/
.three-cards.no-desc .swiper-wrapper {
	height: 520px;
	padding-bottom: 20px !important;
	margin-bottom: 20px;
}
.three-cards .swiper-slide {
	width: 385px !important;
	flex-shrink: 0;
	display: flex;
	height: auto;
	justify-content: center;
	cursor: default;
}
.three-cards .swiper-slide {
	display: flex;
	justify-content: center;
	width: 385px;
}
.three-cards .card-shell.neighbor, .three-cards .card-shell.immediate {
	width: 385px !important;
	height: 385px !important;
}
.three-cards .card-shell {
	margin: 72px 0;
	display: flex;
	flex-direction: column;
	transition: 0.2s;
}
.three-cards .card-shell.neighbor {
	width: 0 !important;
	overflow: hidden;
	opacity: 0;
}
.three-cards.two-slides {
	width: 100%;
	align-items: center;
}
.three-cards .card-shell.center, .three-cards.two-slides .card-shell.immediate {
	width: 385px;
	height: 512px !important;
	margin: 0 auto;
	padding: 0;
	opacity: 1;
}
.three-cards .card-shell.immediate {
	opacity: 1;
}
/* stick card to the right */
.three-cards .card-shell.immediate.left-side {
	margin-left: auto;
}
/* stick card to the left */
.three-cards .card-shell.immediate.right-side {
	margin-right: auto;
}
.three-cards .card {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.three-cards .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 2;
}
.rewards-title-vertical {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: var(--sg);
	color: var(--white);
	z-index: 4;
}
.three-cards .rewards-title-vertical img {
	width: 97px;
	height: fit-content;
	object-fit: contain;
}
.rewards-title-vertical h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.rewards-title-vertical p {
	font-size: 17px;
	font-weight: 500;
	max-width: 250px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.rewards-title-vertical p span {
	font-size: 17px;
	font-weight: 650;
}
.three-card-desc {
	color: var(--coffee-bean);
	font-size: 14px;
	width: 368px;
	text-align: start;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 18px;
	flex: 0 0 auto;
}
.three-cards .card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.11%, rgba(0, 0, 0, 0.50) 90.17%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 24.31%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.02%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 3;
}
.three-cards .three-card-content {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: fit-content;
	z-index: 3;
}
.three-card-content p {
	width: 100%;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	color: white;
}
.three-card-content p strong {
	font-weight: 700;
	display: block;
}
.three-cards-generic {
	overflow: visible;
	height: fit-content;
	gap: var(--sg);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.three-cards-generic .title, .three-cards-generic .description {
	text-align: center;
	width: 100vw;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 1.5;
}
.three-cards-generic .custom-pagination {
	margin-top: var(--lp);
}
.three-cards.has-two-slides .swiper-wrapper {
	gap: 55px;
	justify-content: center;
}
.three-cards .swiper-wrapper:has(.swiper-slide:only-child) {
	justify-content: center;
}
@media (max-width: 1265px) {
	.three-cards:not(.two-slides) {
		transform: translateX(15px);
	}
	.three-cards .card-shell.neighbor, .three-cards .card-shell.immediate {
		width: 335px !important;
		height: 335px !important;
	}
	.three-cards .card-shell.center, .three-cards.two-slides .card-shell.immediate {
		width: 335px !important;
		height: 462px !important;
	}
	.three-card-desc {
		width: 335px !important;
	}
	.three-cards .swiper-slide {
		width: 335px !important;
		margin: 0 10px;
	}
}
@media (max-width: 800px) {
	.three-cards:not(.two-slides) {
		transform: translateX(0px);
	}
	.three-cards.has-two-slides .swiper-wrapper {
		gap: 0;
		justify-content: flex-start;
	}
	.three-cards .swiper-slide {
		margin: unset;
	}
}
@media (max-width: 700px) {
	.three-cards .card-shell {
		margin: 0;
	}

	.three-cards-generic {
		gap: 0;
	}
	.three-cards-generic h2 {
		margin: 0;
	}
	.three-cards {
		max-width: 700px;
		overflow: visible;
	}
	.three-cards .swiper-wrapper {
		height: 500px;
		align-items: flex-start;
	}
	.three-cards .swiper-slide {
		width: 300px !important;
		max-width: 300px;
		height: 500px !important;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.three-cards .card-shell.center {
		width: 300px !important;
		max-width: 300px;
		height: 500px !important;
		padding: 0;
		opacity: 1;
		overflow: visible;
	}
	.three-cards .card-shell, .three-cards .card-shell.immediate, .three-cards .card-shell.neighbor, .three-cards.two-slides .card-shell.immediate {
		width: 300px !important;
		max-width: 300px;
		min-height: 500px;
		max-height: 500px;
		padding: 0;
		opacity: 1;
		overflow: visible;
	}
	.three-cards .card-shell.neighbor {
		width: 300px !important;
		overflow: hidden;
		opacity: 1;
	}
	.three-cards .card-shell.center .card {
		width: 100%;
		height: 100%;
		min-height: 500px;
		max-height: 500px;
		transition: 0.2s;
	}
	.three-cards .card-shell.immediate .card {
		width: 100%;
		height: 100%;
		min-height: 460px;
		max-height: 460px;
		transition: 0.2s;
	}
	.three-cards .card img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.three-card-desc {
		width: 300px !important;
		text-align: center;
	}
}
/* Main Carousel - Swiper
----------------------------------------------------------*/
/*  Main carousel: The 5 card slider where cards are larger in the center.

Each card has the same dimensions:
width: 470px
height: 520px

These stats dont change as that breaks Swiper.
What changes, is the card-shell element inside of each card.
Card-shells change in size, getting smaller the further away they are from the center.

Even spacing of 80px is achieved by adding margins to card-shells */
.main-carousel-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: var(--l90p);
	margin-top: var(--l30p);
}
.main-carousel.swiper {
	width: 100%;
	overflow: hidden;
	touch-action: pan-y;
}
.main-carousel {
	width: 100%;
	/*2350px width fits 5 cards max*/
	max-width: 2350px;
	overflow: visible;
	align-items: flex-start;
	min-height: 700px;
	position: relative;
	isolation: isolate;
}
.main-carousel .swiper-wrapper {
	align-items: flex-start;
}
.main-carousel .swiper-slide {
	width: 470px !important;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.main-carousel .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 470px;
}
.main-carousel .card {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #ffffff;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
}
.main-carousel .card .underlined-btn {
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	display: none;
	pointer-events: none;
}
.main-carousel .card-content {
	position: absolute;
	inset: 0;
	padding: var(--l30p);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: 0.2s opacity;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.67%, rgba(0, 0, 0, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 29.33%);
}
.main-carousel .location {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0;
}
.main-carousel .card-content h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.8px;
	font-weight: 600;
}
.main-carousel {
	width: 100%;
	padding: var(--l60p) 0;
	overflow: visible;
}
.main-carousel .swiper-wrapper {
	align-items: flex-start;
}
.main-carousel .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: visible;
}
/* card shell */
.main-carousel .card-shell {
	transition: width 0.3s ease, height 0.3s ease, margin-left 0.3s ease, margin-right 0.3s ease;
	flex: 0 0 auto;
	position: relative;
}
.main-carousel .card-shell .class {
	position: absolute;
	top: 80px;
	left: -110px;
	font-size: 14px;
	letter-spacing: 1.5px;
	transform: rotate(-90deg);
	color: #80848a;
	z-index: 15;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.002);
}
.main-carousel .class.elegant {
	top: 84px;
	left: -110px;
}
.main-carousel .class.family {
	top: 74px;
	left: -100px;
}
.main-carousel .class.villa {
	top: 68px;
	left: -95px;
}
.main-carousel .card-shell .class span {
	color: #4d545a;
}
/* size of center card */
.main-carousel .card-shell.center {
	width: 470px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
}
/* size of cards right next ot center card */
.main-carousel .card-shell.immediate {
	width: 380px;
	height: 520px;
}
/* size of cards further away  */
.main-carousel .card-shell.neighbor {
	width: 345px;
	height: 470px;
}
/* if theres less than 5 slides visible, hide the far out ones (neighbors), showing only
 center and immediate slides
 */
.main-carousel.hide-far-slides .card-shell.neighbor {
	opacity: 0;
	width: 0 !important;
	transition: 0.8s var(--zoom-curve);
}
.main-carousel .card-shell.immediate .card-content h2 {
	font-size: 18px;
}
.main-carousel .card-shell.neighbor .card-content h2 {
	font-size: 18px;
}
/* margins for left and right cards */
.main-carousel .card-shell.immediate.left-side {
	margin-left: 80px;
	margin-right: auto;
}
.main-carousel .card-shell.immediate.right-side {
	margin-left: auto;
	margin-right: 80px;
}
.main-carousel .card-shell.neighbor.left-side {
	margin-left: 70px;
	margin-right: auto;
}
.main-carousel .card-shell.neighbor.right-side {
	margin-left: auto;
	margin-right: 70px;
}
.main-carousel .card-shell.neighbor .card-content {
	opacity: 0.5;
	transition: 0.2s opacity;
}
/* Hotel logos */
.main-carousel .card-logo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transition: 0.2s;
}
.main-carousel .card-shell.immediate .card-content .card-logo {
	opacity: 0.5;
	max-width: 100px;
	max-height: 50px;
}
.main-carousel .card-shell.center .card-content .card-logo {
	opacity: 0.7;
}
.main-carousel .card-shell.immediate {
	opacity: 0.9;
	transition: 0.2s;
}
.main-carousel .card-shell.neighbor {
	opacity: 0.8;
	transition: 0.2s;
}
.main-carousel .card-shell.center .underlined-btn {
	opacity: 1;
	pointer-events: auto;
	display: flex;
}
.main-carousel .card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.8s var(--zoom-curve);
}
.main-carousel .card .main-img-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	transition: 0s;
}
@media (hover: hover) and (pointer: fine) {
	.main-carousel .card-shell.center:hover .main-img-wrapper img {
		transform: scale(1.05);
	}
}
.main-carousel .card-content img {
	max-height: 100px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	margin-top: auto;
}
@media (max-width: 700px) {
	.main-carousel .swiper-slide {
		width: 300px !important;
		height: 500px !important;
	}
	/* size of center card */
	.main-carousel .card-shell.center {
		width: 300px;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	/* size of cards right next ot center card */
	.main-carousel .card-shell.immediate {
		width: 270px;
		height: 460px;
	}
	/* size of cards further away  */
	.main-carousel .card-shell.neighbor {
		width: 210px;
		height: 400px;
	}
	.main-carousel .card-shell .class {
		display: none;
	}
	.main-carousel .card-content img {
		max-height: 100px;
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
		margin-top: auto;
	}
	.main-carousel {
		min-height: 550px;
	}
	/* margins for left and right cards */
	.main-carousel .card-shell.immediate.left-side {
		margin-left: 20px;
		margin-right: auto;
	}
	.main-carousel .card-shell.immediate.right-side {
		margin-left: auto;
		margin-right: 20px;
	}
	.main-carousel .card-shell.neighbor.left-side {
		margin-left: 20px;
		margin-right: auto;
	}
	.main-carousel .card-shell.neighbor.right-side {
		margin-left: auto;
		margin-right: 20px;
	}
	.main-carousel .card-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transform: translateZ(0);
		backface-visibility: hidden;
	}
	.card-content h2 {
		order: 1;
		text-align: center;
	}
	.card-content .location {
		order: 2;
		text-align: center;
	}
	.card-content .card-logo {
		order: 3;
	}
	.main-carousel .card-shell.center .card-content h2, .main-carousel .card-shell.center .card-content .location {
		opacity: 1;
	}
	.main-carousel .card-content h2, .main-carousel .card-content .location {
		flex: 0 0 auto;
		height: auto;
		min-height: 1em;
		line-height: 1.1;
		transform: translateZ(0);
		backface-visibility: hidden;
		transition: opacity 0.5s;
		min-width: 240px !important;
		opacity: 0;
		overflow: visible;
	}
	.main-carousel .card-content .location {
		margin-top: 5px;
	}
}
/* Hiding carousel when changing filters
Everytime a filter is selected, the current carousel is hidden and the selected one appears (more at index.js) */
.main-carousel {
	transition: opacity 0.25s ease;
}
.main-carousel.is-fading {
	opacity: 0.5;
	pointer-events: none;
}
/*  navigation arrows */
.main-carousel-arrows, .three-card-arrows {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-width: 2350px;
	height: fit-content;
	align-items: flex-end;
	padding: 0 16%;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	transition: 0.2s;
}
.main-carousel-arrows:focus-within {
	opacity: 1;
}
.main-carousel-arrows .nav-arrow {
	pointer-events: none !important;
}
.main-carousel-arrows:hover {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}
.carousel-container .main-carousel-arrows, .main-carousel-wrapper .main-carousel-arrows, .wideSwiper .main-carousel-arrows {
	bottom: 0;
}
.wideSwiper .main-carousel-arrows {
	bottom: 5%;
	padding: 0 5%;
}
.main-carousel-arrows .nav-arrow, .three-card-arrows .nav-arrow {
	position: relative;
	pointer-events: all;
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	transition: 0.2s;
}
.main-carousel-arrows .nav-arrow::after, .three-card-arrows .nav-arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('icons/accessibility-arrow.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.main-carousel-arrows .nav-arrow.left::after, .three-card-arrows .nav-arrow.left::after {
	transform: scaleX(-1);
}
.main-carousel-arrows .nav-arrow:hover, .three-card-arrows .nav-arrow:hover {
	transform: scale(1.1);
	transform-origin: center;
}
/*  slight alteration for three-card carousels */
.three-card-arrows {
	width: calc(100% + 220px);
	opacity: 1;
	padding: 0;
	pointer-events: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.three-card-arrows .nav-arrow::after {
	background-image: url('icons/large-arrow.svg');
}
.three-card-arrows .nav-arrow {
	width: 65px;
	height: 65px;
}
.three-card-arrows .nav-arrow:hover {
	transform: scale(1.05);
}
/* wide carousel
-----------------------------------------------------------*/
.wideSwiper {
    width: 100%;
    max-width: 3840px;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.wideSwiper .swiper-wrapper {
    align-items: center;
}
.wideSwiper .swiper-slide {
    width: 1265px;
    height: 670px;
    transition: 0.8s var(--zoom-curve);
    transform: scale(0.85) !important;
    transform-origin: center center;
    background-color: black;
    position: relative;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 37px 244px;
    box-sizing: border-box;
}
.wideSwiper.revealed .swiper-slide {
    opacity: 1 !important;
    transform: translateY(0) scale(0.85) !important;
}

.wideSwiper.revealed .swiper-slide-active {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

.swiper.wideSwiper{
    opacity: 0;
    transition: opacity 0.6s;
}

.swiper.wideSwiper.revealed{
    opacity: 1 !important;
}


.wideSwiper .swiper-slide h2, .wideSwiper .swiper-slide p {
    text-align: center;
    z-index: 1;
    position: relative;
    color: rgba(255, 255, 255, 1);
}
.wideSwiper .swiper-slide h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.wideSwiper .swiper-slide p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    letter-spacing: 0.6px;
}

.wideSwiper .swiper-slide span, .wideSwiper .swiper-slide p, .wideSwiper .swiper-slide h2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s, padding-right 0.2s, color 0.2s;
}
.wideSwiper .swiper-slide.swiper-slide-active span, .wideSwiper .swiper-slide.swiper-slide-active p, .wideSwiper .swiper-slide.swiper-slide-active h2 {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0.2s, padding-right 0.2s, color 0.2s;
}
.wideSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.wideSwiper .swiper-slide .underlined-btn {
    color: white;
    border-bottom: 1px solid white;
}
.wideSwiper .swiper-slide::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
    height: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
}
.wideSwiper .swiper-slide .underlined-btn:hover {
    color: #b5742a;
    border-bottom: 1px solid var(--copperwood);
    cursor: pointer;
}
/*Make span button have hover effect when user tabs over it*/
.wideSwiper .swiper-slide:focus-visible .underlined-btn::before {
    right: 0;
    opacity: 1;
}
.wideSwiper .swiper-slide:focus-visible .underlined-btn {
    color: #b5742a;
    border-bottom: 1px solid var(--copperwood);
    padding-right: 20px;
}
@media (max-width: 1480px) {
    .wideSwiper .swiper-slide {
       width: 80vw;
       max-height: 500px;
       padding: 30px 20px;
    }
}
@media (max-width: 700px) {
    .wideSwiper .swiper-wrapper {
       align-items: flex-start;
       min-height: 500px;
    }
    .wideSwiper .swiper-slide {
       height: 460px !important;
       transform: scale(1) !important;
       transition: height 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
       gap: 10px;
    }
    .wideSwiper .swiper-slide h2 {
       font-size: 18px;
    }
    .wideSwiper.revealed .swiper-slide {
      opacity: 1 !important;
       transform: translateY(0) scale(1) !important;
    }
    .wideSwiper.revealed .swiper-slide-active {
       opacity: 1 !important;
       height: 500px !important;
       transform: translateY(0) scale(1) !important;
    }
    .wideSwiper .swiper-slide p {
       display: none;
    }
    .swiper:not(.widescreenSwiper):not(.gallery-lightbox-swiper) .swiper-slide {
       opacity: 0;
       transition: height 0.2s, opacity 0.2s, transform 0.2s;
    }
}

/* Cursor Custom Arrow
----------------------------------------------------------*/
/* Original arrows stay available as keyboard fallback */
.cursor-arrows.cursor-arrows-ready .nav-arrow:focus, .cursor-arrows.cursor-arrows-ready .nav-arrow:focus-visible {
	opacity: 1;
	pointer-events: auto;
}
/* Default cursor over the general Swiper area */
.cursor-arrows-ready .cursor-arrows-target, .cursor-arrows-ready .cursor-arrows-target *, .cursor-arrows-ready.cursor-arrows-target, .cursor-arrows-ready.cursor-arrows-target * {
	cursor: default;
}
/* Pointer only when hovering links */
.cursor-arrows-ready .cursor-arrows-target a, .cursor-arrows-ready .cursor-arrows-target a * {
	cursor: pointer;
}
/* Same-element case */
.cursor-arrows-ready.cursor-arrows-target a, .cursor-arrows-ready.cursor-arrows-target a * {
	cursor: pointer !important;
}
/* Hides the real cursor only when the fake arrow is active */
.cursor-arrows-ready .cursor-arrows-target.cursor-arrow-active, .cursor-arrows-ready .cursor-arrows-target.cursor-arrow-active * {
	cursor: none !important;
}
.cursor-arrows-ready.cursor-arrows-target.cursor-arrow-active, .cursor-arrows-ready.cursor-arrows-target.cursor-arrow-active * {
	cursor: none !important;
}
/* Keeps slides draggable */
.cursor-arrows .swiper-slide {
	pointer-events: auto;
}
/* Disables only non-active card links/content */
.cursor-arrows .card-shell .card-content {
	pointer-events: none;
}
/* Re-enables active/center card content */
.cursor-arrows .card-shell.center .card-content, .cursor-arrows .swiper-slide-active .card-content {
	pointer-events: auto;
}
.cursor-arrows .card-shell.center .card-content, .cursor-arrows .swiper-slide-active {
	pointer-events: auto;
}
/* Cursor does not turn to pointer when hovering over wideSwiper non-active slides */
.wideSwiper.cursor-arrows .swiper-slide, .wideSwiper.cursor-arrows .swiper-slide * {
	cursor: default !important;
}
.wideSwiper.cursor-arrows.cursor-arrow-active .swiper-slide, .wideSwiper.cursor-arrows.cursor-arrow-active .swiper-slide * {
	cursor: none !important;
}
.wideSwiper.cursor-arrows .swiper-slide-active, .wideSwiper.cursor-arrows .swiper-slide-active * {
	cursor: pointer !important;
}
/* Fake cursor arrow */
.cursor-arrow-ghost {
	position: fixed;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	z-index: 999999;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	transition: opacity 120ms ease, visibility 120ms ease;
}
.cursor-arrow-ghost.is-visible {
	opacity: 1;
	visibility: visible;
}
.cursor-arrow-ghost svg {
	display: block;
	width: 100%;
	height: 100%;
}
.cursor-arrow-ghost.is-prev svg {
	transform: rotate(180deg);
}
/* Disable the system on touch devices */
@media (hover: none), (pointer: coarse) {
	.cursor-arrows.cursor-arrows-ready .nav-arrow {
		opacity: 1;
		pointer-events: auto;
	}
	.cursor-arrows-ready .cursor-arrows-target.cursor-arrow-active, .cursor-arrows-ready .cursor-arrows-target.cursor-arrow-active * {
		cursor: default !important;
	}
	.cursor-arrow-ghost {
		display: none;
	}
}
/* Accordion (Expanding dropdown)
----------------------------------------------------------*/
.accordion-container {
	max-width: 900px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: var(--x40g);
	margin-bottom: calc(var(--superp) + var(--l50p));
}
.accordion {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: fit-content;
	padding-top: 10px;
	gap: var(--sg);
	transition: 0.2s;
}
.accordion:last-child {
	border-bottom: none;
}
.accordion-head {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
	transition: 0.2s;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 30px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: start;
	border-bottom: 1px solid #5E524A;
}
.accordion-head::before {
	position: absolute;
	content: "";
	width: 19px;
	height: 12px;
	right: 0;
	top: 7px;
	background-image: url("icons/award-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.2s;
}
.accordion-head {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: normal;
	color: var(--coffee-bean);
}
.accordion-content {
	height: 0;
	width: 100%;
	overflow: hidden;
	transition: 0.2s;
	display: flex;
	flex-direction: column;
	gap: var(--sg);
}
.accordion-content p {
	margin: 0;
}
.accordion.active .accordion-content {
	height: fit-content;
	padding: var(--sp) 0;
}
.accordion.active .accordion-head::before {
	color: var(--copperwood);
	transform: scaleY(-1);
}
.accordion.active .accordion-head h2 {
	color: var(--copperwood);
}
.award-accolades {
	display: flex;
	flex-direction: column;
	max-width: 880px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	gap: var(--lg);
	align-items: center;
	justify-content: center;
	margin-bottom: var(--superp);
	margin-top: var(--l40p);
	z-index: 1;
}
.award-accolades p {
	font-size: 18px;
	font-weight: 500;
	color: var(--copperwood);
	text-align: center;
	width: 100%;
}
.bottom-gradient {
	position: relative;
}
.bottom-gradient::after {
	position: absolute;
	content: "";
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: linear-gradient(90deg, rgba(72, 45, 14, 0.00) 0%, var(--copperwood, #AE6D21) 51.93%, rgba(72, 45, 14, 0.00) 100%);
	height: 1px;
}
@media (max-width: 450px) {
	.bottom-gradient::after {
		width: 200px;
	}
	.accordion-head {
		font-size: 16px;
	}
	.accordion-container {
		max-width: 900px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: var(--lg);
		margin-bottom: calc(var(--superp) + var(--l50p));
	}
	.award-accolades p {
		font-size: 14px;
	}
	.bottom-gradient {
		position: relative;
	}
	.bottom-gradient::after {
		width: 480px;
	}
}
/* Simple styles (Used for privacy, cookies...)
----------------------------------------------------------*/
/*Text styling*/
.simple-info-wrapper {
	z-index: 1;
}
.simple-info-wrapper h3 {
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: start;
	margin-bottom: 0.5em;
	color: var(--deep-mocha);
}
.simple-info-wrapper ul, .simple-info-wrapper ol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin-bottom: var(--lp);
}
.simple-info-wrapper ul li {
	position: relative;
	text-align: start;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 5px;
}
.simple-info-wrapper ul li::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 8px;
	top: 11px;
	left: 0;
	border-radius: 2px;
	background-color: var(--copperwood);
	margin-right: 8px;
}
.simple-info-wrapper ol {
	box-sizing: border-box;
	padding-left: var(--lp);
	font-size: 15px;
}
.simple-info-wrapper ol li::marker {
	color: var(--copperwood);
	font-weight: 300;
}
.simple-info-wrapper a {
	color: var(--copperwood);
	border-bottom: 1px solid var(--copperwood);
	padding-bottom: 1px;
	line-height: normal;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.simple-info-wrapper h2 {
	color: var(--copperwood);
}
/* Simple Pages (Privacy, Cookies...)
------------------------------------------------------*/
.simple-info-wrapper {
	max-width: 1480px;
	width: 100%;
	padding: 0 var(--lp);
	box-sizing: border-box;
	column-count: 2;
	column-gap: var(--superp);
	margin-bottom: var(--superp);
}
.simple-info-wrapper p {
	text-align: start;
}
.simple-info-wrapper h2, .simple-info-wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1em;
}
.simple-info-wrapper h3 {
	font-size: 18px;
}
.simple-info-wrapper a {
	color: var(--copperwood);
}
.simple-info-wrapper a:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
.simple-info-wrapper table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--dusty-taupe);
	margin: 20px 0;
	break-inside: avoid;
}
.simple-info-wrapper td, .simple-info-wrapper th {
	text-align: left;
	padding: 10px;
}
.simple-info-wrapper td {
	font-weight: 400;
}
/* Alternating row colors */
tbody tr:nth-child(even) {
	background-color: var(--champagne-mist);
}
tbody tr:nth-child(odd) {
	background-color: white;
}
@media (max-width: 1500px) {
	.simple-info-wrapper {
		column-gap: var(--l50p);
	}
}
@media (max-width: 1200px) {
	.simple-info-wrapper {
		column-count: 1;
	}
	.wcc-table-wrapper {
		overflow: auto;
		width: 100%;
	}
	.wcc-table-wrapper table {
		min-width: 600px;
	}
}
/* diagonal cards layout
Half of the element is an image, the other half text
each card has the opposite order of image - text (using row-reverse)
------------------------------------------------------------*/
.diag-section {
	width: 100%;
	max-width: var(--large-width);
	height: 415px;
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: center;
	justify-content: center;
	position: relative;
}
/*Gradient over image*/
.diag-section::before {
	content: "";
	position: absolute;
	width: 50%;
	background: linear-gradient(180deg, rgba(255, 0, 0, 0) 50.43%, rgba(13, 13, 13, 0.50) 100%);
	height: 200px;
	bottom: 0;
	left: 0;
	z-index: 6;
}
/*For images on the right, move gradient over*/
.diag-section:nth-child(even)::before {
	right: 0;
	left: auto;
}
.diag-section img {
	height: 415px;
	width: 50%;
	display: block;
	object-fit: cover;
}
.diag-text-section {
	width: 50%;
	height: 100%;
	justify-content: center;
	padding: 0 var(--l60p);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	text-align: start;
}
.diag-text-section p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.diag-text-section .tag{
    text-align: start;
}
.diag-section ul, .about.with-bullets ul{
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
}
.diag-section:nth-child(even) {
	flex-direction: row-reverse;
}
.diag-container .tag, .diag-container span {
	color: #555;
	font-weight: 500;
	opacity: 1;
	font-size: 12px;
	text-transform: uppercase;
}
.diag-section .sub-title, .diag-section h3, .diag-section h2 {
	font-weight: 400;
	text-align: start;
	max-width: 480px;
	color: var(--copperwood);
}
.diag-section h3 strong {
	font-weight: 550;
}
.diag-section .diag-elegant, .diag-section .diag-family, .diag-section .diag-villa {
	color: var(--coffee-bean);
}
.diag-section .diag-elegant span {
	color: #87643c;
	font-weight: 600;
}
.diag-section .diag-family span {
	color: #0e7e7a;
	font-weight: 600;
}
.diag-section .diag-villa span {
	color: var(--villa);
	font-weight: 600;
}
@media (max-width: 1000px) {
	.diag-container {
		margin: 0 25px;
		width: 100%;
	}
	.diag-section {
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
		height: fit-content;
		display: flex;
		flex-direction: column;
		gap: 0;
		position: unset;
		align-items: center;
		justify-content: center;
	}
	.diag-container .tag, .diag-container span {
		display: none;
	}
	.diag-section .diag-elegant, .diag-section .diag-family, .diag-section .diag-villa {
		display: inline-block;
	}
	.diag-section:nth-child(even) {
		flex-direction: column;
	}
	.diag-section img {
		width: 100%;
		display: block;
		object-fit: cover;
		position: relative;
		max-height: 350px;
	}
	.diag-section::before {
		display: none;
	}
	.diag-section img::before {
		content: "";
		position: absolute;
		width: 100%;
		background: linear-gradient(180deg, rgba(255, 0, 0, 0) 50.43%, rgba(13, 13, 13, 0.50) 100%);
		height: 200px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 6;
	}
	.diag-text-section {
		width: 100%;
		height: fit-content;
		padding: 20px 0;
		justify-content: flex-start;
	}
	.diag-section:last-child .diag-text-section {
		padding-bottom: 0;
	}
	.diag-section:last-child {
		padding-bottom: 0;
	}
	/*.diag-text-section p {*/
	/*    display: none;*/
	/*}*/
	.diag-section .sub-title, .diag-section h3 {
		/*color: var(--coffee-bean);*/
		font-size: 20px;
	}
}
@media (max-width: 700px) {
	.diag-section img {
		max-height: 250px;
	}
}
/* Collection cards
------------------------------------------------------*/
.collection-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	width: 100%;
	max-width: calc(var(--large-width) + 40px);
	margin: var(--4xlg) 0;
	box-sizing: border-box;
	padding: 0 20px;
	content-visibility: visible !important;
}
.collection-img-wrapper {
	margin-left: 13%;
	width: 84%;
	max-width: 390px;
	aspect-ratio: 390 / 335;
	height: auto;
	z-index: 2;
	overflow: hidden;
	background-color: grey;
}
.collection-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: var(--lg);
	position: relative;
	min-width: 0;
}
/*.collection-img-wrapper {*/
/*    margin-left: 60px;*/
/*    height: 335px;*/
/*    width: 390px;*/
/*    display: flex;*/
/*    background-color: grey;*/
/*    z-index: 2;*/
/*    overflow: hidden;*/
/*}*/
.collection-img-wrapper:hover img {
	transform: scale(1.05);
}
/*.collection-img-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: 0.8s var(--zoom-curve);*/
/*}*/
.collection-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.8s var(--zoom-curve);
}
.collection-card p {
	margin: 0;
}
.collection-tag {
	z-index: 1;
	display: flex;
	align-items: center;
	position: absolute;
	left: -24%;
	top: 17%;
	transform: rotate(270deg);
	margin: 0;
	padding: 5% 23% 19% 11%;
	height: fit-content;
	width: 190px;
	gap: 5px;
	color: white;
	font-size: 18px;
	letter-spacing: 1.6px;
	text-transform: capitalize;
}
.collection-tag p strong {
	font-weight: 600;
}
.collection-tag.family {
	background-color: #00A8A2FF;
}
.collection-tag.villa {
	background-color: var(--villa);
}
.collection-tag.elegant {
	background-color: #976f40;
}
@media (max-width: 1480px) {
	.collection-tag {
		width: 176px;
		font-size: 16px;
	}
}
@media (max-width: 1350px) {
	.collection-cards {
		grid-template-columns: 1fr;
		gap: 80px;
		width: 470px;
	}
	.collection-card {
		width: 460px;
	}
}
@media (max-width: 550px) {
	.collection-cards {
		grid-template-columns: 1fr;
		gap: 80px;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.collection-card {
		width: 100%;
		margin: 0 auto;
		gap: 20px;
	}
	.collection-tag {
		left: -22%;
		top: 16%;
		padding: 3% 23% 19% 10%;
		width: 167px;
		font-size: 15px;
		letter-spacing: 1.4px;
	}
	.collection-card p {
		font-size: 15px;
	}
}
@media (max-width: 420px) {
	.collection-tag {
		left: -22%;
		top: 10%;
		padding: 5% 16% 19% 7%;
	}
}
@media (max-width: 360px) {
	.collection-tag {
		left: -26%;
		top: 10%;
		padding: 3% 16% 19% 7%;
	}
}
/* Numbered page navigation
[1] [2] [3] [>] [>>]
for categories, offers, blogs
--------------------------------------- */
.bottom-page-navigation {
	display: flex;
	flex-direction: row;
	gap: var(--sg);
	margin-bottom: var(--superp);
}
.page-numbers:not(.dots) {
	height: 24px;
	width: 24px;
	background: transparent;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	color: #9a6121;
	text-decoration: none;
	border-radius: 50%;
	transition: 0.2s;
	cursor: pointer;
	font-size: 12px;
}
.page-numbers.dots {
	color: #9a6121;
}
.bottom-page-navigation .page-numbers:not(.dots):hover {
	background-color: #9a6121;
	color: white;
}
.bottom-page-navigation .page-numbers:not(.dots):focus-visible {
	outline: 1px solid #9a6121;
	outline-offset: 4px;
}
.bottom-page-navigation .next, .bottom-page-navigation .prev {
	background-color: transparent;
	border: 1px solid transparent;
}
.bottom-page-navigation .page-numbers.next:hover, .bottom-page-navigation .page-numbers.prev:hover {
	background-color: transparent;
	border: 1px solid transparent;
	color: var(--coffee-bean);
}
.page-numbers.current {
	border: 1px solid #9a6121;
	color: #9a6121;
	background-color: white;
	font-weight: 500;
}
.bottom-page-navigation .page-numbers.next, .bottom-page-navigation .page-numbers.prev {
	display: flex;
	width: fit-content;
	padding: 0 10px;
	border-radius: 10px;
	white-space: nowrap;
	flex-shrink: 0;
	aspect-ratio: unset;
}
/* Filter: underlined text options
for categories, offers, blogs
-----------------------------------------..................... */
.filter-options {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 32px 5px 5px;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.filter-option {
	color: var(--coffee-bean);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 3px;
	transition: 0.2s;
}
.filter-option.active {
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 5%;
	text-underline-offset: 25%;
	text-underline-position: from-font;
}
.filter-option:hover {
	color: var(--copperwood);
}
@media (max-width: 500px) {
	.filter-option {
		color: var(--coffee-bean);
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 1px;
		transition: 0.2s;
	}
	.filter-options {
		width: 100%;
		justify-content: space-between;
		padding: 0 30px;
		box-sizing: border-box;
	}
}
@media (max-width: 385px) {
	.filter-options {
		display: flex;
		flex-direction: row;
		gap: 20px;
		padding: 32px 20px 10px;
		box-sizing: border-box;
		align-items: center;
		overflow-x: auto;
		width: 100%;
		justify-content: start;
	}
}
/* Gallery
-------------------------------------------------------------*/
/* 5 image galleries */
.photo-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: calc(var(--large-width) + 40px);
	aspect-ratio: 2.43/1;
	overflow: hidden;
}
.photo-gallery .gallery-block:first-child {
	grid-column: span 2;
	grid-row: span 2;
}
/* 4 image galleries */
.photo-gallery.four {
	grid-template-columns: 1fr 0.8fr 1fr;
	aspect-ratio: 1.47/1;
}
.photo-gallery.four .gallery-block:first-child {
	grid-column: span 2;
	grid-row: span 1;
}
.photo-gallery.four .gallery-block:nth-child(4) {
	grid-column: span 2;
	grid-row: span 1;
}
/* Center large image with 2 smaller on each side */
.photo-gallery.middle .gallery-block {
	grid-column: span 1;
	grid-row: span 1;
}
.photo-gallery.middle .gallery-block:nth-child(2) {
	grid-column: span 2;
	grid-row: span 2;
}
/* if more images are present, hide them */
.photo-gallery.four .gallery-block:nth-child(n+5) {
	display: none;
}
/* if more images are present, hide them */
.photo-gallery .gallery-block:nth-child(n+6) {
	display: none;
}
/* Gallery only has 2 blocks */
.photo-gallery:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}
.photo-gallery:has(> :nth-child(2)):not(:has(> :nth-child(3))) .gallery-block:nth-child(2) {
	grid-column: span 1;
	grid-row: span 1;
}
/* ------- Gallery blocks ----------- */
.gallery-block {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: black;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.gallery-block picture {
	width: 100%;
	height: 100%;
	display: block;
}
.gallery-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center center;
	transition: 0.8s var(--zoom-curve);
	background-color: grey;
	z-index: 1;
	transform-origin: center center;
	will-change: transform;
}
.gallery-block:hover img {
	transform: scale(1.05);
	opacity: 0.5;
}
.gallery-block::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	content: "";
	height: 28px;
	width: 28px;
	background-image: url("icons/enlarge.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.2s;
	opacity: 0;
	z-index: 2;
}
.gallery-block:hover::before {
	opacity: 1;
	height: 24px;
	width: 24px;
}
@media (max-width: 1000px) {
	.photo-gallery {
		gap: 10px;
	}
}
@media (max-width: 700px) {
	/* For 5 image galleries */
	.photo-gallery:not(.four) {
		grid-template-columns: 1fr 1fr 1fr;
		aspect-ratio: 360/220;
		gap: 5px;
	}
	.photo-gallery:not(.four) .gallery-block:nth-child(n+4), .photo-gallery:not(.four) .gallery-block::before {
		display: none;
	}
	.photo-gallery:not(.four) .gallery-block:nth-child(3) img {
		opacity: 0.7;
	}
	.photo-gallery:not(.four) .gallery-block:nth-child(3)::after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-origin: center center;
		content: "";
		height: 32px;
		width: 32px;
		background-image: url("icons/gallery.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 1;
		z-index: 2;
	}
	/* 4 image galleries */
	.photo-gallery.four {
		gap: 5px;
		aspect-ratio: 1/1;
		max-height: 500px;
	}
	.photo-gallery.four .gallery-block:first-child {
		grid-column: span 2;
		grid-row: span 1;
	}
	.photo-gallery.four .gallery-block:last-child {
		grid-column: span 2;
		grid-row: span 1;
	}
	/* Center large image with 2 smaller on each side */
	.photo-gallery.middle .gallery-block {
		grid-column: span 1;
		grid-row: span 1;
	}
	.photo-gallery.middle .gallery-block:nth-child(2) {
		grid-column: span 2;
		grid-row: span 2;
	}
}
/* Light Box
--------------------------------------------------------*/
.gallery-lightbox {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: 100dvh;
	background: white;
	z-index: 100;
	transition: scale 0.2s, opacity 0.2s;
}
.gallery-lightbox::before {
	content: "";
	position: absolute;
	inset: -100vh 0;
	background: white;
	z-index: -1;
	pointer-events: none;
}
/*.gallery-lightbox-swiper .swiper-slide img {*/
/*    opacity: 1 !important;;*/
/*    transition: opacity 1s !important;*/
/*}*/
.gallery-lightbox-swiper .swiper-slide.fade-out img {
	opacity: 0 !important;
	transition: opacity 1s !important;
}
/*.gallery-lightbox-swiper .swiper-slide.fade-in img {*/
/*    opacity: 0 !important;*/
/*}*/
.gallery-lightbox-swiper .swiper-slide-next, .gallery-lightbox-swiper .swiper-slide-prev, .gallery-lightbox-swiper .swiper-slide {
	opacity: 0 !important;
	transition: opacity 1s !important;
}
.gallery-lightbox-swiper .swiper-slide-active {
	opacity: 1 !important;
	transition: opacity 1s !important;
}
.gallery-lightbox.open {
	opacity: 0.5;
	transform: translate(-50%, -50%) scale(0.98);
	transition: 0.2s;
}
.gallery-lightbox-swiper {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.8s var(--zoom-curve), transform 0.8s var(--zoom-curve);
    width: 100%;
}
.gallery-lightbox.start .gallery-lightbox-swiper {
	opacity: 0 !important;
	transform: scale(0.95);
	pointer-events: none;
}
.gallery-lightbox.end {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.02);
	pointer-events: none;
	transition: 0.4s var(--zoom-curve);
}
.gallery-arrow-next, .gallery-arrow-prev {
	height: 55px;
	width: 55px;
	background-image: url("icons/next-arrow-bg.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(1);
	padding: 0;
	z-index: 2;
	position: absolute;
	right: 20px;
	transition: 0.2s;
}
.gallery-arrow-prev {
	background-image: url("icons/prev-arrow-bg.svg");
	position: absolute !important;
	left: 20px;
}
.gallery-arrow-next:hover, .gallery-arrow-prev:hover {
	transform: scale(1.05);
}
@media (max-width: 800px) {
	.gallery-arrow-prev, .gallery-arrow-next {
		pointer-events: none;
		display: none;
	}
}
.gallery-lightbox-swiper .swiper-slide {
	height: 100%;
	width: 100%;
    /*min-height: ;*/
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.gallery-lightbox-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
	margin: auto;
	min-width: 200px;
	min-height: 333px;
	object-fit: contain;
	display: block;
	border-radius: 2px;
}
.gallery-lightbox-swiper .swiper-slide img.portrait {
	max-height: 100vh;
}

.gallery-lightbox-swiper .swiper-slide video {
	object-fit: cover;
	width: 100%;
	height: 100%;
    max-height: 90svh;
    max-width: 80vw;
}

.gallery-lightbox-swiper video.portrait{
    object-fit: cover;
    height: 80svh;
    width: auto;
}

.gallery-lightbox-swiper .swiper-slide.portrait-video video {
    object-fit: contain;
}

.gallery-lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	height: 40px;
	width: 40px;
	background-image: url("icons/popup-close-bg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform-origin: center;
	transition: 0.2s;
}

.gallery-lightbox.single-item .gallery-arrow-prev,
.gallery-lightbox.single-item .gallery-arrow-next {
    display: none;
}
@media (max-width: 700px) {
	.gallery-lightbox-swiper .swiper-slide img {
		max-width: 100%;
		max-height: 75svh;
		min-width: 0;
		min-height: 0;
		object-fit: contain;
	}
    .gallery-lightbox-swiper video.portrait{
        object-fit: cover;
        max-height: 70svh;
        width: auto;
    }

    .gallery-lightbox-swiper .swiper-slide video {
        max-height: 90svh;
        max-width: 100vw;
    }


}
/* Read More Blocks
Duo Blocks that lead to pdfs
-------------------------------------------*/
.read-more-blocks {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	max-width: var(--medium-width);
}
.read-more-block {
	width: 100%;
	/*margin: var(--l50p) 0;*/
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	position: relative;
}
/*.read-more-blocks > .read-more-block:only-child {*/
/*    margin: 0;*/
/*}*/
.read-more-block span {
	font-size: 11px;
	color: var(--copperwood);
	letter-spacing: 2px;
	text-align: center;
}
.read-more-block h2 {
	color: var(--copperwood);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.read-more-block p {
	margin: var(--lp) 0;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	text-transform: none;
	padding: 0 40px;
	box-sizing: border-box;
}
.read-more-block a {
	margin-top: var(--sp);
}
.read-more-block:nth-child(2)::before {
	position: absolute;
	height: 100%;
	width: 1px;
	background: rgba(176, 143, 118, 0.50);
	content: "";
	left: 0;
	top: 0;
}
@media (max-width: 700px) {
	.read-more-blocks {
		flex-direction: column;
	}
	.read-more-block:nth-child(1)::before {
		position: absolute;
		height: 1px;
		width: 70%;
		background: rgba(176, 143, 118, 0.50);
		content: "";
		left: 50%;
		transform: translateX(-50%);
		bottom: -50px;
	}
	.read-more-block:only-child::before {
		display: none;
	}
	.read-more-block:nth-child(2)::before {
		display: none;
	}
	.read-more-block {
		margin: var(--l50p) 0;
	}
}
/* Footer
------------------------------------------------------*/
footer {
	background: linear-gradient(180deg, #FAF8F4 -60.24%, rgba(241, 225, 210, 0.63) 59.03%), #FFF;
	padding: var(--l80p) var(--lp);
	font-size: 14px;
	color: var(--coffee-bean);
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.footer-social {
	display: flex;
	gap: 16px;
}
.social-icon {
	width: 20px;
	height: 16px;
	background-color: var(--coffee-bean);
	transition: 0.2s;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
}
.social-icon:hover {
	background-color: var(--copperwood);
	transition: 0.2s;
}
.social-icon:focus-visible {
	outline-offset: 4px;
	outline: 1px solid var(--copperwood);
	background-color: var(--copperwood);
}
/* Individual icons */
.facebook {
	mask-image: url('icons/facebook.svg');
	-webkit-mask-image: url('icons/facebook.svg');
}
.instagram-icon {
	mask-image: url('icons/instagrram.svg');
	-webkit-mask-image: url('icons/instagrram.svg');
}
.youtube {
	mask-image: url('icons/YT.svg');
	-webkit-mask-image: url('icons/YT.svg');
}
.linkedin {
	mask-image: url('icons/linkedin.svg');
	-webkit-mask-image: url('icons/linkedin.svg');
}
.footer-contents {
	width: 100%;
	max-width: var(--large-width);
	display: flex;
	flex-direction: column;
}
/* Top bar */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: var(--l50p);
	width: 100%;
}
.footer-social {
	display: flex;
	gap: 24px;
	align-items: center;
}
.footer-social a {
	color: var(--coffee-bean);
	display: flex;
	align-items: center;
	transition: opacity 0.2s;
}
.footer-social a img {
	height: 16px;
	width: auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
.footer-social a:hover {
	fill: var(--copperwood);
}
.footer-app {
	display: flex;
	align-items: center;
	gap: var(--mg);
}
.footer-app-label {
	font-size: 18px;
	color: var(--coffee-bean);
	margin-right: 4px;
	font-weight: 500;
}
.app-badge img {
	height: 32px;
	display: block;
}
/* Main columns */
.footer-main {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: calc(var(--xxlg) * 2);
	padding: var(--l50p) 0 var(--l40p);
	width: 100%;
}
footer .sub-title {
	text-align: start;
	padding-bottom: 3px;
	text-transform: uppercase;
	line-height: normal;
	cursor: pointer;
}
.footer-section {
	display: flex;
	flex-direction: column;
	gap: var(--sg);
}
.footer-col {
	display: flex;
	flex-direction: column;
	gap: var(--x40g);
}
.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	display: flex;
	flex-direction: column;
	gap: var(--mg);
}
.footer-col ul li a {
	color: var(--coffee-bean);
	font-size: 15px;
	line-height: normal;
	transition: 0.2s;
}
.footer-col ul li a:hover {
	color: var(--copperwood);
}
.footer-cta-links a {
	font-size: 20px;
	line-height: 1.8;
	color: var(--coffee-bean);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: var(--mg);
	transition: 0.2s;
}
.footer-cta-links a:hover {
	color: var(--copperwood);
	stroke: var(--copperwood);
}
/* Contact */
.footer-contact {
	display: flex;
	flex-direction: column;
}
.footer-contact p, .footer-contact a {
	margin: 0;
	color: var(--coffee-bean);
	text-decoration: none;
	font-size: 15px;
	transition: 0.2s;
}
.footer-contact > *:nth-child(odd) {
	margin-bottom: 10px;
}
.footer-contact > *:nth-child(even) {
	margin-bottom: 15px;
}
.footer-contact a:hover {
	color: var(--copperwood);
}
/* Newsletter */
.footer-newsletter {
	display: flex;
	flex-direction: column;
	gap: var(--sg);
}
.footer-newsletter input {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--coffee-bean);
	padding: 8px 0;
	font-size: 14px;
	color: var(--coffee-bean);
	outline: none;
	width: 100%;
}
.footer-newsletter input::placeholder {
	color: var(--coffee-bean);
	opacity: 0.5;
	font-size: 18px;
}
.footer-disclaimer {
	font-size: 14px;
	line-height: 1.6;
	color: var(--coffee-bean);
	font-weight: 300;
	margin: 0;
}
.footer-disclaimer a {
	color: var(--coffee-bean);
	text-decoration: underline;
}
.footer-signup-btn {
	background: transparent;
	border: 2px solid var(--coffee-bean);
	color: var(--coffee-bean);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	padding: var(--sp) var(--l30p);
	box-sizing: border-box;
	transition: 0.2s;
	border-radius: 2px;
}
.footer-signup-btn:hover {
	background-color: var(--coffee-bean);
	color: white
}
/* Bottom bar */
.footer-bottom {
	border-top: 1px solid var(--pale-oak);
	padding: var(--l40p) 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--x40g);
}
.logo-copyright img {
	filter: brightness(0);
	width: 217px;
}
.logo-copyright p {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.footer-credit {
	font-size: 14px;
	margin: 0;
	color: var(--coffee-bean);
}
/* Webolution credit */
.footer-credit a {
	text-decoration: none;
	font-weight: 600;
	transition: 0.2s;
}
.footer-credit a:hover {
	color: orangered;
}
footer a:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
footer .footer-signup-btn:focus-visible {
	background-color: var(--stormy-teal);
	color: white;
}
footer .footer-credit a:focus-visible {
	outline: 1px solid var(--copperwood);
	outline-offset: 4px;
}
footer .sub-title {
	text-wrap: nowrap;
}
@media (max-width: 1280px) {
	.footer-main {
		gap: var(--xxlg);
		grid-template-columns: 1fr 1fr 0.7fr;
	}
	.footer-col:last-child {
		grid-column: span 3;
	}
	footer .sub-title {
		text-wrap: wrap;
		padding-left: 0;
	}
}
@media (max-width: 1000px) {
	footer {
		padding-top: var(--l40p);
	}
	.footer-contents {
		display: flex;
		flex-direction: column;
	}
	.footer-main {
		display: contents;
	}
	.footer-col {
		display: contents;
	}
	.footer-main {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.footer-section {
		gap: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--dusty-taupe);
		margin-bottom: 20px;
	}
	.footer-section ul {
		max-height: 0;
		transition: 0.2s;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	.footer-contact {
		display: flex;
		flex-direction: column;
		max-height: 0;
		overflow: hidden;
		transition: 0.2s;
	}
	.footer-section.active .footer-contact {
		max-height: 1000px;
	}
	.footer-contact p, .footer-contact a {
		margin: 0;
		color: var(--coffee-bean);
		text-decoration: none;
		font-size: 15px;
		transition: 0.2s;
	}
	.footer-section.active ul {
		max-height: 500px;
		height: fit-content;
		padding-top: 20px;
	}
	.footer-section .sub-title {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	.footer-section .sub-title::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 10px;
		height: 10px;
		background-image: url("icons/footer-arrow.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		right: 0;
		transition: 0.2s;
	}
	.footer-section.active .sub-title::before {
		transform: translateY(-50%) scaleY(-1);
	}
	footer .sub-title strong {
		color: var(--coffee-bean);
		font-weight: 500;
		font-size: 16px;
	}
	.footer-col ul li a {
		font-size: 16px;
	}
	.footer-top {
		gap: 0;
		flex-direction: column-reverse;
		padding: 20px 0 40px;
		border-bottom: 1px solid var(--dusty-taupe);
	}
	.footer-app {
		display: grid;
		grid-template-columns: auto auto;
		gap: 15px;
		align-items: center;
		justify-content: center;
		padding-bottom: 40px;
        position: relative;
	}

    .footer-app::before{
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--pale-oak);
        content: "";

    }
	.footer-app-label {
		grid-column: span 2;
		width: 100%;
		line-height: normal;
		text-align: center;
		margin: 0;
	}
	.footer-social {
		width: 200px;
		justify-content: space-between;
		gap: 0;
	}
	.footer-newsletter {
		padding-top: 40px;
	}
	.footer-contact p {
		padding-top: 15px;
	}
	.footer-contact .menu-item {
		margin: 0;
	}
	.footer-contact .contact-region:first-child {
		padding-top: 20px;
	}
	.footer-cta-links {
		margin: 20px 0;
	}
	.footer-cta-links a {
		font-size: 18px;
	}
	.footer-cta-links svg {
		margin-left: auto;
	}
	.footer-bottom {
		padding-top: var(--l60p);
		border-top: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.logo-copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.logo-copyright img {
		width: 100%;
		max-width: 217px;
	}
	.logo-copyright p {
		width: 100%;
	}
	.footer-contents {
		display: flex;
		flex-direction: column;
	}
	/*Reorganizing their order*/
	.footer-main {
		display: contents;
	}
	.footer-main > .footer-col {
		display: contents;
	}
	.footer-main .footer-col:nth-child(1) .footer-section:nth-child(1) {
		order: 1;
	}
	.footer-main .footer-col:nth-child(1) .footer-section:nth-child(2) {
		order: 2;
	}
	.footer-main .footer-col:nth-child(2) .footer-section:nth-child(1) {
		order: 3;
	}
	.footer-main > .footer-section {
		order: 4;
	}
	.footer-main .footer-col:nth-child(2) .footer-section:nth-child(2) {
		order: 5;
	}
	.footer-main .footer-col:nth-child(1) .footer-section:nth-child(3) {
		order: 6;
	}
	.footer-top {
		order: 7;
	}
	.footer-main .footer-col:last-child {
		order: 8;
		display: block;
	}
	.footer-bottom {
		order: 9;
	}
}
/* Error pages */
.hero:has(.error-message)::after {
	display: none;
	height: 0;
}
.hero:has(.error-message)::before {
	opacity: 0.4;
}
.error-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	gap: 20px;
	z-index: 2;
	width: 100%;
	max-width: 900px;
	padding: 20px;
	box-sizing: border-box;
}
.error-message .title, .error-message .description {
	color: white;
	line-height: 1;
}
.error-message .title {
	font-size: 50px;
}
.error-message .description {
	font-size: 20px;
}
.error-message a.btn {
	font-size: 15px;
}
@media (max-width: 700px) {
	.error-message {
		gap: 10px;
	}
	.error-message .title {
		font-size: 30px;
	}
	.error-message .description {
		font-size: 16px;
	}
	.error-message a.btn {
		font-size: 12px;
	}
}
/* Scroll Animations
------------------------------------------------------------------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeIn, .fadeOut, .fadeInUp, .fadeInDown, .fadeInShorter, .fadeOutShorter, .fadeInUpShorter, .fadeInDownShorter, .fadeInLonger, .fadeInLonger-LowOpacity, .fadeInShorter-LowOpacity, .fadeIn-LowOpacity {
	visibility: hidden;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInLowOpacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}
@keyframes fadeInLowOpacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}
.fadeIn.show {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}
.fadeInShorter.show {
	-webkit-animation: fadeIn 0.6s forwards;
	animation: fadeIn 0.6s forwards;
}
.fadeInLonger.show {
	-webkit-animation: fadeIn 1.5s forwards;
	animation: fadeIn 1.5s forwards;
}
/* Lower max opacity for elements like hero titles */
.fadeIn-LowOpacity.show {
	-webkit-animation: fadeInLowOpacity 1s forwards;
	animation: fadeInLowOpacity 1s forwards;
}
.fadeInShorter-LowOpacity.show {
	-webkit-animation: fadeInLowOpacity 0.6s forwards;
	animation: fadeInLowOpacity 0.6s forwards;
}
.fadeInLonger-LowOpacity.show {
	-webkit-animation: fadeInLowOpacity 1.5s forwards;
	animation: fadeInLowOpacity 1.5s forwards;
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut.show {
	-webkit-animation: fadeOut 1s forwards;
	animation: fadeOut 1s forwards;
}
.fadeOutShorter.show {
	-webkit-animation: fadeOut 0.6s forwards;
	animation: fadeOut 0.6s forwards;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp.show {
	animation: fadeInUp 1.5s forwards;
}
.fadeInUpShorter.show {
	animation: fadeInUp 1s forwards;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -80px, 0);
		transform: translate3d(0, -80px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown.show {
	animation: fadeInDown 1.5s forwards;
}
.fadeInDownShorter.show {
	animation: fadeInDown 1s forwards;
}
@keyframes revealImage {
	from {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}
	to {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
}
.revealImage.show {
	animation: revealImage 1.5s forwards;
}
@keyframes revealImageRight {
	from {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
	to {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
.revealImageRight.show {
	animation: revealImageRight 1.5s forwards;
}
@keyframes revealImageTop {
	from {
		clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
	}
	to {
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
.revealImageTop.show {
	animation: revealImageTop 1.5s forwards;
}
.show {
	visibility: visible;
}
.swiper:not(.widescreenSwiper):not(.gallery-lightbox-swiper):not(.wideSwiper) .swiper-slide {
	opacity: 0;
	transition: opacity 0.6s;
}
.swiper:not(.widescreenSwiper):not(.gallery-lightbox-swiper):not(.wideSwiper) .swiper-slide-next, .swiper:not(.widescreenSwiper):not(.gallery-lightbox-swiper):not(.wideSwiper) .swiper-slide-prev {
	transform: translateY(100px);
	transition: transform 2s var(--zoom-curve), opacity 0.6s;
}
.swiper:not(.widescreenSwiper):not(.gallery-lightbox-swiper):not(.wideSwiper) .swiper-slide-active {
	transform: translateY(200px);
	transition: transform 2.5s var(--zoom-curve), opacity 0.6s;
}
.three-cards .swiper-slide-next, .three-cards .swiper-slide-prev {
	transform: translateY(100px) translateZ(0px) !important;
	transition: transform 2.2s var(--zoom-curve), opacity 0.6s;
}
.three-cards .swiper-slide-active {
	transform: translateY(200px) translateZ(0px) !important;
	transition: transform 3s var(--zoom-curve), opacity 0.6s;
}
.main-carousel-set.revealed .swiper-slide, .swiper:not(.widescreenSwiper):not(.wideSwiper):not(.gallery-lightbox-swiper):not(.wideSwiper).revealed .swiper-slide {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.three-cards.swiper.revealed .swiper-slide {
	opacity: 1;
	transform: translateY(0) translateZ(0px) !important;
}
/* = Cookie Main Box Styles
------------------------------------------------------------------*/
.wcc-consent-container .wcc-consent-bar {
	display: none !important;
}
.wcc-consent-container .wcc-consent-bar {
	border: 4px double #333 !important;
	padding: 17px 21px 21px !important;
	border-radius: 0 !important;
	background-color: rgba(243, 233, 216, 0.9) !important;
}
.wcc-notice-des *, .wcc-preference-content-wrapper *, .wcc-accordion-header-des *, .wcc-gpc-wrapper .wcc-gpc-desc * {
	font-size: 13px !important;
}
#wcc-notice-des a {
	color: grey;
	font-weight: 600;
	text-decoration: none;
}
#wcc-notice-des a.wcc-policy {
	color: grey;
	font-weight: 600;
	text-decoration: none;
}
.wcc-notice .wcc-title {
	font-size: 16px !important;
	margin: 0 0 9px 0 !important;
}
.wcc-btn {
	font-size: 13px !important;
	border-radius: 0 !important;
	border-width: 1px !important;
}
@media (max-width: 440px) {
	.wcc-custom-brand-logo-wrapper, .wcc-notice .wcc-title, .wcc-notice-des, .wcc-notice-btn-wrapper {
		padding: 0px !important;
	}
}
/* = Revisit Css
-------------------------------------------*/
.wcc-btn-revisit-wrapper {
	z-index: 10 !important;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease, visibility 1s ease;
}
.wcc-btn-revisit img {
	display: none !important;
}
.wcc-btn-revisit::before {
	content: "";
	display: inline-block;
	width: 22px; /* force width */
	height: 22px; /* force height */
	background: url('icons/revisit.svg') no-repeat center center;
	background-size: contain; /* scales SVG properly */
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	user-select: none;
}
button.wcc-btn-revisit {
	background: #333 !important;
	border-radius: 100%;
	width: 40px !important;
	height: 40px !important;
	transition: background-color 0.3s;
}
button.wcc-btn-revisit:hover {
	background-color: grey !important;
}
.wcc-btn-revisit-wrapper {
	box-shadow: none !important;
}
.wcc-btn-revisit-wrapper .wcc-btn-revisit img {
	max-width: 22px !important;
}
.wcc-btn-revisit-wrapper {
	padding: 0 !important;
	background-color: transparent !important;
}
.wcc-btn-revisit-wrapper:hover .wcc-revisit-help-text, .wcc-btn-revisit-wrapper:focus-within .wcc-revisit-help-text {
	display: none !important;
}
/* = Cookie for hiding for pagespeed css
-----------------------------------------------------------------*/
.wcc-consent-container .wcc-consent-bar {
	display: none !important;
}
/* =  Cookie Category Table
-----------------------------------------*/
.wcc-audit-table .wcc-cookie-des-table {
	font-size: 13px !important;
	line-height: 1.2 !important;
}
.wcc-cookie-audit-table {
	break-inside: avoid;
}
.wcc-cookie-audit-table th, .wcc-cookie-audit-table td {
	padding: 4px 8px !important;
	font-size: 13px !important;
}
.wcc-category-list {
	padding-bottom: 2rem;
}
.wcc-cookie-audit-table p {
	margin-bottom: 0;
}
/* =WordPress Code
-----------------------------------------------------------------------------*/
a.post-edit-link {
	background: #930000;
	color: #fff !important;
	font-size: 14px;
	padding: 8px 15px;
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	font-family: 'Manrope', sans-serif !important;
	z-index: 1000;
}