/* 2 COLUMN */

section.x2column{
	padding:0;
	margin: -10px 0;
	width: 100%;
	position:relative;
	z-index:10;
}

section.x2column.white .wrapper {
	padding: 90px 5%;
}

section.x2column p.subtitle{
	color: #fff;
	font-size: 1.5em;
}
section.x2column h2{
	position:relative;
	margin-bottom: 10px;
	color:#fff;
}

section.x2column .wrapper {
	display: flex;
	padding: 60px 5%;
}

section.x2column .col{
	
	position: relative;
}

section.x2column .col .image{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center center;
	flex: 0 0 50%;
	
}
section.x2column .col.image{
	/*clip-path:polygon(0 30px, 60px 0, 100% 0, 100% 100%, 0 100%);*/
	border-radius: 20px;
	overflow:hidden;
}

section.x2column .wrapper.reverse .col.image{
	/*clip-path:polygon(0 0, calc(100% - 60px) 0, 100% 30px, 100% 100%, 0 100%);*/
	
}


section.x2column.blue {
	background:var(--brand-color-2);
	margin: 80px 0;
}

section.x2column.blue:before {
	background: url('waves-blue.png') no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	content: '';
	position: absolute;
	width: 100%;
	  display: block;
	  height: 55px;
	  left: 0;
	  top: -54px;
	  z-index: 30;
	  min-width: 1500px;
}

section.x2column.blue:after {
	background: url('waves-blue.png') no-repeat;
	background-size: 100% 100%;
	  background-position: center center;
	  transform: rotate(180deg);
	  content: '';
	  position: absolute;
	  width: 100%;
	  display: block;
	  height: 55px;
	  left: 0;
	  bottom: -54px;
	  z-index: 30;
	  min-width: 1500px;
}

section.x2column.blue p {
	color: #f2f2f2;
}

section.x2column.blue h2 {
	color: var(--brand-color-1);
}

section.x2column.blue h2 strong {
	color: #f2f2f2;
	font-weight: 700;
	font-size: 1.2em;
}


section.x2column .col .image img{
	width:100%;
	height:100%;
	object-fit:cover;

}

section.x2column .col .info{
	max-width: 600px;
	padding: 90px 0;
}

.info .st0 {
	fill: #f2f2f2;
}

@media screen and (min-width:1200px){
	section.x2column .col .info{
		margin-left:calc(575px / 100 * 5);
	}
	section.x2column .col .info{
		margin-left:calc(575px / 100 * 5);
	}
	section.x2column .wrapper{
		display:flex;
		min-height:60vh;
	}
}

section.x2column ul{
	list-style:none;
}

section.x2column li {
	margin: 10px 0;
	line-height: 1.3em;
	font-weight: 500;
	font-size:1.175em;
	padding-left:28px;
	position:relative;
}
section.x2column li:before{
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Pro';
}
section.x2column .wrapper .col.content{
	display:flex;
	align-items: center;
	flex:0 0 50%;
	poisition:relative;
	filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));
	padding: 0 0 0 2%;
}

section.x2column.white .wrapper .col.content {
	filter: none;
}

section.x2column.white .wrapper .col.content h2 {
	color: var(--brand-color-1);
}

section.x2column .wrapper.reverse .col.content{
	padding: 0 2% 0 0;
}
section.x2column .wrapper .col.content:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:100%;
	transform:translateX(-100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
section.x2column .wrapper.reverse .col.content:after{
	left:initial;
	right:0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	transform:translateX(100%);
	
}
section.x2column.orange .wrapper .col.content:after,
section.x2column.orange .wrapper .col.content
{
	background:var(--orange-gradient-vertical);
}
section.x2column.blue .wrapper .col.content:after,
section.x2column.blue .wrapper .col.content{
	background:var(--mid-blue);
}
section.x2column.grey .wrapper .col.content:after,
section.x2column.grey .wrapper .col.content{
	background:var(--mid-grey);
}
section.x2column .wrapper.reverse{
	flex-direction:row-reverse;
}



section.x2column .wrapper.reverse .col.content{
	justify-content:flex-end;
}
section.x2column .wrapper .col.image {
	flex: 0 0 50%;
}


section.x2column .wrapper .col .info{
	padding: 50px 0;
	width: 100%;
	color:#fff;
}

section.x2column .wrapper.reverse .col .image{
	left:auto;
	right:0;
}
section.x2column .icon{
	width:80px;
	height:90px;
}
section.x2column .icon svg{
	fill:#fff;
}

@media screen and (max-width:900px){
	section.x2column{
		padding:0;
	}
	section.x2column .wrapper, section.x2column .wrapper.reverse{
		flex-direction:column;
	}
	section.x2column .wrapper .col.content{
		padding:0;
	}
	section.x2column .wrapper .col.image{
		padding-bottom:56%;
	}
	section.x2column .wrapper .col .info{
		padding:30px 5% 60px 0;
		max-width: none;
	}
	section.x2column .wrapper.reverse .col.content{
		justify-content: flex-start;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after
	{
		transform: translateY(-100%);
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
	}
	section.x2column .wrapper.reverse .col.content:after,
	section.x2column .wrapper .col.content:after{
		clip-path:polygon(calc(100% - 60px) 100%, 100% 0, 100% 100%);
	}
	
}
@media screen and (max-width:480px){
	section.x2column .wrapper .col.image{
		padding-bottom:100%;
	}
}