.cm-sticky-section {
	padding: 4em 0;
	overflow: visible;
}

.cm-sticky-section .slider-wrapper .image-wrapper {
	display: none;
}

.cm-sticky-section .columns-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.cm-sticky-section .column.column-1 {
	position: relative;
	display: grid;
	gap: 2rem;
	min-width: 0;
}

.cm-sticky-section .column.column-1 .image-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	min-width: 0;
	background-color: color-mix(in srgb, rgb(36 32 35) 3%, #fff);
	border-radius: 11px;
	min-height: 80vh;
}
.cm-sticky-section .column.column-1 .image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 11px;
}

.cm-sticky-section .column.column-2 {
	position: sticky;
	padding: 2rem;
	background: #edeae6;
	border-radius: 12px 12px 12px 12px;
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
	top: 12rem;
}

.body-wrapper {
	overflow: visible;
}

.cm-sticky-section .columns-wrapper h3 strong {
	color: #3e4bde;
}

.cm-sticky-section .columns-wrapper h3 {
	margin: 0;
}

.cm-sticky-section .columns-wrapper  p {
	font-size: 1.125rem;
	line-height: 1.375;
	margin-top: 1em;
	margin-bottom: 0;
}
.cm-sticky-section .column.column-2 h2 {
	margin: 0;
}

.cm-sticky-section .column.column-2  .slider-container {
	margin-top: 3em;
	position: relative;
}

.cm-sticky-section .column.column-2 .slider-wrapper .btn-wrapper {
	margin-top: 1rem;
}

.cm-sticky-section .column.column-2 .slider-wrapper .btn-wrapper a {
	font-size: 1.125rem;
	background: #3e4bde;
	font-family: 'Funnel Display', serif;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	padding: .65rem 1.5rem;
	transition: background-color 325ms ease, color 325ms ease;
	line-height: 1.25;
	display: block;
	width: fit-content;
	text-align: center;
}

.cm-sticky-section .column.column-2 .slider-wrapper .btn-wrapper a:hover {
	background: #151d7a;
}
.cm-sticky-section .slider-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transform: translate(2rem, 0);
	transition: opacity .6s ease, transform .6s ease;
}

.cm-sticky-section .slider-wrapper.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	transform: translate(0, 0);
}

.cm-sticky-section .column.column-2 .slider-wrapper .btn-wrapper a {
	font-weight: bold;
}
	.cm-sticky-section .column.column-2 h2 span {
    color: #3e4bde;
}
@media(max-width:1000px){
	.cm-sticky-section .column.column-1 .image-wrapper {
		display: none;
	}
	.cm-sticky-section .columns-wrapper {
		grid-template-columns: 1fr;
	}
	.cm-sticky-section .column.column-2 {
		padding: 0;
		padding-top: 3.25rem;
		padding-bottom: 3.25rem;
	}
	.cm-sticky-section .column.column-2 h2 {
		font-size: 2.75rem;
		line-height: 1.125;
		margin: 0;
	}
	.cm-sticky-section .slider-container {
		margin-top: 3em;
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.cm-sticky-section .slider-container .slider-wrapper {
		background-color: color-mix(in srgb, rgb(36 32 35) 3%, #ffffff);
	}

	.cm-sticky-section .slider-wrapper .image-wrapper {
		display: block;
		height: auto;
		min-height: 0;
		padding-top: 0;
		aspect-ratio: 16 / 9;
	}

	.cm-sticky-section .slider-wrapper .image-wrapper img {
		object-position: 45% 47%;
		object-fit: cover;
		width: 100%;
		display: block;
		height: 100%;
	}
	.cm-sticky-section .slider-wrapper .slide-content-wrapper {
		padding: 1em;
		padding-top: 2rem;
	}

	.cm-sticky-section .slider-wrapper .slide-content-wrapper h3 {
		font-size: clamp(1.25rem, calc(.84211vw + 1.01316em), 1.75rem);
		line-height: 1.25;
	}

	.cm-sticky-section .slider-wrapper .slide-content-wrapper p {
		font-size: 18px;
	}
	.cm-sticky-section .slider-wrapper {
    pointer-events: auto;
    transform: translate(0, 0);
    position: relative;
    z-index: 1;
    opacity: 1;
    background-color: color-mix(in srgb, #242023 3%, #ffffff);
}
	.cm-sticky-section .columns-wrapper {
    gap: 0;
}


}



@media(max-width:800px){
	.cm-sticky-section .column.column-2 h2 {
		font-size: 1.75em;
	}

	.cm-sticky-section .slider-wrapper .slide-content-wrapper p {
		font-size: 1rem;
		line-height: 1.5;
	}
}



@media(max-width:400px){
.cm-sticky-section .column.column-2 h2 {
    font-size: 2em;
    line-height: 1.125;
    text-align: center;
}
]