#page-static .container{
	padding:50px 0 0 0;
	
	display:flex;
	flex-direction:column;
	gap:50px;
}
#page-static .main-title{
	width:100%;
	display:block;
	margin:0;
	
	font-size:28px;
	font-weight:700;
	color:#1F1D19;
	line-height:35px;
	text-align:center;
}
#page-static .content{
	font-size: 14px;
	font-weight: 400;
	color:#1F1D19;
	line-height: 30px;
}
#page-static .content .aligncenter{
    margin:20px auto;
    
    text-align:center;
}
#page-static .content p{
	margin-bottom:25px;
}
#page-static .content img{
    max-width:100%;
    height:auto;
}

#page-static .faq-list ul{
	list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	flex-direction:column;
	gap:20px;
}
#page-static .faq-list ul li{
	width:100%;
	display:block;
	overflow:hidden;
	padding:16px;
	border-radius: 16px;
	border: 1px solid rgba(118, 97, 82, 0.5);
	
	display:flex;
	flex-direction:column;
	gap:12px;
}
#page-static .faq-list ul li.open{
	border: 1px solid rgba(118, 97, 82, 1);
}
#page-static .faq-list ul li .question{
	cursor:pointer;
	overflow:hidden;
	
	display:flex;
	justify-content:space-between;
	align-items:start;
}
#page-static .faq-list ul li .question p{
	width:-moz-calc( 100% - 30px );
	width:-webkit-calc( 100% - 30px );
	width:calc( 100% - 30px );
	overflow:hidden;
	margin:0;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	font-size:16px;
	color:#1F1D19;
	text-align:right;
	font-weight:500;
	line-height:30px;
}
#page-static .faq-list ul li.open .question p{
	color:#766152;
}
#page-static .faq-list ul li .question:after{
	width:24px;
	height:24px;
	background:url('../images/arrow-down-faq.svg') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	display:block;
	content:'';
	margin-top:3px;
}
#page-static .faq-list ul li.open .question:after{
	rotate:180deg;
}
#page-static .faq-list ul li .answer{
	width:100%;
	display:none;
	overflow:hidden;
	
	font-size: 16px;
	color:#1F1D19;
	text-align:right;
	line-height: 24px;
}

#page-static .collab-banner{
	width:100%;
	height:328px;
	background:url('../images/collab.jpg') no-repeat center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
	
	border-radius:16px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#page-static .collab-banner:before{
	width:169px;
	height:72px;
	background:url('../images/collab-label.png') no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	display:block;
	content:'';
	
	position:absolute;
	top:20px;
	right:20px;
	z-index:1;
}
#page-static .collab-banner .main-title{
	display:inline-block;
	margin:0;
	
	font-size:40px;
	font-weight:600;
	color:rgba(255, 255, 255, 0.8);
	line-height:35px;
	text-align:center;
}
@media only screen and (max-width:1000px) {
	#page-static .collab-banner .main-title{
		padding:0 20px;

		font-size:30px;
		line-height:45px;
	}
}

