<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">element.style.body {
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 320px;
	width: auto !important;
}
.body {
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

* {
	box-sizing: border-box;
}
.container-fluid h1 {
	font-size: 3em;
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.container-fluid h2 {
	font-size: 3em;
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.container-fluid h4 {
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: .004em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.layer {
	background-color: #050505;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background 0.1s ease, all 1s ease;
	-moz-transition: background 0.1s ease, all 1s ease;
	-ms-transition: background 0.1s ease, all 1s ease;
	-o-transition: background 0.1s ease, all 1s ease;
	transition: background 0.1s ease, all 1s ease;
}
#myCarousel:hover .layer {
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: background 0.1s ease, all 1s ease;
	-moz-transition: background 0.1s ease, all 1s ease;
	-ms-transition: background 0.1s ease, all 1s ease;
	-o-transition: background 0.1s ease, all 1s ease;
	transition: background 0.1s ease, all 1s ease;
}
#myCarousel:hover .carousel-caption h3 {
	text-decoration: underline;
	cursor: pointer;
}
.carousel-caption {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	text-transform: uppercase;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.carousel-caption h2 {
	font-size: 2em;
	line-height: 1.09091;
	font-weight: 540;
	letter-spacing: -.002em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.carousel-caption h3 {
	font-size: 1.5em;
	line-height: 1.09091;
	font-weight: 540;
	letter-spacing: -.002em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#myBtn {
	display: none;
	opacity: .7;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #6e92c5;
	color: white;
	cursor: pointer;
	padding: 7px;
	border-radius: 4px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
#myBtn:hover {
	background-color: #82ACE7;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.navbar-inverse .navbar-nav li a.active {
    color: #FFFFFF;
	text-decoration: underline;
}</pre></body></html>