body {
	background-color: white;
}

.openlane-rims-hero-block .dblock a {
	border-radius: 94px; border: 2px solid var(--Openlane-Primary-Core-White, #FFF); padding: 16px 40px; width: fit-content; margin: auto;	
}
.openlane-rims-hero-block .dblock a:hover {
	background-color: white;
	color: #000040;
}
.openlane-rims-hero-block {
	background-color: #000040;
	padding: 160px 15px 65px;
	position: relative;
	background: linear-gradient(5deg, #000040 4.96%, #0061FF 95.36%, #0061FF 140.83%);
	animation: fade-out; 
	animation-timeline: view(0px 180vh);
	overflow-x: hidden;
}
.openlane-rims-hero-block h1 {
	color: var(--Openlane-Primary-Core-White, #FFF);
	text-align: center;

	/* Openlane Web/H1 */
	font-family: Poppins;
	font-size: var(--Font-H1, 96px);
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 96px */
}

.openlane-rims-hero-block h2 {
	color: var(--Openlane-Primary-Core-White, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: var(--Font-H3, 48px);
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin-top: 20px;
	margin-bottom: 65px;
}

.openlane-rims-hero-block .rims-video-wrapper {
	position: relative;
	margin-bottom: 150px;
	margin-top: 55px;
	display: flex;
}

.openlane-rims-hero-block .rims-video-wrapper video {
	width: 75%;
	border-radius: 16px;
	outline: 4px solid #E5EFFF;
	margin: 0 auto;
}

.openlane-rims-hero-block .rims-video-wrapper .overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 300px;
	translate: 25% 50%;
}
.openlane-rims-hero-block .mylot-disclaimer {
	    color: white;
    text-align: center;
    width: fit-content;
    margin: 24px auto;
}
.openlane-rims-hero-block .mylot-disclaimer a {
	color: white;
	text-decoration: underline;
}


.openlane-rims-hero-block .btn {
	border-radius: 94px;
	color: var(--Openlane-Primary-Core-White, #FFF);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	padding: 16px 40px;
	font-weight: 600;
	line-height: 24px;
	/* 133.333% */
	color: var(--Openlane-Primary-Core-White, #FFF);
	border: 2px solid var(--Openlane-Primary-Core-White, #FFF);
}


.openlane-rims-hero-block .button-glow {
	position: relative;
	padding: 2px;
	display: inline-block;
	border-radius: 9999px;
	overflow: hidden;
	background: #0061FF;
	transition: background-color .3s ease-in-out
}

.openlane-rims-hero-block .button-glow:hover {
	background: #0A1B5F
}

.openlane-rims-hero-block .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
}

.openlane-rims-hero-block .button-glow:after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%
}

.openlane-rims-hero-block .button-glow.on-dark:hover {
	background: #fff
}

.openlane-rims-hero-block .button-glow.on-dark:hover a {
	color: #0A1B5F;
	background: #fff
}

.openlane-rims-hero-block .button-glow a {
	z-index: 5;
	position: relative;
	padding: 16px 40px;
}

.openlane-rims-hero-block .btn,
.openlane-rims-hero-block .wp-block-button>a {
	background-color: #0061FF;
}

.openlane-rims-hero-block .wp-block-button.button-glow {
	padding: 2px !important;
}
/* .openlane-rims-hero-block:after {
	content: "";
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 10%;
	display: block;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
} */

@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 991px) {
	.openlane-rims-hero-block {
		padding-bottom: 120px;
	}
	.openlane-rims-hero-block h1 {
		font-size: var(--Font-H3, 52px);
	}

	.openlane-rims-hero-block h2 {
		font-size: var(--Font-H3, 32px);
		margin-bottom: 32px;
	}
.openlane-rims-hero-block .rims-video-wrapper video {
	min-width: 100%;
}
	.openlane-rims-hero-block .rims-video-wrapper .overlay {
		max-height: 170px;
		position: absolute;
		margin-top: -125px;
	}

	.openlane-rims-hero-block .rims-video-wrapper {
		margin-bottom: 37.5px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {
	.openlane-rims-hero-block {
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.openlane-rims-hero-block .container {
		padding: 0;
	}

	.openlane-rims-hero-block h1 {
		font-size: var(--Font-H3, 48px);
	}

	.openlane-rims-hero-block h2 {
		font-size: var(--Font-H3, 20px);
	}

	.openlane-rims-hero-block .rims-video-wrapper .overlay {
		max-height: 175px;
		position: relative;
		margin-top: -100px;
		translate: 0;
		max-width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 400px) {}

@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 }
}

@keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}