@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, 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")
		format("woff");
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
@font-face {
	font-display: block;
	font-family: ABC Diatype Medium;
	font-style: normal;
	src: url(fonts/703bc934c4acb75e05c6df800db7f2e7.woff2) format("woff2"),
		url(fonts/d954be4ab7d7c0ba8edbb5c33ed44fb5.woff) format("woff");
}
@font-face {
	font-display: block;
	font-family: Souvenir Mono Plain;
	font-style: normal;
	src: url(fonts/f8c298af93def5cde5c100af379592bb.woff2) format("woff2"),
		url(fonts/5d0caf93e8d10ef5a2ceac541bd0b78b.woff) format("woff");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font-family: sans-serif;
	min-height: 100%;
}
button:focus,
div:focus,
input:focus,
select:focus,
span:focus,
textarea:focus {
	outline: none;
}
*,
:after,
:before {
	box-sizing: border-box;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: none;
}
html {
	font-size: min(18px, 1.0582010582vw);
}
body {
	font-family: "ABC Diatype Medium";
}
a {
	color: inherit;
	text-decoration: none;
}
.title {
	text-transform: uppercase;
}
.lrg-txt-sans p,
.lrg-txt-serif p {
	margin: 0 0 1.2em;
}
.serif {
	font-family: Souvenir Mono Plain;
}
.lrg-txt {
	font-size: 2.8125rem;
	line-height: 1.2;
}
.lrg-txt p {
	margin-bottom: 1.2em;
}
.lrg-txt .anchor,
.lrg-txt a {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: inherit;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.12em;
}
@media (hover: hover) and (pointer: fine) {
	.lrg-txt .anchor,
	.lrg-txt a {
		transition: text-decoration-color 0.2s;
	}
	.lrg-txt .anchor:hover,
	.lrg-txt a:hover {
		text-decoration-color: transparent;
	}
}
.med2-txt {
	font-size: 1.4375rem;
	line-height: 1.2;
}
.med2-txt p {
	margin-bottom: 1.2em;
}
.med-txt {
	font-size: 1.25rem;
	line-height: 1.25;
}
.med-txt p {
	margin-bottom: 1.25em;
}
.sml-txt {
	text-wrap: pretty;
	font-size: max(0.9375rem, 10.5px);
	line-height: 1.2;
}
.sml-txt p {
	margin-bottom: 1.2em;
}
.xs-txt {
	font-size: max(0.6875rem, 10px);
	line-height: 1;
}
.bodytxt p:last-of-type {
	margin: 0;
}
.bodytxt a {
	text-decoration: underline;
	text-decoration-color: inherit;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 0.14em;
}
@media (hover: hover) and (pointer: fine) {
	.bodytxt a {
		transition: text-decoration-color 0.2s;
	}
	.bodytxt a:hover {
		text-decoration-color: transparent;
	}
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 4.1025641026vw;
	}
	.lrg-txt {
		font-size: 1.25rem;
	}
	.lrg-txt .title,
	.lrg-txt.title {
		font-size: 1.875rem;
	}
	.med-txt {
		font-size: 1rem;
	}
	.med2-txt {
		font-size: 1.25rem;
		line-height: 1.2;
	}
	.med2-txt p {
		margin-bottom: 1.2em;
	}
}
body {
	background: #fafce7;
	transition: background-color 1s;
}
body.faqs {
	background: #e6d5c5;
}
.main-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: auto;
	overscroll-behavior: none;
	position: absolute;
	width: 100%;
}
.main-wrap main {
	flex: 1;
}
.rounded-img {
	border-radius: 7px;
	overflow: hidden;
}
lazy-img {
	display: block;
}
lazy-img img {
	opacity: 0;
	transition: opacity 0.3s;
}
lazy-img.loaded img {
	opacity: 1;
}
.cover {
	position: relative;
}
.cover img,
.cover video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.clr-btn {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: inherit;
}
.fp-img {
	height: 100svh;
	position: relative;
}
.fp-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	width: 100%;
}
.img-cover {
	position: relative;
}
.img-cover img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.cta-btn {
	border-radius: 999px;
	padding: 0.3rem 0.6rem 0.2rem;
	text-transform: uppercase;
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(var(--to));
	}
}
marquee-text {
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
marquee-text span {
	display: inline-block;
}
marquee-text div {
	animation: marquee 7s linear infinite;
}
.hide-desktop {
	display: none;
}
@media only screen and (max-width: 768px) {
	.hide-desktop {
		display: block;
	}
}
.site-header {
	font-size: max(1.25rem, 12px);
	position: fixed;
	transition: all 0.4s;
	width: 100%;
	z-index: 3;
}
.site-header .site-header-wrap {
	height: 5.3rem;
	padding: 1.25rem;
	position: fixed;
	width: 100%;
}
.site-header .site-header-wrap:before {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	content: "";
	height: 150%;
	left: 0;
	-webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);
	mask-image: linear-gradient(180deg, #000 50%, transparent);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media only screen and (min-width: 768px) {
	.site-header .site-header-wrap {
		transform: translateY(0);
		transition: transform 0.4s;
	}
	.site-header .book-btn {
		transition: transform 0.2s 0.2s;
	}
	.site-header.header--hidden .site-header-wrap {
		transform: translateY(-150%);
	}
	.site-header.header--hidden .book-btn {
		transform: translateY(-2.5rem);
		transition: transform 0.2s;
	}
}
.site-header nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.site-header nav .menu-group {
	align-items: center;
	display: flex;
	line-height: 1;
	text-transform: uppercase;
}
.site-header nav .menu-group li {
	margin: 0 0.625rem;
}
.site-header nav .menu-group li:first-child {
	margin-left: 0;
}
.site-header nav .menu-group li:last-child {
	margin-right: 0;
}
.site-header nav .menu-group li a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.15em;
	transition: text-decoration-color 0.2s;
}
.site-header nav .menu-group li.current-menu-item a {
	text-decoration-color: inherit;
}
@media (hover: hover) and (pointer: fine) {
	.site-header nav .menu-group li a:hover {
		text-decoration-color: inherit;
	}
}
.site-header .book-btn {
	background: #ff9a3b;
	border-radius: 100%;
	color: #000;
	cursor: pointer;
	height: 6.125rem;
	line-height: 6.125rem;
	position: absolute;
	right: 1.25rem;
	text-align: center;
	text-transform: uppercase;
	top: 3.75rem;
	width: 6.125rem;
}
@media only screen and (min-width: 768px) {
	.site-header .site-logo svg {
		transition: fill 0.4s;
	}
	.site-header.over-fs-img {
		color: #fff;
	}
	.site-header.over-fs-img:after {
		opacity: 1;
	}
	.site-header.over-fs-img .site-logo svg {
		fill: #fff;
	}
	.site-header.over-fs-img .book {
		color: #000;
	}
}
.site-logo {
	height: auto;
	left: 50%;
	margin: 0 0 0 -2.34375rem;
	overflow: visible;
	position: absolute;
	width: 4.7rem;
	z-index: 2;
}
.site-logo a {
	display: block;
}
.site-logo svg {
	aspect-ratio: 76/46;
	display: block;
	height: auto;
	width: 100%;
}
.hamburger {
	display: none;
}
@media only screen and (max-width: 768px) {
	.site-header {
		z-index: 10;
	}
	.site-header .site-header-wrap {
		height: auto;
		padding: 1.25rem;
		transform: none;
	}
	.site-header .site-header-wrap:before {
		display: none;
	}
	.site-header.header--hidden .site-header-wrap {
		transform: none;
	}
	.site-header .hide-desktop {
		font-size: max(1rem, 16px);
	}
	.site-header nav {
		align-items: flex-start;
		flex-direction: column;
		opacity: 0;
		padding: 1.25rem;
		pointer-events: none;
		transition: opacity 0.3s;
	}
	.site-header nav .book {
		background: none;
		margin: 0;
		padding: 0;
	}
	.site-header nav .menu-group,
	.site-header nav .menu-group ul {
		display: block;
		font-size: 1.875rem;
		line-height: 1.1;
	}
	.site-header nav .menu-group li,
	.site-header nav .menu-group ul li {
		margin: 0;
	}
	.site-header nav .hide-desktop {
		margin-top: auto;
	}
	.site-header nav .hide-desktop .join a {
		text-decoration: underline;
		text-decoration-color: #000;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
	}
	.site-header nav > div {
		margin-top: 0;
	}
	.site-header nav > div h6 {
		text-transform: uppercase;
	}
	.site-header nav > div > div {
		margin: 1.125em 0 0;
	}
	.site-header .book-btn {
		background-color: #ff9a3b;
		border-radius: 100%;
		bottom: 1.25rem;
		color: #000;
		cursor: pointer;
		font-size: 0.9rem;
		height: 3.2rem;
		line-height: 3.4rem;
		position: fixed;
		right: 0.6rem;
		text-align: center;
		text-transform: uppercase;
		top: auto;
		width: 3.2rem;
	}
	.site-logo {
		left: 50%;
		margin: 0 0 0 -1.65625rem;
		position: absolute;
		width: 3.3125rem;
		z-index: 2;
	}
	.hamburger {
		box-sizing: content-box;
		display: block;
		height: 1.125rem;
		padding: 1.25rem;
		position: absolute;
		right: 0;
		top: 0;
		width: 1.875rem;
		z-index: 3;
	}
	.hamburger div,
	.hamburger div:after,
	.hamburger div:before {
		height: 2px;
		width: 1.875rem;
	}
	.hamburger div {
		background: #000;
		left: 1.25rem;
		position: absolute;
		top: 1.8125rem;
	}
	.hamburger div:after,
	.hamburger div:before {
		background: #000;
		content: "";
		position: absolute;
		width: 1.875rem;
	}
	.hamburger div:before {
		top: 0.5625rem;
	}
	.hamburger div:after {
		bottom: 0.5625rem;
	}
	.site-header nav {
		background: #e5f27d;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.site-header nav ul {
		display: block;
	}
	.menu-open {
		overflow: hidden;
	}
	.menu-open .hamburger div {
		transform: rotate(45deg);
	}
	.menu-open .hamburger div:before {
		display: none;
	}
	.menu-open .hamburger div:after {
		bottom: 0;
		transform: rotate(90deg);
	}
	.menu-open .site-header {
		height: auto;
	}
	.menu-open .site-header nav {
		opacity: 1;
		pointer-events: all;
	}
}
body.home section p:last-of-type {
	margin: 0;
}
site-intro {
	display: block;
	height: 100svh;
	position: relative;
}
site-intro .video-poster {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
site-intro .video-poster img,
site-intro video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
site-intro video {
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(0);
	z-index: 2;
}
home-marquee,
site-intro video.intro-video {
	opacity: 0;
}
marquee-text {
	display: block;
	padding: 0.2em 0;
}
.intro-text {
	background: #e5f27d;
	display: flex;
	flex-direction: column;
	min-height: 100svh;
}
.intro-text .text-wrap {
	margin: auto;
	padding: 3rem 1.25rem;
}
.intro-text .text-wrap p:last-of-type {
	margin: 0;
}
.home-philosophy {
	background: #ffd3ba;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	padding: 1.25rem;
}
.home-philosophy .serif {
	grid-row: 2;
}
.home-philosophy h2 {
	grid-row: 1;
	margin: 0 0 1.7em;
}
.home-philosophy .img {
	grid-row: span 2;
	mix-blend-mode: multiply;
}
.home-philosophy .img img {
	display: block;
	height: auto;
	width: 100%;
}
.home-philosophy p:last-of-type {
	margin: 0;
}
.home-place {
	display: flex;
	flex-direction: column;
	min-height: 100svh;
	padding: 1.25rem;
}
.home-place .cards {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: auto 0;
	padding: 3rem 0;
}
.home-place h2 {
	margin: 0 0 0.5em;
}
.home-place .card {
	aspect-ratio: 480/600;
	position: relative;
}
.home-place .card a {
	display: block;
}
.home-place .card img,
.home-place .card video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.home-place .card .rollover {
	color: #fff;
	display: flex;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}
.home-place .card .rollover h3 {
	line-height: 1;
	margin: auto;
}
@media (hover: hover) and (pointer: fine) {
	.home-place .card .rollover {
		opacity: 0;
		transition: opacity 0.25s;
	}
	.home-place .card a:hover .rollover {
		opacity: 1;
	}
}
.home-place .med2-txt {
	margin: auto 0 0;
}
.home-footer {
	background: #e5f27d;
}
.home-footer .img {
	height: 100svh;
}
.home-footer .wrap {
	padding: 1.25rem;
}
.home-footer h2 {
	margin: 0 0 0.7em;
}
@media only screen and (max-width: 768px) {
	.intro-text {
		display: block;
		min-height: auto;
	}
	.intro-text .text-wrap {
		padding: 2rem 1.25rem;
	}
	.home-philosophy {
		display: block;
		padding-bottom: 2rem;
	}
	.home-philosophy h2 {
		margin: 0 0 1rem;
	}
	.home-philosophy .img {
		margin: 0 0 2rem;
	}
	.home-place h2 {
		order: 1;
	}
	.home-place .bodytxt {
		margin: 0 0 2em;
		order: 2;
	}
	.home-place .cards {
		display: block;
		order: 3;
		padding: 0;
	}
	.home-place .card {
		margin: 0 0 1.25rem;
	}
	.home-footer .wrap {
		padding: 1.25rem;
	}
}
html.is-changing .transition-fade {
	opacity: 1;
	transition: opacity 0.5s;
}
html.is-animating .transition-fade {
	opacity: 0;
}
#menu-content.is-changing {
	transition: opacity 0.5s;
}
#menu-content.is-animating {
	opacity: 0;
}
.parent-menu .main-wrap,
.parent-menu .menu-wrap,
.parent-menu .menu-wrap .menu-inner,
.parent-menu .menu-wrap .menu-nav,
.parent-menu main {
	background: inherit;
}
.menu-wrap {
	color: #00bfcb;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 8.125rem 1.25rem 0;
}
.menu-wrap .menu-inner {
	grid-column: 2 / span 12;
	position: relative;
}
.menu-wrap .menu-content {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}
.menu-wrap .menu-nav {
	background: inherit;
	margin: 0;
	overflow: auto;
	padding: 1.25rem 0;
	position: sticky;
	top: 0;
	white-space: nowrap;
	z-index: 2;
}
.menu-wrap .menu-nav:after {
	background: #00bfcb;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.menu-wrap .menu-nav ul {
	display: flex;
	text-transform: uppercase;
}
.menu-wrap .menu-nav ul li {
	opacity: 0.5;
	transition: opacity 0.2s;
}
.menu-wrap .menu-nav ul li a {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.07em;
	text-underline-offset: 0.15em;
	transition: text-decoration-color 0.2s;
}
.menu-wrap .menu-nav ul li.active,
.menu-wrap .menu-nav ul li:hover {
	opacity: 1;
}
.menu-wrap .menu-nav ul li.active a,
.menu-wrap .menu-nav ul li:hover a {
	text-decoration-color: #00bfcb;
}
.menu-wrap .menu-nav ul li:after {
	content: ",";
	margin: 0 0.25em 0 0;
}
.menu-wrap .menu-nav ul li:last-child:after {
	display: none;
}
.menu-wrap .title {
	margin: 0 0 0.2em;
}
.menu-wrap .menu-section {
	margin: 0 0 2.5rem;
}
.menu-wrap .menu-item {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	margin: 0 0 1.125em;
}
.menu-wrap .menu-item.no-space-after {
	margin: 0;
}
.menu-wrap .menu-item .units {
	text-align: right;
}
.menu-wrap .note {
	margin: 0 0 1.2em;
}
.menu-wrap .menu-col-1 .menu-section:last-child,
.menu-wrap .menu-col-2 .menu-section:last-child {
	margin-bottom: 0;
}
.menu-wrap .menu-col-1 {
	grid-column: span 6;
}
.menu-wrap .menu-col-1 .menu-item {
	grid-template-columns: repeat(6, 1fr);
}
.menu-wrap .menu-col-1 .menu-item .desc {
	grid-column: span 5;
}
.menu-wrap .menu-col-1 .menu-item.has-units .desc {
	grid-column: span 4;
}
.menu-wrap .menu-col-2 {
	grid-column: 8 / span 5;
}
.menu-wrap .menu-col-2 .menu-item {
	grid-template-columns: repeat(5, 1fr);
}
.menu-wrap .menu-col-2 .menu-item .desc {
	grid-column: span 4;
}
.menu-wrap .menu-col-2 .menu-item.has-units .desc {
	grid-column: span 3;
}
@media only screen and (max-width: 768px) {
	.menu-wrap {
		padding: 0 1.25rem;
	}
	.menu-wrap,
	.menu-wrap .menu-content,
	.menu-wrap .menu-inner {
		display: block;
	}
	.menu-wrap .menu-nav {
		display: flex;
		margin-left: -1.25rem;
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 3.25rem;
		width: 100vw;
	}
	.menu-wrap .menu-nav .menu-nav-inner {
		-ms-overflow-style: none;
		display: flex;
		overflow: auto;
		padding: 1.25rem 0;
		scrollbar-width: none;
		white-space: nowrap;
		width: 100%;
	}
	.menu-wrap .menu-nav .menu-nav-inner::-webkit-scrollbar {
		display: none;
	}
	.menu-wrap .menu-nav ul {
		padding: 0 1.25rem;
	}
	.menu-wrap .menu-nav:after {
		background: #00bfcb;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 1.25rem;
		position: absolute;
		width: calc(100% - 2.5rem);
		z-index: 1;
	}
}
.home .open-radio,
.journal .open-radio,
.page-template-template-journal .open-radio,
.single-journal .open-radio {
	background-color: #00bfcb;
}
.open-radio {
	align-items: flex-start;
	background-color: #e5f27d;
	bottom: 2rem;
	display: flex;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.3rem 0 0.2rem 1.6rem;
	position: fixed;
	right: 1.25rem;
	transition: all 0.2s;
	white-space: nowrap;
	width: 10rem;
	z-index: 9;
}
.open-radio svg {
	display: block;
	height: 0.8rem;
	left: 0.6rem;
	margin-right: 0.25rem;
	position: absolute;
	width: 0.6875rem;
}
.open-radio span {
	display: block;
}
@media only screen and (max-width: 768px) {
	.open-radio {
		display: none;
	}
}
@media (hover: hover) and (pointer: fine) {
	.open-radio svg {
		transition: fill 0.2s;
	}
	.open-radio:hover {
		background-color: #000;
		color: #00bfcb;
	}
	.open-radio:hover svg {
		fill: #00bfcb;
	}
	.open-radio:hover span {
		opacity: 0;
	}
	.open-radio:hover:after {
		content: "GO TO PLAYLIST";
		position: absolute;
	}
}
body.menu .open-radio,
body.philosophy .open-radio,
body.post-type-archive-event .open-radio,
body.visit .open-radio {
	background-color: #e5f27d;
}
@media (hover: hover) and (pointer: fine) {
	body.menu .open-radio:hover,
	body.philosophy .open-radio:hover,
	body.post-type-archive-event .open-radio:hover,
	body.visit .open-radio:hover {
		background-color: #000;
		color: #e5f27d;
	}
	body.menu .open-radio:hover svg,
	body.philosophy .open-radio:hover svg,
	body.post-type-archive-event .open-radio:hover svg,
	body.visit .open-radio:hover svg {
		fill: #e5f27d;
	}
}
.home .site-footer {
	background: #e5f27d;
}
.site-footer {
	display: flex;
	padding: 7.5rem 1.25rem 0.25rem;
	transition: background-color 1s;
}
.site-footer > div {
	margin: 0 2em 0 0;
}
.site-footer h6 {
	display: block;
}
.site-footer p {
	display: inline-block;
}
.site-footer .copy,
.site-footer h6 {
	text-transform: uppercase;
}
.site-footer .copy {
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.site-footer {
		padding: 5rem 0 0;
	}
	.site-footer > div {
		display: none;
	}
}
.site-footer form input {
	width: 5rem;
}
.site-footer form div {
	width: 12rem;
}
@media (hover: hover) and (pointer: fine) {
	.site-footer a {
		text-decoration: underline;
		text-decoration-color: transparent;
		text-decoration-thickness: 0.07em;
		text-underline-offset: 0.14em;
		transition: text-decoration-color 0.2s;
	}
	.site-footer a:hover {
		text-decoration-color: #000;
	}
}
form {
	align-items: flex-start;
	display: flex;
}
form > div {
	border-bottom: 0.09rem solid;
	margin: 0 0 0 0.25rem;
	position: relative;
}
form .form-wrap {
	display: flex;
	position: relative;
}
form .form-wrap input {
	flex: 1;
}
form input {
	-webkit-appearance: none;
	background: none;
	border: none;
	display: block;
	font-size: inherit;
	line-height: 1;
	font: inherit;
	margin: 0;
	padding: 0;
	width: 10rem;
}
form input:-webkit-autofill,
form input:-webkit-autofill:active,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:hover {
	-webkit-box-shadow: inset 0 0 0 30px transparent !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
form button {
	padding-left: 0.2em;
	position: relative;
	top: 0;
}
form button svg {
	height: 0.5rem;
	width: 0.75rem;
}
form .msg,
form button,
form input {
	transition: opacity 0.3s 0.3s;
}
form .msg {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
form.success button,
form.success input {
	opacity: 0;
	transition: opacity 0.3s;
}
form.success .msg {
	opacity: 1;
}
body.philosophy {
	background: #ffd3ba;
}
body.philosophy .bg-video {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
body.philosophy .bg-video video {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-banner iframe {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.bg-img,
.video-banner {
	position: fixed;
	z-index: -1;
}
.bg-img,
.bg-img img,
.video-banner {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.bg-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
}
.philosophy-content {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 9.375rem 1.25rem 0;
}
.philosophy-content > div {
	grid-column: span 13;
}
@media only screen and (max-width: 768px) {
	.philosophy-content {
		display: block;
		padding: 7.125rem 1.25rem 0;
	}
}
body.visit {
	background-color: #e6d5c5;
}
.visit-wrap .text-wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 2.5rem 1.25rem 0;
}
.visit-wrap .text-wrap h1 {
	grid-column: 1 / span 10;
	margin: 0 0 0.5em;
}
.visit-wrap .text-wrap > div {
	grid-column: 1 / span 10;
}
@media only screen and (max-width: 750px) {
	.visit-wrap .text-wrap {
		display: block;
		padding: 1.25rem 1.25rem 0;
	}
}
.collaborators-wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 9.375rem 1.25rem 0;
}
.collaborators-wrap h1 {
	margin: 0 0 1em;
}
.collaborators-list,
.collaborators-wrap h1 {
	grid-column: 2 / span 12;
}
.collaborators-list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.collaborator {
	grid-column: span 4;
}
.collaborator .portrait {
	aspect-ratio: 4/5;
	background: #fafce7;
	display: block;
}
.collaborator .portrait img {
	height: 100%;
	mix-blend-mode: multiply;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.collaborator .heading,
.collaborator .portrait {
	margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
	.collaborators-wrap {
		padding: 7.125rem 1.25rem 0;
	}
	.collaborators-list,
	.collaborators-wrap {
		display: block;
	}
	.collaborator {
		margin: 0 0 3.75rem;
	}
	.collaborator:last-child {
		margin: 0;
	}
}
place-gallery,
place-slider {
	display: block;
	overflow: hidden;
}
place-gallery .swiper,
place-slider .swiper {
	height: 100%;
	left: -0.3125rem;
	position: relative;
	width: calc(100vw + 0.625rem);
}
place-gallery {
	height: calc(100svh - 9.375rem);
}
place-gallery .embla__slide,
place-gallery .swiper-slide {
	height: 100%;
	padding: 0 0.3125rem;
	width: auto;
}
place-gallery .embla__slide img,
place-gallery .embla__slide > div,
place-gallery .swiper-slide img,
place-gallery .swiper-slide > div {
	height: 100%;
	width: auto;
}
place-gallery .embla,
place-gallery .embla__container {
	height: 100%;
}
place-gallery .embla__slide {
	height: 100%;
	min-width: 0;
	width: auto;
}
place-gallery .embla__slide img {
	display: block;
	height: 100%;
	width: auto;
}
.embla,
.embla__viewport {
	overflow: hidden;
}
.embla__container {
	display: flex;
}
.embla__slide {
	flex: 0 0 auto;
}
place-slider .embla__container {
	display: flex;
}
place-slider .embla__slide {
	min-width: 0;
	padding: 0 0.3125rem;
	width: 25vw;
}
@media only screen and (max-width: 768px) {
	place-slider .embla__slide {
		width: calc(100vw - 1.875rem);
	}
}
place-slider .embla__slide > div {
	aspect-ratio: 372/466;
	height: auto;
	position: relative;
}
place-slider .embla__slide > div img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.place-wrap {
	padding: 9.375rem 0 0;
}
.place-wrap div:last-child {
	padding-bottom: 0;
}
.place-wrap .sidebar-and-text {
	padding: 2rem 1.25rem 5rem;
}
.place-wrap .sidebar-and-text .wrap {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
}
.place-wrap .sidebar-and-text .title {
	margin: 0 0 0.5em;
}
.place-wrap .sidebar-and-text .sidebar {
	grid-column: span 4;
}
.place-wrap .sidebar-and-text .sidebar img {
	backface-visibility: hidden;
	height: auto;
	mix-blend-mode: multiply;
	position: relative;
	transform: translateZ(0);
	transform-style: preserve-3d;
	width: 100%;
	will-change: transform;
	z-index: 1;
}
.place-wrap .sidebar-and-text .text {
	text-wrap: pretty;
	grid-column: 6 / span 8;
}
.place-wrap .video-wrap {
	height: 100svh;
	width: 100%;
}
.place-wrap .anchor-w-offset {
	position: relative;
}
.place-wrap .anchor-w-offset div {
	left: 0;
	position: absolute;
	top: -5rem;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.place-wrap {
		padding-top: 7.125rem;
	}
	.place-wrap .sidebar-and-text {
		padding: 1.25rem 1.25rem 2.5rem;
	}
	.place-wrap .sidebar-and-text .wrap {
		display: block;
	}
}
body.journal {
	background: #e6d5c5;
}
.hero-post {
	background: #e5f27d;
	display: block;
	height: 100svh;
}
.hero-post lazy-img {
	height: 100%;
	position: relative;
	width: 100%;
}
.hero-post lazy-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	width: 100%;
}
.hero-post h2 {
	line-height: 1;
}
.hero-post .text {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1.25rem;
	position: absolute;
}
.hero-post .text.color-black {
	color: #000;
}
.hero-post .text .post-title h4 {
	margin: 0 0 0.3em;
}
@media (min-aspect-ratio: 1) {
	.hero-post.portrait {
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.hero-post.portrait .text {
		color: #000;
		display: flex;
		flex-direction: column;
		padding: 1.25rem 1.25rem 1.25rem 0;
		position: relative;
	}
	.hero-post.portrait .post-title {
		margin: auto 0;
	}
	.hero-post.portrait .excerpt {
		margin: 0;
	}
}
journal-slider {
	background: #e6d5c5;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	overflow: hidden;
	padding: 2rem 1.25rem 7.5rem;
}
journal-slider.featured {
	background: #ffd3ba;
	padding: 2rem 1.25rem 3rem;
}
journal-slider .heading {
	align-items: center;
	display: flex;
	grid-column: 2 / span 12;
	padding: 0 0 1rem;
	width: 100%;
}
journal-slider .heading h4 {
	margin-right: 0.75rem;
}
journal-slider .heading .prev {
	margin-right: 0.5rem;
}
journal-slider .heading .next,
journal-slider .heading .prev {
	height: 0.625rem;
	transition: opacity 0.2s;
	width: 0.75rem;
}
journal-slider .heading .next svg,
journal-slider .heading .prev svg {
	display: block;
	height: 100%;
	width: 100%;
}
journal-slider .heading .next.is-disabled,
journal-slider .heading .prev.is-disabled {
	opacity: 0.5;
}
journal-slider .container {
	grid-column: 2 / span 12;
	width: 100%;
}
journal-slider .embla,
journal-slider .embla__viewport {
	overflow: visible;
}
journal-slider .embla__container {
	display: flex;
	gap: 1.25rem;
}
journal-slider .embla__slide {
	flex: 0 0 100%;
	min-width: 0;
}
@media (min-width: 768px) {
	journal-slider .embla__slide {
		flex: 0 0 calc(33.33333% - 0.83333rem);
	}
}
.journal-index {
	background: #e6d5c5;
	grid-template-columns: repeat(14, 1fr);
	padding: 3rem 1.25rem 0;
}
.journal-index,
.journal-index .wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
}
.journal-index .wrap {
	grid-column: 2 / span 12;
	grid-template-columns: repeat(12, 1fr);
	row-gap: 3rem;
}
.journal-card {
	grid-column: span 4;
}
.journal-card .thumb {
	aspect-ratio: 400/495;
	margin: 0 0 1rem;
	position: relative;
}
.journal-card .thumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.journal-card h4 {
	margin: 0 0 0.2em;
}
.journal-card h2 {
	font-size: 1.5625rem;
	line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
	.journal-card {
		transition: color 0.2s;
	}
	.journal-card:hover {
		color: #00af00;
	}
}
@media only screen and (max-width: 768px) {
	journal-slider {
		display: block;
	}
	journal-slider.featured {
		padding: 1.25rem 1.25rem 3rem;
	}
	.journal-index {
		padding: 3rem 1.25rem 0;
	}
	.journal-index,
	.journal-index .wrap {
		display: block;
	}
	.journal-card {
		margin: 0 0 3rem;
	}
	.journal-card:last-child {
		margin: 0;
	}
}
body.single-journal .site-footer {
	background: #e6d5c5;
}
.post-content {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	line-height: 1.2;
	padding: 3.75rem 1.25rem 5rem;
}
.post-content.sml-txt p {
	margin: 0 0 1.2em;
}
.post-content .wrap {
	grid-column: 4 / span 8;
}
.post-content img {
	display: block;
	height: auto;
	margin: 2.4em 0;
	max-width: 100%;
}
.post-content blockquote {
	font-family: ABC Diatype Medium;
	font-size: 1.5625rem;
	line-height: 1.2;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.post-content blockquote {
		font-size: 1.25rem;
	}
}
.post-content strong {
	font-family: ABC Diatype Medium;
}
.related-posts {
	background: #e6d5c5;
}
journal-slider.related {
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.post-content,
	.post-content .wrap {
		display: block;
	}
	.post-content {
		padding-top: 1.25rem;
	}
}
body.post-type-archive-event {
	background-color: #e6d5c5;
}
.whats-on-wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 9.375rem 1.25rem 0;
}
.whats-on-wrap > div {
	grid-column: 2 / span 12;
}
.whats-on-wrap h2.title {
	margin: 0 0 1em;
}
.events-index {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 5rem;
	row-gap: 5rem;
}
.events-index:last-of-type {
	padding-bottom: 0;
}
.event-card .thumbnail {
	aspect-ratio: 300/375;
	background: #e6d5c5;
	margin-bottom: 1.125rem;
	position: relative;
}
.event-card .thumbnail lazy-img {
	mix-blend-mode: multiply;
	position: relative;
	z-index: 2;
}
.event-card .thumbnail img,
.event-card .thumbnail lazy-img {
	display: block;
	height: auto;
	width: 100%;
}
.event-card .thumbnail .avail {
	display: flex;
	height: 100%;
	left: 0;
	padding: 0.5rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.event-card .thumbnail .avail > div {
	margin: auto;
}
.event-card .more svg {
	display: inline-block;
	height: 100%;
	width: 0.75rem;
}
.event-card.upcoming-event .thumbnail lazy-img {
	background-color: #00bfcb;
	height: 100%;
	mix-blend-mode: multiply;
}
.event-card.upcoming-event .thumbnail lazy-img img {
	mix-blend-mode: screen;
}
@media (hover: hover) and (pointer: fine) {
	.event-card.upcoming-event .thumbnail {
		transition: background-color 0.3s;
	}
	.event-card.upcoming-event .thumbnail:after {
		background-color: #e5f27d;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.event-card.upcoming-event .thumbnail:hover:after {
		mix-blend-mode: darken;
		opacity: 1;
	}
	.event-card .more {
		transition: all 0.2s;
	}
	.event-card .more svg {
		transition: fill 0.2s;
	}
	.event-card .more:hover {
		background: #000;
		border-color: #000;
		color: #e6d5c5;
	}
	.event-card .more:hover svg {
		fill: #e6d5c5;
	}
}
.event-card.past-event .thumbnail img {
	filter: grayscale(100%) contrast(200%);
	mix-blend-mode: multiply;
}
.event-card .excerpt p,
.event-card h3,
.event-card time {
	display: block;
	margin-bottom: 1.125em;
}
.event-card .cta-btn {
	border: 1px solid;
	border-radius: 999px;
	font-family: ABC Diatype Medium;
	margin: 0 0.5rem 0 0;
	padding: 0.1em 0.5em 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.whats-on-wrap {
		padding: 7.125rem 1.25rem 0;
	}
	.events-index,
	.whats-on-wrap {
		display: block;
	}
	.events-index .event-card,
	.whats-on-wrap .event-card {
		margin-bottom: 2.5rem;
	}
	.events-index .event-card:last-child,
	.whats-on-wrap .event-card:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	.idle {
		backface-visibility: hidden;
		background-image: url(https://svmorgan.com/aircccc/IdleState.gif);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		height: 100%;
		left: 0;
		mix-blend-mode: multiply;
		opacity: 0;
		perspective: 1000;
		pointer-events: none;
		position: fixed;
		top: 0;
		transform: translateZ(0);
		transition: opacity 0.3s;
		width: 100%;
		will-change: opacity;
		z-index: 9999;
	}
	body.idle-active > :not(.idle) {
		filter: blur(6px);
	}
	body.idle-active .idle {
		opacity: 1;
	}
}
.faqs-wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 9.375rem 1.25rem;
}
.faqs-wrap h1 {
	grid-column: span 5;
	line-height: 1;
	margin-bottom: 0.5em;
}
.faqs-wrap > div {
	grid-column: 6 / span 8;
}
@media only screen and (max-width: 768px) {
	.faqs-wrap {
		display: block;
		padding: 7.125rem 1.25rem 5rem;
	}
}

body.events {
	background-color: #e6d5c5;
}
/*menu*/
body.all-menu {
	background: #e4bea7;
}
.event-container,
.new-menu-container {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	padding: 9.375rem 1.25rem 0;
	font-family: "Souvenir Mono Plain";
}
.new-menu-container .title-span {
	display: block;
	font-size: 2.6em;
	margin-bottom: 1.5em;
}
.event-container > div,
.new-menu-container > div {
	grid-column: 2 / span 12;
}
.menu-links-container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.menu-links-container .title-span{
	width: 70%;
}
.menu-links-container .menu-img-thumbnail{
	width: 30%;
}
.menu-img-thumbnail{
	width: 100%;
	display: block;
	max-width: 360px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.menu-img-thumbnail-change{
	display: none;	
}
.menu-img-thumbnail-change.active{
	display: block;
}

@media only screen and (max-width: 768px) {
	.event-container,
	.new-menu-container {
		display: block;
		padding: 7.125rem 1.25rem 0;
	}
	.new-menu-container .title-span {
		display: block;
		font-size: 1.5rem;
	}
	.menu-links-container{
		display: block;
	}
	.menu-links-container .title-span, .menu-links-container .menu-img-thumbnail{
		width: 100%;
	}
}
