<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dealer-landing .sales-wrapper {
	display: grid;
	grid-template-columns: calc(60% - 117px) 40%;
	gap: 0 117px;
	background-color: #F0F2F5;
	border-radius: 10px;
	padding: 0 100px 10px 0;
}

.sales-wrapper-left {
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
}

.sales-wrapper-left.dark {
	background-image: url('https://d3go3e0145fp2e.cloudfront.net/img/sales/sales-bg-dark.png');
}

.sales-wrapper-left.light {
	background-image: url('https://d3go3e0145fp2e.cloudfront.net/img/sales/sales-bg-light.png');
}

.sales-slide-title {
	padding: 150px 0;
	font-weight: 700;
	font-size: 56px;
	line-height: 54px;
	color: #fff;
}

.sales-wrapper-right {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	max-width: 526px;
}

.sales-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 33px 0;
	color: #2C3948;
}

.sales-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2C3948;
}

.sales-container {
	margin: 20px 24px 0 24px;
	position: relative;
	padding-bottom: 40px;
}

.sales-container .swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border: 2px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	border-color: #00AEEF;
	background-color: #fff;
}

.swiper-pagination.disabled {
    display: none;
}

.sales-swiper {
	overflow: hidden;
}

@media only screen and (max-width : 1100px) {

	.dealer-landing .sales-wrapper {
		grid-template-columns: 1fr;
		padding-right: 0;
	}

	.sales-wrapper-right {
		padding: 20px;
	}

	.sales-slide-title {
		padding: 50px 0;
		font-size: 28px;
	}

}</pre></body></html>