body {
	background-color: #fbfcfb;
}

.unslate_co--section {
	padding: 10px;
}

@media (max-width: 767.98px) {
	.unslate_co--section {
		padding: 2rem 0;
	}
}

.gsap-reveal {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.gsap-reveal.gsap-reveal-filter {
		overflow: visible !important;
	}
}

.gsap-reveal .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
}

.logo-v1 img {
	cursor: pointer;
	filter: none;
	mix-blend-mode: normal;
	transition:
		filter 0.6s ease,
		transform 0.6s ease;
}

.logo-v1 img:hover {
	filter:
		brightness(0) saturate(100%) sepia(100%) hue-rotate(-10deg) brightness(1.1);
}

::-webkit-scrollbar {
	width: 10px !important;
}

::-webkit-scrollbar-track {
	background: hsla(0, 0%, 10%, 1) !important;
}

::-webkit-scrollbar-thumb {
	background: #ef233c !important;
	border-radius: 5px !important;
}

* {
	scrollbar-color: #ef233c hsla(0, 0%, 10%, 1) !important;
}

::selection {
	background-color: #ef233c !important;
	color: white !important;
}
