<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.business-items {
  /*font-size: 0;*/
  margin:20px 0 0 -5px;
  padding:0px;
  text-align:center;
  list-style-type:none
}
.business-item {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

.business-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  background-color:#ed242f;
   
}
.business-contents {
  position: relative;
}
.business-expander-contents{ position:static !important} 
.business-expander-contents article{
	text-align:left;
	padding:35px 0 35px 0;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:19px;
}
.business-expander-contents article .left,
.business-expander-contents article .right{
	display:inline-block;
	vertical-align:top;
	width:49%;
	padding-bottom:20px;
 
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.business-expander-contents article .left{
	float:right;
	text-align:center
}
.business-expander-contents article .left img,
.business-expander-contents article .right img{ max-width:100%}

.business-expander-contents article .right {padding:0 45px 20px; float:left;}
.business-expander-contents article p{
	margin-bottom:15px;
}
.business-expander-contents article ul{
	margin:0 0 10px;
	padding:0 0 0 25px;
	list-style-type:none;
}
.business-expander-contents article ul li{
	padding:0px;
	margin:0px;
	position:relative;
}
.business-expander-contents article ul li:before{
	content:'-';
	position:absolute;
	left:-10px;
	top:0px;
}
.business-expander-contents article h2 ,
.business-expander-contents article h3{
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}
.business-expander-contents article h2 + ul,
.business-expander-contents article h3 + ul{
	margin-top:-12px;
}


.business-trigger{
	width:550px;
	display:block;
	background-color:#0d1029;
	text-align:left;
	cursor:pointer;
	text-transform:uppercase;
	position:relative;
	
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.business-trigger span{
	display:block;
	font-size:18px;
	color:#fff;
	font-weight:600;
	padding:0 0 0 45px;
	line-height:75px;
}
.business-item.active .business-trigger,
.business-trigger:hover{
	background-color:#ed242f;
}

.business-trigger:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	
	opacity:0;
	
	width: 0; 
	height: 0; 
	border-left:0px solid transparent;
	border-right: 55px solid transparent;
	
	border-top: 55px solid #fff;
}
.business-item.active .business-trigger:before{ opacity:1}



/*----------------------------------------------------*/
.industry-trigger-close,
.business-trigger-close{
	position:absolute;
	top:20px;
	right:20px;
	width:33px;
	height:33px ;
	background:url(../img/icons.png) -93px -42px no-repeat;
	opacity:1 !important;
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.industry-trigger-close:hover{ opacity:0.8 !important}
.industry-items {
  /*font-size: 0;*/
  margin:0 0 0 -5px;
  padding:0px;
  text-align:center;
  background-color:#0c0f22;
}
.industry-item {
	margin:0 -2px;
	padding:0px;
	width:50%; 
	display: inline-block;
	vertical-align: top;
	-webkit-transition: height 500ms ease;
	-o-transition: height 500ms ease;
	transition: height 500ms ease;
}

.industry-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  background-color:#0c0f22;
   
}
.industry-contents {
  position: relative;
} 
.industry-expander-contents{ position:static !important} 
.industry-expander-contents article{
	text-align:left;
	padding:85px 0 85px 0;
	display:block;
	color:#fff;
	font-size:18px;
	line-height:23px;
}
 
.industry-trigger{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:465px;
	width:100%;
	position:relative;
	display:table;
	cursor:pointer;	
}
.industry-trigger:before{
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.industry-trigger:after{
	content:'';
	width: 0; 
	height: 0;
	position:absolute;
	bottom:-35px;
	right:60px;
	z-index:9;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	
	border-top: 35px solid #ed242f;
	opacity:0; 
}
.industry-trigger .trigger-inner{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	z-index:99;
	position:relative
}
.industry-trigger .trigger-inner h2{
	margin:0;
	text-transform:uppercase;
	 
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}


.industry-item:hover .industry-trigger:before,
.industry-item.active .industry-trigger:before{background-color:rgba(190,29,38,0.8);}
.industry-item.active .industry-trigger:after{ opacity:1}

.industry-expander-contents article table{ width:100%; margin-top:30px}
.industry-expander-contents article table td{
	vertical-align:top;
	width:50%;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.industry-expander-contents article table tr td:first-child{ padding-right:20px;}
.industry-expander-contents article table tr td + td{ padding-left:30px;}

.industry-expander-contents article h3,
.industry-expander-contents article h2{
	font-size:24px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

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