#page-static .gform_wrapper .gfield_label{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .gform_wrapper.gravity-theme .ginput_container_address .ginput_left{
	padding-right:unset !important;
	padding-left:1% !important;
}
#page-static .gform_wrapper.gravity-theme .ginput_container_address .ginput_right{
	padding-right:1% !important;
	padding-left:unset !important;
}
#page-static .gform_wrapper .ginput_container:has(.ginput_container_date){
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#page-static .gform_wrapper .ginput_container .ginput_container_date{
	width:-moz-calc(100% / 3 - 6.666666666666667px) !important;
	width:-webkit-calc(100% / 3 - 6.666666666666667px) !important;
	width:calc(100% / 3 - 6.666666666666667px) !important;
	
	max-width:unset !important;
	flex-basis:unset;
	margin:0 !important;
}
#page-static .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{
	margin-left:unset !important;
	margin-right:2% !important;
}
#page-static .gform_wrapper .gfield_radio{
	direction:rtl;
}
#page-static .gform_wrapper .gform_button{
	width: 177px;
	height: 40px;
	background-color:#766152;
	background-image:url('../images/form-btn-wave.png');
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	padding: 8px 16px;
	border-radius:8px;
	border:0;
	cursor:pointer;
	float:left;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:1 !important;
}
#page-static .gform_wrapper .gform_button:hover{
	background-color:#55473d;
}
#page-static .wpcf7-form{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:16px;
}
#page-static .wpcf7-form p{
	width:100%;
	margin:0;
}
#page-static .wpcf7-form p:nth-child(-n+4){
	width:-moz-calc( 100% / 3 - 16px );
	width:-webkit-calc( 100% / 3 - 16px );
	width:calc( 100% / 3 - 16px );
}
#page-static .wpcf7-form p input::placeholder{
	text-align:right;
}
#page-static .wpcf7-form p textarea{
	height:150px;
	padding:10px 10px;
	
	line-height:25px;
}
#page-static .wpcf7-form p .wpcf7-submit{
	width: 177px;
	height: 40px;
	background-color:#766152;
	background-image:url('../images/form-btn-wave.png');
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	padding: 8px 16px;
	border-radius:8px;
	border:0;
	cursor:pointer;
	float:left;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	font-size:16px;
	font-weight:500;
	color:#fff;
}
#page-static .wpcf7-form p .wpcf7-submit:hover{
	background-color:#55473d;
}
#page-static .wpcf7-form .wpcf7-response-output{
	width:100%;
	margin:0;
}

#page-static .contact-title{
	margin-bottom:40px;
	
	color:#1F1D19;
	font-size:28px;
	font-weight:700;
	text-align:center;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
#page-static .contact-title span{
	min-width:188px;
	height:102px;
	background:url('../images/title-brush.png') no-repeat center;
	
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	color:#766152;
}
#page-static .contact-us{
	display:block;
	overflow:hidden;
}
#page-static .contact-us .cols-wrapper{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:16px;
}
#page-static .contact-us .cols-wrapper .col{
	width:-moz-calc( 100% / 3 - 10.66666666666667px ) !important;
	width:-webkit-calc( 100% / 3 - 10.66666666666667px ) !important;
	width:calc( 100% / 3 - 10.66666666666667px ) !important;
	
	height:auto;
	min-height:182px;
	background: rgba(139, 79, 30, 0.08);
	border:2px dashed rgba(118, 97, 82, 0.7);
	border-radius:16px;
	padding:35px;
	
	flex-basis:unset !important;
}
#page-static .contact-us .cols-wrapper .col .box-title{
	margin:0 0 16px;
	
	font-size:16px;
	font-weight:600;
	color:#1F1D19;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .contact-us .cols-wrapper .col .box-title p{
	margin:0;
}
#page-static .contact-us .cols-wrapper .col .box-title strong{
	font-weight:600;
}
#page-static .contact-us .cols-wrapper .col .box-content{
	min-height:70px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:10px 0;
	flex-wrap:wrap;
	
	font-size:14px;
	font-weight:500;
	color:#1F1D19;
}
#page-static .contact-us .cols-wrapper .col .box-content p{
	width:100%;
	margin:0;
	
	text-align:left;
}
#page-static .contact-us .cols-wrapper .col .box-content a{
	color:#1F1D19;
}
#page-static .contact-us .cols-wrapper .col .box-content a:hover{
	color:#766152;
}
#page-static .contact-us .cols-wrapper .col .box-content.phone p{
	width:50%;
	display:inline-block;
	
	text-align:right;
}
#page-static .contact-us .cols-wrapper .col .box-content.phone p:nth-child(even){
	text-align:left;
}
#page-static .contact-us .cols-wrapper .col .box-content.social a{
	width:100%;
	
	display:flex;
	flex-direction:row-reverse;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .contact-us .admap-wrapper{
	margin-top:30px;
	
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:16px;
}
#page-static .contact-us .admap-wrapper .col{
	width:-moz-calc( 50% - 8px );
	width:-webkit-calc( 50% - 8px );
	width:calc( 50% - 8px );
	
	height:auto;
	background: rgba(139, 79, 30, 0.08);
	border:2px dashed rgba(118, 97, 82, 0.7);
	border-radius:16px;
	padding:35px;
}
#page-static .contact-us .admap-wrapper .col.map{
	padding:0;
}
#page-static .contact-us .admap-wrapper .col.map iframe{
	width:100%;
	height:100%;
	min-height:364px;
	border:0;
	border-radius:16px;
	margin:0;
	display:block;
}
#page-static .contact-us .admap-wrapper .col.address .address-title{
	margin:0;
	
	font-size:22px;
	font-weight:700;
	color:#1F1D19;
	text-align:center;
}
#page-static .contact-us .admap-wrapper .col.address .address-title span{
	color:#766152;
}
#page-static .contact-us .admap-wrapper .col.address .address-label{
	margin:30px 0 10px;
	
	font-size:16px;
	font-weight:600;
	color:#1F1D19;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .contact-us .admap-wrapper .col.address .address-label strong{
	font-weight:600;
}
#page-static .contact-us .admap-wrapper .col.address .address-content{
	margin:0;
	
	font-size:15px;
	font-weight:400;
	color:#1F1D19;
}
#page-static .contact-us .contact-form-wrapper{
	margin-top:35px;
}
#page-static .contact-us .contact-form-wrapper h2{
	color:#1F1D19;
	font-size:22px;
	font-weight:700;
	
	margin:24px 0;
}
@media only screen and (max-width:990px) {
	#page-static .contact-title{
		font-size:20px;
	}
	#page-static .contact-title span{
		min-width:140px;
		height:76px;
	}
	#page-static .contact-us .cols-wrapper .col{
		min-height:150px;
		padding:15px;
	}
}
@media only screen and (max-width:780px) {
	#page-static .contact-us .cols-wrapper .col{
		width:100% !important;
		min-height:unset;
		padding:35px;
	}
	#page-static .contact-us .cols-wrapper .col .box-content.phone p{
		width:100%;
		text-align:left;
	}
	#page-static .contact-us .cols-wrapper .col .box-content{
		min-height:unset;
	}
}
@media only screen and (max-width:730px) {
	#page-static .contact-title{
		display:block;
		
		font-size:20px;
		text-align:center;
	}
	#page-static .contact-title span{
		min-width:unset;
		height:auto;
		background:none;
		display:inline;
	}
}

