
	body.modal-open{
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	body.modal-open.search .header{
		display:none;
	}
	.top .search{
		transition: all 0.5s ease 0s;
		position:relative;
		z-index:200;
	}
	body.modal-open .top .search{
		top:-64px;
	}
	.footer{
		position: relative;
		z-index: 100;
	}
	#carousel .item{
		height:420px;
		margin:0 8px;
		border-radius: 24px;
		padding:20px;
		background-size:cover;
		background-position:center;
		position:relative;
		display:flex;
		align-items:end;
	}
	#carousel .item:before{
		content:"";
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:rgba(7,7,7,0.6);
	}
	#carousel .item:not(:first-of-type) {
		display: none;
	}
	#carousel.slick-initialized .item:not(:first-of-type) {
		display:block;
	} 
	#carousel .item .info{
		position:relative;
	}
	#carousel .item .info .title{
		font-weight: 900;
		font-size: 24px;
		line-height: 34px;
	}
	ul.slick-dots{
		margin:24px 0 0;
		padding:0;
		display:flex;
		justify-content:center;
		list-style:none;
	}
	ul.slick-dots li{
		width:10px;
		height:10px;
		margin:0 5px;
	}
	ul.slick-dots li button{
		background:#fff;
		border:none;
		border-radius:50%;
		width:10px;
		height:10px;
		color:transparent;
		padding:0;
		opacity:0.25;
		transition: all 0.2s ease 0s;
	}
	ul.slick-dots li.slick-active button,ul.slick-dots li:hover button{
		opacity:1;
	}
	#filter .filter{
		margin-bottom:0;
	}
	#filter span{
		font-size: 14px;
		font-weight: 700;
		line-height: 24px; 
	}
	#filter div.text{
		position:relative;
		border:solid 1px rgba(255,255,255,0.2);
		border-radius:6px;
		padding:10px 15px;
		padding-right:24px;
		font-size: 14px;
		line-height: 24px;
		margin:0 0 14px;
		cursor:pointer;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#filter div.text::before {
		content: '';
		position: absolute;
		right: 11px;
		top: 50%;
		width: 11px;
		height: 7px;
		background-image: url(https://res.cloudinary.com/ninety-seconds/image/upload/v1724725654/marketing/inspiration/arrow-down.svg);
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateY(-50%);
		transition: transform 0.3s ease;
	}
	.filter-backdrop{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		opacity:0;
		visibility:hidden;
		transition: all 0.3s ease 0s;
	}
	.filter-backdrop.show{
		opacity:0.5;
		visibility:visible;
	}
	p.found{
		display:none;
		font-size: 18px;
		font-weight: 300;
		line-height: 30px;
		text-align:center;
		margin:20px 0 16px;
	}
	p.found b{
		font-weight: 900;
	}
	p.found button{
		background:transparent;
		border:none;
		font-size: 16px;
		color:#fff;
		line-height: 22px;
		padding:16px 24px;
	}
	@media only screen and (max-width: 767px){
		.modal-open-scroll-fix {
			scroll-behavior: auto;
		}
		button.showFilter{
			font-size: 14px;
			font-style: normal;
			font-weight: 700;
			line-height: 18px;
			height:48px;
			background-color:#1E1E21;
			border-radius:6px;
			margin-bottom:24px;
			border:none;
			width:100%;
			color:#fff;
		}
		button.showFilter img{
			margin-right:8px;
		}
		#filter{
			display:none;
			position:fixed;
			left:0;
			right:0;
			bottom:0;
			z-index:10000;
			background:#030308;
			padding:0 20px;
		}
		#filter div.title{
			padding:15px 0 24px;
		}
		#filter span.title{
			display:block;
			padding:0 0 6px;
			font-size: 14px;
			font-style: normal;
			font-weight: 700;
			line-height: 24px; 
		}
		#filter div.title span{
			display:block;
			font-size: 18px;
			font-style: normal;
			font-weight: 900;
			line-height: 28px;
		}
		#filter .title button.close{
			background:transparent;
			border:none;
		}
		#filter .filter{
			padding-left:0;
			position:static;
			z-index:100;
		}
		#filter .filter .select{
			display:none;
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background: rgba(3, 3, 8, 0.80);
			backdrop-filter: blur(125px);
			-webkit-backdrop-filter: blur(125px);
			padding:0 20px 0;
			z-index:200;
		}
		#filter .filter .select:after{
			content:"";
			display:block;
			background: linear-gradient(180deg, rgba(3, 3, 8, 0.00) 0%, #030308 50%);
			height:180px;
			position:sticky;
			left:-20px;
			right:-20px;
			bottom:40px;
			z-index:100;
		}
		#filter .filter .select.active{
			display:block;
		}
		#filter .filter .select .title{
			font-size: 18px;
			font-style: normal;
			font-weight: 900;
			line-height: 28px;
			padding-bottom:16px;
		}
		#filter .filter .select .title button.back{
			background:transparent;
			border:none;
			transform: rotate(180deg);
			padding-bottom:2px;
		}
		#filter .filter .select input{
			background:#1E1E21;
			display:block;
			border-radius: 100px;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 22px;
			width:100%;
			border:none;
			padding:13px 10px;
			padding-left:40px;
			color:#fff;
		}
		#filter .filter .select .input{
			position:relative;
			margin-bottom:16px;
		}
		#filter .filter .select .input img{
			position:absolute;
			left:16px;
		}
		#filter .filter .select ul{
			overflow-y:scroll;
			height:350px;
			padding-bottom:70px;
		}
		#filter .filter .select li{
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 24px;
			margin-bottom:16px;
			position:relative;
			display:flex;
			align-items:center;
			cursor:pointer;
		}
		#filter .filter .select li:before{
			content:"";
			display:inline-block;
			width:20px;
			height:20px;
			background:#fff;
			margin-right:12px;
			border-radius:4px;
		}
		#filter .filter .select li.active:before{
			background-image:url(https://res.cloudinary.com/ninety-seconds/image/upload/v1726547516/marketing/selected.svg);
		}
		#filter .filter .select li.all{
			border-bottom:solid 1px #1E1E21;
			margin-bottom:20px;
			padding-bottom:20px;
		}
		#filter .filter .select button.apply{
			position:sticky;
			left:20px;
			bottom:0;
			right:20px;
			width:100%;
			background:#1936D0;
			color:#fff;
			border:none;
			font-size: 14px;
			font-style: normal;
			font-weight: 700;
			line-height: 18px;
			padding:20px;
			border-radius: 12px;
			z-index:200;
		}
		#filter button.applyFilters{
			width:100%;
			background:#1936D0;
			color:#fff;
			border:none;
			font-size: 14px;
			font-style: normal;
			font-weight: 700;
			line-height: 18px;
			padding:20px;
			border-radius: 12px;
			margin:24px 0;
		}
	}
	@media only screen and (min-width: 768px){
		body.modal-open .top .search{
			top:0;
		}
		#carousel .item{
			aspect-ratio: 16 / 8;
			height:auto;
			align-items:start;
			overflow:hidden;
			padding:0;
		}
		#carousel .item .info{
			position:absolute;
			top:48px;
			left:48px;
			z-index:20;
		}
		#carousel .item .info .title{
			font-size: 64px;
			line-height: 78px;
		}
		#carousel .item .info p{
			font-size: 18px;
			line-height: 28px;
		}
		.post-type-archive-inspiration .top .background-video{
			height:100%;
		}
		.post-type-archive-inspiration .top .background-video video{
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
			object-position: center center;
		}
		#filter .filter{
			position:relative;
			padding-left:0;
			margin-right:14px;
			flex:1;
		}
		#filter .filter:last-child{
			margin-right:0;
		}
		#filter div.text{
			margin:6px 0 16px;
		}
		#filter div.text.active::before {
			transform: translateY(-50%) rotate(180deg);
		}
		.filter .select {
			opacity: 0;
			visibility: hidden;
			transition: opacity 0.3s ease, visibility 0.3s ease;
		}
		.filter .select.active{
			opacity: 1;
			visibility: visible;
		}
		#filter div.select{
			background:#fff;
			border-radius:8px;
			color:#1E1E21;
			width:100%;
			position:absolute;
			z-index:1000;
			max-height:500px;
			overflow-y:auto;
			-ms-overflow-style: none;
			scrollbar-width: none; 
			min-width:200px;
		}
		#filter div.select::-webkit-scrollbar {
			display: none;  /* Hides the scrollbar in Chrome, Safari, and WebKit-based browsers */
		}
		#filter div.select .d-flex{
			padding:12px 16px 14px;
		}
		#filter div.select input{
			font-size: 12px;
			line-height: 22px;
			border:none;
			margin-left:8px;
		}
		#filter div.select input:focus-visible{
			outline:none;
		}
		#filter div.select ul{
			border-top:solid 1px #EDEDED;
			padding:10px 16px 20px;
			margin-bottom:0;
		}
		#filter div.select ul li{
			margin-bottom:16px;
			font-size: 14px;
			line-height: 24px;
			position:relative;
			padding-left:24px;
			cursor:pointer;
			z-index:20;
			white-space:nowrap;
		}
		#filter div.select ul li.all{
			border-bottom:solid 1px #EDEDED;
			margin-bottom:12px;
			padding-bottom:10px;
		}
		#filter div.select ul li:hover:after{
			background:#F1F1F1;
			content:"";
			display:block;
			position:absolute;
			top:-8px;
			left:-10px;
			right:-10px;
			bottom:-8px;
			z-index:-1;
			border-radius: 40px;
		}
		#filter div.select ul li.all:hover:after{
			content:none;
		}
		#filter div.select ul li:last-child{
			margin-bottom:0;
		}
		#filter div.select ul li.active:before{
			content:"";
			display:block;
			width:12px;
			height:9px;
			background-image:url(https://res.cloudinary.com/ninety-seconds/image/upload/v1724723369/marketing/inspiration/icon-check-white.svg);
			background-size:cover;
			position:absolute;
			top:8px;
			left:0;
			z-index:20;
		}
		.post-type-archive-inspiration .best-videos {
			z-index:auto;
			min-height:500px;
		}
	}
	@media only screen and (min-width: 1200px){
		#carousel{
			padding:0 20px;
		}
		#carousel .item{
			margin:0;
		}
		#carousel .item .info{
			max-width:520px;
		}
	}
	@media only screen and (min-width: 1281px){
		#carousel{
			padding:0 100px;
		}
	}
	@media only screen and (min-width: 1800px){
		#carousel{
			padding:0;
			max-width:1600px;
			margin:0 auto;
		}
	}


