<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* remove hover on mpbile */
.mobile .list-items-box a.link-img:hover .notice-state,
.mobile .list-items-box a.link-img:hover .corner-ribbon {
	opacity: 1;
}
.mobile .list-items-box a.link-img:hover .overlay-figure {
	opacity: 0;
	visibility: hidden;
}

.list-items-box a.link-img .notice-state,
.list-items-box a.link-img .ribbon,
.list-items-box a.link-img:hover .notice-state,
.list-items-box a.link-img:hover .corner-ribbon,
footer[role="contentinfo"] p a,
footer[role="contentinfo"] p a:hover,
.btn,
.btn:hover,
.list-items-box a.link-img:hover .overlay-figure,
.list-items-box a.link-img .overlay-figure {
	-webkit-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-o-transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
	transition: all 600ms cubic-bezier(0.800, 0.000, 0.200, 1.000); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	-o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
	transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000); /* custom */
}

body {
	color: #696969;
	font-size: 11px;
	line-height: 1.7em;
	font-family: "lato";
	font-weight: 300;
	background:#fff;
}

* {
	box-sizing: border-box;
	word-wrap:  break-word;
}

section {
	position: relative
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

small {
  display: block;
}

.pull-middle {
	display:table;
	margin:auto 
}

.content-table {
  display:table;
 	height:100%;
  margin:auto;
	width:100%
}

.content-vertical {
	display:table-cell;
  height:100%;
  position: relative;
	z-index: 10;
}

.inner-content {
	overflow: hidden;
}

.content-vertical.middle {
	vertical-align:middle;
}

.content-vertical.top {
	vertical-align:top;
}

.content-vertical.bottom {
	vertical-align:bottom;
}

.row-no-gutter,
.row-no-gutter .row {
  margin-right: 0;
  margin-left: 0;
 }
 
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.overlay,
.overlay-color,
.overlay-gradient-radial,
.overlay-gradient-linear {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.overlay,
.overlay-color,
.overlay-gradient-radial,
.overlay-gradient-linear {
	z-index:5
}

.list-items-box a.link-img:hover .overlay-figure {
  opacity: 1;
  visibility: visible;
}

.list-items-box a.link-img:hover .notice-state,
.list-items-box a.link-img:hover .corner-ribbon {
  opacity: 0;
}

.btn:hover {
	background: #000;
	color: #fff;
}

.list-items-box {
	margin: 0;
	position: relative
}

.list-items-box &gt; li {
	min-height: 180px
}

.list-items-box.box-full .list-specificity {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}



.list-items-box h4,
.list-items-box .h4 {
	line-height: 1.6em;
	font-size: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
}

.list-items-box figcaption .bottom {
	padding-bottom: 30px;
}

.list-items-box .bottom h4,
.list-items-box .bottom .h4 {
	margin-bottom: 0;
}

.list-items-persona h3,
.list-items-persona .h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 500;
	margin: 20px 0 10px  0
}

.list-items-persona h3 small,
.list-items-persona .h3 small {
	font-size: 1em;
	font-weight: 300;
}

.list-items-box .h4 small,
.list-items-box h4 small {
	text-transform: none;
	font-size: .8em;
	font-weight: 500;
}

.list-items-persona h5,
.list-items-persona .h5 {
  text-transform: none;
}

.list-items-box figure .notice {
	position: absolute;
	padding:30px 15px 15px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	color: #fff;
	font-weight: 500;
	font-size: 1.1em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.list-items-box figure .notice i {
	opacity: .4;
	margin-right: 4px;
}

.list-items-box a.link-img .overlay-figure {
  opacity: 0;
  visibility: 0;
  position: absolute;
  padding: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  font-weight: 100;
}
.list-items-box a.link-img .overlay-figure i {
	color:#fff;
}

.list-items-box .img-responsive {
	position:relative;
	z-index: 1;
}

.list-items-box a.link-box {
	position: relative;
	z-index: 1
}

.list-items-box a.link-img {
	display:  block;
	color: #fff;
}

.list-items-box a.link-img:hover {
	color: #fff;
	cursor: pointer
}

.list-items-box .panel-footer {
	padding: 0;
	border-top-color:#f1f1f1
}

.list-items-box .specificity {
	min-height: 36px
}

.list-items-box .panel-footer [itemprop="offers"] {
	font-weight: 600;
	color: #111;
	padding: 15px 5px;
	height: 50px;
	font-size: 1.1em
}

.list-items-box .panel-footer .btn {
	background: #eee;
	padding: 15px;
	height: 50px;
	font-weight: 600;
	border-left:1px solid #e5e5e5;
	font-size: 1em
}

.list-items-box a.link-box:after {
	left: 0;
	right: 0;
	top:0;
	content: "";
	visibility: hidden;
	bottom: 0;
	z-index: 7;
	position: absolute;
	opacity: 0;
}

figure {
	position: relative;
	margin-bottom: 15px;
}

ul li figure {
	margin: 0;
	min-height: 180px;
}

.figcaption-overlay-full {
	position: absolute;
}

.figcaption-overlay-full {
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	z-index: 7;
}

.figcaption-overlay-full h4,
.figcaption-overlay-full .h4 {
	color: #fff;
}


.bg-img-full {
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
}

.bg-img-full.fixed {
	background-attachment: fixed
}

.bg-img-full.blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	opacity: .10;
}

.bg-img-full.grayscale {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	opacity: .1
}

a.link-box:hover .overlay-full .overlay-gradient-radial {
	opacity: 0
}

.overlay-full .overlay-gradient-radial {
	opacity:.35;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.overlay-full .overlay-color {
	opacity:0.25;
	background: #000;
}

.overlay.overlay-light .overlay-gradient-radial {
	opacity:1;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}


.list-specificity li {
	font-size: .85em;
  text-align: center;
  border-right:1px solid transparent;
  margin-bottom: 0;
  line-height: 1.8em;
  font-weight: 500
}

.list-items-box .panel .h4 small,
.list-items-box .panel h4 small,
.list-specificity-bg-white li {
	color:rgba(0,0,0,.5);
}

.list-items-box .figcaption-overlay-full .list-specificity {
	padding:60px 0 15px 0
}

.list-specificity-bg-white li {
	border-right-color: rgba(0,0,0,.05);
}

.list-items-box .figcaption-overlay-full .h4 small,
.list-items-box .figcaption-overlay-full h4 small {
	color:rgba(255,255,255,.8);
}

.list-specificity-bg-black li {
	color:rgba(255,255,255,.65);
}

.list-specificity-bg-black li {
	border-right-color: rgba(255,255,255,.2);
}

.list-specificity-bg-black li strong {
	color:rgba(255,255,255,1) !important
}

.list-specificity li:last-child {
	border: none
}



.list-specificity li i {
	font-size: 1.6em;
	margin-right: 3px;
	display: none
}

.list-specificity li strong {
	font-size: 1.6em;
	color: #111
}

.list-items-box .panel h4,
.list-items-box .panel .h4 {
	margin-top: 5px
}

.btn {
	padding: 15px 20px;
	font-size: 1em;
	border-radius: 0;
	margin-bottom: 15px;
	color: #000;
    background: transparent;
	border: 2px solid #000;
	text-transform: uppercase
}

footer[role="contentinfo"] {
	padding: 30px 0
}

footer[role="contentinfo"] p.powered {
	color: #333;
	margin-top: 15px;
	font-size: .8em;
}

footer[role="contentinfo"] p.powered img {
	opacity:.4;
}

footer[role="contentinfo"] .logo-brand {
	max-width: 100px;
	max-height: 30px;
	margin-left: 10px
}

footer[role="contentinfo"] h3 {
	color: #000;
	font-size: 1.4em;
	margin: 0 0 5px 0;
	font-weight: 500;
	text-transform: none;
}

footer[role="contentinfo"] p, footer[role="contentinfo"] p a {
	color: #888;
	font-weight: 400;
}

footer[role="contentinfo"] h5 span {
	display: inline-block;
	opacity: .6
}

footer[role="contentinfo"] p a {
	opacity: .6;
}

footer[role="contentinfo"] p a:hover {
	opacity: 1
}

.logo-campaigntrack {
	max-width: 85px;
	margin-left: 5px;
	display: inline-block;
}

figure {
	overflow: hidden
}

figure figcaption .notice-state {
	position: absolute;
	z-index: 10;
	font-weight: 400;
	left: 0;
	right: 0;
	padding:10px;
	color: #fff;
	line-height: 1.6em;
	font-size: .8em;
}

figure figcaption .notice-state span {
	opacity: .7
}

figure figcaption .notice-state strong {
	font-weight: 600;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}

figure figcaption .notice-state strong i {
	margin-right: 3px;
}

figure figcaption .notice-state:after {
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -3px;
	left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
}

.corner-ribbon {
  width: 160px;
  position: absolute;
  top: 20px;
  right: -40px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .8em;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-align: center;
  line-height: 40px;
  letter-spacing: .5px;
  z-index: 4;
  color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

@media (min-width:768px) {
	body {
		font-size: 12px;
	}
	figure figcaption .notice-state {
		padding: 15px
	}
}

@media (min-width:992px) {
	body {
		font-size: 13px;
	}
}

@media (min-width: 2560px) {
	.list-items-box .img-responsive {
		width:100%
	}
	.list-items-box .figcaption-overlay-full .list-specificity {
		padding-bottom: 45px !important
	}
}

@media (min-width: 2560px) {
	.list-items-box .img-responsive {
		width:100%
	}
	.list-items-box .figcaption-overlay-full .list-specificity {
		padding-bottom: 45px !important
	}
}

@media (min-width: 1200px) {
	.list-items-box .figcaption-overlay-full .list-specificity {
		padding-bottom: 30px !important
	}
}</pre></body></html>