<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
    padding: 0;
    margin: 0;
}

body {
	overflow-x: hidden;
	color: #000;
	font-family: 'EB Garamond', serif;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
}

.hero-bg {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("images/cover.jpg");
	background-size: cover;
	background-position: center center;
	height: 67%;
}

.headline-container {
	/*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.0)); */
	text-align: center;
	height: 100%;
}

.headline-container-mobile {
	background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.0));
	padding-top: 30px;
	height: 100%;
}

.headline {
	font-family: 'Playfair Display', serif;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.2em;
	color: #0066cc;
}

.lede {
	font-weight: 400;
	padding: 10px;
}

.cat {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
}

.revenue {
	font-size: 1em;
	font-weight: 400;
	color: #114cee;
}

.percent {
	font-family: 'Josefin Slab', serif;
	font-size: 1.1em;
	font-weight: 600;
}

.export {
	font-size: 1.6em;
	color: #114cee;
}

.import {
	font-size: 1.6em;
	color: #EF5E3B;
}

img {
	margin: auto;
	display: block;
}

img.big-icon {
	max-width: 90%;
}

img.medium-icon {
	max-width: 200px;
}


img.my-icon {
    max-width:100px;
	margin-bottom: 20px;
}

h1 {
	font-family: 'Josefin Slab', serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	margin: 20px;
}

.time {
	font-family: 'Josefin Slab', serif;
	text-align: center;
	font-weight: 600;
}

.corner-border {
	background:
    linear-gradient(to right, #a3297a 2px, transparent 2px) 0 0,
    linear-gradient(to right, #a3297a 2px, transparent 2px) 0 100%,
    linear-gradient(to left, #a3297a 2px, transparent 2px) 100% 0,
    linear-gradient(to left, #a3297a 2px, transparent 2px) 100% 100%,
    linear-gradient(to bottom, #a3297a 2px, transparent 2px) 0 0,
    linear-gradient(to bottom, #a3297a 2px, transparent 2px) 100% 0,
    linear-gradient(to top, #a3297a 2px, transparent 2px) 0 100%,
    linear-gradient(to top, #a3297a 2px, transparent 2px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	padding: 20px;
}


.right-box {
	float: right;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}


.left-box {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}

.quote-content {
	font-family: 'Josefin Slab', serif;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #a3297a;
	margin: 10px;
}

.center-box {
	float: right;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	padding: 5px;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

p.caption {
	font-weight: 300;
	font-size: 0.8em;
	color: #595959;
	padding-top: 5px;
}


hr {
	border-top: 1px solid #cccccc;
}

.share a {
	color: #fff;
}
.footer {
	background: #0066cc;
	color: #fff;
	font-size: 0.9em;
	padding-top: 20px; padding-bottom: 15px;
}

.logo {
	max-width: 300px;
	padding-top: 10px;
}

.quote p.content {
	margin-left: 0px;
	color: #0059b3;
	font-weight: 500;
	font-size: 1.6em;
}


/*Back to top*/
#btt {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:rgba(255, 71, 26, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:45px;
    -moz-border-radius:45px;
    border-radius:45px;
	z-index: 99999;
}

#btt span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#btt:hover {
    background-color:#ff3300;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}</pre></body></html>