@charset "UTF-8";
/* stylelint-disable -- Lowercase is not wanted for fonts name. */
/* Box sizing rules */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */
body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	display: block;
	max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		-webkit-transition-duration: 0.01ms !important;
		        transition-duration: 0.01ms !important;
	}
}
.tns-outer {
	padding: 0 !important;
}
.tns-outer [hidden] {
	display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	transition: all 0s;
}
.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
	clear: both;
	content: "";
	display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	left: 0;
	position: relative;
}

.tns-gallery {
	left: 0;
	min-height: 1px;
	position: relative;
}
.tns-gallery > .tns-item {
	left: -100%;
	position: absolute;
	-webkit-transition: transform 0s, opacity 0s;
	-webkit-transition: opacity 0s, -webkit-transform 0s;
	transition: opacity 0s, -webkit-transform 0s;
	transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
	left: auto !important;
	position: relative;
}
.tns-gallery > .tns-moving {
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	opacity: 0.6;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	left: -10000em;
	position: absolute;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 0;
}

.tns-normal,
.tns-fadeOut {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 310px;
}
.tns-t-ct {
	position: absolute;
	right: 0;
	width: calc(100% * 70 / 3);
}
.tns-t-ct:after {
	clear: both;
	content: "";
	display: table;
}
.tns-t-ct > div {
	float: left;
	height: 10px;
	width: calc(100% / 70);
}

body {
	background: linear-gradient(25deg, #0142C2, #051946);
}
body:before {
	background: linear-gradient(25deg, #0142C2, #051946);
	bottom: 0;
	content: "";
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}
body.page-template-page-help {
	color: #ffffff;
}

#page,
.wrapper {
	overflow-x: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.page-section {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #deecf8;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.page-section > .wp-block-group__inner-container {
	max-width: 100%;
}
.page-section.instagram-section .wp-block-group__inner-container {
	width: 100%;
}
.page-section h1,
.page-section h2,
.page-section h3,
.page-section h4,
.page-section h5 {
	width: 100%;
}
.page-section.page-section-alt {
	background: #d2232b;
}
.page-section.full-height {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-height: 210vw;
	min-height: calc(var(--vh) * 100);
}
@media screen and (max-width: 767px) {
	.page-section.full-height {
		padding-top: 60px;
	}
}
.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
	padding-top: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
		padding-top: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
		padding-top: 60px;
	}
}
.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
	padding-bottom: 30px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
		padding-bottom: calc(30px + 30 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height) > .container > .-col,
.page-section:not(.full-height) .-half {
		padding-bottom: 60px;
	}
}
.page-section:not(.full-height).double-pad .-half {
	padding-top: 60px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-top: calc(60px + 60 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-top: 120px;
	}
}
.page-section:not(.full-height).double-pad .-half {
	padding-bottom: 60px;
}
@media screen and (min-width: 375px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-bottom: calc(60px + 60 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-section:not(.full-height).double-pad .-half {
		padding-bottom: 120px;
	}
}
.page-section > .wp-block-group__inner-container {
	width: 100%;
}

p img {
	display: inline-block;
}

.container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	position: relative;
	width: 100%;
}
.container--three-columns {
	gap: 15px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.container--three-columns > div:empty {
	display: none;
}
.container--three-columns > div {
	-ms-flex-preferred-size: calc(33.33% - 15px) !important;
	    flex-basis: calc(33.33% - 15px) !important;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.container--three-columns > div {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
	}
}
.container--three-columns > div .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 0;
}

.column--double-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.container-fluid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: calc(100% - 60px);
	padding: 0;
	width: 100%;
}

.masthead.page-section .container {
	max-width: 1460px;
}

.-col,
.-quarter,
.-third,
.-half {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
	padding: 0 30px;
}

.-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.-full {
	padding: 0 30px;
}

