.to-top {	position: fixed;	right: 15px;	bottom: 15px;	z-index: 100;	width: 40px;	height: 40px;	font-size: 24px;	line-height: 36px;	border-radius: 50%;	color: #FFF;	background: #BF9D50;	overflow: hidden;	text-align: center;	text-decoration: none;	transition: all 0.2s ease-in-out;	transform: scale(0);	cursor: pointer;	box-shadow: 0 14px 36px rgba(33, 33, 37, 0.1);}.to-top:hover {	color: #FFF;	background: #909093;	text-decoration: none;}.to-top:focus {	color: #FFF;}.to-top.show {	transform: scale(1);	transition-duration: .3s;	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);}html.mobile .to-top,html.tablet .to-top {	display: none !important;}@media (min-width: 576px) {	.to-top {		right: 40px;		bottom: 40px;	}}
/*# sourceMappingURL=to-top.css.map */
