<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASE STYLES */
	/* BORDER BOX */
	*, *:before, *:after {
	   -moz-box-sizing: border-box;
	   -webkit-box-sizing: border-box;
	   box-sizing: border-box;
	}
	/* BORDER BOX */

	html {
	   position: relative;
	   font-size: 62.5%;
	   width: 100%;
	}
/* BASE STYLES */


/* BODY */
body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #0074FF;
	color: #FFF;
}

.container {
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
	@media (min-width: 900px)  {.container {padding: 0 50px;}}
	@media (min-width: 1240px) {.container {padding: 0;}}
/* BODY */


/* CLEARING */
header:after,
.container:after,
.header-left:after,
.header-right:after,
.sharegraphics:after,
.sharegraphics-wrapper:after,
.mailinglist:after,
footer:after {
	content: "";
	display: table;
	clear: both; 
}
/* CLEARING */

/* BUTTONS */
.btn {
	display: inline-block;
	padding: 19px 34px;
	text-align: center;
	font-size: 19px;
	letter-spacing: .05rem;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	border: 1px solid #FFF;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 225ms ease;
	font-family: input-mono, monospace;
	font-weight: 700;
	font-style: normal;
}

.btn:hover {
	background-color: #000;
	color: #FFF;
	outline: 0;
	text-decoration: none;
	border: 1px solid #000;
}

.btn-outline {
	background-color: transparent;
	color: #FFF;
	font-weight: 300;
}

.btn-outline:hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid #FFF;
}
/* BUTTONS */




/* HEADER */
header {margin-top: 20px;}
	@media screen and (min-width: 768px)   {header {margin-top: 50px;}}
	@media screen and (min-width: 1024px)  {header {margin-top: 63px;}}

header p {
	margin-top: 9px;
	line-height: 1.89;
}
/* HEADER */


/* HEADER LEFT */
.header-left {
	float: left;
	width: 100%;
	padding-top: 25px;
}
	@media screen and (min-width: 1024px)  {
		.header-left {
			width: 48.5%;
			margin-right: 2%;
			padding-right: 30px;
		}
	}
	@media screen and (min-width: 1155px)  {
		.header-left {
			padding-right: 0;
		}
	}

.header-left .btn {margin: 0 0 15px 0;}
	@media screen and (max-width: 549px)  {.header-left .btn {display: block;}}
	@media screen and (min-width: 550px)  {.header-left .btn {margin: 0 10px 0 0;}}
	@media screen and (min-width: 1024px) and (max-width: 1154px) {.header-left .btn {display: block; margin: 0 0 15px 0;}}
	@media screen and (min-width: 1155px) {.header-left .btn {margin: 0 15px 0 0;}}

.header-left .btn:last-child {margin-bottom: 0;}
/* HEADER LEFT */


/* HEADER RIGHT */
.header-right {
	float: right;
	width: 100%;
	background-color: #5db5fd;
	padding: 30px;
}
	@media screen and (min-width: 600px)   {.header-right {padding: 50px 70px 60px;}}
	@media screen and (min-width: 1024px)  {.header-right {width: 49.5%; padding: 30px 30px 30px;}}
	@media screen and (min-width: 1240px)  {.header-right {width: 49.5%; padding: 50px 70px 60px;}}

.header-right h1 {
	text-align: center;
	color: #000;
	font-size: 40px;
	text-transform: uppercase;
	line-height: .85;
	margin: 10px auto 55px;
	max-width: 300px;
}
	@media screen and (min-width: 320px)   {.header-right h1 {font-size: 45px;}}
	@media screen and (min-width: 350px)   {.header-right h1 {font-size: 50px;}}
	@media screen and (min-width: 400px)   {.header-right h1 {font-size: 60px;}}

	.header-right h1 span {text-decoration: underline;}

.header-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-right ul li {
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.header-right ul li:last-child {margin-bottom: 0;}

.header-right .btn {display: inline-block;}
/* HEADER RIGHT */


/* SHARE GRAPHICS */
.sharegraphics {
	float: left;
	width: 100%;
	margin-top: 70px;
}
	@media screen and (min-width: 1244px)  {
		.sharegraphics {
			margin-top: 50px;
		}
	}

.sharegraphics h3 {margin-bottom: 10px;}
	@media (min-width: 600px)  {.sharegraphics h3 {margin-bottom: 15px;}}
	@media (min-width: 768px)  {.sharegraphics h3 {margin-bottom: 25px;}}
	@media (min-width: 1024px) {.sharegraphics h3 {margin-bottom: 35px;}}

.sharegraphics-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}
	@media screen and (min-width: 600px)  {.sharegraphics-wrapper {margin: 0 -10px;}}
	@media screen and (min-width: 768px)  {.sharegraphics-wrapper {margin: 0 -6px;}}