.-auto {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.-grow {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.-shrink {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.-inline {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
}

.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.-no-pad-top {
	padding-top: 0 !important;
}

.-offset-half-top {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.-hide-sml {
	display: none;
}
@media screen and (min-width: 768px) {
	.-hide-sml {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.-hide-lrg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 768px) {
	.-hide-lrg {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.-quarter,
.-half {
		max-width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.-quarter {
		max-width: 25%;
	}

	.-third {
		max-width: 33.333%;
	}
}
@media screen and (max-width: 767px) {
	.page-section .container > .-half {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}
.bg-white {
	background: white;
	position: relative;
}
.bg-white:before {
	background: white;
	bottom: 0;
	content: "";
	left: -10em;
	position: absolute;
	right: -10em;
	top: 0;
	z-index: -1;
}

.bg-purple,
.bg-yellow {
	position: relative;
}
.bg-purple:before,
.bg-yellow:before {
	background: #FFC000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.bg-purple:before,
.bg-yellow:before {
		bottom: -50em;
		left: -50em;
		right: -50em;
		top: -50em;
	}
}
.bg-purple > *,
.bg-yellow > * {
	position: relative;
	z-index: 1;
}

.bg-purple:before {
	background: -webkit-gradient(linear, left top, left bottom, from(#9B0A70), to(#85136E));
	background: linear-gradient(180deg, #9B0A70 0%, #85136E 100%);
}

.is-style-rounded img {
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.bg-left {
		padding-right: 100px;
	}
	.bg-left:before {
		right: 40px;
	}

	.bg-right:before {
		left: 0;
	}
}
@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		        transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		        transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		        transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		        transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		        transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		        transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		        transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		        transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		        transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		        transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes treatment-bg {
	0% {
		background-size: 0 0;
		opacity: 0;
		-webkit-transform: rotate(-540deg);
		        transform: rotate(-540deg);
	}
	100% {
		background-size: 100% 100%;
		opacity: 1;
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}
@keyframes treatment-bg {
	0% {
		background-size: 0 0;
		opacity: 0;
		-webkit-transform: rotate(-540deg);
		        transform: rotate(-540deg);
	}
	100% {
		background-size: 100% 100%;
		opacity: 1;
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}
@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: rotate(0) scale(1);
		        transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(10deg) scale(1.1);
		        transform: rotate(10deg) scale(1.1);
	}
}
@keyframes pulse {
	0%, 100% {
		-webkit-transform: rotate(0) scale(1);
		        transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(10deg) scale(1.1);
		        transform: rotate(10deg) scale(1.1);
	}
}
@-webkit-keyframes shine {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-300deg) scale(0);
		        transform: rotate(-300deg) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		        transform: rotate(0deg) scale(1);
	}
}
@keyframes shine {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-300deg) scale(0);
		        transform: rotate(-300deg) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg) scale(1);
		        transform: rotate(0deg) scale(1);
	}
}
@-webkit-keyframes shine-repeat {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
		        transform: scale(1) rotate(0);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(16deg);
		        transform: scale(1.1) rotate(16deg);
	}
}
@keyframes shine-repeat {
	0%, 100% {
		-webkit-transform: scale(1) rotate(0);
		        transform: scale(1) rotate(0);
	}
	50% {
		-webkit-transform: scale(1.1) rotate(16deg);
		        transform: scale(1.1) rotate(16deg);
	}
}
:root {
	--crashBottom:40px;
}

@media screen and (min-width: 1600px) {
	:root {
		--crashBottom:50px;
	}
}
@-webkit-keyframes snow {
	0% {
		bottom: -200px;
	}
	100% {
		bottom: -20px;
	}
}
@keyframes snow {
	0% {
		bottom: -200px;
	}
	100% {
		bottom: -20px;
	}
}
@-webkit-keyframes fall {
	0% {
		bottom: 99em;
	}
	100% {
		bottom: var(--crashBottom);
	}
}
@keyframes fall {
	0% {
		bottom: 99em;
	}
	100% {
		bottom: var(--crashBottom);
	}
}
@-webkit-keyframes tilt {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-6deg);
		        transform: rotate(-6deg);
	}
}
@keyframes tilt {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-6deg);
		        transform: rotate(-6deg);
	}
}
@-webkit-keyframes screencrash {
	0%, 100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		        transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg) scale(1.1);
		        transform: translate(-1px, -2px) rotate(-1deg) scale(1.1);
	}
	40% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg) scale(0.99);
		        transform: translate(-3px, 0px) rotate(1deg) scale(0.99);
	}
	60% {
		-webkit-transform: translate(0px, 2px) rotate(0deg);
		        transform: translate(0px, 2px) rotate(0deg);
	}
	80% {
		-webkit-transform: translate(1px, -1px) rotate(1deg) scale(1.01);
		        transform: translate(1px, -1px) rotate(1deg) scale(1.01);
	}
}
@keyframes screencrash {
	0%, 100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		        transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg) scale(1.1);
		        transform: translate(-1px, -2px) rotate(-1deg) scale(1.1);
	}
	40% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg) scale(0.99);
		        transform: translate(-3px, 0px) rotate(1deg) scale(0.99);
	}
	60% {
		-webkit-transform: translate(0px, 2px) rotate(0deg);
		        transform: translate(0px, 2px) rotate(0deg);
	}
	80% {
		-webkit-transform: translate(1px, -1px) rotate(1deg) scale(1.01);
		        transform: translate(1px, -1px) rotate(1deg) scale(1.01);
	}
}
@-webkit-keyframes moon {
	0% {
		bottom: -5vh;
	}
	100% {
		bottom: 20vh;
	}
}
@keyframes moon {
	0% {
		bottom: -5vh;
	}
	100% {
		bottom: 20vh;
	}
}
@-webkit-keyframes santa {
	0% {
		-webkit-transform: translate(-100vw, 0) rotate(-20deg);
		        transform: translate(-100vw, 0) rotate(-20deg);
	}
	100% {
		-webkit-transform: translate(100vw, 0) rotate(20deg);
		        transform: translate(100vw, 0) rotate(20deg);
	}
}
@keyframes santa {
	0% {
		-webkit-transform: translate(-100vw, 0) rotate(-20deg);
		        transform: translate(-100vw, 0) rotate(-20deg);
	}
	100% {
		-webkit-transform: translate(100vw, 0) rotate(20deg);
		        transform: translate(100vw, 0) rotate(20deg);
	}
}
html,
body,
p,
input,
textarea,
button,
div {
	font-family: "Knockout 31 A", "Knockout 31 B";
	font-style: normal;
	font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wp-block-button,
.wp-block-button a,
.menu-item,
.menu-item a {
	font-family: "Knockout 70 A", "Knockout 70 B";
	font-style: normal;
	font-weight: 400;
}

html,
body,
p,
input,
textarea,
button,
div {
	font-style: normal;
	line-height: 1.3334;
}

body {
	color: #161220;
}

.bg-white p {
	color: linear-gradient(25deg, #0142C2, #051946);
}

a {
	text-decoration: none;
}

p a {
	color: #161220;
	text-decoration: underline;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
p a:hover, p a:focus {
	color: #d2232b;
}

.-text-left {
	text-align: left;
}

.has-text-align-center,
.-text-center {
	text-align: center;
}

.-text-right {
	text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.wp-block-button,
.wp-block-button a,
.menu-item,
.menu-item a {
	font-style: normal;
	line-height: 1.05;
	text-transform: uppercase;
}

.x-large {
	margin-bottom: 0;
}
.x-large {
	font-size: 60px;
	letter-spacing: -0.4px;
}
@media screen and (min-width: 767px) {
	.x-large {
		font-size: calc(60px + 60 * ((100vw - 767px) / 433));
		letter-spacing: calc(-0.4px + -0.6 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.x-large {
		font-size: 120px;
		letter-spacing: -1px;
	}
}

h1, .h1 {
	line-height: 85%;
}
h1, .h1 {
	font-size: 42px;
	letter-spacing: -0.2px;
}
@media screen and (min-width: 767px) {
	h1, .h1 {
		font-size: calc(42px + 38 * ((100vw - 767px) / 433));
		letter-spacing: calc(-0.2px + -0.6 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h1, .h1 {
		font-size: 80px;
		letter-spacing: -0.8px;
	}
}
h1, .h1 {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	h1, .h1 {
		margin-bottom: calc(20px + 20 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h1, .h1 {
		margin-bottom: 40px;
	}
}

h2, .h2 {
	line-height: 85%;
}
h2, .h2 {
	font-size: 44px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	h2, .h2 {
		font-size: calc(44px + 26 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h2, .h2 {
		font-size: 70px;
		letter-spacing: 0;
	}
}
h2, .h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	h2, .h2 {
		margin-bottom: calc(20px + 20 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h2, .h2 {
		margin-bottom: 40px;
	}
}

h3, .h3 {
	line-height: 85%;
}
h3, .h3 {
	font-size: 32px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	h3, .h3 {
		font-size: calc(32px + 16 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h3, .h3 {
		font-size: 48px;
		letter-spacing: 0;
	}
}
h3, .h3 {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	h3, .h3 {
		margin-bottom: calc(20px + 10 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h3, .h3 {
		margin-bottom: 30px;
	}
}

h4, .h4 {
	line-height: 85%;
}
h4, .h4 {
	font-size: 28px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	h4, .h4 {
		font-size: calc(28px + 6 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h4, .h4 {
		font-size: 34px;
		letter-spacing: 0;
	}
}
h4, .h4 {
	margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
	h4, .h4 {
		margin-bottom: calc(15px + 15 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h4, .h4 {
		margin-bottom: 30px;
	}
}

h5, .h5 {
	line-height: 85%;
}
h5, .h5 {
	font-size: 18px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	h5, .h5 {
		font-size: calc(18px + 2 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h5, .h5 {
		font-size: 20px;
		letter-spacing: 0;
	}
}
h5, .h5 {
	margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
	h5, .h5 {
		margin-bottom: calc(15px + 15 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	h5, .h5 {
		margin-bottom: 30px;
	}
}

p, div {
	font-size: 20px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	p, div {
		font-size: calc(20px + 4 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	p, div {
		font-size: 24px;
		letter-spacing: 0;
	}
}
p:not(div), div:not(div) {
	margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
	p:not(div), div:not(div) {
		margin-bottom: calc(15px + 15 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	p:not(div), div:not(div) {
		margin-bottom: 30px;
	}
}

.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
	font-size: 14px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
		font-size: calc(14px + 4 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.site-footer,
.site-footer a,
.site-footer div,
.site-footer .menu-item,
.site-footer .menu-item a {
		font-size: 18px;
		letter-spacing: 0;
	}
}

.menu-item,
.menu-item a {
	color: white;
	font-size: 22px;
	text-decoration: none;
	text-shadow: 0 0 15px rgba(5, 28, 77, 0.3);
}
.menu-item.current-menu-item, .menu-item.current-menu-item a, .menu-item:hover,
.menu-item a.current-menu-item,
.menu-item a.current-menu-item a,
.menu-item a:hover {
	color: #ffbe0d;
}

.yellow {
	color: #FFC000;
}

.red {
	color: #d2232b;
}

.key-message h1 {
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0 0 10px rgba(19, 30, 63, 0.6));
	        filter: drop-shadow(0 0 10px rgba(19, 30, 63, 0.6));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 75%;
	margin: 0;
	-webkit-transform: scale(1.35);
	        transform: scale(1.35);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
.key-message h1 .line-1 {
	font-family: "Knockout 67 A", "Knockout 67 B";
	font-style: normal;
	font-weight: 400;
	-webkit-transform: scale(1.3);
	        transform: scale(1.3);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.key-message h1 .line-2 {
	font-family: "Knockout 69 A", "Knockout 69 B";
	font-style: normal;
	font-weight: 400;
}
.key-message h1 .line-3 {
	font-family: "Knockout 91 A", "Knockout 91 B";
	font-style: normal;
	font-weight: 400;
	-webkit-transform: scale(1.137);
	        transform: scale(1.137);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
@media screen and (max-width: 1400px) {
	.key-message h1 {
		-webkit-transform-origin: center top;
		        transform-origin: center top;
	}
}
@media screen and (max-width: 767px) {
	.key-message h1 {
		text-align: center;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.key-message h1 .line-1 {
		-webkit-transform-origin: 50% bottom;
		        transform-origin: 50% bottom;
	}
	.key-message h1 .line-3 {
		-webkit-transform-origin: 50% top;
		        transform-origin: 50% top;
	}
}

.ticketing-message h1 {
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0 0 10px rgba(19, 30, 63, 0.6));
	        filter: drop-shadow(0 0 10px rgba(19, 30, 63, 0.6));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 75%;
	margin: 0;
	-webkit-transform: scale(1.35);
	        transform: scale(1.35);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
.ticketing-message h1 .line-1 {
	font-family: "Knockout 67 A", "Knockout 67 B";
	font-style: normal;
	font-weight: 400;
	-webkit-transform: scale(1.315);
	        transform: scale(1.315);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.ticketing-message h1 .line-2 {
	font-family: "Knockout 69 A", "Knockout 69 B";
	font-style: normal;
	font-weight: 400;
}
.ticketing-message h1 .line-3 {
	font-family: "Knockout 91 A", "Knockout 91 B";
	font-style: normal;
	font-weight: 400;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
@media screen and (max-width: 1200px) {
	.ticketing-message h1 {
		-webkit-transform-origin: center top;
		        transform-origin: center top;
	}
}
@media screen and (max-width: 767px) {
	.ticketing-message h1 {
		text-align: center;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.ticketing-message h1 .line-1 {
		-webkit-transform-origin: 50% bottom;
		        transform-origin: 50% bottom;
	}
	.ticketing-message h1 .line-3 {
		-webkit-transform-origin: 50% top;
		        transform-origin: 50% top;
	}
}
.ticketing-message.cast-message h1 .line-1 {
	-webkit-transform: scale(1.445);
	        transform: scale(1.445);
}
.ticketing-message.cast-message h1 .line-2 {
	-webkit-transform: scale(0.758);
	        transform: scale(0.758);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}
.ticketing-message.cast-message h1 .line-3 {
	-webkit-transform: scale(0.758);
	        transform: scale(0.758);
}

.x-bold {
	font-family: "Knockout 91 A", "Knockout 91 B";
	font-style: normal;
	font-weight: 400;
}

.venue-dates h2 {
	margin-bottom: 0;
}
.venue-dates h3 {
	color: #d2232b;
	-webkit-transform: scale(1.12);
	        transform: scale(1.12);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
}

.wp-block-button,
.btn,
.btn-lightbox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-items: center;
	background: #119953;
	border: 2px solid #c49247;
	border-radius: 15px;
	-webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset 0 0 6px #002e13, inset 0 80px 80px -40px #158047, 1px 1px 3px rgb(2, 97, 55);
	        box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset 0 0 6px #002e13, inset 0 80px 80px -40px #158047, 1px 1px 3px rgb(2, 97, 55);
	cursor: pointer;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	justify-content: center;
	margin: 0;
	outline: none;
	overflow: visible;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	-webkit-transition: 500ms linear;
	transition: 500ms linear;
}
.wp-block-button:not(.has-custom-width),
.btn:not(.has-custom-width),
.btn-lightbox:not(.has-custom-width) {
	max-width: 300px;
}
.wp-block-button.wp-block-button__width-50,
.btn.wp-block-button__width-50,
.btn-lightbox.wp-block-button__width-50 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 49%;
	        flex: 1 0 49%;
	max-width: 49%;
}
.wp-block-button.wp-block-button__width-100,
.btn.wp-block-button__width-100,
.btn-lightbox.wp-block-button__width-100 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.wp-block-button:before,
.btn:before,
.btn-lightbox:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAAAZCAMAAAAWqbA9AAACGVBMVEUAAACzzei30evw9fvt8/uyzuiyzejW5/bk7vnG3fPC2vKzzum60uvM4PTB2fG91Ougu9u0z+m50+yvyuXe6/jW5PS71e7T4vS+2PCuyeW81O6xzOe20OuyzOexzeecuNisx+PB2fGoxOHS4/Szzumtx+Pq8fqhvdzF3PLx9fzR4/Wwy+a0zummwuC50+y71O3A2fHc6ve20OmzzuiyzeetyeWnw+Dj7fmfu9qZttaWs9SeutqYtNWXs9Tz+Pzy9/zy9fygu9vX5PTy9vzd6vi30ev4+/3H2PLB2fHQ4vW1z+nj7vn7/f74+/6YtNX0+f2VsdPo8fr8/f75/P7m8Prc6vf+///T5vbz+P32+v3q9PrJ3/OvyuWVstTN4fSfu9rk7/mzzuixzOesyOSgu9ududny9vzs9Pvr8vqqxuOoxeGat9jQ5PWXs9X3+v3E2u+1z+mwzObw9fvi7fjf7Pja6vjf6/fD2vC60+uivtzt9fvV5vXP4vXN4vXE3PLB1+y91uy30uy30eq1zuekwN6jv93w9/zv9vzu9Pvi7vnR4vLG3PG/1+600OuuyeSmwt+Ztdbh7vnW5/fT5PTH3fLB2fDJ3e+91Oqnw+Hj8PrL4vTG2u681u2gvdzp8vvd7PnS5PXY5/TW5fPN3/G70umvy+iqxeHY6Pfc6PXI4fS+2PC61e6dutr1+P3m8vvX6vfG3vSxzeityeamEDFnAAAATHRSTlMABhDAwIFXMMDAwMAkwJEm8ODR0MDAnIBzcmA1Lhfw8OC1tbCwl3xyamBgTkdBPB0K8PDw8PDw4ODg4NDQ0MDAtaagkZCIgICAeGhQ0inyQgAABNNJREFUSMe102WT2lAUgOFA2627u7u7u7eQEAjdsASChQR3d9dCcRZY325df2FvujOVmbo8wzeY83LuTaB/YfZHixdA37Zm4ZyZu1bfXrd3767rV2awZgIrr63evnLlnNMOxZwVc1bcWH1nz759d7cvXLhw7ty58+ZtXbRo3Z5Fi7bOazTehsPG/mrF6WQwh7gqBo7Omzd37oqZc2ZcunzrPhsIh+WYxCx5hfP45le41s6z27PZLE0zDINqaVQ77NBiYvSJs9/Y/4lUKjXWg516OPz2Wcf4pqIY8NslOJ83jf8AEOK5QKDwfBkEHeoV6lJ5vwulMzyhUPTgM6EQNBEE1+LaDJ5zipnhYRTAMExRrQZGjcZqJ/Ts2bNO503utT+NiITCB+DzgCfhi8x8vtZhKcZi1ocbIGjjqhc9T10uDxpzioEM+OEDMNgs4n8JtLQIMvBZ7vWga+QNu4un3glU0IE0jvP5YLAdR7RaHMHtdOTYLAAEWBvWLIt7o1GpVF4TuxmwJs1gKEP7aX9Gi4O/xBPyhGYJgkhYCCvtxwad4qpUGvUWpXmHYpihB+w0QyuwbJax01mHu9laC33tyIL162bNj8WfS5tiVOF0id1Oh+JjQQQKQtAAJywCwErg6DI0oxjLWyxRpdcy4UYBhULsdijcGPZ0bDw/ESmpD0Lf1LfJquzVC3JpMPDEkUOH6QyCmNnCdIA3TWQ221H3WC3itRGJbt6NoQrU4Rx1BcCj5M5PtCZtJeIkF/q2xSqV8mGs12t45IWguIKBq5Gwg4VgPh8swJ4Wrn2VzWJglDWumkq0mqAANggYR0cD4ol816tMqFQn+qDvWbBURajeqZS9oqdQyNfGno4zCA8A0yVIGsHTwyimtWeZWq1rURFqPTHZfYphuZzYGDSOBmr5iNeqVC69yYV+4HDfjpJaTSh1anD9kW6kOW6XSEAgnU5nXg9WKigGnt2xcUs8rte3faVW80mlMhIwhoJBuVxuYefvh36Kc2i5XpfU6UolQkUkWpNPHX4/nvb7BwcHR1yuJ0G5tNDovX+vKyc15clubcTpqo6GQKBpaSmtO45Av2T9lmTK5xtKJUmfvhzpjqMDGJg+4uoPSsONQiP28LFaN+QjDclEZAK85qFQCCxg8Sqtq6BfxVl7KjVEURRsoF7qS63I2LjT5ar2Gztvw43nL2KP37fbqZfUI5KY9ISMIBCuF4rehHIZB/p1nAPbUpQBFpjgobK6FWk2a/K61BP2gPkPHz7WtZMGwyOZYSoRLxYbHo+nGI2riONc6DdxF+w+KxDIDAYfYYtGwSvmKRbZwLvH6lSKgk2CR76pKSIRT1jj3oSNsPVBf2K3TCAwUHq9zWbzWq2x+HRAl0yZTAIBbCBJX7Ks16lLhNo2H/ozB8EkE0WCa7fZlFarUqVSldR6DThAUHj0yECRvlS5rdMRm7jQH9q4GRbI4JekZqgN/iwB3jSdfshgAIElZ0iKKpfber1aZ1u+GPpjnKtJWCaDKZIkNRrfVLtMviTBYucWgK8W962dP3/+qnsHuNBf6VsCm0ADHIoGNEgKhmWCixzoX+LspNjGdAUGVyC7AAL/1sZtGtgEsxkwHjZtPgz9e9ydSzQkDLMdzXku9H+sn7VcA2zZD/2aDwXaF6Q5qA4fAAAAAElFTkSuQmCC);
	background-position: 90% 0;
	background-repeat: no-repeat;
	background-size: 70px;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: -5px;
}
.wp-block-button:hover, .wp-block-button:active,
.btn:hover,
.btn:active,
.btn-lightbox:hover,
.btn-lightbox:active {
	background: #1b904e;
	-webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset 0 0 6px #52b843, inset 0 80px 80px -40px #4fb743, 1px 1px 3px rgb(2, 104, 56);
	        box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset 0 0 6px #52b843, inset 0 80px 80px -40px #4fb743, 1px 1px 3px rgb(2, 104, 56);
	text-shadow: 0 1px 2px rgb(11, 152, 83), 0 0 40px #fff;
}
.wp-block-button:focus,
.btn:focus,
.btn-lightbox:focus {
	outline: none;
	/*FF*/
}
.wp-block-button > a,
.wp-block-button > span,
.btn > a,
.btn > span,
.btn-lightbox > a,
.btn-lightbox > span {
	color: white;
	font-size: 26px;
	padding: 22px 33px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.wp-block-button.is-style-outline,
.btn.is-style-outline,
.btn-lightbox.is-style-outline {
	background: transparent;
	border-color: #FFC000;
	color: #FFC000;
	-webkit-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
}
.wp-block-button.is-style-outline:before,
.btn.is-style-outline:before,
.btn-lightbox.is-style-outline:before {
	opacity: 0.2;
}
.wp-block-button.is-style-outline > a,
.wp-block-button.is-style-outline > span,
.btn.is-style-outline > a,
.btn.is-style-outline > span,
.btn-lightbox.is-style-outline > a,
.btn-lightbox.is-style-outline > span {
	border: 0;
	color: #FFC000;
}
.wp-block-button.is-style-outline:hover,
.btn.is-style-outline:hover,
.btn-lightbox.is-style-outline:hover {
	border-color: white;
	color: white;
}
.wp-block-button.is-style-outline:hover > a,
.wp-block-button.is-style-outline:hover > span,
.btn.is-style-outline:hover > a,
.btn.is-style-outline:hover > span,
.btn-lightbox.is-style-outline:hover > a,
.btn-lightbox.is-style-outline:hover > span {
	color: white;
}

.wp-block-buttons {
	text-align: center;
}

.btn-lightbox {
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 6px 15px;
}
.btn-lightbox:before {
	content: none;
}

.masthead.page-section {
	background: transparent;
	overflow: visible;
}

.masthead-content {
	margin-top: 40px;
}
@media screen and (min-width: 375px) {
	.masthead-content {
		margin-top: calc(40px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.masthead-content {
		margin-top: 60px;
	}
}
.masthead-content {
	margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
	.masthead-content {
		margin-bottom: calc(40px + 20 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.masthead-content {
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.masthead.auto-height {
		padding-top: 60px;
	}
	.masthead.auto-height .logo-container {
		padding-right: 60px;
	}
}
@media screen and (max-width: 767px) {
	.masthead.auto-height {
		padding-left: 0;
		padding-right: 0;
		padding-top: 60px;
	}
	.masthead.auto-height .-half {
		padding-bottom: 0;
		padding-top: 0;
	}
	.masthead.auto-height .logo-container {
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
	}
	.masthead.auto-height .logo-container img {
		margin-left: auto;
		margin-right: auto;
		width: 400px;
	}
	.masthead.auto-height .main-title {
		background: #deecf8;
	}
	.masthead.auto-height .snow {
		background-size: 100% auto;
		bottom: -2px;
		z-index: -1;
	}
}

.main-title {
	-ms-flex-item-align: center;
	    align-self: center;
}

.masthead-about h1 br {
	display: none;
}
.masthead-about h1 span {
	display: block;
}
@media screen and (min-width: 768px) {
	.masthead-about h1 br {
		display: block;
	}
	.masthead-about h1 span {
		display: inline;
	}
}

.scroll-down {
	display: none;
}
@media screen and (min-width: 768px) {
	.scroll-down {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: absolute;
		top: calc(var(--vh) * 110);
		-webkit-transition: top 0.3s ease-in-out;
		transition: top 0.3s ease-in-out;
	}
}

.loaded .scroll-down {
	background: url(/app/uploads/2022/04/arrow-right-1.svg) 100% 50% no-repeat;
	background-size: 33px;
	color: transparent;
	-webkit-filter: invert(1) brightness(2);
	        filter: invert(1) brightness(2);
	height: 60px;
	left: 50%;
	top: calc(var(--vh) * 90);
	-webkit-transform: translateX(-50%) rotate(90deg);
	        transform: translateX(-50%) rotate(90deg);
	width: 60px;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
	.loaded .scroll-down {
		top: calc(var(--vh) * 85);
	}
}

.card {
	background: url(/app/uploads/2022/04/text-background-1.svg);
	background-size: 100% 100%;
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}
.card--flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.card h2 {
	margin-bottom: 0;
}
.card h4 {
	margin-bottom: 10px;
}
.card p {
	margin: 0;
}
.card img {
	height: auto;
	margin: 0 auto 10px;
}

#SpektrixIFrame {
	width: 100%;
}

.spektrix-container,
.calendar-container {
	background: url(/app/uploads/2022/04/loader.gif) 50% 50% no-repeat;
	margin-bottom: 2rem;
	padding-left: 0;
	padding-right: 0;
}

.calendar-container .fc-unthemed .fc-divider, .calendar-container .fc-unthemed .fc-list-heading td, .calendar-container .fc-unthemed .fc-popover .fc-header {
	background: #c5d5e3;
	border-color: #c5d5e3;
}
.calendar-container .fc-list-table .fc-event-dot {
	background: #119953;
}
.calendar-container .fc-basic-view .fc-day-number, .calendar-container .fc-basic-view .fc-week-number {
	padding: 7px;
}
.calendar-container .fc-toolbar {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.calendar-container .fc-toolbar .fc-left h2 {
		font-size: 44px;
	}
}
@media screen and (max-width: 500px) {
	.calendar-container .fc-toolbar {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.calendar-container .fc-toolbar .fc-right {
		width: 100%;
	}
	.calendar-container .fc-toolbar .fc-button-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 10px 0 0 0 !important;
		width: 100%;
	}
	.calendar-container .fc-toolbar .fc-button-group button {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
}
.calendar-container .fc-toolbar .fc-header-toolbar .fc-right {
	margin-top: 0;
}
.calendar-container .fc-toolbar .fc-header-toolbar .fc button {
	height: 45px;
}
.calendar-container .fc-toolbar .fc-header-toolbar .fc button .fc-icon {
	top: -3px;
}
.calendar-container .fc-scroller {
	height: auto !important;
	overflow: hidden;
}
.calendar-container .fc-view {
	background: #fff;
}
.calendar-container .fc-view div, .calendar-container .fc-view p, .calendar-container .fc-view a {
	font-size: 16px;
}
.calendar-container .fc-view .fc-basic-view .fc-day-number,
.calendar-container .fc-view .fc-basic-view .fc-week-number {
	padding: 7px;
}
.calendar-container .fc-view .fc-event {
	background: transparent;
	border-color: transparent;
	padding: 0 5px;
}
.calendar-container .fc-view .fc-event .fc-time {
	color: #161220;
}
.calendar-container .fc-view .fc-event .fc-title {
	color: #119953;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.calendar-container .fc-view .fc-event.limited-availability {
	position: relative;
}
.calendar-container .fc-view .fc-event.limited-availability:after {
	color: #d2232b;
	content: "Limited Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -3px;
}
.calendar-container .fc-view .fc-event.good-availability {
	position: relative;
}
.calendar-container .fc-view .fc-event.good-availability:after {
	color: #436fc7;
	content: "Good Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -3px;
}
.calendar-container .fc-view .fc-event .fc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
	.calendar-container .fc-view .fc-event .fc-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		line-height: 1;
	}
	.calendar-container .fc-view .fc-event .fc-content .fc-title {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
.calendar-container .fc-view .fc-event .fc-content:hover span {
	text-decoration: underline;
}
.calendar-container .fc-view .fc-event.disabled .fc-time,
.calendar-container .fc-view .fc-event.disabled .fc-title {
	color: #c5d5e3;
	font-weight: normal;
}
.calendar-container .fc-view .fc-event.disabled .fc-content:hover span {
	font-weight: normal;
	text-decoration: none;
}
.calendar-container .fc-today-button {
	display: none !important;
}
.calendar-container .fc-list-item.limited-availability a:after {
	color: #d2232b;
	content: "Limited Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -1px;
}
.calendar-container .fc-list-item.good-availability a:after {
	color: #436fc7;
	content: "Good Availability";
	display: block;
	font-size: 12px;
	line-height: 1;
	position: relative;
	top: -1px;
}

.cast .cast-item {
	max-width: 100%;
}
@media screen and (min-width: 549px) {
	.cast .cast-item {
		max-width: calc(50% - 1.5rem);
	}
}
@media screen and (min-width: 1200px) {
	.cast .cast-item {
		max-width: calc(25% - 1.5rem);
	}
}
.cast .cast-item--image {
	border: 1px solid #d7f7f7;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.cast .cast-item--image:before {
	border: 20px solid #14874a;
	-o-border-image: repeating-linear-gradient(45deg, #14874a, #14874a 30px, white 30px, white 60px, #d2232b 60px, #d2232b 90px, white 90px, white 120px) 30;
	   border-image: repeating-linear-gradient(45deg, #14874a, #14874a 30px, white 30px, white 60px, #d2232b 60px, #d2232b 90px, white 90px, white 120px) 30;
	border-radius: 5px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.cast .cast-item--image img {
	border-radius: 5px;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.cast .cast-item--caption {
	margin: 20px 0 0;
}
.cast .cast-item--caption > h4,
.cast .cast-item--caption > p {
	text-align: center;
}

.cast-lightbox h3 {
	margin: 0 0 10px;
}
.cast-lightbox p {
	font-size: 18px;
}

.media-carousel .tns-outer {
	overflow: visible;
}
.media-carousel img {
	display: block;
	max-height: 50vh;
}
.media-carousel .farlo-carousel__item {
	padding-left: 15px;
	padding-right: 15px;
}
.media-carousel .farlo-carousel {
	opacity: 0;
}
.media-carousel .tns-inner .farlo-carousel {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.media-carousel .farlo-carousel__item {
		padding: 0 !important;
		width: 100vw;
	}
	.media-carousel .farlo-carousel__item img {
		margin-left: auto;
		margin-right: auto;
		max-height: none;
		max-width: calc(100% - 60px);
	}
}

#media-gallery {
	padding: 0;
}

#about-info .main-info {
	margin-bottom: 0;
}

@media screen and (max-width: 991.9px) {
	.scrolled .ukds-social-icons {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 30, 85, 0.9)), to(rgba(3, 30, 85, 0)));
		background-image: linear-gradient(to bottom, rgba(3, 30, 85, 0.9), rgba(3, 30, 85, 0));
	}
}

@media screen and (max-width: 991.9px) {
	.home .ukds-social-icons {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 30, 85, 0.9)), to(rgba(3, 30, 85, 0)));
		background-image: linear-gradient(to bottom, rgba(3, 30, 85, 0.9), rgba(3, 30, 85, 0));
	}
}

#site-header {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 30, 85, 0.9)), to(rgba(3, 30, 85, 0)));
	background-image: linear-gradient(to bottom, rgba(3, 30, 85, 0.9), rgba(3, 30, 85, 0));
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	z-index: 7;
}
@media screen and (max-width: 991px) {
	#site-header .btn {
		bottom: 10px;
		left: 10px;
		max-width: none;
		position: fixed;
		right: 10px;
		z-index: 3;
	}
	#site-header .btn span {
		padding: 15px 30px;
	}
}
@media screen and (min-width: 991.9px) {
	#site-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
#site-header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
}
@media screen and (min-width: 991.9px) {
	#site-header .wrapper {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	#site-header .wrapper #toggle-nav {
		display: none;
	}
	#site-header .wrapper .menu-primary-menu-container {
		margin-left: auto;
	}
}
@media screen and (min-width: 991.9px) and (min-width: 992px) {
	#site-header .wrapper .menu-primary-menu-container {
		margin-right: 20px;
	}
}
@media screen and (min-width: 991.9px) {
	#site-header .wrapper .menu-primary-menu-container #menu-primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width: 991.9px) {
	#site-header .wrapper #toggle-nav {
		margin-top: 30px;
		position: fixed;
		z-index: 2;
	}
	#site-header .wrapper .ukds-social-icons {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		left: 0;
		padding: 30px;
		position: fixed;
		right: 0;
		z-index: 1;
	}
	#site-header .wrapper .menu-primary-menu-container {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: linear-gradient(25deg, #0142C2, #051946);
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		left: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		-webkit-transform: translateY(-120%);
		        transform: translateY(-120%);
		-webkit-transition: transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		visibility: hidden;
	}
}
#site-header .wrapper .menu-item {
	margin: 0 10px;
	padding: 10px;
}
@media screen and (max-width: 649px) {
	#site-header .wrapper #toggle-nav {
		height: 27px;
		left: 25px;
		margin-top: 15px;
		width: 35px;
	}
	#site-header .wrapper .ukds-social-icons {
		padding: 17px 20px 12px;
	}
}

#toggle-nav {
	background: transparent;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	width: 40px;
}
#toggle-nav span {
	background: white;
	border-radius: 2px;
	height: 3px;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.nav-open #toggle-nav span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.nav-open #toggle-nav span:nth-child(2) {
	height: 0;
	width: 0;
}
.nav-open #toggle-nav span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.nav-open .menu-primary-menu-container {
	-webkit-transform: translateY(0) !important;
	        transform: translateY(0) !important;
	visibility: visible !important;
}

@media screen and (max-width: 991px) {
	body:not(.page-template-page-tour-dates):not(.page-template-page-ticket-calendar) #page:after {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 30, 85, 0)), color-stop(30%, rgba(3, 30, 85, 0.5)), to(rgba(3, 30, 85, 0.9)));
		background-image: linear-gradient(to bottom, rgba(3, 30, 85, 0) 0%, rgba(3, 30, 85, 0.5) 30%, rgba(3, 30, 85, 0.9));
		bottom: 0;
		content: "";
		height: 84px;
		left: 0;
		position: fixed;
		right: 0;
		z-index: 2;
	}
	body:not(.page-template-page-tour-dates):not(.page-template-page-ticket-calendar) #page {
		padding-bottom: 74px;
	}
}
.page-template-page-tour-dates #site-header .btn {
	display: none;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
	#site-header .btn span {
		font-size: 22px;
		padding: 10px 20px;
	}

	#site-header .wrapper .menu-item {
		padding: 0;
	}
}
footer {
	background: #193265;
	padding-bottom: 40px;
	padding-top: 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
@media screen and (min-width: 992px) {
	footer {
		padding-bottom: 20px;
	}
	footer .menu-footer-menu-container {
		margin-left: 20px;
	}
}
footer .container-fluid {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 600px) {
	footer .footer-images {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 1rem;
	}
}
footer .footer-image {
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
	footer .footer-image {
		margin-left: 0;
	}
}
footer img {
	image-rendering: -webkit-optimize-contrast;
}
footer .menu-footer-menu-container #menu-footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	height: 100%;
}
@media screen and (max-width: 767px) {
	footer .menu-footer-menu-container {
		margin: 20px auto;
	}
}
footer #menu-footer-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
footer #menu-footer-navigation li {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 10px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	footer #menu-footer-navigation {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	footer #menu-footer-navigation li {
		margin: 0 20px 0 0;
	}
}
footer #copyright {
	color: #fff;
	opacity: 0.4;
	text-align: center;
}
footer #copyright a {
	color: #fff;
}
footer .-col {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 992px) {
	footer .-col {
		-ms-flex-preferred-size: auto;
		    flex-basis: auto;
	}
}

.masthead-inner {
	z-index: 6;
}

.cta-container {
	background: transparent url(/app/uploads/2022/04/fixed-bg-alt.jpg);
	background-attachment: fixed;
	position: relative;
}
.cta-container:before {
	background: url(/app/uploads/2022/04/bell-string-sml.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 40px auto;
	content: "";
	content: "";
	height: 55px;
	left: 0;
	position: absolute;
	right: 0;
	top: -3px;
}

.cta-strip {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: linear-gradient(25deg, #0142C2, #051946);
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
.cta-strip {
	padding-top: 60px;
}
@media screen and (min-width: 767px) {
	.cta-strip {
		padding-top: calc(60px + 20 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.cta-strip {
		padding-top: 80px;
	}
}
.cta-strip {
	padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
	.cta-strip {
		padding-bottom: calc(60px + 20 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.cta-strip {
		padding-bottom: 80px;
	}
}
.cta-strip h3, .cta-strip div, .cta-strip h4 {
	color: white;
	line-height: 75%;
	margin-bottom: 0;
	text-align: center;
}
.cta-strip .cta-action {
	color: #161220;
}
.cta-strip .-col {
	width: 100%;
}
.cta-strip .wp-block-button {
	margin-top: 30px;
}
.cta-strip .wp-block-button {
	margin-top: 30px;
}
@media screen and (min-width: 767px) {
	.cta-strip .wp-block-button {
		margin-top: calc(30px + -30 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.cta-strip .wp-block-button {
		margin-top: 0px;
	}
}
.cta-strip > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cta-strip > div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cta-strip > div .-col {
		padding: 20px;
	}
	.cta-strip > div h3, .cta-strip > div div, .cta-strip > div h4 {
		text-align: center;
	}
}

.cta-container {
	padding-left: 30px;
	padding-right: 30px;
}
.cta-container .cta-message {
	color: white;
}

.cta-button {
	padding: 20px;
	position: relative;
}

.cta-message {
	padding: 20px;
}

.main-info {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding: 6% 8%;
	text-align: center;
}
.main-info {
	margin-top: 30px;
}
@media screen and (min-width: 767px) {
	.main-info {
		margin-top: calc(30px + 10 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.main-info {
		margin-top: 40px;
	}
}
.main-info {
	margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
	.main-info {
		margin-bottom: calc(30px + 50 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.main-info {
		margin-bottom: 80px;
	}
}
.main-info {
	padding: 40px;
}
@media screen and (min-width: 767px) {
	.main-info {
		padding: calc(40px + 40 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.main-info {
		padding: 80px;
	}
}
.main-info {
	padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
	.main-info {
		padding-bottom: calc(60px + 20 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.main-info {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.main-info p {
		text-align: left;
	}
}

#welcome {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
}
#welcome .wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 600px;
}
#welcome .wp-block-buttons .wp-block-button {
	margin-bottom: 10px;
}
#welcome h2 {
	text-align: center;
}
#welcome h2 {
	margin-top: 20px;
}
@media screen and (min-width: 375px) {
	#welcome h2 {
		margin-top: calc(20px + 40 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#welcome h2 {
		margin-top: 60px;
	}
}
#welcome h2 {
	margin-bottom: 20px;
}
@media screen and (min-width: 375px) {
	#welcome h2 {
		margin-bottom: calc(20px + 40 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#welcome h2 {
		margin-bottom: 60px;
	}
}

.ukds-social-icons .ukds-social-icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.ukds-social-icons .ukds-social-icon-list a, .ukds-social-icons .ukds-social-icon-list span {
	display: block;
	max-width: 48px;
}
.ukds-social-icons .ukds-social-icon-list a svg, .ukds-social-icons .ukds-social-icon-list span svg {
	fill: white;
	max-height: 24px;
	max-width: 24px;
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
}
.ukds-social-icons .ukds-social-icon-list a:hover svg, .ukds-social-icons .ukds-social-icon-list span:hover svg {
	fill: #FFC000;
}

.help-page {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 120px;
}
.help-page .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.help-page #logo-treatment {
	margin-bottom: 50px;
	margin-left: 0;
	max-width: 240px;
}
.help-page #logo-treatment:before {
	height: 450px;
	width: 450px;
}
.help-page a {
	color: #fff;
	text-decoration: underline;
}

.ukds-mc-form > form,
.ukds-mc-form > form .ukds-mc-tab {
	background: #25062a;
}

.mc4wp-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mc4wp-form-fields {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.form__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 20px;
	width: 100%;
}
.form__field label {
	display: inline-block;
	margin-bottom: 5px;
}
.form__field input,
.form__field textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #deecf8;
	border: none;
	border-radius: 5px;
	display: block;
	padding: 15px 20px;
	width: 100%;
}
.form__field textarea {
	resize: none;
}

:root {
	--mobile-tweak:84px;
}
@media screen and (min-width: 992px) {
	:root {
		--mobile-tweak:0px;
	}
}

.loaded #masthead:before {
	background-image: url(/app/uploads/2022/04/bg-large.jpg);
	opacity: 0.3;
}

.featured-quotes {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-transition-delay: 3.5s;
	        transition-delay: 3.5s;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.featured-quotes {
		bottom: unset;
		top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.featured-quotes {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		top: 60px;
	}
}
.featured-quotes__item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	max-width: 30%;
	padding: 2rem;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.featured-quotes__item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.featured-quotes__item {
		max-width: 100%;
		padding: 0.5rem 1rem;
		width: 50%;
	}
}
.featured-quotes__item h4 {
	color: #d2232b;
	margin: 0 0 1rem;
}
@media screen and (max-width: 1180px) {
	.featured-quotes__item h4 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.featured-quotes__item h4 {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
}
.featured-quotes__item h5 {
	color: black;
	margin: 0;
}
@media screen and (max-width: 991px) {
	.featured-quotes__item h5 {
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.featured-quotes__item h5 {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 380px) {
	.featured-quotes__item h5 {
		color: black;
	}
}
.featured-quotes__stars {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.featured-quotes__stars {
		margin-bottom: 0;
	}
}
.featured-quotes__star {
	fill: #FFC000;
	max-height: 2rem;
	max-width: 2rem;
}
@media screen and (max-width: 767px) {
	.featured-quotes__star {
		max-height: 1rem;
		max-width: 1rem;
	}
}
.loaded .featured-quotes {
	opacity: 1;
}

#moon {
	background: #e9effc url(/app/uploads/2022/04/moon.png) 50% 50% no-repeat;
	background-size: 105% 105%;
	border-radius: 50%;
	bottom: 10vh;
	-webkit-box-shadow: 0 0 30px 0 #7688be, 0 0 50px 0 #7688be, 0 0 100px 0 #7688be;
	        box-shadow: 0 0 30px 0 #7688be, 0 0 50px 0 #7688be, 0 0 100px 0 #7688be;
	position: absolute;
	z-index: 0;
}
#moon {
	width: 400px;
}
@media screen and (min-width: 768px) {
	#moon {
		width: calc(400px + 400 * ((100vw - 768px) / 632));
	}
}
@media screen and (min-width: 1400px) {
	#moon {
		width: 800px;
	}
}
#moon {
	height: 400px;
}
@media screen and (min-width: 768px) {
	#moon {
		height: calc(400px + 400 * ((100vw - 768px) / 632));
	}
}
@media screen and (min-width: 1400px) {
	#moon {
		height: 800px;
	}
}

#masthead {
	overflow: hidden;
	position: relative;
}
#masthead:before {
	background-size: cover;
	bottom: 10%;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	z-index: -1;
}

body:not(.home) #masthead {
	height: auto;
}

.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

#scene {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(var(--vh) * 100);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0;
	max-height: calc(var(--vh) * 100);
	position: relative;
}
@media screen and (max-width: 991px) {
	#scene {
		height: calc(var(--vh) * 100 - var(--mobile-tweak));
	}
}
#scene.shake {
	-webkit-animation: screencrash 0.4s forwards;
	        animation: screencrash 0.4s forwards;
}
#scene.shake:after {
	background: -webkit-gradient(linear, left bottom, left top, from(#deecf8), to(transparent));
	background: linear-gradient(0deg, #deecf8, transparent);
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	right: 0;
}
#scene.shaken {
	height: calc(var(--vh) * 100 - var(--offset) - var(--mobile-tweak));
	-webkit-transition: height 1s linear;
	transition: height 1s linear;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
#scene .scene-container {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	bottom: 0;
	margin: 0 auto;
	max-width: 960px;
	max-width: 960px;
	position: absolute;
	top: 0;
	width: 100%;
}
#scene .scene-container #crash {
	-webkit-animation: fall 0.6s ease-in forwards;
	        animation: fall 0.6s ease-in forwards;
	-webkit-animation-delay: 1.8s;
	        animation-delay: 1.8s;
	bottom: 2000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 10px 0 40px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 5;
}
#scene .scene-container #crash img {
	max-width: calc(var(--vh) * 60);
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
}
#scene .scene-container #crash img {
	width: 400px;
}
@media screen and (min-width: 768px) {
	#scene .scene-container #crash img {
		width: calc(400px + 400 * ((100vw - 768px) / 1152));
	}
}
@media screen and (min-width: 1920px) {
	#scene .scene-container #crash img {
		width: 800px;
	}
}
@media screen and (max-width: 767px) {
	#scene .scene-container #crash img {
		max-width: 260px;
	}
}
#scene .scene-container #crash.tilt img {
	-webkit-animation: tilt 0.1s ease forwards;
	        animation: tilt 0.1s ease forwards;
}
#scene .santa {
	-webkit-animation: santa 20s linear infinite;
	        animation: santa 20s linear infinite;
	bottom: 0;
	height: calc(var(--vh) * 100);
	height: calc(var(--vh) * 50);
	mix-blend-mode: darken;
	position: absolute;
	-webkit-transform: translate(-100vw, 0) rotate(-20deg);
	        transform: translate(-100vw, 0) rotate(-20deg);
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	z-index: 4;
}
#scene .santa {
	width: 160px;
}
@media screen and (min-width: 375px) {
	#scene .santa {
		width: calc(160px + 199 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	#scene .santa {
		width: 359px;
	}
}

