.content-with-quote-video-module .video-wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 762px;
    position: relative;
    width: 100%;
	color: var(--white-light);
}
.content-with-quote-video-module .video-top-wrapper{
	position: relative;
	padding-bottom: 56px
}
.content-with-quote-video-module .video-top-wrapper .quote-sub-title{
	color: var(--cobalt-light);
	margin-bottom: 12px;
}
.content-with-quote-video-module .video-top-wrapper .quote-title{
	color: var(--cobalt-prime); 
	margin-bottom: 16px;
}
.content-with-quote-video-module .video-top-wrapper .quote-content{
	color: var(--graphite-prime); 
	margin-bottom: 8px;
}
.content-with-quote-video-module .video-top-wrapper .quote-content p{
	font-size: clamp(16px, 0vw + 15px, 18px);
	line-height: 2.8rem;
}
.content-with-quote-video-module .content-wrapper:before{
	content: '';
    position: absolute;
    width: 1px;
    border-left: 1px solid #1136A8;
    height: 100%;
    left: -30px;
	z-index: 2;
}
.content-with-quote-video-module .content-wrapper:after{
	content: '';
	position: absolute;
	width: 1px;
	border-left: 1px solid var(--white-light);
	height: 100%;
	left: -30px;
	bottom: -65px;
	z-index: 1;
}
.content-with-quote-video-module .video-content-item{
	padding-top: 135px;
}
.content-with-quote-video-module .video-sub-title{
	display: flex;
	align-items: center;
}
.content-with-quote-video-module .video-sub-title .color-title{
	color: #FCBA56;
	margin-left: 8px;
	
}
.content-with-quote-video-module .video-sub-title img{
	height: auto;
    width: 35px;
    margin-right: 25px;
}
.content-with-quote-video-module .video-sub-title .video-sub-title-text{
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.content-with-quote-video-module .video-title{
	font-style: normal;
	font-weight: 700;
	font-size: 160px;
	line-height: 184px;
}
.content-with-quote-video-module .food-logo-icon{
	height: 61px;
	width: 116px;
}
.content-with-quote-video-module .slider-wrapper{
	min-height: 130px;
	margin-top: 92px;
	background: rgba(6, 15, 118, 0.4);
}
.content-with-quote-video-module .slider-wrapper{
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper{
    width: 100%;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .slick-track{
	display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-direction: row;
    width: 100% !important;
	transform: none !important;
	position: relative;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .slick-track:before{
	content: '';
    position: absolute;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    height: 2px;
    width: 100%;
    top: 51px;
    left: 0;
    z-index: -1;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country-dots{
	width: 18px;
    height: 18px;
    background-color: var(--white-light);
    border-radius: 100%;
    border: 3px solid var(--cobalt-prime);
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country-text{
	margin-top: 12px;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country.slick-slide{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}
.content-with-quote-video-module .slider-wrapper .country-wrapper .country.slick-slide.slick-current.slick-active .country-dots {
    background: url(/~/media/Images/p/prosus-corp-v2/icons/location-icon.png) no-repeat;
    height: 60px;
    width: 50px;;
    border: none;
    border-radius: unset;
    position: relative;
    z-index: 9999;
}
.content-with-quote-video-module .video-wrapper .slick-dots, .content-with-quote-video-module .video-wrapper .slick-arrow{
	display: none !important;
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.content-with-quote-video-module .content-wrapper:before, .content-with-quote-video-module .content-wrapper:after{
		left: -16px;
	}	
	.content-with-quote-video-module .video-wrapper{
		min-height: 407px;
	}
} 
@media screen and (max-width: 576px){
	.content-with-quote-video-module .video-wrapper{
		min-height: 199px;
	}
	.content-with-quote-video-module .content-wrapper:before, .content-with-quote-video-module .content-wrapper:after{
		display: none;
	}
}