/************************* Inspiration **************************/
.inspiration.top #mobile_search{
	position:relative;
	z-index:20;
	margin-bottom:24px;
}
.inspiration.top #mobile_search img{
	position:absolute;
	z-index:20;
	left:13px;
	width:16px;
	height:16px;
}
.inspiration.top #mobile_search input{
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	padding-top: 9px;
	padding-left: 35px;
	padding-bottom: 9px;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 8px;
	border:none;
	position:relative;
	z-index:10;
	color:#fff;
}
.inspiration.top #mobile_search input::placeholder {
  color: #808080;
  opacity: 1; 
}
.inspiration.top #mobile_search input:-ms-input-placeholder {
  color: #808080;
  opacity: 1; 
}
.inspiration.top #mobile_search input::-ms-input-placeholder{
  color: #808080;
  opacity: 1; 
}
.inspiration.top #mobile_search div.close{
	position:absolute;
	right:60px;
	top:3px;
	z-index:30;
	display:none;
}
.inspiration.top #mobile_search span.cancel{
	font-size: 14px;
	line-height: 24px;
	margin-left:10px;
	display:none;
}
.inspiration.top .mobile_search{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top:77px;
	padding-bottom:36px;
	display:none;
	background: rgba(7,7,7,.75);
	backdrop-filter: blur(250px);
	-webkit-backdrop-filter: blur(250px);
	overflow-y:auto;
	z-index:100;
}
.inspiration.top .mobile_search .filter-catalogue{
	margin:0;
}
.inspiration.top .mobile_search span.title {
	font-weight: 900;
	font-size: 24px;
	line-height: 34px;
}
.inspiration.top .mobile_search span.title.catalogues{
	display:block;
	margin-top:24px;
}
.inspiration.top .mobile_search .best-videos{
	padding-bottom:24px;
}
.inspiration.top .mobile_search .videos{
	padding-top:16px;
}
.inspiration.top .mobile_search ul {
	margin: 0 -20px;
	padding-top: 16px;
	padding-left: 20px;
	overflow-x: auto;
	position: relative;
}
.inspiration.top .mobile_search ul li{
	margin-right: 16px;
}
.inspiration.top .mobile_search ul li a{
	color: #fff;
	background: rgba(32,32,32,.5);
	border: 1px solid rgba(255,255,255,.25);
	box-sizing: border-box;
	border-radius: 12px;
	padding: 15px 24px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
}
.inspiration.top.mobile_search span.title.catalogues{
	display:block;
	margin-top:24px;
}
.inspiration.top .mobile_search .no-found {
	font-size: 16px;
	line-height: 26px;
	color: gray;
	margin-top: -16px;
}

