.elementor-1429 .elementor-element.elementor-element-8f2717d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1429 .elementor-element.elementor-element-af3dd47{font-family:"Jost", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-af3dd47 */.tilesWrap {
	padding: 0;
	margin: 30px auto;
	list-style: none;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
	min-width: 200px;
	max-width: 230px;
	padding: 50px 20px 30px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	font-size: 20px;
	min-height: 25vh;
	background: #fff;
	border: 1px solid #252727;
	text-align: left;

}
.tilesWrap li h3 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.1;
	top: 40px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h4 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.tilesWrap li p {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	margin-top: 5px;
}
.tilesWrap li button {
	background: transparent;
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	color: #b7b7b7;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translateY(-40px);
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
}
.tilesWrap li button:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 120%;
	background: #b7b7b7;
	top: 0;
	opacity: 0;
	left: -140px;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	
}
.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h3 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(2):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(3):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(4):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(5):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(6):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}
.tilesWrap li:nth-child(7):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #00d295, #00aba6);
background: linear-gradient(to right, #00aba6, #00d295);
}/* End custom CSS */