#page-static .about-us .cols-wrapper{
	margin-bottom:30px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:18px;
}
#page-static .about-us .cols-wrapper .col{
	width:-moz-calc( 100% - 500px );
	width:-webkit-calc( 100% - 500px );
	width:calc( 100% - 500px );
	
	color:#1F1D19;
	font-size:14px;
	font-weight:400;
	line-height:30px;
	
	flex-basis:auto !important;
}
#page-static .about-us .cols-wrapper .col.image{
	width:482px;
}
#page-static .about-us .cols-wrapper .col.image img{
	width:100% !important;
	height:auto !important;
	display:block;
}
#page-static .about-us .cols-wrapper .col .about-title{
	color:#1F1D19;
	font-size:25px;
	font-weight:800;
	text-align:center;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .about-us .cols-wrapper .col .about-title span{
	min-width:188px;
	height:102px;
	background:url('../images/title-brush.png') no-repeat center;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	color:#766152;
}
#page-static .about-us .cols-wrapper .col .go-to-gallery{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	color:#766152;
}
#page-static .about-us .cols-wrapper .col .go-to-gallery:hover{
	color:#1F1D19;
}
#page-static .about-us .cols-wrapper .col .go-to-gallery:after{
	width:24px;
	height:24px;
	background:url('../images/about-arrow-left.svg') no-repeat;
	display:block;
	content:'';
}
#page-static .about-us .cols-wrapper .col .box-title{
	margin-bottom:15px;
	
	color:#1F1D19;
	font-size:24px;
	font-weight:800;
	line-height:35px;
}
#page-static .about-us .cols-wrapper .col .box-title span{
	color:#766152;
}
#page-static .about-us #gallery-slider .gallery-title{
	margin:0 0 16px;
	
	font-size:22px;
	font-weight:700;
	color:#766152;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .about-us #gallery-slider .about-slider{
	direction:ltr !important;
	text-align:left !important;
}
#page-static .about-us #gallery-slider .about-slider .about-slider-items .item{
	width:229px !important;
	overflow:hidden;
	margin:10px 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
	border-radius:16px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#page-static .about-us #gallery-slider .about-slider .about-slider-items .item:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width:901px) and (max-width:1050px) {
	#page-static .about-us .cols-wrapper .col{
		width:-moz-calc( 100% - 420px );
		width:-webkit-calc( 100% - 420px );
		width:calc( 100% - 420px );
	}
	#page-static .about-us .cols-wrapper .col.image{
		width:400px;
	}
	#page-static .about-us .cols-wrapper .col .about-title{
		font-size:20px;
	}
	#page-static .about-us .cols-wrapper .col .about-title span{
		min-width:140px;
		height:76px;
	}
}
@media only screen and (max-width:900px) {
	#page-static .about-us .cols-wrapper{
		flex-direction:column-reverse;
	}
	#page-static .about-us .cols-wrapper:nth-child(2){
		flex-direction:column;
	}
	#page-static .about-us .cols-wrapper .col{
		width:100% !important;
	}
	#page-static .about-us .cols-wrapper .col.image img{
		width:unset !important;
		max-width:100% !important;
		margin:0 auto;
	}
	#page-static .about-us .cols-wrapper .col .about-title{
		justify-content:center;
	}
}
@media only screen and (max-width:600px) {
	#page-static .about-us .cols-wrapper .col .about-title{
		display:block;
		font-size:20px;
		text-align:center;
	}
	#page-static .about-us .cols-wrapper .col .about-title span{
		width:auto;
		height:auto;
		background:none;
		display:inline;
	}
	#page-static .about-us #gallery-slider .gallery-title{
		font-size:18px;
	}
}
@media only screen and (max-width:400px) {
	#page-static .about-us{
		width:100%;
	}
	#page-static .about-us .cols-wrapper{
		padding:0 20px;
	}
	#page-static .about-us #gallery-slider .gallery-title{
		padding:0 20px;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile{
		width:100% !important;
		text-align:right;
		direction:rtl;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:16px !important;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items::-webkit-scrollbar {
		display:none;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items .item{
		width:60% !important;
		overflow:hidden;
		float:right;
		margin:10px 0;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.24);
		border-radius:16px;
		flex-shrink: 0;
		
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items .item:first-child{
		margin-right:20px;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items .item:last-child{
		margin-left:20px;
	}
	#page-static .about-us #gallery-slider .about-slider-mobile .about-slider-items .item:hover{
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	}
}

#page-static .category-banner{
	width:100%;
	height:114px;
	background:url('../images/category-banner.jpg') no-repeat center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
	
	border-radius:16px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#page-static .category-banner .main-title{
	display:inline-block;
	margin:0;
	
	font-size:40px;
	font-weight:600;
	color:rgba(255, 255, 255, 0.8);
	line-height:35px;
	text-align:center;
}
#page-static .category>ul{
	list-style:none;
	margin:0;
	padding:0;
}
#page-static .category>ul>li{
	width:100%;
	display:block;
	margin-bottom:30px;
}
#page-static .category>ul>li>a{
	width:100%;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
	
	color:#766152;
	font-size:16px;
	font-weight:600;
}
#page-static .category>ul>li>a:before{
	width:24px;
	height:24px;
	background:url('../images/folder-open.svg') no-repeat;
	display:block;
	content:'';
}
#page-static .category>ul>li>ul{
	width:100%;
	background:#F6F1ED;
	border:2px dashed rgba(118, 97, 82, 0.5);
	border-radius:16px;
	padding:16px;
	margin-top:10px;
	list-style:none;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#page-static .category>ul>li>ul>li{
	height:44px;
	display:inline-block;
}
#page-static .category>ul>li>ul>li>a{
	width:100%;
	height:44px;
	background:#fff;
	display:block;
	border-radius:8px;
	padding:0 10px;
	
	color:#766152;
	font-size:14px;
	font-weight:500;
	line-height:44px;
}
#page-static .category>ul>li>ul>li>a:hover{
	background:#f9f9f9;
}
@media only screen and (max-width:600px) {
	#page-static .category-banner .main-title{
		font-size:26px;
	}
}

