
/* Formats Carousel */

#main_content .formats_carousel_widget {
	margin-top: 32px;
	margin-bottom: 48px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#main_content .formats_carousel_widget .formats_list_navigation.next {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	margin-top: 0px !important;
	margin-right: -20px;
	cursor: pointer;
	z-index: 9;
}

#main_content .formats_carousel_widget.shadow-r121216 .formats_list_navigation.next,
#main_content .formats_carousel_widget.shadow-black .formats_list_navigation.next {
	background: #7D7D8C;
}

#main_content .formats_carousel_widget.scrolled_to_end .formats_list_navigation.next {
	display: none;
}

#main_content .formats_carousel_widget .formats_list_navigation.next:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	margin: 12px auto;
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="%238690A3"/></svg>');
}

#main_content .formats_carousel_widget.shadow-r121216 .formats_list_navigation.next:after,
#main_content .formats_carousel_widget.shadow-black .formats_list_navigation.next:after {
	width: 9px;
	background: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.11761 1.53698C0.0423396 1.46189 1.2799e-06 1.35966 1.28922e-06 1.25302C1.29854e-06 1.14639 0.0423397 1.04416 0.11761 0.969067L0.960524 0.121196C1.03267 0.0438655 1.13341 -6.87719e-07 1.23884 -6.78502e-07C1.34428 -6.69285e-07 1.44501 0.0438655 1.51716 0.121196L8.82506 7.47208C8.93694 7.58448 8.99986 7.73696 9 7.89602L9 8.10398C8.99986 8.26304 8.93694 8.41552 8.82506 8.52792L1.51716 15.8788C1.44501 15.9561 1.34427 16 1.23884 16C1.13341 16 1.03267 15.9561 0.960523 15.8788L0.117609 15.0309C0.0423385 14.9558 1.0022e-07 14.8536 1.09543e-07 14.747C1.18866e-07 14.6403 0.0423385 14.5381 0.117609 14.463L6.54283 8L0.11761 1.53698Z" fill="white"/></svg>');
}

#main_content .formats_carousel_widget .formats_list_navigation.prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(38, 49, 71, 0.08);
	cursor: pointer;
	margin-top: 0px !important;
	margin-left: -20px;
	z-index: 9;
}

#main_content .formats_carousel_widget.shadow-r121216 .formats_list_navigation.prev,
#main_content .formats_carousel_widget.shadow-black .formats_list_navigation.prev {
	background: #7D7D8C;
}

#main_content .formats_carousel_widget.scrolled_to_start .formats_list_navigation.prev {
	display: none;
}

#main_content .formats_carousel_widget .formats_list_navigation.prev:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	margin: 12px auto;
	background: url('data:image/svg+xml;utf8,<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.23387 8.78167L2.35411 15.574C1.91648 16.0063 1.20692 16.0063 0.7695 15.574C0.332042 15.1421 0.332042 14.4416 0.7695 14.0097L6.85703 7.99951L0.769677 1.98953C0.332219 1.55745 0.332219 0.856993 0.769677 0.42508C1.20714 -0.00700897 1.91665 -0.00700897 2.35429 0.42508L9.23405 7.21753C9.45278 7.43359 9.56202 7.71646 9.56202 7.99948C9.56202 8.28263 9.45256 8.56571 9.23387 8.78167Z" fill="%238690A3"/></svg>');
	transform: rotate(180deg);
}

#main_content .formats_carousel_widget.shadow-r121216 .formats_list_navigation.prev:after,
#main_content .formats_carousel_widget.shadow-black .formats_list_navigation.prev:after {
	width: 9px;
	background: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.11761 1.53698C0.0423396 1.46189 1.2799e-06 1.35966 1.28922e-06 1.25302C1.29854e-06 1.14639 0.0423397 1.04416 0.11761 0.969067L0.960524 0.121196C1.03267 0.0438655 1.13341 -6.87719e-07 1.23884 -6.78502e-07C1.34428 -6.69285e-07 1.44501 0.0438655 1.51716 0.121196L8.82506 7.47208C8.93694 7.58448 8.99986 7.73696 9 7.89602L9 8.10398C8.99986 8.26304 8.93694 8.41552 8.82506 8.52792L1.51716 15.8788C1.44501 15.9561 1.34427 16 1.23884 16C1.13341 16 1.03267 15.9561 0.960523 15.8788L0.117609 15.0309C0.0423385 14.9558 1.0022e-07 14.8536 1.09543e-07 14.747C1.18866e-07 14.6403 0.0423385 14.5381 0.117609 14.463L6.54283 8L0.11761 1.53698Z" fill="white"/></svg>');
}

