.testimonial-carousal {
	overflow: hidden;
}

.icon-quotation-container {
	width: 42px;
	height: 29px;
	margin: 0 auto 16px;
	text-align: center;
}

.icon-quotation-container img {
	width: 100%;
	height: auto;
	display: block;
}

/* #region Top carousal */
.testimonial-carousal-top .swiper-slide p {
	min-height: 64px;
	word-break: break-word;
}

.testimonial-carousal-top .top-item {
	max-width: 770px;
	padding: 0 16px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-carousal-top .avatar {
	width: 120px;
	height: 120px;
	margin-top: 32px;
	border-radius: 50%;
}

.testimonial-carousal-top .fullname {
	margin-top: 16px;
	color: #777777;
}
/* #endregion */

/* #region Top carousal */
.testimonial-carousal-bottom {
	margin-top: 24px;
}

.testimonial-carousal-bottom::before,
.testimonial-carousal-bottom::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}

.testimonial-carousal-bottom::before {
	left: 0;
}

.testimonial-carousal-bottom::after {
	right: 0;
	transform: scaleX(-1);
}

.testimonial-carousal-bottom {
	/* For hack visible on swiper */
	overflow: visible;
	padding: 0 64px;
}

.testimonial-carousal-bottom .swiper-wrapper {
	align-items: center;
}

.testimonial-carousal-bottom .swiper-slide {
	width: auto;
	transition: opacity 0.3s ease;
}

.testimonial-carousal-bottom .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0.5;
}

.testimonial-carousal-bottom .bottom-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	cursor: pointer;
}

.testimonial-carousal-bottom .swiper-slide-thumb-active .bottom-item::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #1DE6C1;
}

.testimonial-carousal-bottom .avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
/* #endregion */

/* #region Header section */
.header-banner {
	position: sticky;
	top: 64px;
	z-index: 3;
	display: flex;
	justify-content: flex-start;
	padding: 12px 16px;
	background-color: #DBDBDB;
}

.header-banner-text {
	text-decoration: none;
	color: #000000;
}

@media only screen and (min-width: 768px) {
	.header-banner {
		padding: 12px 56px;
	}
}
/* #endregion */