.-m-cms-cont-cd-home-slider {
	position:relative;
	box-shadow: 0 0 .4rem #0005;
	margin-bottom:6rem;
}
.-m-cms-cont-cd-home-slider u2-carousel {
	font-size:1.6rem;
	font-weight:200;
	& xxx.-item {
		padding:3rem;
		display:flex;
	}
	& xxx.-item > div {
		--width:73rem;
		padding:0;
		align-items:center;
	}
	&::part(control) {
		display:none;
	}
}

.-m-cms-cont-cd-home-slider u2-carousel-nav {
	position: absolute;
	inset: auto 0 0 0;
	margin:1.84rem;
	gap:.8rem;
	& > * {
		background-color: #ffff;
		background-color: #fff !important;
		border-color:#fff !important;
		width: .8rem !important;
		height: .8rem !important;
	}
	& > :not(.-active) {
		opacity:.3;
	}
}
