  (function(){ function t_ready(e) { "loading" != document.readyState ? e() : document.addEventListener ? document.addEventListener("DOMContentLoaded", e) : document.attachEvent("onreadystatechange", (function() { "loading" != document.readyState && e() } )) } t_ready(function() { if (isFirefox) { document.querySelector("body").insertAdjacentHTML("beforeend", ` html { 		scrollbar-color: #A56642 #E7E2CE; 		scrollbar-width: thin; 	} ` ); } else { document.querySelector("body").insertAdjacentHTML("beforeend", ` html::-webkit-scrollbar { 		width: 50px !important; 		-webkit-appearance: none !important; 	} 	html::-webkit-scrollbar-track { 		background: #E7E2CE !important; 	} 	html::-webkit-scrollbar-thumb:hover { 		background: #41322C !important; 	} 	html::-webkit-scrollbar-thumb { 		background: #A56642 !important; 		border: 1px solid !important; 		-webkit-border-radius: 5px !important; 			 	} ` ); } }); })()  