#page-events .events-banner{
	width:100%;
	height:328px;
	background:url('../images/archive-product-banner.jpg') no-repeat center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	background-size:cover;
	
	overflow:hidden;
	border-radius:16px;
	padding:0 25px;
	margin-top:30px;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:10px;
	
	position:relative;
}
#page-events .events-banner:before{
	width:100%;
	height:100%;
	background: rgba(118, 97, 82, 0.2);
	display:block;
	content:'';
	
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#page-events .events-banner:after{
	width:169px;
	height:72px;
	background:url('../images/events-label.png') no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
	display:block;
	content:'';
	
	position:absolute;
	top:20px;
	right:20px;
	z-index:1;
}
#page-events .events-banner .main-title{
	width:100%;
	height:70px;
	overflow:hidden;
	
	font-size:40px;
	font-weight:600;
	color:rgba(255, 255, 255, 0.8);
	line-height:35px;
	text-align:center;
	
	position:relative;
	z-index:3;
}
#page-events .events-banner .btn{
	width:145px;
	height:44px;
	background:#fff;
	border-radius:8px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	
	font-size:16px;
	font-weight:600;
	color:#997B66;
	text-align:center;
	line-height:44px;
	
	position:relative;
	z-index:4;
}
#page-events .events-banner .btn:hover{
	background:rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width:1000px) {
	#page-events .events-banner{
		width:100%;
		height:220px;
	}
	#page-events .events-banner:after{
		width:130px;
		height:55px;
	}
	#page-events .events-banner .main-title{
		margin-top:45px;
		
		font-size:24px;
	}
}
#page-events .recent-events-list{
	margin-top:20px;
}
#page-events .recent-events-list .main-title{
	font-size:22px;
	font-weight:700;
	color:#1F1D19;
	text-align:right;
}
#page-events .recent-events-list .events-list{
	width:100%;
	margin-top:20px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
	gap:20px;
}
#page-events .recent-events-list .events-list .event-item{
	width:-moz-calc(25% - 15px);
	width:-webkit-calc(25% - 15px);
	width:calc(25% - 15px);
	
	position:relative;
}
#page-events .recent-events-list .events-list .event-item .thumb{
	width: 100%;
    aspect-ratio: 242 / 295;
	display:block;
	overflow:hidden;
	border-radius:16px;
	margin-bottom:16px;
	
	position: relative;
}
#page-events .recent-events-list .events-list .event-item .thumb:before{
	width:50%;
	aspect-ratio:121 / 62;
	display:block;
	content:'';
	
	background-size:100% 100%;
    background-repeat:no-repeat;
	
	position:absolute;
	top:3.39%;
    left:-3.3%;
	z-index:2;
}
#page-events .recent-events-list .events-list .event-item .thumb.register-badge:before{
	background-image:url('../images/event-badge-register.png');
}
#page-events .recent-events-list .events-list .event-item .thumb.free-badge:before{
	background-image:url('../images/event-badge-free.png');
}
#page-events .recent-events-list .events-list .event-item .thumb img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius:16px;
}
@supports not (aspect-ratio: 1 / 1) {
    #page-events .recent-events-list .events-list .event-item .thumb{
        height: 0;
        padding-bottom: calc(295 / 242 * 100%);
    }
    #page-events .recent-events-list .events-list .event-item .thumb img{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
