<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:before,
*:after {
	box-sizing: inherit;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
:root {
    font-size: 62.5%
}
svg:not(:root) {
    overflow: hidden;
}
a {color: #fff;text-decoration: none;}
body {
    transition: background-color .25s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 1.5rem;
    font-family: Avenir Next, Avenir, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #000;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 1);
   /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-weight: 500;
}
#container {
	height: 100%;
    background-size: 100% auto;
    background-attachment: fixed;
	background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#header {
	transition: background-color .25s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 8.8rem;
    z-index: 100;
    width: 100%;
}
#header a {
	top: 4.7rem;
    left: 3.49%;
    position: absolute;
    /*height: 5rem;*/
}
#logo {
    fill: #fff;
    height: auto;
    width: 19.8rem;
    display: block;
}
#content {
	width: 75rem;
	/*position: relative;*/
	margin: 0 auto;
	text-align: center;
	/*padding-top: 23.5rem;*/
	padding-top: 16rem;
}
#content h1 {
	font-weight: 400;
	font-size: 6.31rem;
	line-height: 7.57rem;
	width: 80%;
    margin: auto;
}
#content #sub {
	font-weight: 400;
	font-size: 2.7rem;
	line-height: 3.43rem;
	width: 70%;
	margin: 2.1rem auto 5rem;
}
#cta {
	background: url(img/btn.jpg) center center/cover no-repeat #f703d4;
	display: block;
	width: 48.2rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.68rem;
	line-height: 11.2rem;
	margin: auto;
    letter-spacing: 0.3rem;
}
#disclaimer {
    margin: 0 auto;
    padding: 18.2rem 0 2.3rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #fff;
    width: 100%;
}
#disclaimer a {
	text-decoration: underline;
}
.Footer {
	color: hsla(0,0%,100%,.6);
	text-align: center;
	position: relative;
	margin-top: 5rem;
	flex: 1;
    margin-top: 0;
    bottom: 0;
    width: 100%;
	background-color: #000;
	padding: 2.7rem 0;
}
.Footer__nav,
.Footer__copyright {
	width: calc(66.66667vw - 8.8rem);
	margin: 1rem auto;
}
.Footer__navLink {
    line-height: 3.6rem;
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
}
.Footer__navLink:visited {
	color: #fff;
}
.Footer__navLink:hover {
	text-decoration: underline;
}
.Footer__navLink:not(:first-child) {
	margin-left: 1.3rem;
}
.Footer__copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	#header a {top:2.5rem;}
	#logo {width: 42.05%;}
	#content {width: 95%;padding-top:3rem;}
	#content h1 {line-height:1.15; font-size: 10.13vw; width: 100%;}
	#content #sub {width: 90%;line-height: 1.27;font-size: 4.27vw;margin-bottom: 3rem;}
	#cta {width:70vw;line-height: 2.87;font-size: 5.5vw;}
	#disclaimer{font-size: 2.8125vw;line-height: 1.56;padding: 12rem 2rem 1.5rem;}
	.Footer__nav {width: calc(100vw - 9.4rem);margin: 0.8rem auto 1rem;}
	.Footer__navLink{font-size: 1.2rem;line-height: 3rem;}
	.Footer__copyright {width: calc(100vw - 9.4rem);font-size: 1rem;line-height: 1.5rem;}
}</pre></body></html>