<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Colours*/
a{
	color:#ed7303;
}
a:hover{
	color: #b05800;
}
a.col-4:hover {
	text-decoration: none;
	cursor: pointer;
}
a.col-4 *{
	cursor: pointer;
}
/*
Fonts
*/
a{
	font-weight: bold;
	font-size: .75rem;
}
p{
	line-height: 1.8;
	font-size: 1rem;
}

h1, h2{
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 1;

}
section p{
	color:#848484;
	font-size: .8rem;
}


h2{
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #ed7303;
}
h3{
	color: #ed7303;
	font-size: 1.125rem;
}
hr{
	border-width: 2px;
	border-color: #bfbfbf;
}
.social-icons a{
	filter: saturate(0);
	opacity: .7;
}
.social-icons a:hover{
	opacity: 1;
	filter: saturate(1);
}
.text-underlined{
	text-decoration: underline;
}
.partner-logo{
	opacity: 0;
	transform: translateY(10px);
}
</pre></body></html>