a {
	display: grid;
border:1px solid black !important;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
  background-color: #4234f8;
  color:white;
	background: #4234f8 !important;
	color: black !important;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	justify-content: center;
	padding: 16px 40px;
	height: 48px;
	text-align: center;
	white-space: normal;
}
a:active {
	outline: 0;
}
a::before {
	border-radius: 2px;
}
a-shadow {
	position: relative;
}
a-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 8px 16px rgba(22, 30, 42, 0.12);
	mix-blend-mode: multiply;
	transition: box-shadow 0.15s ease;
}
a-shadow:hover::before {
	box-shadow: 0 8px 16px rgba(22, 30, 42, 0.16);
}
a-sm {
	padding: 8px 24px;
	height: 32px;
}
