body {
	--fancybox-zIndex: 99999;
}

._real_moms_c div.swiper {
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 12px;
	--swiper-navigation-sides-offset: 0;
	--swiper-navigation-top-offset: calc(50% - 10px);
	margin: 0 auto;
	max-width: 1000px;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom {
	display: flex;
	flex-direction: column;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first {
	border-radius: 0 0 0 20px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 72vw;
	width: 100%;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first.v {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first.v span.play {
	height: 55px;
	width: 55px;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last {
	background-color: #0065bd;
	border-radius: 0 20px 0 0;
	padding: 20px;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last div._real_mom_headline {
	color: #fff;
	font-family: "Neutraface", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 1.2;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last div._real_mom_subhead {
	color: #fff;
	font-family: "Neutraface", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last div._real_mom_description {
	color: #fff;
	font-family: "Neutraface", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last > a {
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-family: "Neutraface Bold";
	font-size: 12px;
	letter-spacing: 0.18px;
	line-height: 14px;
	padding: 9px 20px;
	text-decoration: underline;
	text-transform: uppercase;
}

._real_moms_c div.swiper .swiper-button-next,
._real_moms_c div.swiper .swiper-button-prev {
	background-color: #999;
	opacity: 0.8;
	padding: 20px;
}

@media screen and (min-width: 1024px) {
	._real_moms_c div.swiper div.swiper-slide div._real_mom {
		flex-direction: row;
	}

	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first,
	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last {
		flex: 0 0 50%;
		margin: 0;
	}

	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_first {
		height: 438px;
	}

	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last div._real_mom_subhead,
	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last div._real_mom_description {
		margin: 0 0 30px 0;
	}

	._real_moms_c div.swiper div.swiper-slide div._real_mom div._real_mom_last > a {
		align-self: flex-start;
	}
}
