:root {
	--title-color: #ffffff;
	--body-color: rgba(240, 240, 255, 0.5);
	--light-color: #9b9b9b;
	--secondary-color: #f9f9f9;
	--smoke-color: #f8f8f8;
	--dark-color: #0b0c10;
	--light-gray-color: #171920;
	--light-dark-color: #0f1116;
	--mist-blue-color: #686d7c;
	--white-color: #ffffff;
	--black-color: #000000;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--orange-color: #f07707;
	--default-color: #ba6356;
	--default-color2: #a23e2f;
	--purple-color: #A970FF;
	--face-color: #4967a9;
	--insta-color: #ff08b6;
	--discord-color: #5562ea;
	--youtube-color: #dc3131;
	--border-color: rgba(0, 0, 0, 0.10);
	--theme-color: 186, 99, 86;
	--theme-color2: 135, 40, 21;
	--theme-color3: 229, 31, 10;
	--theme-font: 'GothamSSm-Light', sans-serif;
	--theme-font2: 'GothamSSm-Light', sans-serif;
	--theme-font3: 'GothamSSm-Light', sans-serif;
	--theme-font4: 'Montserrat', sans-serif;
	--icon-font: 'Font Awesome 5 Free';
	--ripple-ani-duration: 3s;
	--bs-gutter-x: 15px;
	--bs-gradient-2: linear-gradient(to right, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);
	--bs-gradient-5: linear-gradient(to right, #a23e2f 0%, #ba6356 100%);
	--bs-gradient-3: linear-gradient(to right, #28a745 0%, #5ccc76 100%);
	--bs-gradient-4: linear-gradient(to right, var(--body-color) 0%, var(--light-color) 100%);
	--bs-gradient: linear-gradient(to right, #561f1f 0%, #a23e2f 100%);
	--bs-gradient-6: linear-gradient(to right, #280e60 0%, #4b2b8d 100%);
	--bs-gradient-7: linear-gradient(to right, #01010c 0%, #010918 100%);
	--bs-gradient-8: linear-gradient(to right, #7289da 0%, #8094dd 100%);
}

/* Style the tab */
.tab {
	overflow: hidden;
	background-image: linear-gradient(to right, #ec7063 0%, #b03a2e 100%);
	color: aliceblue;
	font-weight: bolder;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 33%;
	color: aliceblue;
	font-weight: 700;
}

/* Change background color of buttons on hover */
.tab button:hover {
	transition: 0.5s;
	filter: brightness(1.25);
}


/* Style the tab content */
.tabcontent {
	display: none;
	border-top: none;
}

.deidadcredits { font-size: 1.5rem; color: burlywood; padding: 30px; }
.shopfilter {
	margin-bottom: 50px;
	margin-top: 50px;
}

.shopfilter a {
	margin-left: 15px;
	cursor: pointer;
}

.shopfilter a img {
	width: 70px;
	border-radius: 50px;
}


.setshop {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
}

.setshop .fa-coins {
	color: #DBDF5B;
}

.setshop .panel {
	background-color: #212121;
	color: aliceblue;
}

.setshop .panel-heading {
	background-color: #000;
	background-image: linear-gradient(to right, #ec7063 0%, #b03a2e 100%);
	color: aliceblue;
	font-weight: bolder;
	line-height: 50px;
}

.setshop .panel-body {
	text-align: center;
	height: 230px;
	margin: auto;
}

.setshop .panel-body {
	text-align: center;
	height: 230px;
	margin: auto;
}

.setshop button {
	margin-bottom: 15px;
	margin-top: 15px;
}

.setshop .exc {
	color: #ABEBC6;
}

.setshop .level {
	color: #A9CCE3;
}

.setshop .life {
	color: #F7DC6F;
}

.item-shop-category {
	margin-bottom: 20px;
	font-size: 16px;
}

.item-shop-category form {
	display: inline;
	padding: 10px;
	margin-top: 15px;
}

.item-shop-category form button {
	margin-top: 15px;
}

.item-shop-category form img {
	margin-right: 10px;
}

div.sex {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.shopnav a {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
	padding: 15px 35px;
	height: auto;
	font-size: 3rem;
	margin-bottom: 100px !important;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}



.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}


.golden,
.silver {
	font-family: 'pt serif', serif;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	margin: 0;
}

[data-gold] {
	color: #ac733c;
	font-size: 1.5rem !important;
	margin-bottom: 10px;
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-gold] {
		color: transparent;
		background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(left, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
		background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
		background-position: 110% 0%, 0 0;
		background-size: 200% auto, auto;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-animation: shine 2s ease-in-out infinite
	}
}

[data-gold]:before {
	content: attr(data-gold);
	color: #f0d8a9;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: #000 0 .08vw 12px
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-gold]:after {
		content: attr(data-gold);
		position: absolute;
		top: 0;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
		background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
		-webkit-background-clip: text;
		background-clip: text
	}
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-silver] {
		color: transparent;
		background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(right, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
		background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(270deg, #8c8c8c 1.3%, #999 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #d3d3d3);
		background-position: 110% 0%, 0 0;
		background-size: 200% auto, auto;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-animation: shine 2s infinite
	}
}

[data-silver]:before {
	content: attr(data-silver);
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: -.08vw;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: #000 0 .08vw 12px
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
	[data-silver]:after {
		content: attr(data-silver);
		position: absolute;
		width: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
		background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
		-webkit-background-clip: text;
		background-clip: text
	}
}

@-webkit-keyframes shine {
	0% {
		background-position: 110% 0%, 0 0
	}

	100% {
		background-position: -10% 0%, 0 0
	}
}

@keyframes shine {
	0% {
		background-position: 110% 0%, 0 0
	}

	100% {
		background-position: -10% 0%, 0 0
	}
}

h10 {
	font-size: 1rem
}


.vs-btn {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 210px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn.gradient-btn {
	color: var(--white-color);
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-5);
}

.ls-layer .vs-btn {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}


.vs-btn-filter {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 150px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn-filter:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn-filter:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn-filter:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn-filter.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-filter.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-filter.gradient-btn {
	color: var(--white-color);
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn-filter.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-5);
}

.ls-layer .vs-btn-filter {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn-filter {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn-filter:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn-filter {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}


.vs-btn-on {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 150px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn-on:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn-on:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn-on:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn-on.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-on.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-on.gradient-btn {
	color: var(--white-color);
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn-on.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-3);
}

.ls-layer .vs-btn-on {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn-on {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn-on:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn-on {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}