#page-exclusive{
	background:#F0F7F6;
}
#page-exclusive .video{
	background:url('../images/exclusive-header.webp') no-repeat center top;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	
	overflow:hidden;
}
#page-exclusive .video .light{
	width:100%;
	height:100%;
	background:url('../images/exclusive-header-light.svg') no-repeat center top;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	
	overflow:hidden;
}
#page-exclusive .video .container{
	height:-moz-calc( 100vh - 128px );
	height:-webkit-calc( 100vh - 128px );
	height:calc( 100vh - 128px );
	
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:56px;
}
#page-exclusive .video .cols{
	width:100%;
	
	display: flex;
	justify-content:space-between;
	align-items:center;
}
#page-exclusive .video .cols .right{
	width:-moz-calc(50% - 12px);
	width:-webkit-calc(50% - 12px);
	width:calc(50% - 12px);
}
#page-exclusive .video .cols .right .small-text{
	font-size: 14px;
	color:#FFF;
	text-align: right;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.14px;
	
	margin-bottom:16px;
}
#page-exclusive .video .cols .right .title{
	margin:0;
	
	font-size: 42px;
	color:#FFB100;
	text-align: right;
	font-weight: 800;
	line-height: 46px;
}
#page-exclusive .video .cols .right .title span{
	position:relative;
}
#page-exclusive .video .cols .right .title span:before{
	width:100%;
	height:4px;
	background:#fff;
	border-radius: 100px;
	display:block;
	content:'';
	
	position:absolute;
	bottom:-5px;
	left:0;
}
#page-exclusive .video .cols .right .desc{
	font-size: 18px;
	color:#FFF;
	text-align: right;
	font-weight: 500;
	line-height: 32px;
	
	margin:43px 0 60px;
}
#page-exclusive .video .cols .right .buttons{
	display: flex;
	justify-content:flex-right;
	align-items:center;
	gap:24px;
}
#page-exclusive .video .cols .right .buttons .portfolio{
	background:#D6F5EF;
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
	padding: 11px 48px;
	cursor:pointer;
	
	font-size: 18px;
	color:#1B987E;
	text-align: center;
	font-weight: 800;
}
#page-exclusive .video .cols .right .buttons .portfolio:hover{
	background:#85E0CE;
}
#page-exclusive .video .cols .right .buttons .order{
	background:#F2D38C;
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0px 15px 25px -5px rgba(18, 51, 41, 0.08);
	padding: 11px 48px;
	cursor:pointer;
	
	font-size: 18px;
	color:#8A640F;
	text-align: center;
	font-weight: 800;
}
#page-exclusive .video .cols .right .buttons .order:hover{
	background:#fdd271;
}
#page-exclusive .video .cols .left{
	width:-moz-calc(50% - 12px);
	width:-webkit-calc(50% - 12px);
	width:calc(50% - 12px);
	
	height: 388px;
	background: rgba(255, 255, 255, 0.30);
	overflow:hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	
	display: flex;
	justify-content: center;
	align-items: center;
	
}
#page-exclusive .video .phone{
	width:100%;
	overflow:hidden;
}
#page-exclusive .video .phone .text{
	width:-moz-calc(50% - 12px);
	width:-webkit-calc(50% - 12px);
	width:calc(50% - 12px);
	float:left;
	
	display: flex;
	justify-content: center;
	flex-direction:column;
	gap:10px;
}
#page-exclusive .video .phone .text span{
	font-size: 18px;
	color:#334155;
	text-align: center;
	font-weight: 700;
	line-height: 26px;
}
#page-exclusive .video .phone .text p{
	font-size: 32px;
	color:#fff;
	text-align: center;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 3.2px;
	direction:ltr;
}
@media only screen and (max-width:1070px) {
	#page-exclusive .video .container{
		height:auto;
		padding:50px 0;
	}
	#page-exclusive .video .cols{
		flex-direction:column;
		flex-wrap:wrap;
		gap:30px;
	}
	#page-exclusive .video .cols .right,
	#page-exclusive .video .cols .left{
		width:100%;
	}
	#page-exclusive .video .cols .right .small-text{
		text-align:center;
	}
	#page-exclusive .video .cols .right .title{
		text-align:center;
	}
	#page-exclusive .video .cols .right .desc{
		text-align:center;
	}
	#page-exclusive .video .cols .right .buttons{
		justify-content:center;
	}
	#page-exclusive .video .phone .text{
		width:100%;
		float:left;
	}
	#page-exclusive .video .cols .left,
	#page-exclusive .video .cols .left video{
		width:100%;
		height:auto !important;
	}
}
@media only screen and (max-width:480px) {
	#page-exclusive .video .cols .right .title{
		font-size: 32px;
		line-height: 36px;
	}
	#page-exclusive .video .cols .right .desc{
		font-size: 15px;
	}
}
@media only screen and (max-width:430px) {
	#page-exclusive .video .cols .right .buttons{
		flex-direction:column;
	}
	#page-exclusive .video .phone .text p{
		font-size: 27px;
	}
}
#page-exclusive .content-wrapper .container{
	width:1320px;
}
@media only screen and (max-width:1368px) {
	#page-exclusive .content-wrapper .container{
		width: -webkit-calc(100% - 48px);
		width: -moz-calc(100% - 48px);
		width: calc(100% - 48px)
	}
}
#page-exclusive .part-title{
	margin-bottom:48px;
	
	font-size: 27px;
	color:#475569;
	font-weight: 800;
	text-align: center;
	line-height: 35px;
}
#page-exclusive .part-title span{
	display:inline-block;
	
	position:relative;
	z-index:0;
}
#page-exclusive .part-title span:before{
	width:100%;
	height:14px;
	background:#F2D38C;
	display:block;
	content:'';
	
	position:absolute;
	top:20px;
	right:0;
	z-index:-1;
}
#page-exclusive .print-desc{
	padding-top:72px;
}
#page-exclusive .print-desc .text{
	width:100%;
	max-width:1092px;
	margin:0 auto;
	
	font-size: 16px;
	color:#111;
	font-weight: 400;
	text-align:right;
	line-height: 30px;
}
#page-exclusive .print-desc .text p{
	margin:15px 0;
}
@media only screen and (max-width:480px) {
	#page-exclusive .print-desc .text{
		font-size: 14px;
	}
}
#page-exclusive .portfolio{
	padding-top:45px;
}
#page-exclusive .portfolio .tab{
	margin-bottom:43px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:16px;
}
#page-exclusive .portfolio .tab span{
	height:40px;
	background:#F8FAFC;
	display:inline-block;
	padding:0 16px;
	cursor:pointer;
	border-radius: 50px;
	border: 1px solid #E2E8F0;
	
	font-size: 14px;
	color: #64748B;
	font-weight: 700;
	line-height: 40px;
}
#page-exclusive .portfolio .tab span.active{
	background:#C42A24;
	border-color:#C42A24;
	color:#fff;
}
#page-exclusive .portfolio .ctab{
	width:100%;
	overflow:hidden;
	
	direction:rtl !important;
	text-align:right !important;
}
#page-exclusive .portfolio .ctab ul{
	list-style:none;
	margin:0;
	padding:0;
}
#page-exclusive .portfolio .ctab ul li{
	width:100%;
	float:right;
	
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:24px;
}
#page-exclusive .portfolio .ctab ul li .item{
	width:-moz-calc(100% / 3 - 16px);
	width:-webkit-calc(100% / 3 - 16px);
	width:calc(100% / 3 - 16px);
	
	border-radius:16px;
	overflow:hidden;
	
	position:relative;
}
#page-exclusive .portfolio .ctab ul li .item img{
	width:100%;
	height:auto;
	display:block;
	
	position:relative;
	z-index:0;
}
#page-exclusive .portfolio .ctab ul li .item .glass-hover{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	display:block;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:8px;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#page-exclusive .portfolio .ctab ul li .item:hover .glass-hover{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#page-exclusive .portfolio .ctab ul li .item .glass-hover .maximize{
	width:139px;
	height:46px;
	background:#fff;
	padding: 0 16px;
	border-radius: 12px;
	
	font-size: 16px;
	color: #1B987E;
	font-weight: 800;
	line-height: 30px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:8px;
}
#page-exclusive .portfolio .ctab ul li .item .glass-hover .maximize:before{
	width:24px;
	height:24px;
	background:url('../images/maximize.svg') no-repeat;
	display:block;
	content:'';
}
#page-exclusive .portfolio .ctab ul li .item .glass-hover p{
	font-size: 16px;
	color: #FFB100;
	font-weight: 700;
	line-height: 30px;
	text-align:center;
	
	position:absolute;
	bottom:30px;
}
@media only screen and (max-width:480px) {
	#page-exclusive .portfolio .ctab ul li .item{
		width:-moz-calc(50% - 12px);
		width:-webkit-calc(50% - 12px);
		width:calc(50% - 12px);
	}
}
@media only screen and (max-width:380px) {
	#page-exclusive .portfolio .ctab ul li .item{
		width:100%;
	}
}
#page-exclusive .banner{
	padding-top:45px;
}
#page-exclusive .banner .text{
	width:-moz-calc( 100% - 433px );
	width:-webkit-calc( 100% - 433px );
	width:calc( 100% - 433px );
	
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	gap:20px;
}
#page-exclusive .banner .text .title{
	font-size: 27px;
	color:#fff;
	font-weight: 800;
	text-align: right;
	line-height: 35px;
}
#page-exclusive .banner .text .desc{
	font-size:18px;
	color:#fff;
	font-weight: 500;
	text-align: right;
	line-height: 32px;
}
#page-exclusive .banner .off{
	width:100%;
	height:160px;
	background: linear-gradient(98deg, #21879D 17.27%, #40AF9D 100.67%);
	overflow:hidden;
	border-radius: 16px;
	box-shadow: 0px 4px 6px -4px rgba(19, 108, 90, 0.10), 0px 10px 15px -3px rgba(19, 108, 90, 0.10);
	padding:0 24px;
	
	display: flex;
	justify-content: space-between;
	align-items:center;
	gap:24px;
}
#page-exclusive .banner .off .off-btn{
	width:305px;
	height:56px;
	background: #F2D38C;
	border-radius: 12px;
	box-shadow: 0px 15px 25px -5px rgba(178, 107, 45, 0.15);
	
	font-size: 18px;
	color:#8A640F;
	text-align: center;
	font-weight: 800;
	line-height: 56px;
}
#page-exclusive .banner .off .off-btn:hover{
	background:#fdd271;
}
#page-exclusive .banner .order{
	width:100%;
	height:160px;
	background: linear-gradient(98deg, #4C897B 17.27%, #8350C0 100.67%);
	overflow:hidden;
	border-radius: 16px;
	box-shadow: 0px 4px 6px -4px rgba(19, 108, 90, 0.10), 0px 10px 15px -3px rgba(19, 108, 90, 0.10);
	padding:0 24px;
	
	display: flex;
	justify-content: space-between;
	align-items:center;
	gap:24px;
}
#page-exclusive .banner .order .call-btn{
	width:305px;
	
	font-size: 32px;
	color:#fff;
	text-align: center;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 3.2px;
}
#page-exclusive .banner .order .call-btn:hover{
	color:#fafafa;
}
@media only screen and (max-width:1200px) {
	#page-exclusive .banner .text .desc{
		font-size:14px;
	}
}
@media only screen and (max-width:865px) {
	#page-exclusive .banner .off,
	#page-exclusive .banner .order{
		height:auto;
		padding:24px;
		
		justify-content:center;
		flex-direction:column;
	}
	#page-exclusive .banner svg{
		width:80px;
		height:auto;
	}
	#page-exclusive .banner .text{
		width:100%;
	}
	#page-exclusive .banner .text .title{
		text-align: center;
	}
	#page-exclusive .banner .text .desc{
		text-align: center;
	}
}
@media only screen and (max-width:400px) {
	#page-exclusive .banner .off .off-btn{
		width:100%;
		height:auto;
		
		font-size: 15px;
	}
	#page-exclusive .banner .order .call-btn{
		width:100%;
		height:auto;
		
		font-size: 20px;
	}
}
#page-exclusive .price-table{
	padding-top:64px;
}
#page-exclusive .price-table .items{
	display:flex;
	justify-content:space-between;
	align-items:start;
	flex-wrap:wrap;
	gap:24px;
}
#page-exclusive .price-table .items .item{
	width:-moz-calc( ( 100% / 3 ) - 16px );
	width:-webkit-calc( ( 100% / 3 ) - 16px );
	width:calc( ( 100% / 3 ) - 16px );
	
	background: #FFF;
	padding: 32px 15px;
	border-radius: 16px;
	box-shadow: 0px 2px 4px -2px rgba(19, 108, 90, 0.10), 0px 4px 6px -1px rgba(19, 108, 90, 0.10);

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
#page-exclusive .price-table .items .item .title{
	font-size: 21px;
	text-align: center;
	color: #1B987E;
	font-weight: 800;
	line-height: 29px;
}
#page-exclusive .price-table .items .item .tab{
	width:auto;
	overflow:hidden;
	margin:0 auto;
	display:inline-block;
	border-radius:50px;
	border:1px solid #334155;
}
#page-exclusive .price-table .items .item .tab span{
	height:32px;
	background:#fff;
	display:inline-block;
	padding:0 16px;
	cursor:pointer;
	
	font-size: 14px;
	color: #334155;
	font-weight: 700;
	line-height: 32px;
}
#page-exclusive .price-table .items .item .tab span.active{
	background:#334155;
	color:#fff;
}
#page-exclusive .price-table .items .item .ctab{
	width:100%;
	display:block;
}
#page-exclusive .price-table .items .item table{
	width:100%;
	border-spacing:0 16px;
}
#page-exclusive .price-table .items .item table th{
	font-size: 16px;
	color: #64748B;
	text-align:center;
	font-weight: 800;
	line-height: 30px;
}
#page-exclusive .price-table .items .item table tbody td{
	width:-moz-calc( 100% / 3 );
	width:-webkit-calc( 100% / 3 );
	width:calc( 100% / 3 );
	
	margin-top:16px;
	
	font-size: 14px;
	color: #334155;
	text-align:center;
	font-weight: 400;
	line-height: 40px;
}
#page-exclusive .price-table .items .item table tbody td:first-child{
	border-radius:0 5px 5px 0;
}
#page-exclusive .price-table .items .item table tbody td:last-child{
	border-radius:5px 0 0 5px;
}
#page-exclusive .price-table .items .item table tbody tr:nth-child(odd){
	background:#E0F5FF;
}
#page-exclusive .price-table .items .item table tbody tr:nth-child(even){
	background:#F1F5F9;
}
@media only screen and (max-width:900px) {
	#page-exclusive .price-table .items .item{
		width:-moz-calc( 50% - 12px );
		width:-webkit-calc( 50% - 12px );
		width:calc( 50% - 12px );
	}
}
@media only screen and (max-width:650px) {
	#page-exclusive .price-table .items .item{
		width:100%;
	}
}
#page-exclusive .faq{
	padding-top:64px;
}
#page-exclusive .faq ul{
	list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	flex-direction:column;
	gap:24px;
}
#page-exclusive .faq ul li{
	width:100%;
	background:#F8FAFC;
	display:block;
	overflow:hidden;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid #E2E8F0;
	
	display:flex;
	flex-direction:column;
	gap:12px;
}
#page-exclusive .faq ul li .question{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
}
#page-exclusive .faq ul li .question p{
	width:-moz-calc( 100% - 76px );
	width:-webkit-calc( 100% - 76px );
	width:calc( 100% - 76px );
	overflow:hidden;
	
	font-size: 16px;
	color:#475569;
	text-align:right;
	font-weight: 400;
	line-height: 30px;
}
#page-exclusive .faq ul li.open .question p{
	color:#1B987E;
}
#page-exclusive .faq ul li .question:before{
	width:32px;
	height:32px;
	background:url('../images/message-question.svg') no-repeat right top;
	display:block;
	content:'';
}
#page-exclusive .faq ul li .question:after{
	width: 20px;
	height: 20px;
	background:url('../images/arrow-down.svg') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	display:block;
	content:'';
}
#page-exclusive .faq ul li.open .question:after{
	rotate:180deg;
}
#page-exclusive .faq ul li .answer{
	width:100%;
	display:none;
	overflow:hidden;
	
	font-size: 14px;
	color:#1E293B;
	text-align:justify;
	font-weight: 400;
	line-height: 24px;
}
#page-exclusive .customers{
	padding-top:74px;
	padding-bottom:30px;
}
#page-exclusive .customers .brands{
	width:100%;
	overflow:hidden;
}
#page-exclusive .customers .brands ul{
	list-style:none;
	margin:0;
	padding:0;
}
#page-exclusive .customers .brands .item{
	width:75px;
	height:75px;
	float:left;
	
	text-align:center;
}
#page-exclusive .customers .brands .item img{
	max-width:75px;
	height:auto;
	display:block;
	margin:0 auto;
}