#page-events .recent-events-list .events-list .event-item .title{
	width:100%;
	height:27px;
	overflow: hidden;
	margin-bottom:16px;
	display:block;
	
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	color:#1F1D19;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
#page-events .recent-events-list .events-list .event-item .title,
#page-events .recent-events-list .events-list .event-item .title:visited{
	color:#1F1D19;
}
#page-events .recent-events-list .events-list .event-item .title:hover{
	color:#857469;
}
#page-events .recent-events-list .events-list .event-item .info{
	width:100%;
	overflow: hidden;
	margin-bottom:16px;
	
	display:flex;
	flex-direction:column;
	gap:5px;
}
#page-events .recent-events-list .events-list .event-item .info .item{
	width:100%;
	height:24px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
	
	font-size: 14px;
	font-weight: 500;
	color:#766152;
	text-align: right;
	line-height: 24px;
}
#page-events .recent-events-list .events-list .event-item .info .item span:first-child{
	width:40px;
	height:24px;
	display:block;
	overflow:hidden;
	
	color:#1F1D19;
}
#page-events .recent-events-list .events-list .event-item .info .item span:last-child{
	width:-moz-calc(100% - 80px);
	width:-webkit-calc(100% - 80px);
	width:calc(100% - 80px);
	
	height:24px;
	display:block;
	overflow:hidden;
	
	text-overflow: ellipsis;
	white-space: nowrap
}
#page-events .recent-events-list .events-list .event-item .info .date:before{
	width:24px;
	height:24px;
	background:url('../images/event-time.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	
	display:block;
	content:'';
}
#page-events .recent-events-list .events-list .event-item .info .location:before{
	width:24px;
	height:24px;
	background:url('../images/event-location.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	
	display:block;
	content:'';
}
#page-events .recent-events-list .events-list .event-item .readmore{
	width:100%;
	height:44px;
	background:#fff;
	display:inline-block;
	border-radius:8px;
	border: 1px solid #766152;
	box-shadow: 0px 0px 4px 0px #00000040;
	
	color:#766152;
	font-size:14px;
	font-weight:500;
	line-height:44px;
	text-align:center;
}
#page-events .recent-events-list .events-list .event-item .readmore:hover{
	background:#766152;
	
	color:#fff;
}
@media only screen and (max-width:900px) {
	#page-events .recent-events-list .events-list .event-item{
		width:-moz-calc(100% / 3 - 13.33333333333333px);
		width:-webkit-calc(100% / 3 - 13.33333333333333px);
		width:calc(100% / 3 - 13.33333333333333px);
	}
}
@media only screen and (max-width:600px) {
	#page-events .recent-events-list .events-list .event-item{
		width:-moz-calc(50% - 10px);
		width:-webkit-calc(50% - 10px);
		width:calc(50% - 10px);
	}
}
@media only screen and (max-width:420px) {
	#page-events .recent-events-list .events-list .event-item{
		width:100%;
	}
}
#page-events .module-slider-wrapper .container{
	gap:15px;
}
#page-events .event-past-slider-wrapper{
	box-shadow:unset;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item{
	width:calc(100% / 3 - 10px) !important;
	overflow:hidden;
	margin:0 5px;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb{
	width: 100%;
    aspect-ratio: 308 / 297;
	display:block;
	overflow:hidden;
	border-radius:16px;
	margin-bottom:16px;
	
	position: relative;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb:before{
	width:100%;
	height:100%;
	background:rgba(118, 97, 82, 0.2);
	display:block;
	content:'';
	border-radius:16px;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb:after{
	width:26%;
    aspect-ratio:1;
	
	background:url('../images/events-past-play.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	
	display:block;
	content:'';
	
	transform:translate(-50%, -50%);
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius:16px;
	filter: grayscale(100%);
	
	position:relative;
	z-index:0;
}
@supports not (aspect-ratio: 1 / 1) {
    #page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb{
        height: 0;
        padding-bottom: calc(297 / 308 * 100%);
    }
    #page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .thumb img{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .title{
	width:100%;
	height:60px;
	overflow: hidden;
	margin-bottom:16px;
	display:block;
	
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	color:#1F1D19;
	text-align: right;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .title,
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .title:visited{
	color:#1F1D19;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .title:hover{
	color:#857469;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .readmore{
	width:100%;
	height:24px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
	
	color:#766152;
	font-size:14px;
	font-weight:500;
	line-height:44px;
	text-align:center;
}
#page-events .event-past-slider-wrapper .event-past-slider-items .event-past-item .readmore:hover{
	gap:10px;
}
@media only screen and (max-width:600px) {
	#page-events .module-slider-wrapper .second-title-type{
		padding:0 20px;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile{
		width:100% !important;
		text-align:right;
		direction:rtl;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile .event-past-slider-items{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:16px !important;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile .event-past-slider-items::-webkit-scrollbar {
		display:none;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile .event-past-slider-items .event-past-item{
		width:60% !important;
		overflow:hidden;
		float:right;
		flex-shrink: 0;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile .event-past-slider-items .event-past-item:first-child{
		margin-right:20px;
	}
	#page-events .event-past-slider-wrapper .event-past-slider-mobile .event-past-slider-items .event-past-item:last-child{
		margin-left:20px;
	}
}