<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pin {
	overflow: hidden; /* IE fix :( */
}

.carousel-wrapper {
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}

.carousel-wrapper .scroll-container {
	position: relative;
	display: flex;
	flex-flow: row;
	left: 0px;
	transition: left 0.5s ease;
}

.carousel-wrapper .scroll-container .textimage {
	display: block;
	margin: 0px !important;
	white-space: initial;
	flex-grow: 0;
	flex-shrink: 0;
}

.carousel-wrapper .scroll-container .textimage .textimage-image {
	max-width: 100%; /* IE fix :( */
}

#hero .carousel-wrapper .scroll-container .textimage .textimage-text {
	padding: 10px 20px 20px 20px; /* IE fix :( */
}

.carousel-wrapper .scroll-container .textimage .textimage-text .text-component p + p {
	clear: both; /* IE fix :( */
}

.carousel-wrapper .tool-bar {
	margin: 0px auto;
	text-align: center;
}

.carousel-wrapper .tool-bar .btn.btn--transparent:hover {
	color: #000 !important;
	border-color: #000;
}

.carousel-wrapper .arrow {
	position: absolute;
	top: 50%;
	margin: 0px 10px;
	padding: 0px;
	width: 36px;
	height: 36px;
	font-size: 0px;
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	border-radius: 100%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.carousel-wrapper .arrow.previous {
	left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 490 490' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='332.67 490 82.631 245 332.67 0 407.37 76.493 235.4 245 407.37 413.51' style='fill:%23fff;'/%3E%3C/svg%3E%0A");
}

.carousel-wrapper .arrow.next {
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 490 490' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon transform='matrix(-1,0,0,1,490.001,0)' points='82.631,245 332.67,0 407.37,76.493 235.4,245 407.37,413.51 332.67,490' style='fill:%23fff;'/%3E%3C/svg%3E%0A"); /* Same as above except for the transform matrix */
}

</pre></body></html>