html {
	height: 100%;
	width: 100%;
}

body {
	color: #daa78d;
	background-image: url('https://media-api.xogrp.com/images/57af9cd2-a2f4-4505-b688-9c1393d24c4c~rt_auto-rs_1024.h?ordering=explicit');
	background-repeat: no-repeat;
	background-color: #1d374e;
	background-size: 100%;
}

table,
thead,
tbody {
	color: #daa78d;
	--bs-table-striped-color: #daa78d;
}

tbody > tr {
	cursor: pointer;
}

.form-control {
	background-color: #1d374e;
	--bs-border-color: #daa78d;
	color: #daa78d;
}

.form-control:focus {
	background-color: #1d2d4e;
	color: #dab68d;
	border-color: #dab68d;
	box-shadow: 0 0 0 0.25rem rgba(218, 198, 141, 0.25);
}

iframe,
embed {
	min-height: 80vh;
}

a {
	color: #daa78d;
}

.border {
	--bs-border-color: #daa78d;
}

.btn-outline-light {
	--bs-btn-color: #daa78d;
	--bs-btn-border-color: #daa78d;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #daa78d;
	--bs-btn-hover-border-color: #daa78d;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #daa78d;
	--bs-btn-active-border-color: #daa78d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #daa78d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #daa78d;
	--bs-gradient: none;
}

#closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: red;
	color: white;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

img {
	width: clamp(500px, 80vw, 800px);
}

.faq {
	text-align: left;
}

tbody > tr.reserved-cabin {
	background-color: #4e1d37;
	cursor: default;
}

.reserved-cabin:hover {
	color: #daa78d;
	--bs-table-hover-color: #daa78d;
}

.red-text {
	color: #4e1d37;
	font-weight: 900;
	font-stretch: semi-expanded;
	font-size: 16pt;
	letter-spacing: 1.5px;
}

.parisienne-regular {
	font-family: 'Parisienne', cursive;
	font-weight: 400;
	font-style: normal;
}

.josefin-sans-500 {
	font-family: 'Josefin Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.css-wl7yfi {
	padding: 0 4% 10px 4%;
	text-align: center;
	width: 100%;
	z-index: 1;
}
@media (min-width: 768px) {
	.css-wl7yfi {
		display: none;
	}
}

.css-1fj2gx7 {
	line-height: 1;
	margin: 80px auto 16px auto;
	font-family: Parisienne;
	color: #daa78d;
	font-size: 66px;
	font-weight: 400;
	padding-top: 100px;
	padding-bottom: 20px;
}
@media (max-width: 640px) {
	.css-1fj2gx7 {
		font-size: calc(66px * 0.75);
	}
}
@media (max-width: 1200px) {
	.css-1fj2gx7 {
		padding-top: 70px;
	}
}
@media (max-width: 768px) {
	.css-1fj2gx7 {
		padding-top: 60px;
	}
}
@media (max-width: 600px) {
	.css-1fj2gx7 {
		padding-top: 20px;
	}
}
@media (max-width: 400px) {
	.css-1fj2gx7 {
		padding-top: 0px;
	}
}
.css-1ipozcr {
	padding: 0 4% 10px 4%;
	text-align: center;
	width: 100%;
	z-index: 1;
	display: none;
}
@media (min-width: 768px) {
	.css-1ipozcr {
		display: block;
	}
}
.css-3rm5fc {
	line-height: 1;
	margin: 8px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-3rm5fc {
		font-size: calc(20px * 0.75);
	}
}

