<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
	background: #efefef;
	margin: 0px;
}
#wrapper {
	margin: 0 auto;
	padding-top: 0;
	width: 100%;
	background-color: #FFFFFF;
}

/*RESPONSIVE VIDEO STYLES*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* FLOAT BUTTON */
#return-btn {
  display: none;
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: none !important; 
    background: none !important;
  color: white; 
  cursor: pointer; 
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  font-size: 1.2em;
    text-transform: uppercase;
    line-height: 100%;
}

#return-btn:hover {
  background-color: none !important;
    background: none !important;
}

/*TEXT STYLES*/
h1, h2, h3, h4, h5, h6, p, input, textarea {
	margin-top: 0;
    color: #333333;
}
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 5.0em;
	line-height: 112%;
	margin: 0 0 0.3em 0;
}
h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	font-size: 3.0em;
	line-height: 120%;
	margin: 0 0 0.3em 0;
}
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 2.0em;
	line-height: 130%;
	margin: 0 0 1.0em 0;
}

p, input, textarea, select {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-size: 1.2em;
	line-height: 150%;
	margin: 0 0 1.0em 0;
}
.copyright {
	font-size: 0.6em;
}
a {
	color: #A8A8A8;
	text-decoration: inherit;
	font-family: inherit;
	font-weight: inherit;
	outline: none;
	-o-transition: color .1s ease-out, background .3s ease-in;
	-ms-transition: color .1s ease-out, background .3s ease-in;
	-moz-transition: color .1s ease-out, background .3s ease-in;
	-webkit-transition: color .1s ease-out, background .3s ease-in;
	transition: color .1s ease-out, background .3s ease-in;
}
a:hover {
	color: #9E9E9E;
	outline: none;
}

.full-width-pad {
    padding: 8% 10% 8% 10%;
}

.full-height {
      height: 100vh; 
    width: 100%; 
       display: table;
}
.full-height-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
height: 100vh; 
				width: 100%;  
                display: table;
}
.full-height-content {
  display: table-cell;
    text-align: left;
                vertical-align: middle;
}

.background-flood {
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-attachment: fixed; 
    background-color: #000000;
}
.content-scroll {
    display: inline-block;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 2.0em;
    margin-top: 2.0em;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
    font-size: 2.0em;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}


.white {
    color: #FFFFFF;
}
.ltgray {
    color: #A8A8A8;
}

.black {
    color: #333333;
}

.inset-img {
    
}
.float-img-left {
    float: left;
    padding-right: 2.0em;
    width: 50%;
    height: auto;
}


/*BUTTON STYLES*/
.sm-button a, .sm-button input[type='submit'] {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding: 0.6em;
	border: 1px;
	border: #8994a0;
	border-style: solid;
	background-color: #8994a0;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.sm-button a:hover, .sm-button input[type='submit']:hover {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding: 0.6em;
	border: 1px;
	border: #8994a0;
	border-style: solid;
	background-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.8em;
	color: #8994a0;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}

@media screen and (max-width: 768px) {
    
   h3 {
	font-size: 1.4em;
	line-height: 130%;
	margin: 0 0 1.0em 0;
} 
    
    
.background-flood {
    background-size: cover; 
    background-attachment: scroll; 
    background-color: #000000;
}
}


</pre></body></html>