body:not(.home) .snow {
	-webkit-animation: none;
	        animation: none;
	bottom: 0;
}

.snow {
	-webkit-animation: snow ease-out 1s forwards;
	        animation: snow ease-out 1s forwards;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -400px;
	left: -40px;
	position: absolute;
	right: -40px;
}
.snow.snow-1 {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
	background-image: url(/app/uploads/2022/04/front.png);
	height: 88px;
	z-index: 4;
}
.snow.snow-2 {
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
	background-image: url(/app/uploads/2022/04/middle.png);
	height: 141px;
	z-index: 3;
}
.snow.snow-3 {
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
	background-image: url(/app/uploads/2022/04/back.png);
	height: 250px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.snow {
		background-size: 175% 100%;
	}
}
@media screen and (max-width: 600px) {
	.snow {
		background-size: 200% 100%;
	}
}
@media screen and (max-width: 500px) {
	.snow {
		background-size: 350% 100%;
	}
}

.offset-y {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 20px;
}
.offset-y h2, .offset-y h3 {
	margin-bottom: 10px;
}

.particles-js-canvas-el {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

#first-section {
	overflow: visible;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.map-container {
	background: url(/app/uploads/2022/04/map-frame-1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.map-container #map {
	padding: 11.6% 11.5% 11% 11.65%;
}

.fts-instagram-inline-block-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 60px 0;
	width: 100%;
}

.page-template-page-ticket-calendar #site-header {
	display: none;
}