.single-inspiration{
	background:#070707;
	color:#fff;
}
.single-inspiration .top{
	padding-top:64px;
}
.single-inspiration .top .brand{
	margin-bottom:12px;
}
.single-inspiration .top .brand .logo{
	width:52px;
	height:52px;
	background-size:cover;
	background-position:center;
	border-radius:50%;
	margin-right:10px;
}
.single-inspiration .top .brand span.name{
	font-size: 18px;
	line-height: 28px;
}
.single-inspiration .top .text h1{
	margin-bottom:6px;
	font-size: 24px;
	line-height: 34px;
}
.single-inspiration .top .text p{
	font-size: 16px;
	line-height: 26px;
	font-weight:300;
	margin-bottom:12px;
}
.single-inspiration .top span.brand{
	font-size: 16px;
	line-height: 26px;
	font-weight:300;
	display:block;
	margin-bottom:6px;
}
.single-inspiration .top span.brand b{
	font-weight:bold;
}
.single-inspiration .top .video{
	width:100%;
}
.single-inspiration .top .video figure{
	margin:0 -20px 31px;
}
.single-inspiration .tags a{
	background: #1E1E21;
	border-radius: 70px;
	color:#fff;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 16px;
	margin-right:10px;
	margin-bottom:10px;
	white-space:nowrap;
	text-transform: uppercase;
}
.single-inspiration .tags a:hover{
	background: rgba(53,53,58,0.5);
}
.single-inspiration .top .banner{
	background: #1E1E21;
	padding:16px 20px 24px;
	font-size: 18px;
	line-height: 28px;
	margin:28px -20px 0;
	position:relative;
	z-index:20;
}
.single-inspiration .top .banner .buttons{
	margin-top:24px;
	text-align:center;
}
.single-inspiration .top .banner .buttons a.btn{
	height:48px;
	line-height:48px;
}
.single-inspiration .top .banner .buttons > div{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	text-align:center;
	margin:8px 0;
}
.single-inspiration .top .banner .buttons a.link{
	background: rgba(255, 255, 255, 0.15);
}
.single-inspiration .top .banner .buttons a.link:hover{
	color:#fff;
	background: rgba(255, 255, 255, 0.05);
}
.single-inspiration .related{
	margin-top:48px;
	padding-top:0;
}
.single-inspiration .most-viewed{
	margin-top:24px;
	padding-bottom:24px;
	padding-top:0;
}
.single-inspiration .related h2,.single-inspiration .most-viewed h2{
	font-size: 24px;
	line-height: 34px;
	margin-bottom:24px;
}
.single-inspiration button#unmute{
	position:absolute;
	top:16px;
	right:16px;
	color:#fff;
	border-radius: 6px;
	background: rgba(3, 3, 8, 0.65);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding:16px;
	border:none;
	display:flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; 
	align-items:center;
	transition: all 0.3s ease 0s;
}
.single-inspiration button#unmute img{
	margin-right:5px;
}
.single-inspiration button#unmute:after{
	content:"Click or press 'S' to unmute.";
	display:block;
	background:#030308;
	color:#fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; 
	position:absolute;
	bottom:-34px;
	left:50%;
	transform:translatex(-50%);
	white-space: nowrap;
	padding:7px 9px;
	border-radius:8px;
	display:none;
	transition: all 0.3s ease 0s;
}
.single-inspiration button#unmute:hover{
	background: rgba(3, 3, 8, 0.8);
}
.single-inspiration button#unmute:hover:after{
	display:block;
}
@media only screen and (min-width : 576px){
	.single-inspiration .top .banner .buttons{
		display:flex;
		align-items:center;
	}
	.single-inspiration .top .banner .buttons > div{
		margin:0 12px;
	}
}
@media only screen and (min-width : 768px){
	.single-inspiration .top{
		padding-top:100px;
	}
	.single-inspiration .top .text h1{
		font-size: 44px;
		line-height: 58px;
	}
	.single-inspiration .top .text p {
		font-size: 18px;
		line-height: 28px;
	}
	.single-inspiration .top .banner{
		border-radius: 12px;
		margin:24px 0 0;
	}
	.single-inspiration .top .banner a.btn{
		width:auto;
		white-space: nowrap;
	}
}
@media only screen and (min-width : 992px){
	.single-inspiration .top .text{
		flex:0 0 34%;
		padding-right:48px;
		position:relative;
		z-index:20;
	}
	.single-inspiration .top .video{
		flex:0 0 66%;
		position:relative;
		z-index:20;
	}
	.single-inspiration .top .banner{
		margin-top:48px;
		padding:12px 14px 14px;
	}
	.single-inspiration .top .banner .buttons{
		margin-top:0px;	
	}
}


