:root {
	--width-of-content: 650px;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside .benefit-tabs {
	padding: 0;
}
.openlane-easy-mode-two-column-with-four-blocks.features-slider {
    background-color: #f9f9f9;
    color: var(--Text-Default, #0A1B5F);
    padding: 96px 0;
}
.openlane-easy-mode-two-column-with-four-blocks .container {
	/*display: grid;
	grid-template-columns: repeat(2, calc(50% - 24px));
	gap: 14px;*/
	max-width: 1365px;
}
/*.openlane-easy-mode-two-column-with-four-blocks .right-content {

	max-width: 50%;
}*/

.openlane-easy-mode-two-column-with-four-blocks .left-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.openlane-easy-mode-two-column-with-four-blocks.static-block .container {
	flex-direction: row;
	display: flex;
	gap: 48px;
	align-items: stretch;
}


.openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside {
	width: 100% !important;
    max-width: 100%;
	margin: 0 !important;
	float: none;
	padding: 0;
}

.openlane-easy-mode-two-column-with-four-blocks h3 {
	color: var(--Text-Default, #0A1B5F);
	max-width: var(--width-of-content);
	margin-bottom: 0px;
}

.openlane-easy-mode-two-column-with-four-blocks p {
	max-width: var(--width-of-content);
	text-align: left;
	margin: 34px 0;
}
.openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .left-content a.auction-btn {
    max-width: 193px;
    width: 100%;
    padding: 16px 39px;
    font-size: 18px;
    line-height: 24px;
}
.openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .left-content h3 {
    max-width: 480px;
    width: 100%;
}

.openlane-easy-mode-two-column-with-four-blocks .block p {
	color: var(--Text-Default, #0A1B5F);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}*/

.openlane-easy-mode-two-column-with-four-blocks .block h4 {
	max-width: 90%;
}

.openlane-easy-mode-two-column-with-four-blocks .block h4,
.openlane-easy-mode-two-column-with-four-blocks .block p {
	margin: 8px 0 0 0;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .inner-column {
	max-width: 100%;
	width: 100%;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slick-dots {
	display: none !important;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .inner-column .featured-slides-nav {
	display: flex;
	max-width: 100%;
	gap: 32px;
}


.openlane-easy-mode-two-column-with-four-blocks.slide-nav-item:not(.active) p {
	display: inline;
	color: var(--Text-Default, #0A1B5F);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider h1,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h2,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h3,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h4,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h5,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h6 {
	color: var(--Text-Default, #0A1B5F);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-progress-bar.bar {
	background: #0061FF;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-progress-bar {
	height: 4px;
	background: rgba(0, 97, 255, 0.30);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item {
	width: 25%;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item+.slide-nav-item {
	margin-top: 0;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item:not(.active) * {
	display: block !important;
	opacity: 0.5;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item {
	opacity: 1;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .bar {
	background-color: #0061FF !important;
}

.openlane-easy-mode-two-column-with-four-blocks .bottom-button {
	display: none;
}

.openlane-easy-mode-two-column-with-four-blocks .img-wrapper {
	min-height: 48px;
    display: flex;
    align-items: center;;
}
.openlane-easy-mode-two-column-with-four-blocks.static-block .container {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 24px));
	gap: 32px;

}

.openlane-easy-mode-two-column-with-four-blocks .bottom-container {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.openlane-easy-mode-two-column-with-four-blocks .button-container {
	text-align: center;
}
.openlane-easy-mode-two-column-with-four-blocks .auction-btn {
	max-width: 350px;
	margin: auto;
}
.openlane-easy-mode-two-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
.openlane-easy-mode-two-column-with-four-blocks .right-content {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    padding: 0 0 0 0;
}
.features-slider-image {
    position: relative;
    width: 682px;
    max-width: 100%;
    aspect-ratio: 628 / 477;
    border-radius: 16px;
    overflow: hidden;
}
.benefit-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.benefit-tabs .slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: start;
}
.benefit-tabs .slide {
    opacity: 0.34;
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.features-slider-image img {
    display: none;
    height: 100%;
    width: auto;
}
img.benefits__photo-layer.is-active {
    display: block;
}
.features-slider .benefit-tabs .mobile-slide-content { display: block; }
.openlane-easy-mode-two-column-with-four-blocks.static-block .featured-slider-wrap .container {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
}
.featured-slider-wrap {
    padding: 0 0 0 0;
}
.openlane-easy-mode-two-column-with-four-blocks .benefit-tab {
  opacity: 0.34;
  transition: opacity 0.25s ease;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab--active {
  opacity: 1;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar {
  display: block;
  height: 4px;
  margin-bottom: 26px;
  background: rgba(0, 97, 255, 0.30);
  overflow: hidden;
  border-radius: 2px;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--green, #0061FF);
  border-radius: inherit;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab--active .benefit-tab__bar-fill {
  will-change: transform;
}

@keyframes benefit-bar-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.benefit-tabs .slide {
    opacity: 0.34;
    transition: opacity 0.25s ease;
}
.benefit-tabs .slide .mobile-slide-content h3 {
	color: #0A1B5F;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: -0.24px;
    margin: 0 0 0 0;
}
.benefit-tabs .slide .mobile-slide-content p {
	color: #0A1B5F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 12px 0 0 0;
    padding: 0 50px 0 0px;
}

.benefit-tabs .slide.benefit-tab--active {
    opacity: 1;
}
.featured__arrows {
    display: flex;
    gap: 26px;
    align-self: end;
    padding-left: 26px;
    padding-bottom: 11px;
    color: #0A1B5F;
    font-size: 39px;
    line-height: 1;
    margin: -47px 0 0 0;
}
.featured__arrow {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}
.openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .left-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0;
	width: 46%;
}
.openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .left-content > div {
    max-width: 615px;
    width: 100%;
}
.features-slider .media-aside:before {
    display: none;
}

.mobile-slide-content .mobile-icon { display: none; }

@media only screen and (max-width: 1280px) {
    .openlane-easy-mode-two-column-with-four-blocks .right-content {
        width: 49%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 0 0 0;
    }
}
@media only screen and (max-width: 1180px) {
	.features-slider-image { aspect-ratio: 560 / 537; }
    .benefit-tabs .slide .mobile-slide-content p { padding: 0; }
}
@media only screen and (max-width: 1024px) {
    .openlane-easy-mode-two-column-with-four-blocks.features-slider { padding: 80px 0; }
    .openlane-easy-mode-two-column-with-four-blocks.features-slider h3.universal-h3 {
        font-size: 40px !important;
        line-height: 52px !important;
        max-width: 420px;
        width: 100%;
    }

    .featured__arrows {
        margin: -15px 0 0 0;
        padding-bottom: 0;
    }
    .features-slider-image { aspect-ratio: 630 / 590; width: 100%; }
}
@media only screen and (max-width: 991px) {
	.openlane-easy-mode-two-column-with-four-blocks .bottom-container {
		flex-direction: column;
		max-width: 400px;
		margin-bottom: var(--gaps-spaces-lg);
	}
	.mobile-slide-content .mobile-icon { display: block; margin-bottom: 24px; }
    .openlane-easy-mode-two-column-wrapper {
        gap: 18px;
        max-width: 640px;
        margin: 0 auto;
        width: 100%;
    }
    .openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .left-content {
        width: 100%;
        padding: 0;
    }

    .openlane-easy-mode-two-column-with-four-blocks .openlane-easy-mode-two-column-wrapper .right-content {
        width: 100%;
        padding: 0;
    }

    .benefit-tabs .slide {
        flex: auto;
        width: 100%;
        opacity: 1;
        padding: 0;
    }
    .slide-mobile-container {
        padding: 24px 0;
        border-bottom: 1px solid #C3C3C3;
    }
    .openlane-easy-mode-two-column-with-four-blocks.features-slider h3.universal-h3 {
        font-size: 32px !important;
        line-height: 35px !important;
        margin-bottom: 16px;
        max-width: 340px;
    }

    .openlane-easy-mode-two-column-with-four-blocks .left-content p {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
    }

    .featured__arrows {
        display: none;
    }

    .featured-slider-wrap {
        padding: 0 0 0 0;
    }

    .openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar {
        margin-bottom: 20px;
        display: none;
    }

    .benefit-tabs .slide .mobile-slide-content h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .benefit-tabs {
        gap: 0;
        flex-wrap: wrap;
    }

    .openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside {
        padding: 0;
        max-width: 620px;
        margin: 0 auto !important;
        width: 100%;
    }
    .benefit-tabs .slide:last-child .slide-mobile-container { border: 0; }
    .features-slider-image img { height: 100%; }
	.benefit-tabs .benefit-tab:first-child .slide-mobile-container { padding-top: 0; } 
	.features-slider-image { aspect-ratio: 630 / 590; width: 100%; }
	.openlane-easy-mode-two-column-with-four-blocks-stick.timers-block .bottom-container { display: none; }
	.mobile-btn a.auction-btn.btn.bottom-button { width: auto; padding: 19px 45px; }
	.featured-slider-wrap .mobile-btn { text-align: center; padding-top: 16px; }

    .openlane-easy-mode-two-column-with-four-blocks .top-button {
		display: none;
	}

	.openlane-easy-mode-two-column-with-four-blocks .bottom-button {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}

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

	.openlane-easy-mode-two-column-with-four-blocks .right-content,
	.openlane-easy-mode-two-column-with-four-blocks .right-content img {
		max-width: 100%;
        object-fit: cover;
	}
	.features-slider-image {
		aspect-ratio: 227 / 170;
	}
	.openlane-easy-mode-two-column-with-four-blocks .container:not(.bottom-container) {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, auto);
	}

    .openlane-easy-mode-two-column-with-four-blocks .left-content p {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }

}
@media only screen and (max-width: 390px) {
    .openlane-easy-mode-two-column-with-four-blocks.features-slider { padding: 64px 0; }
    .mobile-btn a.auction-btn.btn.bottom-button { width: 100%; max-width: 350px; margin: 0 auto; padding: 19px 32px; }
}