.sharegraphic {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
	display: inline-block;
	border: 10px solid transparent;
	padding: 0px;
}
	@media screen and (min-width: 600px)  {.sharegraphic {width: 50%;}}
	@media screen and (min-width: 768px)  {.sharegraphic {width: calc(50% + 12px); margin: -6px; border: 12px solid transparent;}}
	@media screen and (min-width: 1024px)  {.sharegraphic {width: calc(33.333% + 12px);}}


.sharegraphic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

a.sharegraphic:hover {
	cursor: pointer;
	border: 12px solid #FFF;
}

.sharegraphic-download {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 18px 30px 8px 24px;
	opacity: 0;
	color: #000;
	background-color: #FFF;
	text-transform: uppercase;
}

.sharegraphic-pdf .sharegraphic-download {
	opacity: 1;
	padding: 14px 27px 12px 27px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

a.sharegraphic-pdf:hover {
	cursor: pointer;
	border-color: #0074FF;
}

a.sharegraphic:hover .sharegraphic-download {
	opacity: 1;
}
/* SHARE GRAPHICS */


/* MAILING LIST */
.mailinglist {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.mailinglist p {
	max-width: 525px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.mailinglist a {
	display: block;
	position: relative;
	max-width: 900px;
	margin: 40px auto;
	background-color: #489AFE;
	padding: 21px 10px;
	text-decoration: none;
	font-family: input-mono, monospace;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #FFF;
}

.mailinglist a:hover {
	background-color: #FFB0B0;
}



.mailinglist form {
	position: relative;
	max-width: 900px;
	margin: 40px auto;

}

.mailinglist form input[type="email"] {
	width: 100%;
	border: none;
	padding: 0 10px;
	border-radius: 0;
	padding: 0 20px;
	font-size: 18px;
	height: 60px;
	font-family: input-mono, monospace;
	font-weight: 300;
	font-style: normal;
	background-color: #489AFE;
	outline: none;
}
	.mailinglist form input[type="email"]::placeholder {color: #FFF;}

.mailinglist form input:-webkit-autofill,
.mailinglist form input:-webkit-autofill:hover, 
.mailinglist form input:-webkit-autofill:focus {
	-webkit-text-fill-color: #FFF;
	-webkit-box-shadow: 0 0 0px 1000px #489AFE inset;
	background-color: transparent !important;
}

.mailinglist form input[type=submit] {
    position: absolute;
    background-image: url(../img/submitarrows.svg);
    background-size: 50px;
    background-position: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 5px;
    height: 50px;
    width: 80px;
    background-color: transparent;
    border: 1px solid #263640;
	color: #FFF;
	border: 0;
	outline: none;
	z-index: 1
}

.mailinglist form input[type=submit]:hover {
    background-color: #FFB0B0;
    cursor: pointer;
}
/* MAILING LIST */


/* FOOTER */
footer {text-align: center;}

footer a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}

footer a:hover {
	text-decoration: underline;
}

.sharethishaste {
	margin-bottom: 0;
	margin-top: 50px;
	display: inline-block;
	text-transform: none;
}

footer h2 {
	text-transform: uppercase;
	margin-bottom: 25px;
}

footer p {
	font-size: 16px;
	margin-bottom: 25px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {display: inline-block;}

footer ul span {
	font-size: 16px;
	margin: 0 12px;
}

footer ul span:last-child {display: none;}


.disclaimer {
	border: 1px solid #FFF;
	max-width: 660px;
	margin: 0 auto;
	padding: 15px;
	margin-bottom: 55px;
}

.disclaimer p {
	padding: 0;
	margin: 0;
}
/* FOOTER */








/* TYPE */

	/*
		font-family: input-mono, monospace;
		font-weight: 700;
		font-style: normal;
	*/

h1, h2, h3, h4, h5, h6, p {
	font-family: input-mono, monospace;
	font-weight: 300;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1 { line-height: 1.2;   letter-spacing:    0rem;  }
h2 { line-height: 1.1;   letter-spacing:    0rem;  }
h3 { line-height: 1.3;   letter-spacing:    0rem;  }
h4 { line-height: 1.35;  letter-spacing:    0rem;  }
h5 { line-height: 1.5;   letter-spacing:   .1rem;  text-transform: uppercase; font-weight: 700;}
h6 { line-height: 1.6;   letter-spacing:  .15rem;  text-transform: uppercase;}
p  { line-height: 1.5;   letter-spacing:  .01rem;  margin-bottom: 20px;}


	/* MOBILE */
	h1   { font-size: 30px; }
	h2   { font-size: 45px; }
	h3   { font-size: 20px; }
	h4   { font-size: 18px; }
	h5   { font-size: 16px; }
	h6   { font-size: 12px; }
	p    { font-size: 18px; }

		@media (min-width: 600px) {p {margin-bottom: 30px;}}

		/* TABLET */
		@media (min-width: 768px) {
			h1   { font-size: 30px; }
			h2   { font-size: 45px; }
			h3   { font-size: 20px; }
			h4   { font-size: 18px; }
			h5   { font-size: 16px; }
			h6   { font-size: 12px; }
			p    { font-size: 20px; margin-bottom: 40px;}
		}
/* TYPE */</pre></body></html>