.hubdb{
	scroll-margin-top:160px;
}
{#******* FILTERS *******#}
.hubdb__filters{
	display: flex; 
	justify-content: space-between;
	gap:20px;
}
.hubdb__filter-field{
	width:100%;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
	padding: 10px;
	width:100%;
	border: 1px solid #B5B5B5;
}
.hubdb__filter-field select{
	height: 50px;
}
.hubdb__filter-field input:not([type="checkbox"], [type="radio"]){
	height: 50px;
}
.hubdb__filter-field input::placeholder,
.hubdb__filter-field select{
	color: #B5B5B5;
}
.hubdb__filter-field select:focus{
	color:revert;
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
	display: block;
}

.hubdb__filter-field label{
	display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT),
.hubdb__filter-field--foreign_id:not(.hubdb--SELECT),
.hubdb__filter-field--select:not(.hubdb--SELECT){
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield{
	text-align: center;
	margin: 0 10px;
}
.hubdb__filter--checkbox-subfield label{
	display: block;
}
.hubdb__filter-subfield{
	margin: 10px;
}
.hubdb__filter-field label::after{
	content: "*";
	padding-left:4px;
	color: #EB5D57;
}
.hubdb__not-found-results{
	color:var(--secondary)
}
.hubdb__information .hubdb__card-button.button {
	margin: unset;
	display: inline-block;
	text-transform:uppercase;
	margin-bottom:8px;
}
.hubdb .hubdb__load-more{
	margin: 0 auto;
	display: none;
}
.hubdb__load-more.button.button--active {
	display: flex;
	justify-content: center;
	margin: 50px auto 0;
	width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
	margin: 64px auto 32px;
	text-align: center;
	width: fit-content;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.hubdb__pagination-container{
	padding: 0 16px;
	display: flex;
	justify-content: center;
	gap: 16px;
}
.hubdb__button-prev,
.hubdb__button-next{
	pointer-events: none;
	cursor: initial;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity:0.6;
	text-decoration:none;
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
	pointer-events: initial;
	cursor: pointer;
	opacity:0.95;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
	opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
	display:none;
	transition: all .3s ease;
}
.hubdb__button-prev{
	left: -32px;
}
.hubdb__button-next{
	right: -32px;
}
.hubdb__button-page {
	width:40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	transition: all .3s ease;
}
.hubdb__button-page--active{
	pointer-events:none;
}
.hubdb__button-page:hover{
	text-decoration:none;
}
{#******* CARD *******#}
.hubdb__container{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.hubdb__card{
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	transition:all .3s ease;
	position:relative;
	border: 1px solid #EDEDED;
	border-radius: 10px;
	box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
	overflow: hidden;
}
.video__card-wrapper {
	width: 100%;
	height: 100%;
	background: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.video__card-image {
	width: 100%;
	height: 242px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
.video__card-image::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--primary);
	opacity: 0.4;
	transition: .3s ease;
}
.video__card-wrapper:hover .video__card-image::after {
	opacity: 0;
}
.video__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video__card-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	flex-grow: 1;
}
.video__card-name {
	margin: 0 0 10px;
	color: var(--primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hubdb--hide{
	display:none;
}
{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
	.hubdb__filters{
		flex-wrap: wrap;
		align-items: center;
	}
	.hubdb__filter-field{
		width:48%;
	}
	.hubdb__card{
		margin: 0 auto;
		height: auto;
		flex-direction: column;
		align-items: stretch;
		max-width: 818px;
		width: 100%;
	}
}
@media(max-width:765px){
	.hubdb__filter-field{
		width:100%;
	}
}



/* Video */

.knowledge-center__popup-video {
	padding: 50px 8px;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 11, 11, 0.8);
	opacity: 0;
	overflow-y: scroll;
	visibility: hidden;
	transition: 0.5s ease-in-out;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; 
	pointer-events: none;
}
.knowledge-center__popup-video::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}
.knowledge-center__popup-video--open {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}
.knowledge-center__popup-video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 33px 20px;
	background: #FFF;
	max-width: 1060px;
	width: 100%;
	line-height: 0;
	transition: all 0.5s ease-in-out;
}
.knowledge-center__popup-iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 60%;
	height: auto;
	aspect-ratio: 16/9;
}
.knowledge-center__iframe-summary {
	padding: 27px 39px 10px;
	line-height: normal;
	max-height: 150px;
	overflow-y: scroll;
}
.knowledge-center__iframe-summary * {
	margin: 0;
	line-height: normal;
}
.knowledge-center__popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}


.knowledge-center__video {
	margin: 0 0 100px;
	padding: 0 25px;
	line-height: 0;
}
.knowledge-center__video-wrapper {
	max-width: 1144px;
	width: 100%;
	max-height: 518px;
	height: 100%;
	margin: 0 auto;
	line-height: 0;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}
.knowledge-center__video-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.knowledge-center__video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 767px) {
	.knowledge-center__popup-iframe {
		width: 100%;
	}
}
