/**
 * Theme Name: Xiongxin
 * Author: Flow Asia
 * Version: 1
**/
body{
	--footer_bg: #F1F2F6;
	--footer_link_color: #282828;
}
.gfield--type-consent .gfield_required.gfield_required_text{
	display: none;
}
.approach__logo{
	height: auto;
}
.success-projects{
	background: #002C45;
}
.footer__link--0{
	color: #002C45 !important;
}
.footer__link:hover{
	color: #002C45;
}
@media only screen and (min-width: 1024px){
	.approach__sector > img{
		width: 7.5rem;
	}
	html.header-is-scroll {
		--header_logo_w: 10rem;
		--header_logo_h: 3.43rem;
	}
	.cta.has-bg > .of-cover{
		top: auto;
		bottom: 0;
		max-height: 39.37rem;
	}
	.approach__logo{
		width: auto;
	}
	.s-grid__logo{
		width: 11.375rem;
	}
	.s-grid__list .cell:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 15rem;
		z-index: 9;
		opacity: 0.5;
		background: linear-gradient(to bottom, rgba(var(--primary_rgb), 1) 0%, rgba(var(--primary_rgb), 0.59) 55%, rgba(var(--primary_rgb), 0) 100%);
	}
	/*.s-grid__list .cell--1{*/
	/*	grid-area: 1 / 1 / 2 / 3 !important;*/
	/*}*/
	/*.s-grid__list .cell--2{*/
	/*	grid-area: 1 / 3 / 2 / 4 !important;*/
	/*}*/
	/*.s-grid__list .cell--3{*/
	/*	grid-area: 2 / 2 / 3 / 3 !important;*/
	/*}*/
	/*.s-grid__list .cell--4{*/
	/*	grid-area: 2 / 1 / 4 / 2 !important;*/
	/*}*/
	/*.s-grid__list .cell--5{*/
	/*	grid-area: 2 / 3 / 3 / 4 !important;*/
	/*}*/
	/*.s-grid__list .cell--6{*/
	/*	grid-area: 3 / 2 / 4 / 4 !important;*/
	/*}*/
	/*.s-grid__list .cell--7{*/
	/*	grid-area: 4 / 1 / 5 / 2 !important;*/
	/*}*/
	/*.s-grid__list .cell--8{*/
	/*	grid-area: 4 / 2 / 5 / 4 !important;*/
	/*}*/
}
.menu__link{
	font-weight: 700;
}
.opportunity__icon path,
.statistic__icon path{
	fill: var(--secondary);
}
.header__logo img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
