.nc-avatar {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.nc-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nc-quote-left, .nc-quote-right {
	position: absolute;
	font-size: 26px;
	color: #bbb;
	background: #f3f4f6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nc-quote-left {
	top: 20px;
	left: 20px;
}

.nc-quote-right {
	bottom: 20px;
	right: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #cbd5e1;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--nc-star);
}

@media (max-width:640px) {}