.tax-catalogue,.tax-brand{
	background:#070707;
	color:#fff;
}
.tax-catalogue .inner-top,.tax-brand .inner-top{
	padding-top:78px;
}
.tax-catalogue .inner-top #breadcrumbs,.tax-brand .inner-top #breadcrumbs{
	font-size: 16px;
	line-height: 26px;
	margin-bottom:36px;
}
.tax-catalogue .inner-top #breadcrumbs a,.tax-brand .inner-top #breadcrumbs a{
	color:#fff;
}
.tax-catalogue .inner-top #breadcrumbs .breadcrumb_last,.tax-brand .inner-top #breadcrumbs .breadcrumb_last{
	font-weight:bold;
}
.tax-catalogue .inner-top #breadcrumbs img,.tax-brand .inner-top #breadcrumbs img{
	margin:0 12px;
}
.tax-catalogue .inner-top h1,.tax-brand .inner-top h1{
	text-align:center;
	font-size: 44px;
	line-height: 58px;
	margin-bottom:36px;
	margin-top:16px;
}
.tax-catalogue .inner-top h1 span,.tax-brand .inner-top h1 span{
	display:block;
	font-weight:300;
	font-size: 18px;
	line-height: 34px;
}
.tax-catalogue .best-videos,.tax-brand .best-videos{
	padding-bottom:8px;
}
@media only screen and (min-width : 768px){
	.tax-catalogue .inner-top h1,.tax-brand .inner-top h1{
		font-size: 54px;
		line-height: 60px;
	}
	.tax-catalogue .inner-top h1 span,.tax-brand .inner-top h1 span{
		font-size: 24px;
	}
}
@media only screen and (min-width : 992px){
	.single-inspiration .top .video figure{
		border-radius:12px;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
	}
	.tax-catalogue .inner-top #breadcrumbs,.tax-brand .inner-top #breadcrumbs{
		margin-bottom:48px;
	}
	.tax-catalogue .inner-top h1,.tax-brand .inner-top h1{
		font-size: 64px;
		line-height: 78px;
		margin-bottom:48px;
	}
}
@media only screen and (min-width : 1200px){
	.tax-catalogue .inner-top h1,.tax-brand .inner-top h1{
		font-size: 96px;
		line-height: 115px;
	}
}

.post-type-archive-inspiration{
	background:#070707;
	color:#fff;
}
.post-type-archive-inspiration .top{
	padding-top:80px;
	position:relative;
}
.post-type-archive-inspiration .top .background-video{
	position: absolute;
	width: 100%;
	top: 0;
	left:0;
	height:100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index:10;
}
.post-type-archive-inspiration .top .background-video:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	height:100%;
	background: #070707;
	opacity: 0.6;
	z-index:20;
