.top_mix_section .container {
	padding-bottom: 40px;
	border-bottom: 1.5px solid #BFCEBE;
	margin-bottom: 60px;
}

.top_mix_title h1 {
	font-size: 60px;
	line-height: 120%;
}

.stats {
	display: flex;
	flex-wrap: wrap;
}

.stats .stat-box {
	margin-right: 80px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.stat-box .number {
	font-size: 40px;
	color: #93C13E;
	line-height: 120%;
	letter-spacing: -5%;
}

.stat-box .legend {
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
}

.sub-title {
	font-size: 20px;
	line-height: 160%;
	margin-top: 10px;
}

.int-map{
	border-top: 1px solid #BFCEBE; 
	border-bottom: 1px solid #BFCEBE; 
	margin-bottom: 80px;
}

.top_mix_section.extra-map .container{
	border: none;
	margin-bottom: 10px;
}
.country-map{
	cursor: pointer;
}

@media (max-width: 744px) {
	.map_section {
		display:none;
	}

	.top_mix_section.extra-map .container{
		border-bottom: 1.5px solid #BFCEBE;
		margin-bottom: 60px;
	}
}

.carousel-wrapper{
	overflow: visible;
	position: relative;
	display: flex;
	width: 100%;
}

.carousel-wrapper .country{
	/*display: flex;
	flex-direction: column;*/
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	padding-right: 30px;
}

.carousel-wrapper .country .image{
	width: 100%;
	height: 190px;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
	filter: grayscale(0%);
	transition: all 200ms linear;
	display: block;
}


.carousel-wrapper .country .image:hover{
	filter: grayscale(50%);
}

.carousel-wrapper .country .title{
	left: 20px;
	position: relative;
	top: 18px;
	font-size: 14px;
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
}

.carousel {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	cursor: grab;
	position: relative;
	transition: transform 0.3s ease-out;
	will-change: transform;
}

.properties_section .container{
	padding-bottom: 80px;
	border-bottom: 1.5px solid #BFCEBE;
	margin-bottom: 80px;
}

.properties_section .wrap{
	display: flex;
	flex-direction: row;
}
.properties_section.markets .wrap{
	flex-direction: column;
}
.wrap .left{    
	width: 50%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wrap .middle{
	margin-top: 40px;
}

.wrap .top h3, .wrap .left h3{    
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wrap .top h2, .wrap .left h2{    
	font-size: 40px;
	max-width: 1000px;
}
.wrap .bottom .btn, .wrap .left .btn{
	display: inline-block;
	padding: 10px 32px;
	margin-top: 50px;
	font-size: 14px;
}

.wrap .right{
	width: 50%;
	padding-left: 40px;
}

.wrap .right .img-con{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 324px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.wrap .right .img-con.one{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(0px, 100px);
}

.wrap .right .img-con.two{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(200px, 0px);
}

.top_properties .container {
	padding-bottom: 80px;
	border-bottom: 1.5px solid #BFCEBE;
	margin-bottom: 80px;
}

.top_title{
	max-width: 1050px;
}

.top_title h1 {
	font-size: 60px;
	line-height: 120%;
}

@media (max-width: 768px) {
	.properties_section .wrap{
		flex-direction: column;
	}

	.properties_section .img-group{
		display: flex;
		height: 320px;
	}
	.wrap .left{
		width:100%;
		padding-right:0;
	}
	.wrap .right{
		width:100%;
		padding-left: 0;
		margin-top: 40px;
	}
}



