/* global vars ------------------------------ */

:root {
	--headerheight: 50px;
	--headercolor: #f4e5b9;
	--navcolor: #040e18;
	--blue: #249db5; /*#1bb3c9;*/
	--darkblue: #1f7e91;
	--gold: #d8b654;
	--green: #7cc91b;
	--grey: #737373; /*#7c7c7c;*/
	--lightgold: #f4e5b9;
	--purple: #5d29cc;
	--white: #ffffff;
	--black: #000000;
	--red: #cc4747; /*#fb5757;*/
	--navhilite: var(--darkblue);
	--swiper-pagination-color: var(--blue);
	--swiper-theme-color: var(--blue);
	--swiper-navigation-color: var(--blue);
	--swiper-theme-color: var(--blue);
	--swiper-scrollbar-drag-bg-color: var(--blue);
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-size: 12px;
}
@media (max-width: 768px) {
	:root {
		--swiper-navigation-sides-offset: 2%;
		--swiper-pagination-bottom: -20px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
}
@media (min-width: 769px) {
	:root {
		--swiper-navigation-sides-offset: 5%;
	}
}

.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.darkblue {
	color: var(--darkblue);
}
.purple {
	color: var(--purple);
}
.green {
	color: var(--green);
}
.gold {
	color: var(--gold);
}
.lightgold {
	color: var(--lightgold);
}
.grey {
	color: var(--grey);
}
.red {
	color: var(--red);
}
.bgwhite {
	background-color: var(--white);
}
.bgblue {
	background-color: var(--blue);
}
.bgdarkblue {
	background-color: var(--darkblue);
}
.hoverbgpurple:hover {
	background-color: var(--purple);
}
.bgpurple {
	background-color: var(--purple);
}
.bggreen {
	background-color: var(--green);
}
.bggold {
	background-color: var(--gold);
}
.bglightgold {
	background-color: var(--lightgold);
}
.bggrey {
	background-color: var(--grey);
}
.bgred {
	background-color: var(--red);
}

.invisible-text {
	color: #00000000;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	color: #00000000;
	user-select: none;
	pointer-events: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* fonts ------------------------------ */

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("/fonts/montserrat-v26-latin-italic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("/fonts/montserrat-v26-latin-600.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 600;
	src: url("/fonts/montserrat-v26-latin-600italic.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/montserrat-v26-latin-700.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 700;
	src: url("/fonts/montserrat-v26-latin-700italic.woff2") format("woff2");
}

@font-face {
	font-family: "modestolite";
	src: url("/fonts/modestoliteregular.woff2") format("woff2");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "modestolite";
	font-style: italic;
	src: url("/fonts/modestoliteitalic.woff2") format("woff2");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "modestoposter";
	src: url("/fonts/modestoposteritalic.woff2") format("woff2");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "modestoposter";
	src: url("/fonts/modestoposterregular.woff2") format("woff2");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

/* @font-face {
	font-family: "mestiza";
	src: url("/fonts/mestizaregularitalic.woff2") format("woff2");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
} */

/* @font-face {
	font-family: "mestiza";
	src: url("/fonts/mestizaregular.woff2") format("woff2");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
} */

/* @font-face {
	font-family: "mestiza";
	src: url("/fonts/mestizabold.woff2") format("woff2");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
} */

/* @font-face {
	font-family: "mestiza";
	src: url("/fonts/mestizabolditalic.woff2") format("woff2");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
} */

/* general styles ------------------------------ */

* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
}

#page {
	/* max-width: 1920px; */
	margin: 0 auto;
	position: relative;
}

main {
}
@media (min-width: 769px) {
	main {
		/* padding-top: 60px; */
	}
}
img {
	width: 100%;
	height: auto;
}
.image-container {
	line-height: 0;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "modestolite", serif;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
@media (min-width: 769px) {
	h2 {
		/* font-size: 3.5vw; */
		/* margin-bottom: 1.8vw; */
	}
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 0.8em;
}
h3.title {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}
h4.date {
	font-family: "Montserrat", sans-serif;
	font-size: 0.8em;
	color: var(--grey);
	margin-bottom: 1em;
}
p.text {
	font-size: 0.8em;
	line-height: 1.75em;
}
.solution9txt {
	color: var(--purple) !important;
	letter-spacing: -2px;
	font-size: 0.8em !important;
}
@media (min-width: 769px) {
	p.text {
		/* font-size: 1.25vw; */
		/* line-height: 2.2vw; */
	}
}

.block-container {
	position: relative;
	width: 100%;
}
.block-container.padded {
}
@media (max-width: 768px) {
	.block-container.padded {
		padding: 5% 10% 5% 10%;
	}
}
@media (min-width: 769px) {
	.block-container.padded {
		padding: 5% 10% 5% 10%;
	}
}

.columns {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.columns {
	}
}
@media (min-width: 769px) {
	.columns {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.columns.reversed {
		flex-direction: row-reverse;
	}
}

.with-gap._4pct {
	gap: 4%;
}
.with-gap._5pct {
	gap: 5%;
}
.with-gap._10pct {
	gap: 10%;
}

.container.with-gap._5pct.column {
	padding-bottom: 10px;
}
.container.with-gap._10pct.column {
	padding-bottom: 10px;
}

.columns.with-gap._4pct > .column {
	margin-bottom: 4%;
}
.columns.with-gap._5pct > .column {
	margin-bottom: 5%;
}
.columns.with-gap._10pct > .column {
	margin-bottom: 10%;
}

/* 2 columns ------------------------------ */

.columns2.container > .column1 {
	height: 100%;
}
@media (max-width: 768px) {
	.columns2.container > .column1 {
	}
}
@media (min-width: 769px) {
	.columns2.container > .column1 {
		flex: 1 1 50%;
	}
}
.columns2.container.with-gap._10pct > .column1 {
}
@media (max-width: 768px) {
	.columns2.container.with-gap._10pct > .column1 {
	}
}
@media (min-width: 769px) {
	.columns2.container.with-5pct-gap > .column1 {
		flex: 1 1 47.5%;
	}
	.columns2.container.with-gap._10pct > .column1 {
		flex: 1 1 45%;
		margin-bottom: 10%;
	}
	.columns2.container.with-gap._10pct > .column1:nth-last-child(1),
	.columns2.container.with-gap._10pct > .column1:nth-last-child(2)
	/*.columns2.container.with-gap._10pct > .column1:nth-last-child(3) */ {
		margin-bottom: 0;
	}
}

/* 3 columns ------------------------------ */

.columns3.container:not(.with-gap) > .column1 {
}
@media (max-width: 768px) {
	.columns3.container:not(.with-gap) > .column1 {
	}
}
@media (min-width: 769px) {
	.columns3.container:not(.with-gap) > .column1 {
		flex: 0 0 30%;
	}
	.columns3.container.with-gap._5pct > .column1 {
		flex: 0 0 30%;
	}
	.columns3.container.with-gap._10pct > .column1 {
		flex: 0 0 26%;
	}
	.columns3.container:not(.with-gap) > .column2 {
		flex: 0 0 60%;
	}
	.columns3.container.with-gap._5pct > .column2 {
		flex: 0 0 60%;
	}
	.columns3.container.with-gap._10pct > .column2 {
		flex: 0 0 60%;
	}
}

/* 4 columns ------------------------------ */

.columns4.container:not(.with-gap) > .column1 {
}
@media (max-width: 768px) {
	.columns4.container:not(.with-gap) > .column1 {
		flex: 1 1 50%;
	}
	.columns4.container:not(.with-gap) > .column2 {
		flex: 1 1 100%;
	}
}
@media (min-width: 769px) {
	.columns4.container:not(.with-gap) > .column1 {
		flex: 1 1 21%;
	}
	.columns4.container:not(.with-gap) > .column2 {
		flex: 0 0 47%;
	}
}

@media (max-width: 768px) {
	.columns4.container.with-gap._4pct > .column1 {
		flex: 1 1 47%;
	}
	.columns4.container.with-gap._4pct > .column2 {
		flex: 1 1 100%;
	}
}
@media (min-width: 769px) {
	.columns4.container.with-gap._4pct .column1 {
		flex: 1 1 21%;
	}

	.columns4.container.with-gap._4pct .column2 {
		flex: 0 0 47%;
	}

	.columns4.container.with-gap._5pct .column1 {
		flex: 1 1 21%;
	}

	.columns4.container.with-gap._5pct .column2 {
		flex: 0 0 47%;
	}

	.columns4.container.with-gap._10pct .column1 {
		flex: 1 1 15%;
	}

	.columns4.container.with-gap._10pct .column2 {
		flex: 1 1 40%;
	}
}

/* 5 columns ------------------------------ */

.columns5.container.with-gap._10pct {
}
@media (max-width: 768px) {
	.columns5.container.with-gap._10pct {
	}
}
@media (min-width: 769px) {
	.columns5.container.with-gap._10pct {
		gap: 10%;
	}
}

.columns5.container:not(.with-gap) > .column {
}
@media (max-width: 768px) {
	.columns5.container:not(.with-gap) > .column {
	}
}
@media (min-width: 769px) {
	.columns5.container:not(.with-gap) > .column1 {
		flex: 0 0 20%;
	}
}

.with-gap._10pct .column {
	/* margin-bottom: 10%; */
}

.with-gap._5pct .column {
	/* margin-bottom: 5%; */
}

/* ------------------------------ */

.vertical-align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.vertical-align-center {
	}
}
@media (min-width: 769px) {
	.vertical-align-center {
	}
}

.column {
	position: relative;
}
.column img {
	width: 100%;
}

/* banners --------------------------------------------- */

.banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 768px) {
	.banner {
		padding-top: 93%;
	}
	.desktop.banner {
		display: none;
	}
}
@media (min-width: 769px) {
	.banner {
		padding-top: 56.25%;
	}
	.mobile.banner {
		display: none;
	}
}

.banner img {
	position: absolute;
}

.banner .overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.banner .flattened {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.banner .bottom-left {
	bottom: 0;
	left: 0;
	height: 70%;
	z-index: 2;
	width: initial;
}
.desktop.banner .bottom-right {
	bottom: 0;
	right: 0;
	height: 70%;
	z-index: 2;
	width: initial;
}
.desktop.banner .bottom-center {
	bottom: 0;
	transform: translateX(-50%);
	margin-left: 50%;
	width: 100%;
	z-index: 1;
}
.desktop.banner .center-center {
	top: -50%;
	transform: translate(-50%, -50%);
	margin-left: 50%;
	margin-top: 50%;
	height: 50%;
	z-index: 2;
	width: initial;
}

/* banner video ---------------------------- */

.banner .video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.banner .video-container {
	padding-top: 56.25%;
}
@media (max-width: 768px) {
	.banner .video-container:not(.portrait) {
		padding-top: 76.25%;
		width: 150%;
	}
}
@media (min-width: 769px) {
	.banner .video-container {
	}
}

.banner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media (max-width: 768px) {
	.banner video {
	}
}
@media (min-width: 769px) {
	.banner video {
	}
}

/* general ------------------------------ */

.centered {
	text-align: center;
}

.footnote {
	font-size: 0.6em;
}

.button-container {
	margin: 1em 0;
}

a.button {
	text-transform: uppercase;
	padding: 0.75em 3em;
	cursor: pointer;
	font-size: 0.75em;
	border-radius: 3px;
	text-decoration: none;
}
a.button:hover {
	background-color: var(--purple);
}
@media (min-width: 769px) {
	a.button {
		/* font-size: 1.17vw; */
	}
}

.hide-on-mobile {
}
@media (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}
}
@media (min-width: 769px) {
	.hide-on-mobile {
	}
}

.hide-on-desktop {
}
@media (max-width: 768px) {
	.hide-on-desktop {
	}
}
@media (min-width: 769px) {
	.hide-on-desktop {
		display: none;
	}
}

/* adventure awaits ---------------------------- */

.adventure-awaits-block {
	text-align: center;
	user-select: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 768px) {
	.adventure-awaits-block {
		padding: 5% 0 0 0;
	}
}
@media (min-width: 769px) {
	.adventure-awaits-block {
		padding: 5% 15% 0 15%;
	}
}

.adventure-awaits {
	background-image: url(/images/adventure-awaits.png);
	background-repeat: no-repeat;
	color: #00000000;
	display: block;
	background-size: contain;
	background-position: center center;
}
@media (max-width: 768px) {
	.adventure-awaits {
		width: 85%;
		padding-top: 11%;
	}
}
@media (min-width: 769px) {
	.adventure-awaits {
		background-size: contain;
		width: 34vw;
		height: 6vw;
	}
}

.dawntrail-logo {
	background-image: url(/images/dawntrail-logo.png);
	background-repeat: no-repeat;
	color: #00000000;
	display: block;
	background-size: contain;
	background-position: center center;
}
@media (max-width: 768px) {
	.dawntrail-logo {
		width: 100%;
		padding-top: 28%;
	}
}
@media (min-width: 769px) {
	.dawntrail-logo {
		background-size: contain;
		width: 50vw;
		height: 12vw;
	}
}

/* book now ---------------------------- */

.book-now {
	text-align: center;
	user-select: none;
}
@media (max-width: 768px) {
	.book-now {
		margin-top: 2%;
		width: 100%;
	}
}
@media (min-width: 769px) {
	.book-now {
		margin-top: 1vw;
	}
}

.book-now a[href] {
	cursor: pointer;
	background-image: url(/images/book-now-button.png);
	background-repeat: no-repeat;
	color: #00000000;
	display: inline-block;
	background-size: contain;
	background-position: center center;
}
.book-now a:hover {
	background-image: url(/images/book-now-button-hover.png);
}
@media (max-width: 768px) {
	.book-now a {
		width: 60%;
		padding-top: 15%;
	}
}
@media (min-width: 769px) {
	.book-now a {
		width: 17vw;
		height: 6vw;
	}
}

.book-now a img {
}
@media (max-width: 768px) {
	.book-now a img {
	}
}
@media (min-width: 769px) {
	.book-now a img {
		width: 19%;
	}
}

.margin-top-5-pct {
	margin-top: 5%;
}

.margin-top-10-pct {
	margin-top: 10%;
}

/* attraction cards ------------------------------ */

.drop-shadow {
	box-shadow: 0px 3px 10px #00000033;
}

.attraction-cards {
	display: flex;
	flex-direction: row;
}
.attraction-cards:not(.swiper-wrapper) {
	gap: 15px !important;
}

.attraction-card {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 3px 10px #00000033;
	background: white;
	padding-bottom: 2em;
	margin-top: 3px;
}
@media (max-width: 768px) {
	.attraction-card {
	}
}
@media (min-width: 769px) {
	.columns3 .attraction-card {
		flex: 1 1 calc(33% - 15px) !important;
	}
	.columns4 .attraction-card {
		flex: 1 1 calc(25% - 15px) !important;
	}
}

.attraction-card .callout {
	position: absolute;
	z-index: 2;
	background-image: url(/images/attraction-card/callout.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 0.6em;
	text-transform: uppercase;
	left: 20px;
	top: 30px;
	padding: 3px 10px;
	line-height: 20px;
}

.attraction-card .stars {
	background-image: url(/images/attraction-card/stars.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 90px;
	color: #00000000;
	margin: 6px 0;
}
.attraction-card .stars._4_0 {
	background-image: url(/images/attraction-card/stars_4.0.png);
}
.attraction-card .stars._4_25 {
	background-image: url(/images/attraction-card/stars_4.25.png);
}
.attraction-card .stars._4_5 {
	background-image: url(/images/attraction-card/stars_4.5.png);
}
.attraction-card .stars._4_75 {
	background-image: url(/images/attraction-card/stars_4.75.png);
}
.attraction-card .stars._5_0 {
	background-image: url(/images/attraction-card/stars_5.0.png);
}
.attraction-card .text-container {
	padding: 0 15px 15px 15px;
}
.attraction-card h4.title {
	font-size: 0.8em;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.attraction-card .text {
	font-size: 0.7em;
	line-height: 1.2em;
}
.attraction-card .card-cost-per-person {
	margin: 0.75em 0;
}
.attraction-card .card-cost {
	font-weight: bold;
	font-size: 0.8em;
}
.attraction-card .card-cost.soldout {
	text-decoration: line-through;
	text-decoration-color: var(--red);
}
.attraction-card .perperson {
	font-size: 0.7em;
	color: var(--grey);
}
.attraction-card .perperson.soldout {
	color: var(--red);
}

.attraction-card .card-bottom-bar {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	font-family: "modestoposter", sans-serif;
	font-size: 0.9em;
	height: 0.5em;
}
.attraction-card .card-bottom-bar a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	color: var(--white);
	text-decoration: none;
}

/* coverflow-slide ------------------------------ */

.coverflow.scroll-container {
	width: 100%;
	padding: 0 0 5% 1%;
}

@media (max-width: 768px) {
	.swiper.coverflow .swiper-wrapper {
	}
}
@media (min-width: 769px) {
	.swiper.coverflow .swiper-wrapper {
	}
}

@media (max-width: 768px) {
	.swiper.coverflow .swiper-wrapper > .swiper-slide {
		flex: 1 0 80%;
	}
}
@media (min-width: 769px) {
	.swiper.coverflow .swiper-wrapper > .swiper-slide {
		flex: 1 0 50%;
	}
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: 2% !important; /* override arrows for getting around */
}

/* ------------------------------ */

.quote {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 768px) {
	.quote {
		padding-top: 100%;
	}
}
@media (min-width: 769px) {
	.quote {
		padding-top: 40%;
	}
}

.quote-outer {
	background-color: #131313cc;
	padding: 8px;
	border-radius: 3px;
	position: absolute;
	width: calc(100% - 20%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.quote-inner {
	border: 1px solid #6b592b;
}

.quote-content {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: var(--white);
	justify-content: center;
	position: relative;
}
@media (max-width: 768px) {
	.quote-content {
		padding: 10px 10px;
	}
}
@media (min-width: 769px) {
	.quote-content {
		padding: 30px 30px;
	}
}

.quote-content .crest {
	margin-bottom: 0.25em;
}

.quote-content .crest img {
	width: 20px;
}

.quote-content .text {
	font-size: 1.1em;
	line-height: 1.3em;
}

.quote-content .attribution {
	font-size: 0.7em;
}

.quote-content hr {
	border: 1px solid var(--lightgold);
	opacity: 0.5;
}
@media (max-width: 768px) {
	.quote-content hr {
		margin: 0.5em 0;
		width: 9%;
	}
}
@media (min-width: 769px) {
	.quote-content hr {
		margin: 0.5em 0;
		width: 9%;
	}
}

.relative {
	position: relative;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* horizontal scroller ---------------------------- */

.scroll-container {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap; /* This ensures that the flexbox stays in one line */
	-webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

.scroll-content {
	white-space: initial;
	flex-wrap: nowrap;
}

@supports (scrollbar-width: auto) {
	.scroll-container {
		scrollbar-width: thin;
		scrollbar-color: var(--blue) var(--white);
	}
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
	.scroll-container::-webkit-scrollbar-thumb {
		background: var(--blue);
	}
	.scroll-container::-webkit-scrollbar-track {
		background: var(--white);
	}
	.scroll-container::-webkit-scrollbar {
		max-width: 10px;
		max-height: 10px;
	}
}

/* hover states ------------------------------ */

.hover-expand:hover img.hover,
img.hover:hover {
	height: 105%;
	width: 105%;
	top: -2.5%;
	left: -2.5%;
}
img.hover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: height 0.3s ease, width 0.3s ease, top 0.3s ease, left 0.3s ease;
}

/* general video players ------------------------------ */

.video-container:not(.portrait) {
	padding-top: 56.25%;
}
.video-container.portrait {
	padding-top: 177%;
}

.video-container {
	position: relative;
	width: 100%;
	margin: auto;
}

video {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.play-button,
.pause-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-size: contain !important;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.play-button {
	background: url("/images/video-play-btn.png") no-repeat center center;
}

.pause-button {
	background: url("/images/video-pause-btn.png") no-repeat center center;
	opacity: 0;
}
.video-container.unplayed:not(.portrait) .play-button {
	/* opacity: 0; */
}
.video-container:not(.paused) .play-button {
	display: none;
}

.video-container.paused .pause-button {
	display: none;
}
.video-container:not(.paused):hover .pause-button {
	display: block;
	opacity: 1;
}

/* swipers */

.swiper-wrapper {
	/* margin-bottom: 30px; */
	white-space: initial;
}
.swiper-slide {
	height: unset !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	/* bottom: 0; */
}
.swiper-button-next .custom-arrow,
.swiper-button-prev .custom-arrow {
	transform: scaleX(35%);
	font-size: 60px;
}
.swiper-button-prev .custom-arrow {
	transform: rotate(180deg) scaleX(35%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	width: 0 !important;
	clip-path: border-box;
}

.swiper-slide .column,
.swiper-slide .attraction-card {
	flex: unset !important;
	flex-shrink: 0;
}
@media (min-width: 769px) {
	.columns4 .swiper-slide.attraction-card {
		flex: unset !important;
		flex-shrink: 0;
	}
}

.redacted {
	text-decoration: line-through;
	text-decoration-color: var(--purple);
}

.flourish {
	position: absolute;
	z-index: 3;
	pointer-events: none;
}
.flourish img {
	width: 100%;
	height: auto;
}

.debug {
	margin-top: 10em;
	border: thin solid var(--gold);
	padding: 20px;
	display: inline-block;
	/* display: none; */
}
.debug p {
	white-space: nowrap;
}

body.debug .debug {
	display: inline-block;
}
