.mat-chrome {
	position: relative;
	z-index: 40;
	flex: 0 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	background: #07111f;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	font-family: Lato, Helvetica, sans-serif;
	box-sizing: border-box;
}
.mat-chrome-brand {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.mat-chrome-brand img {
	height: 32px;
	width: auto;
	display: block;
}
.mat-chrome-label {
	color: rgba(255, 255, 255, .42);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	white-space: nowrap;
}
html, body { height: 100%; }
body.mat-chrome-on {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 0;
}
body.mat-chrome-on #pano {
	flex: 1 1 auto;
	min-height: 0;
	height: auto !important;
	width: 100% !important;
}
.mat-intro {
	position: fixed;
	inset: 0;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(7, 17, 31, .62);
	cursor: pointer;
	transition: opacity .35s ease;
}
.mat-intro.is-gone { opacity: 0; pointer-events: none; }
.mat-intro-card {
	max-width: 34rem;
	padding: 1.4rem 1.5rem 1.2rem;
	border-radius: 14px;
	background: rgba(7, 17, 31, .88);
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
	text-align: center;
}
.mat-intro-card p {
	margin: 0;
	color: #fff;
	font-family: Lato, Helvetica, sans-serif;
	font-size: 1.15rem;
	line-height: 1.45;
	font-weight: 600;
}
.mat-intro-card span {
	display: block;
	margin-top: .85rem;
	color: #f39200;
	font-size: .82rem;
	font-weight: 700;
}