/* 	background: linear-gradient(0deg, #070707 0%, rgba(7, 7, 7, 0) 100%); */
}
.post-type-archive-inspiration .top .main{
	flex-direction:column;
}
.post-type-archive-inspiration .top .main .latest{
	flex-direction:column;
	height:339px;
	position:relative;
}
.post-type-archive-inspiration .top .background{
	position: absolute;
	top: -78px;
	left:0;
	right:0;
	height:456px;
	background-size: cover;
	background-position: center;
	z-index:10;
}
.post-type-archive-inspiration .top .background:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	height:100%;
	background: #070707;
	opacity: 0.75;
	z-index:20;
}
.post-type-archive-inspiration .top span.brand a{
	font-size: 18px;
	line-height: 28px;
	color:#fff;
}
.post-type-archive-inspiration .top .latest span.title{
	font-weight: 900;
	font-size: 24px;
	line-height: 34px;
	display:block;
	margin-bottom:6px;
}
.post-type-archive-inspiration .top p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom:16px;
}
.post-type-archive-inspiration .top .play a{
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background: rgba(32, 32, 32, 0.25);
	box-sizing: border-box;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border-radius: 100px;
	padding: 12px 20px;
	transition: all 0.2s ease 0s;
	display:inline-block;
	margin-left:auto;
}
.post-type-archive-inspiration .top .play a:hover{
	background: rgba(32, 32, 32, 0.8);
}
.post-type-archive-inspiration .top .play a svg{
	margin-right:8px;
}
.post-type-archive-inspiration .top .trends{
	padding-top:36px;
	padding-left:20px;
}
.post-type-archive-inspiration .top .trends span.title{
	font-weight: 900;
	font-size: 20px;
	line-height: 28px;
	display:block;
	margin-bottom:12px;
}
.post-type-archive-inspiration .top .trends .cards{
	overflow-x:auto;
	display:flex;
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	margin-bottom:36px;
}
.post-type-archive-inspiration .top .trends .cards:after{
	content: "";
	display: block;
	flex: 0 0 8px;
	width: 8px;
}
.post-type-archive-inspiration .top .trends .cards a{
	display:block;
	margin-right:12px;
}
.post-type-archive-inspiration .top .trends .cards a:hover{
	opacity: .7;
}
.post-type-archive-inspiration .top .trends .cards .card{
	border:none;
	background:transparent;
	display:flex;
	width:181px;
	height:124px;
	text-align:center;
	align-items: center;
	justify-content: center;
	color:#fff;
	border-radius:6px;
	font-size: 16px;
	line-height: 24px;
	font-weight:700;
}
.post-type-archive-inspiration .top .trends .cards .card.image{
	background-size:cover;
	background-position:center;
	position:relative;
	font-size: 16px;
	line-height: 24px;
	padding-left:24px;
	padding-right:24px;
	font-weight:700;
}
.post-type-archive-inspiration .top .trends .cards .card.image:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(32,32,32,.5);
}
.post-type-archive-inspiration .top .trends .cards .card.image > div{
	position:relative;
	z-index:20;
	
}
.post-type-archive-inspiration .top .trends .cards .card b{
	display:block;
}
.post-type-archive-inspiration .top .trends .cards .card .emoji{
	font-size:40px;
	margin-right:16px;
}
.post-type-archive-inspiration .top .trends .cards .card span.text{
	text-align:left;
}
.post-type-archive-inspiration .container,.post-type-archive-inspiration .best-videos{
	position:relative;
	z-index:auto;
}
.post-type-archive-inspiration .best-videos{
	padding-bottom:8px;
	padding-top:0;
}
.post-type-archive-inspiration h1{
	font-size: 24px;
	line-height: 34px;
	margin-bottom:26px;
	text-align:center;
}
.post-type-archive-inspiration h1 span{
	display: inline-block;
	background: linear-gradient(104deg, #1936D0 24.34%, #FD01C6 85.82%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.post-type-archive-inspiration .filter{
	padding-left:20px;
	position:relative;
	margin-bottom:27px;
}
.post-type-archive-inspiration .filter:after{
	content: "";
	display: block;
	flex: 0 0 8px;
	width: 8px;
}
.post-type-archive-inspiration .filter li{
	margin-right:12px;
}
.post-type-archive-inspiration .filter li div{
	color:#fff;
	background: rgba(32, 32, 32, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	border-radius: 20px;
	padding:8px 16px;
	font-size: 14px;
	line-height: 24px;
	display:block;
	white-space:nowrap;
	cursor:pointer;
}
.post-type-archive-inspiration .filter li.active div,.post-type-archive-inspiration .filter li div:hover{
	background: #35353A;
	border: 1px solid #FFFFFF;
}
.post-type-archive-inspiration .filter li a{
	color:#fff;
	background: rgba(32, 32, 32, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	border-radius: 20px;
	padding:8px 16px;
	font-size: 14px;
	line-height: 24px;
	display:block;
	white-space:nowrap;
}
.post-type-archive-inspiration .filter li.active a,.post-type-archive-inspiration .filter li a:hover{
	background: #35353A;
	border: 1px solid #FFFFFF;
}
.tax-catalogue .search,.tax-brand .search{
	margin-bottom:16px;
}
.post-type-archive-inspiration .search #search,.tax-catalogue .search #search,.tax-brand .search #search{
	font-size: 13px;
	line-height: 21px;
	cursor:pointer;
	padding-top:9px;
	padding-left:13px;
	padding-bottom:9px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 8px;
}
.post-type-archive-inspiration .search #search img,.tax-catalogue .search #search img,.tax-brand .search #search img{
	margin-right:6px;
	width:16px;
	height:16px;
}
.post-type-archive-inspiration .search a{
	color:#fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}
.post-type-archive-inspiration .search form img,.tax-catalogue .search form img,.tax-brand .search form img{
	margin-right:12px;
	width:24px;
	height:24px;
}
.tax-catalogue .inner-top .search,.tax-brand .inner-top .search{
	margin-bottom:16px;
}
.best-videos.inspiration .videos{
	margin-left:0;
	display:block;
}
.best-videos.inspiration .videos .item{
	margin-bottom:16px;
	width:100%;
	padding:0;
}
.filter-catalogue{
	margin-left:-20px;
	margin-right:-20px;
}
.filter-catalogue ul.filter{
	overflow-x:auto;
}
.filter-catalogue button.slick-arrow{
	position:absolute;
	transition: all 0.3s ease 0s;
	opacity:1;
	width: 192px;
	height: 61px;
	background-color: transparent;
	border: none;
	color: transparent;
	z-index:1;
	visibility: visible;
	top:-11px;
}
.filter-catalogue button.slick-arrow.slick-disabled{
	visibility: hidden;
}
.filter-catalogue button.slick-next{
	right:-8px;
	background-image: url(https://res.cloudinary.com/ninety-seconds/image/upload/v1647572570/Content%20Inspiration/button-next.svg);
}
.filter-catalogue button.slick-prev{
	left:-10px;
	background-image: url(https://res.cloudinary.com/ninety-seconds/image/upload/v1647572570/Content%20Inspiration/button-prev.svg);
}
.modal.search .filter-catalogue button.slick-prev{
	left:0;
	top:-5px;
}
.modal.search .filter-catalogue button.slick-next{
	width:188px;
	top:-5px;
}
.modal.search{
	background: rgba(7, 7, 7, 0.75);
	backdrop-filter: blur(250px);
	-webkit-backdrop-filter: blur(250px);
}
.modal.search .container{
	width:100%;
}
.modal.search .filter-catalogue{
	overflow:visible;
	padding-bottom:48px;
	margin-left:auto;
	margin-right:auto;
}
.modal.search button.clear{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background:transparent;
	border:none;
	color:#fff;
	position:absolute;
	top:10px;
	right:0;
	display:none;
}
.search .modal-dialog{
	max-width:none;
	margin:0;
}
.search .modal-content{
	background:transparent;
	color:#fff;
}
.search .modal-content a.close_button{
	position:absolute;
	top:24px;
	right:24px;
	z-index:100;
	cursor:pointer;
}
.search .modal-content button.close_button{
	position:absolute;
	top:24px;
	right:24px;
	z-index:100;
	cursor:pointer;
	padding:0;
	border:none;
	background:transparent;
}
.modal.search form{
	margin-top:78px;
	margin-bottom:48px;
	position:relative;
}
.search .modal-content{
	border:none;
}
.search .modal-content input{
	font-size: 18px;
	line-height: 28px;
	background:transparent;
	border:none;
	color:#fff;
	max-width:550px;
	padding-left:0;
}

.search .modal-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	opacity:1;
}
.search .modal-content input::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	opacity:1;
}
.search .modal-content input:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	opacity:1;
}
.search .modal-content input:-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	opacity:1;
}
.search .modal-content input:focus{
	border:none;
	box-shadow:none;
}
.search .modal-content span.title{
	font-weight: 900;	font-size: 24px;
	line-height: 34px;
	display:inline-block;
	display:none;
}
.search .modal-content span.title.brands{
	margin-top:12px;
}
.search .modal-content span.title.catalogues{
	margin-top:36px;
}
.modal.search .best-videos .videos{
	padding-top:24px;
}
.modal.search ul{
	margin:0 -20px;
	padding-top:24px;
	padding-left:20px;
	overflow-x: auto;
	position:relative;
}
.modal.search ul:after{
	content: "";
	display: block;
	flex: 0 0 4px;
	width: 4px;
}
.modal.search ul li{
	margin-right:16px;
}
.modal.search ul li a{
	color: #fff;
	background: rgba(32, 32, 32, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	border-radius: 12px;
	padding: 15px 24px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
}
.modal.search ul.category li a{
	font-size: 20px;
	line-height: 28px;
	width:216px;
	height:148px;
	display:flex;
	justify-content:center;
	align-items:center;
	white-space: normal;
	text-align:center;
}
.modal.search ul li a:hover{
	background: #35353A;
	border: 1px solid #FFFFFF;
}
.modal.search .no-found{
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	margin-top:-16px;
}
.modal.search .best-videos .no-found{
	padding-left:12px;
	padding-bottom:24px;
}
.best-videos .videos .item .video-card a .content,.best-videos .videos .item .video-card a .content p{
	font-size:14px;
	color:rgba(255,255,255,0.6);
	margin-bottom:0;
}
@media only screen and (min-width : 768px){
	.post-type-archive-inspiration .top .main{
		padding-top:0;
		overflow:hidden;
	}
	.post-type-archive-inspiration .top .trends .buttons{
		display:block;
		padding-right:20px;
		padding-bottom:12px;
	}
	.post-type-archive-inspiration .top .trends .buttons button{
		background-color: #1E1E21;
		background-image:url(https://res.cloudinary.com/ninety-seconds/image/upload/v1643429528/-design-system/arrow-right.svg);
		background-repeat:no-repeat;
		background-position:center;
		border: none;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.post-type-archive-inspiration .top .trends .buttons button.disabled{
		opacity:0.25;
		pointer-events: none;
	}
	.post-type-archive-inspiration .top .trends .buttons button.prev{
		transform:rotate(180deg);
		margin-right:12px;
	}
	.post-type-archive-inspiration .top .trends .cards{
		overflow-x: inherit;
		transition: all 0.5s ease 0s;
	}
	.post-type-archive-inspiration .search #search{
		font-size: 16px;
		line-height: 22px;
		background: #1E1E21;
		border-radius: 100px;
		padding:16px 24px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		color:#808080;
	}
	.tax-catalogue .search #search,.tax-brand .search #search{
		font-size: 14px;
		line-height: 18px;
		font-weight:bold;
		padding:0;
		background:none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
	.post-type-archive-inspiration .search #search img, .tax-catalogue .search #search img, .tax-brand .search #search img {
		margin-right: 12px;
		width: 24px;
		height: 24px;
	}
	.filter-container{
		overflow:hidden;
		padding:0;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	.filter-catalogue{
		margin:0;
		position:relative;
	}
	.filter-catalogue ul.filter{
		padding-left:0;
		overflow-x:inherit;
		transition: all 0.5s ease 0s;
	}
	.post-type-archive-inspiration .search{
		margin-bottom:36px;
	}
	.inspiration.top #mobile_search{
		margin-bottom:0;
	}
	.post-type-archive-inspiration .top .latest{
		max-width:650px;
	}
	.post-type-archive-inspiration .top .play{
		text-align:left;
	}
	.post-type-archive-inspiration .top .background-video{
		height:calc(100% - 242px);
	}
	.post-type-archive-inspiration .top .trends span.title{
		font-size: 24px;
		line-height: 34px;
	}
	.post-type-archive-inspiration .top ul.slick-dots{
		margin:0;
		margin-left:48px;
		justify-content:start;
		position:relative;
		bottom:48px;
	}
	.post-type-archive-inspiration h1{
		font-size: 54px;
		line-height: 68px;
		margin:0 auto 58px;
		padding:0;
	}
	.best-videos.inspiration .videos{
		margin-left:-12px;
		margin-right:-12px;
		display:flex;
		flex-wrap:wrap;
	}
	.best-videos.inspiration .videos .item{
		padding:0 12px;
		flex: 0 0 50%;
		width: 100%;
		margin-bottom:24px;
	}
	.post-type-archive-inspiration .search form img,.tax-catalogue .search form img,.tax-brand .search form img{
		width:48px;
		height:48px;
	}
	.search .modal-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 32px;
		line-height: 46px;
	}
	.search .modal-content input::-moz-placeholder { /* Firefox 19+ */
		font-size: 32px;
		line-height: 46px;
	}
	.search .modal-content input:-ms-input-placeholder { /* IE 10+ */
		font-size: 32px;
		line-height: 46px;
	}
	.search .modal-content input:-moz-placeholder { /* Firefox 18- */
		font-size: 32px;
		line-height: 46px;
	}
	.modal.search button.clear{
		top: 20px;
	}
	.search .modal-content input{
		font-size: 32px;
		line-height: 46px;
	}
}
@media only screen and (max-width : 991px){
	.post-type-archive-inspiration .navbar-collapse{
		top:48px;
	}
	.post-type-archive-inspiration .top .main .latest .info{
		position:absolute;
		z-index:30;
		bottom:36px;
	}
}
@media only screen and (min-width : 992px){
	.best-videos.inspiration .videos{
		margin:0 auto;
	}
	.post-type-archive-inspiration .top{
		padding-top:112px;
	}
	.post-type-archive-inspiration .top .latest span.title{
		font-size: 64px;
		line-height: 78px;
		text-align:left;
		margin-top:24px;
		margin-bottom:12px;
	}
	.post-type-archive-inspiration .top p{
		margin-bottom:24px;
		font-size: 18px;
		line-height: 28px;
		text-align:left;
	}
	.post-type-archive-inspiration .top .main .latest{
		height:auto;
	}
	.post-type-archive-inspiration .top .latest .info{
		margin-bottom:36px;
	}
	.post-type-archive-inspiration .best-videos{
		padding-bottom:24px;
	}
	.tax-catalogue .best-videos,.tax-brand .best-videos{
		padding-bottom:24px;
	}
	.post-type-archive-inspiration .top .background-video{
		height:calc(100% - 266px);
	}
	.post-type-archive-inspiration .top .trends .cards .card{
		width:216px;
		height:148px;
		font-size: 16px;
		line-height: 24px;
	}
	.post-type-archive-inspiration .filter{
		margin-bottom:48px;
	}
	.search .modal-content span.title.brands{
		margin-top:0px;
	}
	.search .modal-content span.title.catalogues{
		margin-top:32px;
	}
	.modal.search ul{
		overflow:visible;
		flex-wrap: wrap;
	}
	.modal.search ul li{
		margin-bottom:16px;
	}
	.modal.search .best-videos .no-found{
		padding-bottom:24px;
	}
}
@media only screen and (min-width : 1281px){
	.post-type-archive-inspiration .top .background,.post-type-archive-inspiration .top .background-video{
		height:calc(100% - 200px);
	}
	.post-type-archive-inspiration .top .trends{
		position:relative;
		padding-left:100px;
	}
	.post-type-archive-inspiration .top .trends .buttons{
		padding-right:100px;
	}
	.filter-container{
		width:calc(100% - 200px);
	}
}
@media only screen and (min-width : 1440px){
	.post-type-archive-inspiration .top{
		margin-bottom:64px;
	}
	.post-type-archive-inspiration .top .background,.post-type-archive-inspiration .top .background-video{
		height:100%;
	}
	.post-type-archive-inspiration h1{
		text-align:left;
	}
	.post-type-archive-inspiration .top .main{
		position:absolute;
		top:235px;
		right:148px;
		flex-direction:row;
		justify-content:space-between;
		z-index:100;
	}
	.post-type-archive-inspiration .top .trends{
		width:528px;
		height:692px;
		background: rgba(7, 7, 7, 0.5);
		backdrop-filter: blur(24px);
		-webkit-backdrop-filter: blur(24px);
		border-radius: 24px;
		padding:20px 122px 0px 34px;
		overflow:hidden;
	}
	.post-type-archive-inspiration .top .trends:after{
		content:"";
		display:block;
		position:absolute;
		background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
		height:60px;
		width:100%;
		position:absolute;
		top:auto;
		left:0;
		right:0;
		bottom:0;
	}
	.post-type-archive-inspiration .top .trends .buttons{
		display:none !important;
	}
	.post-type-archive-inspiration .top .trends .cards{
		overflow-y:scroll;
		overflow-x:inherit;
		flex-wrap:wrap;
		height:630px;
		width:475px;
		margin:0;
		padding:0 0 40px;
	}
	.post-type-archive-inspiration .top .trends .cards a{
		margin-right:16px;
		margin-bottom:16px;
	}
	#style-1::-webkit-scrollbar-track{
		border-radius: 100px;
		background-color: #35353A;
	}
	#style-1::-webkit-scrollbar{
		width: 8px;
		background: rgba(7, 7, 7, 0.5);
	}
	#style-1::-webkit-scrollbar-thumb{
		border-radius: 100px;
		background-color: #ffffff;
	}
	.post-type-archive-inspiration h1{
		margin-left:0;
		margin-bottom:53px;
		width:calc(100% - 530px);
	}
}
@media only screen and (min-width : 1600px){
	.post-type-archive-inspiration .best-videos .videos .item,.tax-catalogue .best-videos .videos .item,.tax-brand .best-videos .videos .item,.single-inspiration .best-videos .videos .item{
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media only screen and (min-width : 1640px){
	.post-type-archive-inspiration h1{
		width:calc(100% - 630px);
	}
}
@media only screen and (min-width : 1800px){
	.post-type-archive-inspiration h1{
		width:calc(100% - 830px);
	}
	.post-type-archive-inspiration .top .main{
		right:calc((100% - 1600px)/2 + 48px);
	}
}
@media only screen and (min-width : 2120px){
	.post-type-archive-inspiration .filter{
		width:1920px;
		padding-left:0;
		margin-left:auto;
		margin-right:auto;
	}
}

.tax-brand .best-videos{
	padding-top: 0;
}


.tax-catalogue .inner-top.90-picks h1{
	margin-bottom:6px;
	text-align:left;
}
.tax-catalogue .inner-top.90-picks .title span{
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	margin-bottom:36px;
}
.90-picks #carousel {
	overflow:visible;
}
.90-picks .slick-list{
	overflow:visible;
	margin-bottom:36px;
}
.90-picks .slick-track{
	display:flex;
	align-items:center;
	overflow:visible;
}
.90-picks .slide {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
	opacity:0.5;
	transition: all 0.3s ease 0s;
	transform:scale(0.85);
}
.90-picks .slide .video-card a{
	display:block;
	position:relative;
}
.90-picks .slide .video-wrapper{
	position:relative;
}
.90-picks .slide .video-wrapper:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
	z-index:10;
}
.90-picks .slide .video-card .info{
	position:absolute;
	bottom:24px;
	left:24px;
	z-index:20;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color:#fff;
}
.90-picks .slide .video-card .info span.brand{
	font-size: 12px;
	line-height: 22px;
	opacity:0.5;
	display:block;
}
.90-picks .slide .video-card .play{
	position:absolute;
	color:#fff;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size: 12px;
	line-height: 22px;
	background: rgba(32, 32, 32, 0.25);
	border: 1.5px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border-radius: 100px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	z-index:30;
}
.90-picks .slide .video-card .play:hover{
	border: 1.5px solid #FFFFFF;
}
.90-picks .slide .video-card .play svg{
	width:19px;
	height:16px;
	margin-right:8px;
}
.90-picks .slide.slick-center{
	opacity:1;
	transform:scale(1);
}
@media only screen and (min-width: 768px){
	.tax-catalogue .inner-top.90-picks .title span{
		font-size:24px;
		margin-bottom:52px;
	}
	.90-picks .slick-list{
		margin-bottom:94px;
	}
	.90-picks #carousel{
		position:relative;
	}
	.90-picks #carousel button{
		position:absolute;
		top:50%;
		margin-top:-22px;
		width:44px;
		height:44px;
		background:transparent;
		border:none;
		border-radius:50%;
		background-repeat:no-repeat;
		background-position:center;
		border: 1px solid #FFFFFF;
		background-image:url(https://res.cloudinary.com/ninety-seconds/image/upload/v1643429528/-design-system/arrow-right.svg);
		color:transparent;
		z-index:500;
		transition: all 0.2s ease 0s;
	}
	.90-picks #carousel button:hover{
		border: 2px solid #FFFFFF;
	}
	.90-picks #carousel button.slick-prev{
		left:24px;
		transform:rotate(180deg);
	}
	.90-picks #carousel button.slick-next{
		right:24px;
	}
}
@media only screen and (min-width: 1200px){
	.tax-catalogue .inner-top.90-picks h1{
		font-size: 64px;
		line-height: 78px;
	}
	.90-picks .slide {
		transform:scale(0.8);
	}
}
/************************* Inspiration **************************/