.openlane-intelligence-buy-smarter-block {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	z-index: 11;
	position: relative;
}

.mobile-only {
	display: none;
}

@media (max-width: 550px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.openlane-intelligence-buy-smarter-block .btn,
	.wp-block-button>a {
		padding: 19px 16px;
	}
}

.button-glow {
	position: relative;
	padding: 2px;
	display: inline-block;
	border-radius: 9999px;
	overflow: hidden;
	background: #0061FF;
	transition: background-color .3s ease-in-out
}

.button-glow:hover {
	background: #0A1B5F
}

.button-glow:before {
	z-index: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: auto;
	padding: 120% 0 0;
	box-shadow: 0 0 5px;
	background-image: conic-gradient(from 0 at 50% 50%, #ffff 0deg, #fff0 60deg, #fff0 310deg, #ffff 360deg);
	transform: translate(-50%, -50%);
	animation: button-glow 5s linear 0s infinite
}

.button-glow:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%
}

@keyframes button-glow {
	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes button-glow-sides {
	0% {
		box-shadow: 10px 0 10px -7px #fff
	}

	25% {
		box-shadow: 10 0 0 -7px #fff
	}

	50% {
		box-shadow: -10px 0 10px -7px #fff
	}

	75% {
		box-shadow: -10 0 0 -7px #fff
	}

	100% {
		box-shadow: 10px 0 10px -7px #fff
	}
}

.button-glow.on-dark:hover {
	background: #fff
}

.button-glow.on-dark:hover a {
	color: #0A1B5F;
	background: #fff
}

.button-glow a {
	z-index: 5;
	position: relative
}

#figure-buying-smarter-car {
	z-index: 10;
	position: relative;
	margin-top: 20px
}

#figure-buying-smarter-car img {
	z-index: 0;
	position: relative;
	width: 100%;
	height: auto;
	display: block
}

#figure-buying-smarter-car img:first-child {
	transition: opacity .3s ease-in-out
}

#figure-buying-smarter-car img:last-child {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: auto;
	display: block;
	transform: translate(-50%, -50%)
}

#figure-buying-smarter-car:not(.is-inview) img:first-child {
	opacity: 0
}

#figure-buying-smarter-car:not(.is-inview) img:last-child {
	transform: translate(-50%, -20%)
}

@media (min-width: 1200px) {
	#figure-buying-smarter-car {
		margin-top: -20%;
		margin-bottom: -20%
	}
}

.text-header-gradient {
	background: linear-gradient(to right, #003A99, #0061FF 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-header-gradient-light {
	background: linear-gradient(to right, #fff 8%, #66A1FF 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.wp-block-button:where(.is-style-outline).btn-outline-on-dark .wp-block-button__link,
.wp-block-button:where(.is-style-outline).btn-outline-on-dark>.wp-block-button__link {
	color: #fff;
	background: transparent;
	border-color: #fff
}

.wp-block-button:where(.is-style-outline).btn-outline-on-dark .wp-block-button__link:hover,
.wp-block-button:where(.is-style-outline).btn-outline-on-dark>.wp-block-button__link:hover {
	color: #fff;
	background: #0A1B5F;
	border-color: #0A1B5F
}

.rounded-panel {
	position: relative;
	color: #fff;
	padding: 56px 48px;
	border-radius: 24px;
	background: #0A1B5F
}

.rounded-panel h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px;
}

.rounded-panel .leading,
.rounded-panel h2,
.rounded-panel h3,
.rounded-panel h4,
.rounded-panel h5,
.rounded-panel h6,
.rounded-panel a {
	color: #fff
}

@media (max-width: 992px) {
	.rounded-panel {
		padding: 32px;
	}
}

@media (max-width: 767px) {

	.rounded-panel .wp-block-button,
	.rounded-panel .wp-block-button__link {
		width: 100%;
		display: block;
	}
}

.wp-block-buttons .wp-block-button.button-glass-border .wp-block-button__link {
	border-radius: 13421800px;
	border: 3px solid #fff3;
	background: #ffffff1a
}

.wp-block-buttons .wp-block-button.button-glass-border.on-dark .wp-block-button__link:hover {
	color: #0a1b5f;
	border-color: #fff;
	background: #fff
}





.single .entry-content h2.text-header-gradient-light,
h2.text-header-gradient-light {
	line-height: 1.25
}

@media (min-width: 992px) {

	.single .entry-content h2.text-header-gradient-light,
	h2.text-header-gradient-light {
		font-size: 56px
	}
}




@media (min-width: 992px) {

	.single .entry-content h2.h2-small,
	h2.h2-small {
		font-size: 48px
	}
}

.row.row-justify-center {
	justify-content: center
}