body.home .as-profile-overlay.as-story-overlay{
	position:fixed!important;
	inset:0!important;
	z-index:120!important;
	display:grid!important;
	grid-template-columns:minmax(360px,.68fr) minmax(0,1.32fr)!important;
	align-items:stretch!important;
	width:100vw!important;
	height:100vh!important;
	max-width:none!important;
	margin:0!important;
	overflow:auto!important;
	pointer-events:none!important;
}
body.home .as-profile-overlay.as-story-overlay.is-open{
	pointer-events:auto!important;
}
body.home .as-profile-overlay.as-story-overlay .as-overlay-media{
	display:block!important;
	grid-column:1!important;
	grid-row:1!important;
	min-width:0!important;
	min-height:100%!important;
	height:auto!important;
	overflow:hidden!important;
	position:relative!important;
	display:grid!important;
	place-items:center!important;
	background:#102b2b!important;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__track,
body.home .as-profile-overlay.as-story-overlay .as-story-album__slide{
	position:absolute;
	inset:auto;
	margin:0;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__track{
	width:min(100%,var(--story-album-frame-width,520px));
	height:min(78vh,var(--story-album-frame-height,760px));
	border-radius:var(--story-album-frame-radius,18px);
	overflow:hidden;
	background:#102b2b;
	box-shadow:0 24px 70px rgba(0,0,0,.3);
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__slide{
	width:100%;
	height:100%;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__slide{
	opacity:0;
	visibility:hidden;
	transition:opacity var(--story-album-fade,1200ms) ease,visibility 0s linear var(--story-album-fade,1200ms);
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__slide.is-active{
	opacity:1;
	visibility:visible;
	transition-delay:0s;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__slide img.as-story-ken-burns{
	--story-base-scale:1;
	--story-zoom:1.08;
	--story-zoom-duration:24s;
	width:100%;
	height:100%;
	object-fit:cover;
	filter:none!important;
	opacity:1!important;
	animation:aservi-story-ken-burns var(--story-zoom-duration) ease-in-out infinite alternate;
	transform-origin:center center!important;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__arrow{
	position:absolute;
	z-index:4;
	top:50%;
	width:46px;
	height:64px;
	border:1px solid rgba(255,255,255,.55);
	background:rgba(8,35,34,.5);
	color:#fff;
	font:300 2.4rem/1 var(--serif);
	cursor:pointer;
	opacity:0;
	transform:translateY(-50%);
	transition:opacity .25s ease,background .25s ease;
}
body.home .as-profile-overlay.as-story-overlay .as-overlay-media:hover .as-story-album__arrow,
body.home .as-profile-overlay.as-story-overlay .as-story-album__arrow:focus-visible{
	opacity:1;
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__arrow:hover{
	background:rgba(16,67,63,.88);
}
body.home .as-profile-overlay.as-story-overlay .as-story-album__arrow--previous{left:1rem}
body.home .as-profile-overlay.as-story-overlay .as-story-album__arrow--next{right:1rem}
body.home .as-profile-overlay.as-story-overlay .as-story-album__track .as-story-album__arrow--previous{left:1rem}
body.home .as-profile-overlay.as-story-overlay .as-story-album__track .as-story-album__arrow--next{right:1rem}
@keyframes aservi-story-ken-burns{
	from{transform:scale(var(--story-base-scale))}
	to{transform:scale(calc(var(--story-base-scale) * var(--story-zoom)))}
}
body.home .as-profile-overlay.as-story-overlay>article{
	align-self:stretch!important;
	justify-self:stretch!important;
	grid-column:2!important;
	grid-row:1!important;
	width:auto!important;
	max-width:none!important;
	min-width:0!important;
	min-height:100%!important;
	height:auto!important;
	margin:0!important;
	box-sizing:border-box!important;
	padding:clamp(4rem,6vw,7rem) clamp(2rem,6vw,8rem)!important;
	column-count:2!important;
	column-gap:clamp(2rem,4vw,5rem)!important;
	column-fill:auto!important;
	overflow-y:auto!important;
	overflow-x:hidden!important;
	overflow-wrap:anywhere!important;
	max-inline-size:100%!important;
	contain:inline-size!important;
	font-size:clamp(.88rem,1vw,.98rem)!important;
	line-height:1.52!important;
}
body.home .as-profile-overlay.as-story-overlay>article>h2{
	font-size:clamp(2.2rem,4vw,4.4rem)!important;
	line-height:.98!important;
	max-width:100%!important;
	overflow-wrap:anywhere!important;
}
body.home .as-profile-overlay.as-story-overlay>article>.as-overlay-deck{
	font-size:clamp(1.05rem,1.5vw,1.35rem)!important;
	line-height:1.35!important;
	max-width:100%!important;
}
.as-profile-overlay.as-story-overlay>article>h2,
.as-profile-overlay.as-story-overlay>article>.as-kicker,
.as-profile-overlay.as-story-overlay>article>.as-overlay-deck,
.as-profile-overlay.as-story-overlay>article>footer{
	column-span:all!important;
}
.as-profile-overlay.as-story-overlay>article>p{
	break-inside:avoid;
	max-width:100%;
	overflow-wrap:anywhere;
}
@media(max-width:900px){
	body.home .as-profile-overlay.as-story-overlay{
		grid-template-columns:1fr!important;
		height:100dvh!important;
	}
	body.home .as-profile-overlay.as-story-overlay .as-overlay-media{
		display:none!important;
	}
	body.home .as-profile-overlay.as-story-overlay>article{
		grid-column:1!important;
		grid-row:1!important;
		column-count:1!important;
		column-gap:0!important;
		min-height:auto!important;
		height:auto!important;
		padding:4rem 1.5rem 3rem!important;
		overflow:visible!important;
	}
	.as-profile-overlay.as-story-overlay>article>h2,
	.as-profile-overlay.as-story-overlay>article>.as-kicker,
	.as-profile-overlay.as-story-overlay>article>.as-overlay-deck,
	.as-profile-overlay.as-story-overlay>article>footer{
		column-span:none!important;
	}
}
@media(prefers-reduced-motion:reduce){
	body.home .as-profile-overlay.as-story-overlay .as-story-album__slide img.as-story-ken-burns{animation:none}
	body.home .as-profile-overlay.as-story-overlay .as-story-album__slide{transition-duration:.01ms}
}
