
:root {
	--font-default: "Inter", sans-serif;
	--font-primary: "Noto Sans", sans-serif;
	--font-size-default: 16px;
	--font-weight-default: 400;
	--line-height-default: 1.633;
}

body {
	--wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-masthead {
	margin: 0 auto;
	width: 100vw;
	width: 100%;
	max-width: 100vw;
}

.wp-block-acf-masthead .shell {
	display: flex;
	flex: 1;
	flex-direction: column;
	max-width: 1280px;
	margin: auto;
	padding: 32px 16px;
	min-height: 320px;
}

@media (max-width: 1023px) {
	.wp-block-acf-masthead .shell {
		padding: 16px;
	}
}

@media (max-width: 768px) {
	.wp-block-acf-masthead .shell {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.wp-block-acf-masthead .shell .app__block-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0px;
	flex: 1;
	width: 100%;
}

.wp-block-acf-masthead .shell .app__block-inner > * {
	flex: 1 1 50%;
	max-width: 50%;
	box-sizing: border-box;
}

@media (max-width: 1023px) {
	.wp-block-acf-masthead .shell .app__block-inner > * {
		max-width: 100%;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-media {
	position: relative;
	height: auto;
	width: 100%;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-media > img {
	width: 100% !important;
	height: auto !important;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .brand-mark-wrapper {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 5;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark {
	height: 48px;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .brand-mark-wrapper .brand-mark img {
	display: block;
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 768px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content .brand-mark-wrapper {
		display: none;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .kicker {
	color: #003d51;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
	color: #003d51;
	text-align: left;
	margin-bottom: 0;
	font-size: 48px;
}

@media (max-width: 1023px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content h1 {
		font-size: 28px;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content p {
	color: var(--wp--preset--color---primary);
}

@media (max-width: 1023px) {
	.wp-block-acf-masthead .shell .app__block-inner .app__block-content p {
		font-size: 18px;
	}
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .tagwrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	gap: 32px;
	flex-wrap: wrap;
	row-gap: 8px;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .tagwrapper .tag {
	color: var(--wp--preset--color---secondary);
	font-size: .85rem;
	letter-spacing: 0;
	text-transform: uppercase;
	border-bottom: 2px solid var(--wp--preset--color---secondary);
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .locations {
	display: flex;
	flex-direction: row;
	justify-align: flex-start;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .locations .locations-label {
	background: #ec0044;
	/* red */
	color: #fff;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .locations .locations-label::before {
	padding: 6px;
	background-size: cover;
	content: " ";
	background-image: url("https://cdn-ilembml.nitrocdn.com/OPMESdYyCncJneZVnfyZPxGmlQMRXoAh/assets/images/optimized/rev-21c4cff/www.citydance.net/wp-content/themes/citydance/assets/images/icon-compass.svg");
	background-repeat: no-repeat;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .locations .locations-value {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 2px;
	color: #001e27;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.wp-block-acf-masthead .shell .app__block-inner .app__block-content .locations .locations-value div {
	background: #fff;
	border-left: 1px solid rgba(0, 0, 0, .08);
	padding: 4px 8px;
	flex-wrap: no-wrap;
}

.wp-block-acf-masthead.style1 {
	position: relative;
	padding: 0 !important;
	margin-bottom: 0 !important;
	min-height: 320px;
	background-color: #f4f2fa;
}

.wp-block-acf-masthead.style1 .wp-block-acf-masthead-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-block-acf-masthead.style1 .shell {
	position: relative;
	z-index: 0;
}

.wp-block-acf-masthead.style1 .shell.wp-block-columns {
	gap: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.wp-block-acf-masthead.style1 .shell .masthead-content {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #003d51;
	margin-bottom: 10px;
	max-width: 510px;
}

.wp-block-acf-masthead.style1 .locations-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
	overflow: hidden;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-label {
	white-space: nowrap;
	background-color: #003d51;
	padding: 2px 6px;
	min-height: 28px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	font-family: "Noto Sans", sans-serif;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-label svg {
	margin-right: 5px;
	width: 10px;
	height: auto;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-links {
	display: flex;
	gap: 12px;
	transition: all .8s;
	opacity: 1;
	overflow: hidden;
	font-size: 10px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	padding-right: 6px;
	padding-left: 6px;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-links a {
	color: #001e27;
	font-size: 10px;
	line-height: 24px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-links a:hover {
	color: #ec0044;
}

.wp-block-acf-masthead.style1 .locations-bar .dc-links a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	content: "";
	background-color: #f4f2fa;
	right: -6px;
}

.wp-block-acf-masthead.style2 {
	position: relative;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-acf-masthead.style2 .wp-block-acf-masthead-inner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 900px;
	position: relative;
}

@media (max-width: 768px) {
	.wp-block-acf-masthead.style2 .wp-block-acf-masthead-inner {
		min-height: 500px;
	}
}

.wp-block-acf-masthead.style2 .overlay-white {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
	background: rgba(244, 242, 250, .5);
	padding: 32px;
	backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
	.wp-block-acf-masthead.style2 .overlay-white {
		padding: 15px;
	}
}

.wp-block-acf-masthead.style2 .shell {
	position: relative;
	z-index: 0;
	padding: 0 !important;
	min-height: 1px;
}

.wp-block-acf-masthead.style2 .shell .masthead-content {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #003d51;
	margin-bottom: 10px;
	max-width: 510px;
}

.wp-block-acf-masthead.style2 .locations-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
	overflow: hidden;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-label {
	white-space: nowrap;
	background-color: #003d51;
	padding: 2px 6px;
	min-height: 28px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	line-height: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	font-family: "Noto Sans", sans-serif;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-label svg {
	margin-right: 5px;
	width: 10px;
	height: auto;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-links {
	display: flex;
	gap: 12px;
	transition: all .8s;
	opacity: 1;
	overflow: hidden;
	font-size: 10px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	padding-right: 6px;
	padding-left: 6px;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-links a {
	color: #001e27;
	font-size: 10px;
	line-height: 24px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-links a:hover {
	color: #ec0044;
}

.wp-block-acf-masthead.style2 .locations-bar .dc-links a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	content: "";
	background-color: #f4f2fa;
	right: -6px;
}

.wp-block-acf-masthead.style2 .slick-arrow {
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.wp-block-acf-masthead.style2 .slick-arrow.hero-slider__prev {
	left: 0;
	border-radius: 0 5px 5px 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}

.wp-block-acf-masthead.style2 .slick-arrow.hero-slider__prev.nitro-lazy {
	background-image: none !important;
}

.wp-block-acf-masthead.style2 .slick-arrow.hero-slider__next {
	right: 0;
	border-radius: 5px 0 0 5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}

.wp-block-acf-masthead.style2 .slick-arrow.hero-slider__next.nitro-lazy {
	background-image: none !important;
}

.wp-block-acf-masthead.style2 .slick-arrow:hover {
	width: 60px;
}

.studios .wp-block-acf-masthead.style1 {
	background-color: rgba(241, 102, 129, .1);
}

.studios .wp-block-acf-masthead.style1 .locations-bar .dc-label {
	background: #ec0044;
}

.studios .nav.splitmenu.sticky {
	background: #ec0044;
}

.studios .nav.splitmenu.sticky a:hover {
	background: #ec0044;
}

.conservatory .wp-block-acf-masthead.style1 {
	background-color: #f4f2fa;
}

.conservatory .wp-block-acf-masthead.style1 .locations-bar .dc-label {
	background: #003d51;
}

.conservatory .nav.splitmenu.sticky {
	background: #ec0044;
}

.conservatory .nav.splitmenu.sticky a:hover {
	background: #003d51;
}
