.listicle-panel {
	position: relative;
	--mobile-asset-height: 25vh;
	--desktop-asset-height: 100vh;
}

.listicle-panel .listicle-desktop,
.listicle-panel .listicle-number {
	display: none;
}

.listicle-panel .listicle-content .slide .img-cont img {
	width: 100%;
}

.listicle-panel.numbered .listicle-number {
	display: block;
	color: var(--sw-key-color, var(--primary-color-700));
	padding: 0 var(--space-5);
	font-size: var(--text-6xl);
	margin: 0 auto 0 0;
}

.listicle-panel .listicle-title {
	display: none;
}

.listicle-panel.with-title .listicle-title {
	display: block;
}

.listicle-panel .mobile-fixed-right {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: var(--mobile-asset-height);
	z-index: 11;
	background-color: var(--white);
	margin-bottom: 16px;
}

.listicle-panel .mobile-fixed-right .listicle-asset {
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding-bottom: var(--mobile-asset-height);
}

.listicle-panel .mobile-fixed-right .listicle-asset {
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding-bottom: var(--mobile-asset-height);
}

.listicle-panel.stacked .mobile-fixed-right {
	display: none;
}

.listicle-panel .mobile-fixed-right > [data-listicle-asset] {
	opacity: 0;
	top: 0;
	right: 0;
	transition: opacity .5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.listicle-panel .mobile-fixed-right > [data-listicle-asset].active {
	opacity: 1;
	pointer-events: auto;
}

.listicle-panel.with-title .mobile-fixed-right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
	pointer-events: none;
}

.listicle-panel .listicle-title {
	position: absolute;
    bottom: 1em;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    font-size: var(--text-2xl);
    color: var(--white);
    font-weight: 900;
    width: 100%;
    text-align: center;
}
.listicle-panel .core-cards.cards-2-across{
	padding: 0 10px;
}
.listicle-panel .core-cards.cards-2-across .slide .img-cont {
	border-bottom: unset;
}
.listicle-panel .core-cards.cards-2-across .slide .slide-title {
	font-family:'Inter', sans-serif;
	font-size: 25px;
	bottom: 10px;
	position: absolute;
	left: 24px;
	color: white;
	font-weight: 700;
	line-height: 1.2;
	max-width: 90%;
}
.listicle-panel .core-cards.cards-2-across .slide .slide-title a:hover{
	color: white;
}
.listicle-panel .core-cards.cards-2-across .slide p {
	display: none;
}
.listicle-panel .core-cards .slide > .inner {
	position: relative;
}
.core-cards .slide .content-section {
    z-index: 2;
}
.listicle-panel .core-cards .slide > .inner::after {
	content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 1) 100%);
		pointer-events: none;
}
.listicle-panel .core-cards.cards-2-across .slides{
padding:unset;
}

.listicle-panel .core-cards.cards-2-across .slides {
gap: 10px;
}
.listicle-panel .core-cards.cards-2-across .slide .img-cont {
margin-bottom: unset;
}
.listicle-panel .contentRender_name_plugins_core_textbox {
	padding: 0 20px;
	margin: 0 auto ;
}
.listicle-panel .contentRender_name_plugins_core_textbox p{
	margin-bottom: 16px;
}
.listicle-panel h2,
.listicle-panel .contentRender_name_plugins_core_textbox h2 {
	color: var(--Teal);
	font-family: var(--font-body);
	letter-spacing: normal;
	font-weight: 600;
	font-family: 'Inter';
	margin: 0 auto;
}
.listicle-panel h3,
.listicle-panel .contentRender_name_plugins_core_textbox h3 {
  color: #1185df;
  font-family: var(--font-body);
  font-weight: 400;
}

.listicle-panel h4,
.listicle-panel .contentRender_name_plugins_core_textbox h4 {
  color: #1185df;
  font-family: var(--font-body);
}
  
@media screen and (min-width: 40em) {
	.listicle-panel {
		--mobile-asset-height: 30vh;
	}
}

@media screen and (min-width: 64em) {
	.listicle-panel .mobile-fixed-right,
	.listicle-panel > .items {
		display: none;
	}

	.listicle-panel .listicle-desktop {
		display: flex;
	}
	.listicle-panel .listicle-desktop .contentRender_name_plugins_core_textbox{
		margin: 0 auto;
	}
	.listicle-panel.reverse .listicle-desktop {
		display: flex;
		flex-direction: row-reverse;
	}

	.listicle-panel .listicle-desktop .fixed-right {
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: var(--desktop-asset-height);
	}

	.listicle-panel.with-title .listicle-desktop .fixed-right::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
		pointer-events: none;
	}

	.listicle-panel .listicle-title {
		font-size: 35px;
    	font-weight: 900;
	}

	.listicle-panel .listicle-desktop .scrolling-left-wrapper {
		flex: 1 0 60%;
	}

	.listicle-panel .listicle-desktop .scrolling-left [data-listicle-content] {
	}

	.listicle-panel .listicle-desktop .fixed-right-wrapper {
		flex: 1 1 100%;
	}

	.listicle-panel .listicle-desktop .fixed-right > [data-listicle-asset] {
		opacity: 0;
		top: 0;
		right: 0;
		transition: opacity .5s ease;
		position: absolute;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	.listicle-panel .listicle-desktop .fixed-right > [data-listicle-asset].active {
		opacity: 1;
		pointer-events: auto;
	}

	.listicle-panel .listicle-desktop .fixed-right .listicle-asset {
		object-fit: cover;
		width: 100%;
		height: 100%;
		padding-bottom: var(--desktop-asset-height);
	}
}

@media (min-width: 90em) {
	.listicle-panel .listicle-desktop .scrolling-left-wrapper {
		flex: 1 0 800px;
	}
}

/* Collection Overrides */

/* Imagebox 4, Across */

@media (min-width: 64em) {
	.listicle-panel .imagebox-4-across .slides {
		grid-template-columns: 1fr 1fr;
		padding: 0 12px;
	}

	.listicle-panel .core-imagebox.imagebox-4-across .content-section {
		left: var(--space-4);
		bottom: var(--space-4);
	}
}

@media (min-width: 64em) {
	.listicle-panel .core-imagebox.imagebox-4-across .content-section {
		left: var(--space-8);
		bottom: var(--space-8);
	}
}