.page-template-page-ticket-calendar .booking-masthead,
.page-template-page-content .booking-masthead {
	background-image: url(/app/uploads/2022/04/front.png), url(/app/uploads/2022/04/middle.png), url(/app/uploads/2022/04/back.png);
	background-position: 50% 100%, 50% 90%, 50% 80%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100% 100px;
	padding: 40px 30px 40px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.page-template-page-ticket-calendar .booking-masthead,
.page-template-page-content .booking-masthead {
		background-size: 100% auto;
	}
}
.page-template-page-ticket-calendar .booking-masthead,
.page-template-page-content .booking-masthead {
	padding-bottom: 0px;
}
@media screen and (min-width: 375px) {
	.page-template-page-ticket-calendar .booking-masthead,
.page-template-page-content .booking-masthead {
		padding-bottom: calc(0px + 40 * ((100vw - 375px) / 392));
	}
}
@media screen and (min-width: 767px) {
	.page-template-page-ticket-calendar .booking-masthead,
.page-template-page-content .booking-masthead {
		padding-bottom: 40px;
	}
}
.page-template-page-ticket-calendar .booking-masthead .booking-logo,
.page-template-page-content .booking-masthead .booking-logo {
	margin: 0 auto;
}
.page-template-page-ticket-calendar .booking-masthead .booking-logo,
.page-template-page-content .booking-masthead .booking-logo {
	width: 200px;
}
@media screen and (min-width: 375px) {
	.page-template-page-ticket-calendar .booking-masthead .booking-logo,
.page-template-page-content .booking-masthead .booking-logo {
		width: calc(200px + 100 * ((100vw - 375px) / 1025));
	}
}
@media screen and (min-width: 1400px) {
	.page-template-page-ticket-calendar .booking-masthead .booking-logo,
.page-template-page-content .booking-masthead .booking-logo {
		width: 300px;
	}
}

