/* Hide Framer floated buttons: "new free template" / "made in framer" */
#__framer-badge-container {
	display: none !important;
}

/* Scrollbar: black thumb, white track */
html {
	scrollbar-color: #000 #fff;
	scrollbar-width: thin;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #333;
}
.framer-w9jw1w.framer-lux5qc{
	display: none !important;
}