.j-button-01 {
	background-color: #c2fbd7;
	border-radius: 100px;
	box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
	color: green;
	cursor: pointer;
	display: inline-block;
	font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 1.5rem;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.j-button-01:hover {
	box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
}

.j-button-02 {
	background: #5E5DF0;
	border-radius: 999px;
	box-shadow: #5E5DF0 0 10px 20px -10px;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 24px;
	opacity: 1;
	outline: 0 solid transparent;
	padding: 8px 18px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
	word-break: break-word;
	border: 0;
}

.j-button-03 {
	align-items: center;
	background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	font-family: Phantomsans, sans-serif;
	font-size: 1.5rem;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 120px;
	padding: 15px 20px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
}

.j-button-03:active,
.j-button-03:hover {
	outline: 0;
}

@media (min-width: 768px) {
	.j-button-03 {
		font-size: 20px;
		min-width: 150px;
	}
}

.j-button-04 {
	background: linear-gradient(75deg,#c54fff 25%,#3f73fe 75%);
	opacity: 0.9;
	transition: 0.4s;
	border-radius: 10px;
	border: none;
	color: #fff;
	padding: 0.5rem 1rem;
}

.j-button-04:active,
.j-button-04:hover {
	background: linear-gradient(255deg,#c54fff 25%,#3f73fe 75%);
	color: lightgoldenrodyellow;
}

.j-button-05 {
	transition: top 0.5s ease 0s;
	background: linear-gradient(90deg, #7e49f3 0%, #7e49f3 45%, #fff 50%, #7e49f3 55%, #7e49f3 100%) 0 0 / 400% 400%;
	animation: 10s ease 0s infinite normal none running gradient;
	opacity: 0.9;
	border-radius: 10px;
	border: none;
	color: #fff;
	padding: 0.5rem 1rem;
}

.j-button-05:hover {
	color: lightgoldenrodyellow;
}

.j-button-06 {
	transition: top 0.5s ease 0s;
	background: linear-gradient(90deg, #ca1c1b 0%, #ca1c1b 45%, #f5c5bd 50%, #ca1c1b 55%, #ca1c1b 100%) 0 0 / 400% 400%;
	animation: 10s ease 5s infinite normal none running gradient;
	opacity: 0.9;
	border-radius: 10px;
	border: none;
	color: #fff;
	padding: 0.5rem 1rem;
}

.j-button-06:hover {
	color: lightgoldenrodyellow;
}

.j-button-07 {
	align-items: center;
	background-color: #00bbff;
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: Phantomsans, sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 120px;
	padding: 15px 20px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
}

.j-button-07:active,
.j-button-07:hover {
	outline: 0;
}

@media (min-width: 768px) {
	.j-button-07 {
		font-size: 20px;
		min-width: 150px;
	}
}

.j_button_02 {
	background-color: #e2d2b3;
	border: 2px solid #3f2504;
	border-radius: 50px;
	box-shadow: #3f2504 4px 4px 0 0;
	color: #3f2504;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 auto !important;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.j_button_02:hover {
	background-color: #fff;
	color: #3f2504 !important;
}

.j_button_02:active {
	box-shadow: #3f2504 2px 2px 0 0;
	transform: translate(2px, 2px);
}

@media (max-width: 768px) {
	.j_button_02 {
		padding: 5px 15px;
	}
}