.quotes-slider .wp-block-quote {
	text-align: center;
}
.quotes-slider .wp-block-quote p {
	font-family: "Knockout 70 A", "Knockout 70 B";
	line-height: 1;
	text-align: center;
}
.quotes-slider .wp-block-quote p {
	font-size: 28px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.quotes-slider .wp-block-quote p {
		font-size: calc(28px + 12 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.quotes-slider .wp-block-quote p {
		font-size: 40px;
		letter-spacing: 0;
	}
}
.quotes-slider .wp-block-quote cite {
	color: #d2232b;
	display: inline-block;
	margin-top: 20px;
}

.tns-nav {
	margin-top: 20px;
}
.tns-nav button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: 2px solid #119953;
	border-radius: 100%;
	display: inline-block;
	font-size: 0;
	height: 14px;
	margin: 0 3px;
	padding: 0;
	text-indent: -9999rem;
	text-transform: capitalize;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	width: 14px;
}
.tns-nav button.tns-nav-active {
	background-color: #119953;
}

.reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 40px;
}
.reviews .review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(50% - 20px);
	    flex-basis: calc(50% - 20px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reviews .review__stars {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reviews .review__stars-star {
	fill: #d2232b;
	margin-left: 5px;
	max-width: 40px;
}
.reviews .review__stars-star:first-child {
	margin-left: 0;
}
.reviews .review__text {
	font-family: "Knockout 70 A", "Knockout 70 B";
	line-height: 1;
	text-align: center;
}
.reviews .review__text {
	font-size: 28px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px) {
	.reviews .review__text {
		font-size: calc(28px + 12 * ((100vw - 767px) / 433));
	}
}
@media screen and (min-width: 1200px) {
	.reviews .review__text {
		font-size: 40px;
		letter-spacing: 0;
	}
}
.reviews .review__citation {
	color: #d2232b;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
@media (max-width: 980px) {
	.reviews .review {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

.page-template-page-content .booking-masthead .booking-logo {
	margin-right: auto;
}
@media screen and (min-width: 992px) {
	.page-template-page-content .booking-masthead .booking-logo {
		margin-left: 0;
	}
}
@media screen and (max-width: 1400px) {
	.page-template-page-content .booking-masthead .booking-logo {
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.page-template-page-content .masthead + .page-section {
		padding-top: 40px;
	}
}

.basicLightbox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(0, 0, 0, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	opacity: 0.01;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	width: 100%;
	will-change: opacity;
	z-index: 1000;
}
.basicLightbox:after {
	color: #fff;
	content: "×";
	font-size: 50px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
	width: 40px;
}
.basicLightbox--visible {
	opacity: 1;
}
.basicLightbox__placeholder {
	max-width: 100%;
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	will-change: transform;
	z-index: 1;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 95%;
	max-width: 95%;
	position: absolute;
	right: 0;
	top: 0;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
	pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
	height: auto;
	width: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
	height: 100%;
	pointer-events: none;
	width: 100%;
}
.basicLightbox--visible .basicLightbox__placeholder {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.modal {
	background: #fff;
	max-height: calc(var(--vh) * 80);
	max-width: 660px;
	overflow-y: auto;
	padding: 30px;
}

.lightbox-trigger {
	margin-top: 20px;
	text-align: center;
}
/*# sourceMappingURL=theme.css.map */