.openlane-buyers-refresh-split-image  {
	overflow: hidden;
}
.openlane-buyers-refresh-split-image * {
	z-index: 10;
	position: relative;
}
.openlane-buyers-refresh-split-image .container::after {
	content: " ";
	position: absolute;
	left: calc((100% - 1037px) / 2);
	top: 50%;
	width: 1037px;
	height: 629px;
	border-radius: 1037px;
	background: #0061FF;
	filter: blur(100px);
	z-index: 0;
	opacity: 0;
}


.openlane-buyers-refresh-split-image .container.in-view::after {
	opacity: 1;
	transition: opacity 5s;
}

.openlane-buyers-refresh-split-image .container {
	position: relative;
}
.openlane-buyers-refresh-split-image img {
	max-width: 100%;
}
.openlane-buyers-refresh-split-image img.foreground-image {
	position: absolute;
	width: 100%;
	left: 0;
}
@media (max-width: 1730px) {}
@media (max-width: 1525px) {}
@media (max-width: 1400px) {
	.openlane-buyers-refresh-split-image .container::after {
		top: 60%;
	}
}
@media (max-width: 1399px) {}
@media (max-width: 1300px) {}
@media (max-width: 1199px) {}
@media (max-width: 1024px) {
	.openlane-buyers-refresh-split-image .container::after {
		top: 75%;
		left: calc((100% - 518px) / 2);
		width: 518px;
		height: 615px;
	}
}
@media (max-width: 991px) {}
@media (max-width: 781px) {}
@media (max-width: 767px) {
	.openlane-buyers-refresh-split-image .container::after {
		top: 85%;
		left: calc((100% - 518px) / 2);
		width: 518px;
		height: 615px;
	}
	.openlane-buyers-refresh-split-image .container {
		max-width: 100%;
		overflow: hidden;
	}

	.openlane-buyers-refresh-split-image img,
	.openlane-buyers-refresh-split-image img.foreground-image {
		max-width: 150%;
		width: 150%;
		top: 0;
	}
	.openlane-buyers-refresh-columns-with-icons .block:not(:last-of-type)::after {
		display: none;
	}
}
@media (max-width: 639px) {
	.openlane-buyers-refresh-split-image .container::after {
		top: 85%;
		opacity: 1;
	}
}
@media (max-width: 600px) {}
@media (max-width: 580px) {}
@media (max-width: 575px) {}
@media (max-width: 420px) {}