<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,700i');*/

/* soon to be global styles */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.center.line-bottom::after, .center .line-bottom::after {
	margin: 30px auto;
}

.line-bottom::after {
	content: "";
	display: block;
	width: 100px;
	border-top: 4px solid #0071bb;
}

.material-cta .button, .material-cta a.button {
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	display: inline-block;
	text-align: center;
	border: 2px solid #3498DB;
	color: #3498DB;
	background: transparent;
	padding: 8px 45px;
	border-radius: 5px;
	transition: all 0.2s ease-out;
	margin: 5px 5px 5px 0;
}

.material-cta a.button:hover, .material-cta .button:hover {
	text-decoration: none;
	border-color: #287FB8;
	color: #287FB8;
}

.material-cta a.button-primary, .material-cta .button-primary {
	background-color: #F39C0F;
	color: #fff;
	border-color: #F39C0F;
}

.material-cta a.button-primary:hover,
.material-cta .button-primary:hover {
	background-color: transparent;
	border-color: #E77E21;
	color: #E77E21;
}

/* end soon global styles */

.video-intro {
	width:50%;
	margin:auto;
}

.material-description a {
	font-weight: bold;
}

.compare-banner {
	background: url('https://lh3.googleusercontent.com/jWh8lMDRogNHKkAAPb5qvNpJwaDzjve55tHfEDOyn4I8fwge5A1DKyzNBh8Cc6gHFv0cvaFPJUBoHJ92wH8hJbfRJg=s1200') no-repeat center center;
	background-size: cover;
	width: 100%;
	max-width: 620px;
	display: block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0 auto 0px;
	padding: 35px 0
}

@media (min-width: 990px) {
	.compare-banner {
		max-width: 100%;
	}
}

.title h1 {
	background: rgba(17, 17, 17, 0.82);
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 15px 80px 15px 40px;
	border-bottom: 10px solid rgba(41, 128, 185, 0.75);
	display: block;
	border-radius:5px;
	font-size: 27px;
	text-transform: uppercase;
	margin-top:0px;
}

@media (min-width: 990px) {
	.title h1 {
		width: auto;
		margin: 0 50px;
		font-size: 36px;
	}
}


.title h1 span {
	display:block;
	font-weight: bold;
}

.compare-toc {
	border-radius:5px;
	background-color: #F7F9F9;
}

@media (min-width: 990px) {
	.compare-toc {
		text-align: center;
	}
}

.compare-toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 990px) {
	.compare-toc ul {
		margin:12px 0;
	}
}

.compare-toc li {
	width:100%;
	text-align: center;
}

@media (min-width: 990px) {
	.compare-toc li {
		width: auto;
		display: inline-block;
	}
}

.compare-toc a {
	display: block;
	background: #2980b9;
	color: #fff;
	border-radius: 3px;
	border: 2px solid #2980b9;
	padding: 5px 10px;
	margin: 0 3px 7px 0;
	font-size: 14px;
	font-family:'Montserrat';
}

@media (min-width: 990px) {
	.compare-toc a {
		display: inline-block;
		padding: 5px 7px;
	}
}

.compare-toc-body {
	max-width: 620px;
	margin: 0 auto 20px;
	padding-bottom:10px;
	padding:3px 6px;
}

@media (min-width: 990px) {
	.compare-toc-body {
		max-width:100%;
		margin-bottom: 20px;
	}
}

.compare-toc-head {
	background: #fff;
	margin-top:20px;
}

.compare-jumpto {
	text-transform: uppercase;
	color: #AEB7BF;
	letter-spacing: 0.06em;
	text-align: center;
	font-size:17px;
	margin:10px auto 15px;
}

.content h3 span {
	color: #6f6f6f;
}

.material-section {
	grid-template-columns: 4fr 8fr;
	grid-column-gap:15px;
}

@media (min-width: 990px) {
	.material-section {
		display: grid;
	}
}

.material-section-title h2 {
	color: #333;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #ECF0F1;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 990px) {
	.material-section-title h2 {
		margin-bottom: 20px;
		text-align: left;
	}
}

.material-cta {
	border-bottom: 1px solid #ECF0F1;
	margin-bottom:20px;
	padding-bottom: 40px;
}

@media (min-width: 990px) {
	.material-cta {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}

.material-section &gt; .row:last-child .material-cta {
	border-bottom:none;
}


.material-image-container {
	text-align: center;
	margin-top: 20px;
}

.material-image img {
	width: 80%;
	border-radius: 3px;
}

@media (max-width: 600px) {
	.material-image img {
		width:75%;
	}
}

.material-title {
	max-width: 620px;
	margin:10px auto 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 990px) {
	.material-title {
		text-align: left;
	}
}

@media (min-width: 1320px) {
	.material-title {
		margin-left:0;
	}
}

.material-title .subtitle {
	font-size: 17px;
	font-family:'Roboto', sans-serif;
}

/* add parenthesis to the materials */
.material-title .subtitle span:after{content:")"}
.material-title .subtitle span:before{content:"("}

.material-title .tag {
	font-size: 10px;
	display: inline-block;
	margin-top: 10px;
	background: #dff3ff;
	clear: both;
	padding: 5px 10px;
	border-radius: 10px;
}

@media (min-width: 990px) {
	.material-title .tag {
		display: none;
	}
}

.tag-green.tag {
	background: #e0fde9;
	color: #458458;
}

.tag-lightblue.tag {
	background: rgba(174, 214, 241, 0.3);
	color: #287FB8;
}

.material-technical {
	margin-bottom:15px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

@media (min-width: 990px) {
	.material-technical {
		display: grid;
	}
}

.material-value {
	font-size: 15px;
	color: #333;
}

.material-technical-details {
	padding:5px 15px 5px 50px;
	background: #F4F6F7;
	border-radius:5px;
	text-align: center;
	line-height: 160%;
	border-bottom: 2px solid #ECF0F1;
	width:100%;
}

.material-description {
	font-family: 'Roboto', sans-serif;
}

.material-description,
.material-cta  {
	max-width:620px;
}

@media (min-width: 990px) {
	.material-item {
		margin-bottom:50px;
	}
}

.material-technical-details {
	padding:5px 15px;
	max-width:620px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
}

.material-technical-extruder {
	background: url('/static/icons/extruder-grey.svg') no-repeat 15px center #F4F6F7;
	background-size: 20px;
}

/* certain breakpoints, remove icon to make text readable */
@media (min-width: 1200px) and (max-width: 1425px) {
	.material-technical-extruder {
		background: #F4F6F7;
	}
}

.material-technical-bedtemp {
	background: url('/static/icons/bedtemp-grey.svg') no-repeat 15px center #F4F6F7;
	background-size: 32px;
}

/* certain breakpoints, remove icon to make text readable */
@media (min-width: 1200px) and (max-width: 1389px) {
	.material-technical-bedtemp {
		background: #F4F6F7;
	}
}

.material-technical-bedahesion {
	padding:5px 15px;

	background: url('/static/icons/bedahesion-grey.svg') no-repeat 15px center #F4F6F7;
	background-size: 30px;
}

@media (min-width: 990px) {
	.material-technical-bedahesion {
		background: url('/static/icons/bedahesion-lightgrey.svg') no-repeat right center #F4F6F7;
		background-size: 290px;
	}
}

.material-property {
	text-transform: uppercase;
	font-size:12px;
	color: #333;
	display:block;
}

.material-property h4 span {
	font-size:15px;
	text-transform: none;
	color: #333;
	display:block;
}
</pre></body></html>