section[data-module="home-brand"] {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	font-family: "Assistant", sans-serif;
	padding: 85px 0 75px;
}

section[data-module="home-brand"] .home-brand-wrap {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px;
	overflow: hidden;
}

section[data-module="home-brand"] .home-brand-swiper {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0;
}

section[data-module="home-brand"] .swiper-wrapper {
	align-items: center;
}

section[data-module="home-brand"] .home-brand-item {
	position: relative;
	height: 115px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}

section[data-module="home-brand"].is-visible .home-brand-item {
	opacity: 1;
	transform: translateY(0);
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(1) {
	transition-delay: 0.08s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(2) {
	transition-delay: 0.16s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(3) {
	transition-delay: 0.24s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(4) {
	transition-delay: 0.32s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(5) {
	transition-delay: 0.4s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(6) {
	transition-delay: 0.48s;
}

section[data-module="home-brand"].is-visible .home-brand-item:nth-child(7) {
	transition-delay: 0.56s;
}

section[data-module="home-brand"] .home-brand-item img {
	display: block;
	width: auto;
	height: auto;
	max-width: 110px;
	max-height: 95px;
	object-fit: contain;
	object-position: center;
	margin: 0 auto;
	filter: grayscale(100%);
	opacity: 0.85;
	pointer-events: none;
	user-select: none;
	transition:
		filter 0.35s ease,
		opacity 0.35s ease,
		transform 0.35s ease;
}

section[data-module="home-brand"] .home-brand-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: translateY(-4px);
}

section[data-module="home-brand"] .home-brand-pagination {
	position: relative;
	margin-top: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

section[data-module="home-brand"] .home-brand-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d9d9d9;
	opacity: 1;
	margin: 0 !important;
	transition:
		width 0.35s ease,
		border-radius 0.35s ease,
		background 0.35s ease;
}

section[data-module="home-brand"] .home-brand-pagination .swiper-pagination-bullet-active {
	width: 36px;
	border-radius: 20px;
	background: #f1b209;
}

.fl-builder-edit section[data-module="home-brand"] .home-brand-item,
.fl-builder-is-showing-toolbar section[data-module="home-brand"] .home-brand-item {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

section[data-module="home-brand"] .home-brand-item,
section[data-module="home-brand"] .home-brand-item img {
	visibility: visible !important;
}

@media (max-width: 1199px) {
	section[data-module="home-brand"] {
		padding: 75px 0 65px;
	}

	section[data-module="home-brand"] .home-brand-item {
		height: 110px;
	}

	section[data-module="home-brand"] .home-brand-item img {
		max-width: 100px;
		max-height: 88px;
	}
}

@media (max-width: 991px) {
	section[data-module="home-brand"] .home-brand-item {
		height: 105px;
	}

	section[data-module="home-brand"] .home-brand-item img {
		max-width: 92px;
		max-height: 82px;
	}

	section[data-module="home-brand"] .home-brand-pagination {
		margin-top: 38px;
	}
}

@media (max-width: 767px) {
	section[data-module="home-brand"] {
		padding: 60px 0 55px;
	}

	section[data-module="home-brand"] .home-brand-wrap {
		padding: 0 22px;
	}

	section[data-module="home-brand"] .home-brand-item {
		height: 95px;
	}

	section[data-module="home-brand"] .home-brand-item img {
		max-width: 82px;
		max-height: 76px;
	}

	section[data-module="home-brand"] .home-brand-pagination {
		margin-top: 32px;
	}
}

@media (max-width: 480px) {
	section[data-module="home-brand"] .home-brand-item {
		height: 88px;
	}

	section[data-module="home-brand"] .home-brand-item img {
		max-width: 76px;
		max-height: 72px;
	}

	section[data-module="home-brand"] .home-brand-pagination .swiper-pagination-bullet-active {
		width: 32px;
	}
}