#main_content .formats_carousel_widget .item_wrapper {
	overflow: hidden;
	position: relative;
	flex: 1 0;
}

#main_content .formats_carousel_widget:before {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 0px;
	width: 56px;
	height: 100%;
	background: linear-gradient(270deg, #FFFFFF 35.94%, rgba(255, 255, 255, 0) 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 8;
}

#main_content .formats_carousel_widget.shadow-r121216:before,
#main_content .formats_carousel_widget.shadow-black:before {
	background: linear-gradient(270deg, #121216 11.11%, rgba(18, 18, 22, 0) 100%);
}

#main_content .formats_carousel_widget.scrolled_to_start:before {
	content: none;
}

#main_content .formats_carousel_widget:after {
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 0px;
	width: 56px;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 35.94%, rgba(255, 255, 255, 0) 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 8;
}

#main_content .formats_carousel_widget.shadow-r121216:after,
#main_content .formats_carousel_widget.shadow-black:after {
	background: linear-gradient(90deg, #121216 11.11%, rgba(18, 18, 22, 0) 100%);
}

#main_content .formats_carousel_widget.scrolled_to_end:after {
	content: none;
}

#main_content .formats_carousel_widget .item_wrapper_scroll {
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

#main_content .formats_carousel_widget .item {
	display: inline-block;
	margin-right: 32px;
}

#main_content .formats_carousel_widget.rmargin-16 .item {
	margin-right: 16px;
}

#main_content .formats_carousel_widget.rmargin-72 .item {
	margin-right: 72px;
}

#main_content .format-carousel-margin-72 .formats_carousel_widget .item {
	margin-right: 72px;
}

#main_content .formats_carousel_widget .item:hover {
	filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 4px 8px);
	transform: translateY(-1px);
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease;
}

#main_content .formats_carousel_widget .item:last-child {
	margin-right: 0;
}


#main_content .formats_carousel_widget .item img {
	border: solid 3px transparent;
	border-radius: 10px;
}

#main_content .formats_carousel_widget .item a.link {
	display: block;
	text-align: center;
	margin-top: 8px;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #121316;
}

#main_content .formats_carousel_widget.shadow-r121216 .item a.link,
#main_content .formats_carousel_widget.shadow-black .item a.link {
	color: #FFF;
}

#main_content .formats_carousel_widget.font-12 .item a.link {
	font-size: 12px;
	line-height: 16px;
}

#main_content .formats_carousel_widget .item .wrapper {
	position: relative;
	text-align: center;
}

#main_content .formats_carousel_widget .item .wrapper .template-badge {
	position: absolute;
	top: 7px;
	right: 7px;
}

#main_content .formats_carousel_widget .item .wrapper span.format-size {
	display: block;
	text-align: center;
	color: #91949c;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.645,.045,.355,1);
}

#main_content .formats_carousel_widget.font-12 .item .wrapper span.format-size {
	font-size: 14px;
	line-height: 20px;
}

#main_content .formats_carousel_widget .item:hover .wrapper span.format-size {
	opacity: 1;
}

#main_content .formats_carousel_widget .item a.link:hover {
	text-decoration: none;
}

#main_content .formats_carousel_widget .view-all-wrapper {
	display: inline-block;
	position: relative;
	top: -80px;
}

#main_content .formats_carousel_widget .view-all-wrapper a {
	text-align: center;
}

#main_content .formats_carousel_widget .view-all-wrapper a:hover {
	text-decoration: none;
}

#main_content .formats_carousel_widget span.view-all-icon {
	display: flex;
	width: 64px;
	height: 64px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,.08),0 0 1px rgba(0,0,0,.16);
	transition: .3s;
	margin-bottom: 8px;
}

#main_content .formats_carousel_widget span.view-all-icon svg {
	transform: rotate(-90deg);
	margin: auto;
}

#main_content .formats_carousel_widget span.view-all-text {
	font-family: "Proxima Nova";
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #121316;
}

@media screen and (max-width: 414px) {

	#main_content .formats_carousel_widget .formats_list_navigation.next {
		top: 70px;
		position: absolute;
		margin-top: 0px;
		right: 20px;
	}

	#main_content .formats_carousel_widget .formats_list_navigation.prev {
		top: 70px;
		position: absolute;
		margin-top: 0;
		left: 20px;
	}

}