.css-1f3z7jk {
	letter-spacing: 2.23px;
	line-height: 1.3;
	display: none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 12px auto;
	padding: 0 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.css-1f3z7jk {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 16px;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 52px auto 20px;
	}
	.verticalLayout.homePage .css-1f3z7jk {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 20px 0;
	}
}
@media (max-width: 640px) {
	.css-1f3z7jk {
		font-size: calc(30px * 0.75);
	}
}
@media (max-width: 640px) {
	.css-1f3z7jk {
		font-size: 1rem;
	}
}
.css-199oz6d {
	padding: 0 36px 20px;
	border-bottom: 1px solid #daa78d;
}
@media (min-width: 640px) {
	.css-199oz6d {
		border-bottom: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 72px 20px 0;
		width: 315px;
		border-right: 1px solid #daa78d;
	}
	.verticalLayout.homePage .css-199oz6d {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding: 0;
		width: auto;
		border-right: none;
	}
}
.css-1e30inf {
	text-align: center;
}
.verticalLayout.homePage .css-1e30inf {
	text-align: left;
}
@media (min-width: 768px) and (max-width: 900px) {
	.verticalLayout.homePage .css-1e30inf {
		font-size: 0.75em;
	}
}
.css-19cvhdm {
	padding: 20px 36px 0;
}
@media (min-width: 768px) {
	.css-19cvhdm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 0 20px 72px;
		width: 315px;
	}
}
.verticalLayout.homePage .css-19cvhdm {
	padding: 0;
	width: auto;
}
.verticalLayout.homePage .css-19cvhdm br {
	content: ', ';
}
.verticalLayout.homePage .css-19cvhdm br:after {
	content: ', ';
}
.css-186db4t {
	letter-spacing: 1px;
	line-height: 1.25;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 10px;
	padding: 13px 36px;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	background-color: #daa78d;
	color: #1d384e;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	background-color: #daa78d;
	color: #1d384e;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.75rem 1.25rem;
}
@media (max-width: 640px) {
	.css-186db4t {
		font-size: calc(16px * 0.875);
	}
}
.css-186db4t:hover {
	background-color: rgba(218, 167, 141, 70%);
	background-color: #fccfb9;
	color: #1d384e;
}
.verticalLayout.homePage .css-186db4t {
	padding: 0.75rem 3.25rem;
}
@media (min-width: 768px) {
	.css-186db4t {
		margin: 0 auto;
	}
	.verticalLayout.homePage .css-186db4t {
		margin: 0 0 1rem;
	}
}
.css-1i0lk3h {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 720px;
	width: 100%;
	padding: 0 20px;
}
.css-1i0lk3h:first {
	border: 1px solid red;
}
@media (min-width: 720px) {
	.css-1i0lk3h {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1i0lk3h {
		margin-right: 2rem;
	}
}
.css-bmbnsp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin: 48px 0 24px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.css-bmbnsp {
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 48px 0 24px;
		text-align: center;
	}
	.verticalLayout.homePage .css-bmbnsp {
		-webkit-align-items: flex-start;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin: 0 0 24px;
		text-align: left;
	}
}
.css-15r1rym {
	margin: 8px 0;
}
.css-1qihqdj {
	line-height: 1;
	margin: 32px 0 8px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1qihqdj {
		margin: 0 0 8px 0;
	}
}
@media (max-width: 640px) {
	.css-1qihqdj {
		font-size: calc(28px * 0.75);
	}
}
.css-1exkk0c {
	margin: 8px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-1exkk0c {
		font-size: calc(22px * 0.75);
	}
}
.css-cz80rg {
	margin: 4px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-cz80rg {
		font-size: calc(16px * 0.875);
	}
}
.css-1wv2nt8 {
	margin: 8px 0;
	max-width: 460px;
	white-space: pre-line;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-1wv2nt8 {
		font-size: calc(16px * 0.875);
	}
}
.css-1cq1hzy {
	border-top: 1px solid rgba(218, 167, 141, 15%);
}
.css-17xx855 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 720px;
	border-bottom: 1px solid rgba(218, 167, 141, 15%);
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-17xx855 {
		margin-bottom: 16px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.css-1ygekir {
	margin: 12px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-1ygekir {
		font-size: calc(16px * 0.875);
	}
}
.css-1wr11k6 {
	margin: 2px 0;
}
/* footer styles start */
.css-rzmzie {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: auto;
	position: relative;
	width: 100%;
}
.css-10xb0p9 {
	letter-spacing: 3.4px;
	line-height: 1;
	margin: 52px auto;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.css-zmodq3 {
	padding: 0 18px 16px;
	font-family: Parisienne;
	color: #daa78d;
	font-size: 66px;
	font-weight: 400;
}
@media (max-width: 640px) {
	.css-zmodq3 {
		font-size: calc(66px * 0.75);
	}
}
.css-kgn2ok {
	padding: 20px 18px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-top: 1px solid #daa78d;
}
@media (max-width: 640px) {
	.css-kgn2ok {
		font-size: calc(20px * 0.75);
	}
}
/* footer styles end */
/* nav styles start */
.css-1rf9dig {
	display: block;
	height: 40px;
	left: 8px;
	margin: 0;
	overflow: hidden;
	position: fixed;
	top: 8px;
	width: 40px;
	z-index: 19;
}
@media (min-width: 768px) {
	.css-1rf9dig {
		display: none;
	}
}
.css-bcsx0a {
	background: none;
	border: none;
	font-size: 10px;
	height: 40px;
	width: 40px;
	border-radius: 3px;
}
.css-11xaeh::before,
.css-11xaeh::after {
	content: '';
	height: 3px;
	left: 20%;
	margin: 0 auto;
	border-radius: 3px;
	margin-top: -0.15em;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 24px;
	background: #daa78d;
	box-shadow: 0 -10px 0 0 #daa78d, 0 10px 0 0 #daa78d;
}
.css-1wkn33 {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.css-rlxh1j {
	height: 56px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 18;
	background-color: #1d384e;
}
@media (min-width: 768px) {
	.css-rlxh1j {
		display: none;
	}
}
.css-t0idj9 {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	z-index: 18;
	background-color: #1d384e;
	height: 0;
}
@media (min-width: 768px) {
	.css-t0idj9 {
		display: none;
	}
}
.css-nfosgx {
	padding-top: 56px;
	height: 100vh;
	overflow-y: auto;
}
.css-kxffhl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.css-og4ijp {
	text-align: center;
	width: 100%;
	padding: 8px;
}
.css-og4ijp:hover,
.css-og4ijp:focus {
	background-color: rgba(218, 167, 141, 10%);
}
.css-1xhaooh {
	display: block;
	padding: 0;
	margin: 0;
}
.css-1xhaooh:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}
.css-1hwm8ph {
	display: none;
	width: 100%;
	padding-top: 30px;
}
@media (min-width: 768px) {
	.css-1hwm8ph {
		display: block;
		z-index: 1;
	}
}
.css-1bpqnod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	padding: 8px 16px;
}
.css-16kcklx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.css-haue6f {
	display: inline-block;
	list-style: none;
	padding: 0 8px;
}
.css-1a3pbfb {
	display: block;
	padding: 0;
	margin: 0;
	margin: 0;
	padding: 8px 0;
}
.css-1a3pbfb:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}
.css-2s5ctp {
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	border-bottom: 2px solid transparent;
	display: block;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	padding: 8px 8px 6px;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 2px solid #daa78d;
}
@media (max-width: 640px) {
	.css-2s5ctp {
		font-size: calc(16px * 0.875);
	}
}
.css-1h8q8n6 {
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	border-bottom: 2px solid transparent;
	display: block;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	padding: 8px 8px 6px;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 640px) {
	.css-1h8q8n6 {
		font-size: calc(16px * 0.875);
	}
}
.css-1h8q8n6:hover {
	color: #daa78d;
	border-bottom: 2px solid rgba(218, 167, 141, 70%);
}
.css-nile2l {
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	border-bottom: 2px solid transparent;
	display: block;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	padding: 8px 8px 6px;
	-webkit-text-decoration: none;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 640px) {
	.css-nile2l {
		font-size: calc(16px * 0.875);
	}
}
.css-16kcklx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.css-1rj8x5y {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-1rj8x5y {
		font-size: calc(28px * 0.75);
	}
}
.css-nt93df {
	left: 0px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	transition: 0.5s;
	width: 100%;
	z-index: 18;
	background-color: rgb(29, 56, 78);
	height: 100%;
}

.css-1f79j9i {
	padding: 48px 0 40px;
}
@media (min-width: 768px) {
	.css-1f79j9i {
		display: none;
	}
}
.css-8on8il {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(218, 167, 141, 45%);
}
.css-yu4d8k {
	text-align: center;
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid rgba(218, 167, 141, 45%);
}
.css-yu4d8k:hover,
.css-yu4d8k:focus {
	background-color: rgba(218, 167, 141, 10%);
}
.css-1xhaooh {
	display: block;
	padding: 0;
	margin: 0;
}
.css-1xhaooh:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

/* nav styles end */

/* other styles start */

.css-pov3if {
	padding: 16px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.verticalLayout.homePage .css-pov3if {
	width: 100%;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-pov3if {
		width: 50%;
		max-width: 720px;
		padding-right: 3rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1024px) {
	.verticalLayout.homePage .css-pov3if {
		padding-left: 5rem;
	}
}
@media (min-width: 1200px) {
	.verticalLayout.homePage .css-pov3if {
		padding-left: 7rem;
	}
}

.css-fdbjp4 {
	margin: 24px 0 0 0;
	text-align: center;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-fdbjp4 {
		font-size: calc(22px * 0.75);
	}
}
@media (min-width: 768px) {
	.css-fdbjp4 {
		text-align: center;
	}
	.verticalLayout.homePage .css-fdbjp4 {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.css-fdbjp4 {
		padding: 0 16px;
	}
}

.css-bgqlli {
	padding: 0px;
	margin: 1.1em auto;
	max-width: 550px;
	text-align: left;
	font-family: Josefin Sans;
	color: rgb(218, 167, 141);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}

@media (min-width: 720px) {
	.css-bgqlli {
		max-width: 720px;
	}
}

/* photos */

.css-1xlblc6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 24px auto 80px auto;
	max-width: 1000px;
	width: 100%;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.css-1xlblc6::first-of-type {
	padding-top: 3rem;
}

.css-9b8wum {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100vw;
}
@media (min-width: 540px) {
	.secondaryPage .css-9b8wum,
	.horizontalLayout .css-9b8wum {
		max-width: inherit;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.secondaryPage .css-9b8wum:nth-of-type(odd),
	.horizontalLayout .css-9b8wum:nth-of-type(odd) {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.secondaryPage .css-9b8wum::after,
	.horizontalLayout .css-9b8wum::after {
		content: '';
		position: absolute;
		left: 50%;
		display: block;
		height: calc(50% - 0.6rem);
		bottom: 0;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		border-left: 1px dashed #daa78d;
	}
	.secondaryPage .css-9b8wum::before,
	.horizontalLayout .css-9b8wum::before {
		content: '';
		position: absolute;
		left: 50%;
		display: block;
		top: 0;
		height: calc(50% - 0.6rem);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		border-left: 1px dashed #daa78d;
	}
}
@media (min-width: 1300px) {
	.verticalLayout.homePage .css-9b8wum {
		max-width: inherit;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.verticalLayout.homePage .css-9b8wum:nth-of-type(odd) {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.verticalLayout.homePage .css-9b8wum::after {
		content: '';
		position: absolute;
		left: 50%;
		display: block;
		height: calc(50% - 0.6rem);
		bottom: 0;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		border-left: 1px dashed #daa78d;
	}
	.verticalLayout.homePage .css-9b8wum::before {
		content: '';
		position: absolute;
		left: 50%;
		display: block;
		top: 0;
		height: calc(50% - 0.6rem);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		border-left: 1px dashed #daa78d;
	}
}
.css-9b8wum::before {
	content: '';
	position: absolute;
	left: 50%;
	display: block;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	border-left: 1px dashed #daa78d;
}

.css-gkdomj {
	margin: 0;
	padding-left: 3rem;
	padding-right: 3rem;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #1d384e;
}
.css-gkdomj img {
	width: 100%;
	display: block;
	height: auto;
}
@media (min-width: 540px) {
	.secondaryPage .css-gkdomj,
	.horizontalLayout .css-gkdomj {
		padding-top: inherit;
		padding-bottom: inherit;
		background: transparent;
	}
}
@media (min-width: 1300px) {
	.verticalLayout.homePage .css-gkdomj {
		padding-top: inherit;
		padding-bottom: inherit;
		background: transparent;
	}
}

.css-xxi0nb {
	margin: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	z-index: 1;
	padding-bottom: 1rem;
	background: #1d384e;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (min-width: 540px) {
	.secondaryPage .css-xxi0nb,
	.horizontalLayout .css-xxi0nb {
		text-align: inherit;
		padding-bottom: inherit;
		background: transparent;
	}
}
@media (min-width: 1300px) {
	.verticalLayout.homePage .css-xxi0nb {
		text-align: inherit;
		padding-bottom: inherit;
		background: transparent;
	}
}
@media (max-width: 640px) {
	.css-xxi0nb {
		font-size: calc(16px * 0.875);
	}
}

.css-7zvc6r {
	font-weight: bold;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-7zvc6r {
		font-size: calc(22px * 0.75);
	}
}

.css-kw4xy1 {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #daa78d;
	border-radius: 100rem;
}

.css-cxj073 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 24px auto 80px auto;
	width: 320px;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.css-cxj073 > * {
	text-align: center;
	max-width: 300px;
	width: 300px;
}
@media (min-width: 700px) {
	.css-cxj073 {
		width: 670px;
	}
}
@media (min-width: 1000px) {
	.css-cxj073 {
		width: 960px;
	}
}

.css-175mywp {
	display: block;
	max-width: 300px;
	max-height: 300px;
	margin: 10px;
	width: 295px;
	object-fit: contain;
	cursor: pointer;
}

.css-1wnsvmu {
	background-color: rgb(216, 216, 216);
	border: 1px solid rgb(151, 151, 151);
}

/* photos end */
/* wedding party styles start */

.css-pov3if {
	padding: 16px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.verticalLayout.homePage .css-pov3if {
	width: 100%;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-pov3if {
		width: 50%;
		max-width: 720px;
		padding-right: 3rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1024px) {
	.verticalLayout.homePage .css-pov3if {
		padding-left: 5rem;
	}
}
@media (min-width: 1200px) {
	.verticalLayout.homePage .css-pov3if {
		padding-left: 7rem;
	}
}

.css-1ue9czc {
	max-width: 605px;
	margin: 0 auto;
}

.css-1hwb7l6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.css-1hwb7l6 > *:not(.PersonItem) {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.css-fzv7je {
	padding: 44px 25px 0;
	text-align: center;
	max-width: 300px;
	width: 300px;
}
.css-qowtgs {
	font-weight: bolder;
	margin-bottom: 12px;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-qowtgs {
		font-size: calc(16px * 0.875);
	}
}

.css-h8yjjc {
	line-height: 1.5;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-h8yjjc {
		font-size: calc(16px * 0.875);
	}
}
.css-bgqlli {
	padding: 0;
	margin: 1.1em auto;
	max-width: 550px;
	text-align: left;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-bgqlli {
		font-size: calc(16px * 0.875);
	}
}
@media (min-width: 720px) {
	.css-bgqlli {
		max-width: 720px;
	}
}
@media (max-width: 768px) {
	.css-bgqlli {
		padding: 0 16px;
	}
}
.css-bgqlli strong {
	font-weight: bolder !important;
}
.css-bgqlli em {
	font-style: italic !important;
}
.css-bgqlli a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.css-bgqlli .ql-align-right {
	text-align: right;
}
.css-bgqlli .ql-align-center {
	text-align: center;
}
.css-bgqlli .ql-align-justify {
	text-align: justify;
}
.css-1lxiwji {
	margin: 0 auto;
	padding: 15px;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1lxiwji {
		margin: 0 auto 0 0;
		padding: 15px 0;
	}
}
@media (min-width: 540px) {
	.css-1lxiwji {
		max-width: 540px;
	}
}
.css-1v1i2tj {
	background-color: rgb(151, 151, 151);
	border: 1px solid rgb(151, 151, 151);
	border-radius: 150px;
	height: 150px;
	margin: 0 auto 16px;
	width: 150px;
}
.css-1lxiwji {
	margin: 0 auto;
	padding: 15px;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1lxiwji {
		margin: 0 auto 0 0;
		padding: 15px 0;
	}
}
@media (min-width: 540px) {
	.css-1lxiwji {
		max-width: 540px;
	}
}
.css-1ago99h {
	width: 100%;
}
/* wedding party styles end */
/* q&a styles start */
.css-1jssrrc {
	padding: 1px 10px;
	max-width: 550px;
	margin: 0 auto 12px;
	text-align: center;
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1jssrrc {
		padding: 1px 0;
		margin: 0 auto 12px 0;
	}
}
.css-jr5f3b {
	padding: 0;
	margin: 1.1em auto;
	max-width: 550px;
	text-align: left;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 1.75;
	margin: 32px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
}
@media (max-width: 640px) {
	.css-jr5f3b {
		font-size: calc(16px * 0.875);
	}
}
@media (min-width: 720px) {
	.css-jr5f3b {
		max-width: 720px;
	}
}
@media (max-width: 768px) {
	.css-jr5f3b {
		padding: 0 16px;
	}
}
.css-jr5f3b strong {
	font-weight: bolder !important;
}
.css-jr5f3b em {
	font-style: italic !important;
}
.css-jr5f3b a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.css-jr5f3b .ql-align-right {
	text-align: right;
}
.css-jr5f3b .ql-align-center {
	text-align: center;
}
.css-jr5f3b .ql-align-justify {
	text-align: justify;
}
@media (max-width: 640px) {
	.css-jr5f3b {
		font-size: calc(16px * 0.875);
	}
}
.css-jr5f3b a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
/* q&a styles end */
.css-1ex018b {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: none;
}
@media (max-width: 767px) {
	.verticalLayout.homePage .css-1ex018b {
		height: 50%;
		overflow: hidden;
		padding-bottom: 91.666%;
	}
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1ex018b {
		position: -webkit-sticky;
		position: sticky;
		top: 1rem;
	}
}
@media (min-width: 768px) {
	.css-1ex018b {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1200px;
	}
}
@media (min-width: 768px) {
	.css-1ex018b {
		display: block;
	}
}
@media (min-width: 768px) {
	.horizontalLayout.homePage .css-vehxcf {
		width: 100%;
		padding-bottom: 50%;
		position: relative;
		overflow: hidden;
	}
}
.css-1ss426c {
	width: 100%;
}
@media (min-width: 768px) {
	.horizontalLayout.homePage .css-1ss426c {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	.verticalLayout.homePage .css-1ss426c {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
}
.css-c7vyz2 {
	margin: 12px 0;
	line-height: 1;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-c7vyz2 {
		font-size: calc(22px * 0.75);
	}
}
.css-111x4r1 {
	margin: 12px 0;
	line-height: 1;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 16px 0;
	font-family: Josefin Sans;
	color: #daa78d;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.css-111x4r1 {
		font-size: calc(22px * 0.75);
	}
}
@media (max-width: 640px) {
	.css-111x4r1 {
		font-size: calc(20px * 0.75);
	}
}
@media (min-width: 720px) {
	.css-111x4r1 {
		display: none;
	}
}
.css-bm1ujb {
	overflow-wrap: break-word;
	padding: 12px 0;
	text-align: left;
	width: 100%;
}
@media (min-width: 768px) {
	.css-bm1ujb {
		padding: 32px 16px;
		text-align: center;
	}
	.verticalLayout.homePage .css-bm1ujb {
		padding: 16px 0 0 0;
		margin-bottom: 12px;
		text-align: unset;
	}
}
.css-xdcd7r {
	height: 56px;
	width: 100%;
}
@media (min-width: 768px) {
	.css-xdcd7r {
		display: none;
	}
}
.css-1v88te4 {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.verticalLayout.homePage .css-1v88te4 {
		height: 50%;
		overflow: hidden;
		padding-bottom: 91.666%;
	}
}
@media (min-width: 768px) {
	.verticalLayout.homePage .css-1v88te4 {
		position: -webkit-sticky;
		position: sticky;
		top: 1rem;
	}
}
@media (min-width: 768px) {
	.css-1v88te4 {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1200px;
	}
}
@media (min-width: 768px) {
	.css-1v88te4 {
		display: none;
	}
}
@media (min-width: 768px) {
	.horizontalLayout.homePage .css-vehxcf {
		width: 100%;
		padding-bottom: 50%;
		position: relative;
		overflow: hidden;
	}
}
.css-1ss426c {
	width: 100%;
}
@media (min-width: 768px) {
	.horizontalLayout.homePage .css-1ss426c {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	.verticalLayout.homePage .css-1ss426c {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
}
.css-1ago99h {
	width: 100%;
}
.css-13stbb8 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.css-1swc5nz {
	max-width: 100%;
	max-height: 120px;
	margin-bottom: 20px;
	width: 100%;
}
@media (min-width: 768px) {
	.css-1swc5nz {
		display: none;
	}
}
/* other styles end */
