:root {
	--bg1: #1b0021;
	--bg2: #3a003a;

	--pink: #ff2a86;
	--pink2: #ff4aa0;
	--hot: #ff1f6f;

	--text: #ffd0e6;
	--muted: #eaa0c6;

	--panel: rgba(16, 0, 24, .35);
	--panelLine: rgba(255, 42, 134, .55);
	--shadow: 0 18px 50px rgba(0, 0, 0, .38);
}

* {
	box-sizing: border-box;
}

.tyme-body {
	font-family: "Poppins", sans-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: #fff;
	background:
		radial-gradient(1200px 600px at 15% 20%, #4a004d 0%, rgba(74, 0, 77, 0) 60%),
		radial-gradient(900px 500px at 70% 60%, #3e003f 0%, rgba(62, 0, 63, 0) 55%),
		linear-gradient(180deg, var(--bg2), var(--bg1));
	overflow-x: hidden;
}

.tyme-body>main {
	flex: 1 0 auto;
	display: block;
}

/* Start modal catatan */
.catatan-modal {
	border-radius: 6px;
	overflow: hidden;
	color: #000;
}

.catatan-header {
	background: #ff2a86;
	padding: 18px 12px;
}

.catatan-icon i {
	font-size: 38px;
	color: #1d2b3a;
}

.catatan-title {
	font-weight: 800;
	letter-spacing: 0.5px;
}

.catatan-body {
	max-height: 70vh;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.5;
}

/* End modal catatan */

/* Start profile page */
.lyfe-profile-section {
	color: var(--text);
}

.lyfe-profile-section .text-lyfe-login {
	color: var(--hot);
}

.lyfe-profile-section .text-lyfe-login i {
	color: var(--pink);
}

.lyfe-profile-section .lyfe-login-card,
.lyfe-profile-section .lyfe-login-card.card {
	background: var(--panel);
	border: 1px solid rgba(255, 42, 134, .35);
	color: var(--text);
}

.lyfe-profile-section .lyfe-login-card .card-body {
	color: var(--text);
}

.lyfe-profile-section .lyfe-login-card label {
	color: var(--muted);
	font-weight: 600;
}

.lyfe-profile-section .lyfe-login-card .form-control {
	background: rgba(0, 0, 0, .22);
	border: 1px solid rgba(255, 42, 134, .45);
	color: #fff;
}

.lyfe-profile-section .lyfe-login-card .form-control::placeholder {
	color: rgba(255, 208, 230, .65);
}

.lyfe-profile-section .lyfe-login-card .form-control:focus {
	background: rgba(0, 0, 0, .22);
	border-color: rgba(255, 42, 134, .85);
	box-shadow: 0 0 0 .2rem rgba(255, 42, 134, .20);
	color: #fff;
}

.lyfe-profile-section .lyfe-login-card .input-group-text {
	background: rgba(0, 0, 0, .22);
	border: 1px solid rgba(255, 42, 134, .45);
	color: var(--text);
}

.lyfe-profile-section .lyfe-login-card .toggle-password i {
	color: var(--pink);
}

.lyfe-profile-section .lyfe-btn-update,
.lyfe-profile-section .lyfe-btn-update.btn {
	background: linear-gradient(90deg, var(--pink2), var(--hot));
	border: 0;
	color: #fff;
	font-weight: 900;
	letter-spacing: .2px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.lyfe-profile-section .lyfe-btn-update:hover {
	filter: brightness(1.06);
	color: #fff;
}

.lyfe-profile-section #btnCheckBalance,
.lyfe-profile-section #btnCheckBalance.btn {
	background: rgba(0, 0, 0, .16);
	border: 1px solid var(--panelLine);
	color: var(--text);
	font-weight: 900;
}

.lyfe-profile-section #btnCheckBalance:hover {
	background: rgba(255, 42, 134, .14);
	color: #fff;
}

.lyfe-profile-section a.btn.btn-secondary {
	background: rgba(0, 0, 0, .14);
	border: 1px solid rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .9);
}

.lyfe-profile-section a.btn.btn-secondary:hover {
	background: rgba(255, 255, 255, .10);
	color: #fff;
}

/* Start pop up reminder */
#modal-profile-reminder .catatan-modal {
	background: rgba(16, 0, 24, .92);
	border: 1px solid rgba(255, 42, 134, .45);
	color: var(--text);
	box-shadow: var(--shadow);
}

#modal-profile-reminder .catatan-header {
	background: linear-gradient(90deg, var(--pink2), var(--hot));
}

#modal-profile-reminder .catatan-icon i {
	color: var(--bg1);
}

#modal-profile-reminder .catatan-title {
	color: var(--text);
}

#modal-profile-reminder .catatan-body {
	color: rgba(255, 208, 230, .90);
	word-break: break-word;
}

#modal-profile-reminder .catatan-body b {
	color: var(--pink);
}

#modal-profile-reminder .modal-footer .btn.btn-success {
	background: linear-gradient(90deg, var(--pink2), var(--hot));
	border: 0;
	font-weight: 900;
}

#modal-profile-reminder .modal-footer .btn.btn-success:hover {
	filter: brightness(1.06);
}

@media (max-width: 575.98px) {
	#modal-profile-reminder .modal-dialog {
		max-width: calc(100% - 1.5rem);
		margin: .75rem auto;
	}

	#modal-profile-reminder .catatan-header {
		padding: 14px 12px;
	}

	#modal-profile-reminder .catatan-icon i {
		font-size: 32px;
	}

	#modal-profile-reminder .catatan-body {
		max-height: 65vh;
		font-size: 13px;
	}
}

/* End pop up reminder */

/* Start sweetalert style */
.swal2-popup {
	background: rgba(16, 0, 24, .92) !important;
	border: 1px solid rgba(255, 42, 134, .45) !important;
	color: var(--text) !important;
	box-shadow: var(--shadow) !important;
}

.swal2-title {
	color: var(--text) !important;
}

.swal2-html-container {
	color: var(--muted) !important;
}

.swal2-styled.swal2-confirm {
	background: linear-gradient(90deg, var(--pink2), var(--hot)) !important;
	border: 0 !important;
	box-shadow: none !important;
	font-weight: 900 !important;
}

.swal2-styled.swal2-cancel {
	background: rgba(255, 255, 255, .08) !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
	color: #fff !important;
	font-weight: 800 !important;
}

@media (max-width: 480px) {
	.swal2-popup {
		width: calc(100% - 24px) !important;
		padding: 1.25rem !important;
	}

	.swal2-title {
		font-size: 1.2rem !important;
	}
}

/* End sweetalert style */
/* End profile page */

/* Start tombol token pojok kanan bawah */
.tyme-token-pill {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1050;
	border: 2px solid rgba(255, 42, 134, .65);
	border-radius: 999px;
	padding: 10px 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(0, 0, 0, .15);
	color: #ff2a86;
	font-weight: 800;
}

.tyme-token-pill img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.box-token-premium {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1050;
	display: flex;
	flex-direction: column;
}

.box-token-premium .token-premium {
	margin: auto;
	width: 40px;
	margin-bottom: 8px;
}

.tyme-token-pill-premium {
	position: static;
}

@media (max-width: 991.98px) {
	.tyme-token-pill {
		position: static;
		right: auto;
		bottom: auto;
	}
}

/* End tombol token pojok kanan bawah */

/* Start navbar */
.tyme-topbar {
	padding: 26px 0 10px;
}

.tyme-nav-pill {
	background: linear-gradient(90deg, #ff4fb4, #ff1f55);
	border-radius: 999px;
	padding: 10px 14px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tyme-nav-pill a,
.tyme-nav-pill a:hover,
.tyme-nav-pill a:focus,
.tyme-nav-pill a:active {
	text-decoration: none !important;
	outline: none;
	box-shadow: none;
}

.tyme-link {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	opacity: .9;
	padding: 6px 18px;
	border-radius: 999px;
	transition: background .2s ease, opacity .2s ease;
}

.tyme-link:hover {
	opacity: 1;
	background: rgb(16 15 15 / 16%);
	color: #fff;
}

.tyme-link.active {
	background: rgb(16 15 15 / 16%);
	opacity: 1;
}

.tyme-link-cta {
	background: rgba(0, 0, 0, .15);
	border: 1px solid rgba(255, 255, 255, .25);
}

.tyme-link-cta:hover {
	background: rgba(255, 255, 255, .22);
	border-color: rgba(255, 255, 255, .4);
}

.tyme-brand {
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	letter-spacing: .4px;
	padding: 6px 12px;
	border-radius: 999px;
}

.tyme-link {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	opacity: .95;
	padding: 6px 47px;
	border-radius: 999px;
	white-space: nowrap;
}

.tyme-link:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .12);
}

.tyme-link.active {
	background: rgba(255, 255, 255, .16);
}

.tyme-link-cta {
	background: rgba(0, 0, 0, .12);
	border: 1px solid rgba(255, 255, 255, .25);
}

.tyme-dropdown {
	background: rgba(20, 0, 25, .96);
	border: 1px solid rgba(255, 42, 134, .25);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.tyme-dropdown .dropdown-item {
	color: #fff;
}

.tyme-dropdown .dropdown-item:hover {
	background: rgba(255, 42, 134, .16);
	color: #fff;
}

.tyme-token-pill-mobile {
	position: static;
	border: 2px solid rgba(255, 42, 134, .65);
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(0, 0, 0, .15);
	color: rgba(255, 42, 134, .65);
	font-weight: 800;
}

.tyme-burger {
	width: 46px;
	height: 38px;
	border: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, .15);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 10px;
}

.tyme-burger span {
	display: block;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 42, 134, .95);
}

.tyme-mobile-menu {
	margin-top: 10px;
	border: 1px solid rgba(255, 42, 134, .25);
	background: rgba(20, 0, 25, .96);
	border-radius: 14px;
	padding: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.tyme-mobile-link {
	display: block;
	padding: 12px 12px;
	border-radius: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.tyme-mobile-link:hover {
	background: rgba(255, 42, 134, .16);
	color: #fff;
}

.tyme-mobile-link-cta {
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(0, 0, 0, .12);
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.tyme-topbar {
		padding: 18px 0 8px;
	}

	.tyme-nav-pill {
		padding: 8px 10px;
		gap: 6px;
		border-radius: 999px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tyme-link {
		padding: 6px 14px;
		font-size: 14px;
		white-space: nowrap;
	}

	.tyme-brand {
		padding: 6px 10px;
		font-size: 14px;
	}

	.tyme-link-cta {
		padding: 6px 14px;
	}

	.tyme-dropdown .dropdown-item {
		padding: 10px 14px;
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.tyme-topbar {
		padding: 20px 0 10px;
	}

	.tyme-nav-pill {
		padding: 8px 10px;
		border-radius: 999px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tyme-link {
		padding: 6px 16px !important;
		font-size: 14px;
		white-space: nowrap;
	}

	.tyme-brand {
		padding: 6px 10px;
		font-size: 14px;
	}

	.tyme-link-cta {
		padding: 6px 16px !important;
	}
}

.tyme-nav-pill {
	overflow: visible !important;
	position: relative;
}

.tyme-nav-scroll {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-right: 10px;
	scrollbar-width: none;
}

.tyme-nav-scroll::-webkit-scrollbar {
	height: 0;
}

.tyme-nav-auth {
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.tyme-nav-auth .dropdown-menu {
	z-index: 2000;
}

/* End navbar */

/* Start footer */
.tyme-footer-bar {
	position: relative;
	margin-top: 34px;
	height: 40px;
	padding-bottom: 50px;
}

.tyme-footer-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 40px;
	display: inline-flex;
	align-items: flex-end;
	gap: 22px;
}

.tyme-footer-left img {
	display: block;
	height: 34px;
	width: auto;
	object-fit: contain;
}

.tyme-footer-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #F00078;
	font-size: 18px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
}

@media (max-width: 575.98px) {
	.tyme-footer-bar {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100% !important;
		max-width: 100vw !important;
		padding: 10px 10px !important;
		margin-top: 22px;
		overflow: hidden;
	}

	.tyme-footer-left {
		position: static !important;
		transform: none !important;
		padding-left: 0 !important;
		margin: 0 !important;
		display: inline-flex;
		align-items: center;
		gap: 6px !important;
		flex: 0 0 auto;
		max-width: 110px;
		overflow: hidden;
	}

	.tyme-footer-left img {
		height: 14px !important;
		width: auto;
		object-fit: contain;
		flex: 0 0 auto;
	}

	.tyme-footer-center {
		position: static !important;
		transform: none !important;
		flex: 1 1 auto;
		min-width: 0;
		margin-left: 8px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		font-size: 7px !important;
		line-height: 1.2;
		text-align: right;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.tyme-footer-bar {
		position: static;
		display: grid;
		align-items: center;
		column-gap: 16px;
		padding: 12px 16px 56px;
		margin-top: 34px;
		max-width: 100%;
		overflow: hidden;
	}

	.tyme-footer-left {
		position: static;
		transform: none;
		margin: 0;
		display: inline-flex;
		align-items: center;
		gap: 14px;
		justify-self: start;
	}

	.tyme-footer-left img {
		height: 22px;
		width: auto;
		object-fit: contain;
	}

	.tyme-footer-center {
		position: static;
		transform: none;
		justify-self: center;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 13px;
		line-height: 1.2;
		color: #F00078;
		min-width: 0;
	}

	.tyme-footer-right,
	.tyme-footer-token,
	.tyme-token-pill {
		justify-self: end;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {

	.tyme-footer-bar {
		position: static !important;
		display: grid !important;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 14px;
		height: auto !important;
		padding: 12px 16px 56px;
		margin-top: 28px;
		max-width: 100%;
		overflow: hidden;
	}

	.tyme-footer-left {
		position: static !important;
		transform: none !important;
		margin: 0 !important;
		display: inline-flex;
		align-items: center;
		gap: 12px;
		justify-self: start;
	}

	.tyme-footer-left img {
		height: 20px !important;
		width: auto;
		object-fit: contain;
	}

	.tyme-footer-center {
		position: static !important;
		transform: none !important;
		justify-self: center;
		text-align: right;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
		line-height: 1.2;
		min-width: 0;
		color: #F00078;
	}
}

/* End footer */

/* Start tyme page */
/* Start hero copy */
.tyme-hero-copy {
	margin-top: 26px;
	font-size: clamp(16px, 1.9vw, 34px);
	color: #F00078;
	opacity: .95;
}

.tyme-hero-copy strong {
	color: var(--pink);
	font-weight: 800;
}

.tyme-hero-logo img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
}

@media (max-width: 991.98px) {
	.tyme-hero-logo img {
		max-width: 360px;
	}
}

@media (max-width: 575.98px) {
	.tyme-hero-copy {
		margin-top: 14px;
		font-size: 20px;
		line-height: 1.45;
		text-align: center;
		padding: 0 6px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tyme-hero-copy strong {
		font-weight: 800;
	}
}

@media (max-width: 390px) {
	.tyme-hero-copy {
		font-size: 17px;
		padding: 0 4px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* End hero copy */

/* Start panel form */
.tyme-input.form-control {
	background: rgba(0, 0, 0, .25);
	border: 2px solid var(--panelLine);
	color: #fff;
	border-radius: 10px;
	padding: 14px 14px;
}

.tyme-input.form-control::placeholder {
	color: rgba(255, 255, 255, .75);
}

.tyme-input.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 42, 134, .25);
	border-color: rgba(255, 42, 134, .9);
	background: rgba(0, 0, 0, .25);
	color: #fff;
}

.tyme-btn-calc {
	width: 100%;
	border-radius: 10px;
	border: 2px solid rgba(255, 42, 134, .65);
	background: linear-gradient(90deg, rgba(255, 42, 134, .22), rgba(255, 42, 134, .42));
	color: #fff;
	font-weight: 900;
}

.tyme-btn-calc:hover {
	filter: brightness(1.05);
}

.tyme-btn-calc-free {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	position: relative;
	overflow: hidden;
}

.tyme-free-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 6px 10px;

	font-weight: 900;
	flex-shrink: 0;
}

.tyme-free-badge img {
	height: 18px;
	width: auto;
	display: block;
}

.tyme-btn-text {
	font-weight: 900;
	letter-spacing: .3px;
	font-size: 16px;
}

.tyme-btn-calc-free:hover {
	filter: brightness(1.07);
	transform: translateY(-1px);
}


.tyme-result {
	margin-top: 14px;
	border: 2px solid var(--panelLine);
	border-radius: 14px;
	padding: 18px;
	min-height: 150px;
	background: rgba(0, 0, 0, .18);
	color: rgba(255, 255, 255, .85);
}

.tyme-result em {
	color: rgba(255, 255, 255, .95);
	font-style: italic;
}

.tyme-checklist-icon {
	width: 25px;
	height: auto;
	vertical-align: middle;
}

/* End panel form */

/* Start unlock button */
.tyme-btn-unlock-final {
	width: 100%;
	max-width: 411px;
	height: 50px;
	padding: 0 18px;
	border: 2px solid rgba(255, 42, 134, .65);
	border-radius: 999px;
	background: linear-gradient(90deg,
			rgba(82, 0, 60, .55) 0%,
			rgba(55, 0, 45, .65) 45%,
			rgba(35, 0, 30, .55) 100%);
	box-shadow:
		0 14px 26px rgba(0, 0, 0, .32),
		0 0 26px rgba(255, 42, 134, .10);
	display: grid;
	grid-template-columns: 28px 1fr auto;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-unlock-final:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.tyme-btn-unlock-final .tyme-unlock-left {
	justify-self: start;
}

.tyme-btn-unlock-final .tyme-unlock-left img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.tyme-btn-unlock-final .tyme-unlock-text {
	justify-self: center;
	font-weight: 900;
	letter-spacing: .25px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	color: #ff2a86;
	font-size: 16px;
}

.tyme-btn-unlock-final .tyme-ico {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
	opacity: .95;
}

.tyme-btn-unlock-final .tyme-unlock-right {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.tyme-btn-unlock-final .tyme-unlock-token {
	font-size: 12px;
	font-weight: 600;
	color: rgba(200, 191, 196, 0.68);
}

.tyme-btn-unlock-final .tyme-unify {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
	opacity: .85;
}

@media (max-width: 575.98px) {
	.tyme-btn-unlock-final {
		max-width: 100%;
		height: 48px;
		padding: 0 12px;
		display: grid;
		grid-template-columns: 20px 1fr auto;
		align-items: center;
		gap: 6px;
		overflow: hidden;
	}

	.tyme-btn-unlock-final .tyme-unlock-left img {
		width: 14px;
		height: 14px;
	}

	.tyme-btn-unlock-final .tyme-unlock-text {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: clip;
		justify-content: center;
	}

	.tyme-btn-unlock-final .tyme-ico {
		width: 12px;
		height: 12px;
		margin: 0 3px;
	}

	.tyme-btn-unlock-final .tyme-unlock-right {
		gap: 6px;
		white-space: nowrap;
	}

	.tyme-btn-unlock-final .tyme-unlock-token {
		font-size: 10px;
	}

	.tyme-btn-unlock-final .tyme-unify {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 390px) {
	.tyme-btn-unlock-final .tyme-unlock-text {
		font-size: 11px;
	}
}

/* End unlock button */

/* Start purchase token */
.tyme-btn-purchase-token {
	width: 100%;
	max-width: 411px;
	height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg,
			rgba(0, 210, 120, .95) 0%,
			rgba(0, 185, 105, .95) 55%,
			rgba(0, 160, 95, .95) 100%);
	box-shadow:
		0 14px 26px rgba(0, 0, 0, .28),
		0 0 22px rgba(0, 210, 120, .18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #fff;
	font-weight: 900;
	letter-spacing: .2px;
	font-size: 16px;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-purchase-token:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.tyme-btn-purchase-token:active {
	transform: translateY(0px);
}

.tyme-btn-purchase-token .tyme-purchase-ico {
	width: 114px;
	height: 114px;
	object-fit: contain;
	display: block;
}

@media (max-width: 575.98px) {
	.tyme-btn-purchase-token {
		max-width: 100%;
		font-size: 13px;
	}
}

/* End purchase token */
/* End tyme page */

/* Start explore page */
/* Start hero area */
.tyme-explore-wrap {
	padding: 32px 0 26px;
}

.tyme-explore-logo {
	text-align: center;
}

.tyme-explore-logo img {
	width: min(520px, 90%);
	height: auto;
	object-fit: contain;
	display: inline-block;
}

.tyme-explore-copy {
	margin-top: 26px;
	font-size: clamp(16px, 1.2vw, 26px);
	color: #F00078;
	opacity: 1;
	line-height: 1.7;
}

.tyme-explore-copy strong {
	color: #F00078;
	font-weight: 800;
}

.tyme-strike {
	position: relative;
	display: inline-block;
}

.tyme-strike::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 52%;
	height: 2px;
	background: #F00078;
	opacity: .9;
}

.tyme-explore-actions {
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
}

/* End hero area */

/* Start button sign in */
.tyme-btn-signin {
	width: 100%;
	max-width: 411px;
	height: 50px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff4fb4, #ff1f55);
	color: #fff;
	font-weight: 800;
	letter-spacing: .2px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-signin:hover {
	color: #fff;
	filter: brightness(1.06);
	transform: translateY(-1px);
	text-decoration: none;
}

/* End button sign in */

/* Start button unlock */
.tyme-btn-unlock-final {
	width: 100%;
	max-width: 411px;
	height: 50px;
	padding: 0 18px;
	border: 2px solid rgba(255, 42, 134, .65);
	border-radius: 999px;
	color: #F00078;
	background: linear-gradient(90deg,
			rgba(82, 0, 60, .55) 0%,
			rgba(55, 0, 45, .65) 45%,
			rgba(35, 0, 30, .55) 100%);
	box-shadow:
		0 14px 26px rgba(0, 0, 0, .32),
		0 0 26px rgba(255, 42, 134, .10);
	display: grid;
	grid-template-columns: 28px 1fr auto;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-unlock-final:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.tyme-btn-unlock-final .tyme-unlock-left img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
	opacity: .95;
}

.tyme-btn-unlock-final .tyme-unlock-text {
	font-weight: 900;
	letter-spacing: .6px;
	font-size: 14px;
	text-align: center;
	color: #ff2a86;
	white-space: nowrap;
}

.tyme-btn-unlock-final .tyme-ico {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
	opacity: .95;
}

.tyme-btn-unlock-final .tyme-unlock-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	white-space: nowrap;
}

.tyme-btn-unlock-final .tyme-unlock-token i {
	font-style: italic;
	font-weight: 700;
	color: rgba(200, 191, 196, 0.68);
	font-size: 12px;
}

.tyme-btn-unlock-final .tyme-unify {
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: .95;
}

@media (max-width: 575.98px) {

	.tyme-explore-wrap {
		padding: 18px 0 12px;
	}

	.tyme-explore-actions {
		gap: 12px;
	}

	.tyme-btn-unlock-final {
		max-width: 100%;
		height: 48px;
		padding: 0 12px;
		grid-template-columns: 22px 1fr auto;
		gap: 8px;
	}

	.tyme-btn-unlock-final .tyme-unlock-left img {
		width: 18px;
		height: 18px;
	}

	.tyme-btn-unlock-final .tyme-unlock-text {
		font-size: 12px;
		letter-spacing: .4px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	}

	.tyme-btn-unlock-final .tyme-ico {
		width: 13px;
		height: 13px;
		margin: 0 4px;
	}

	.tyme-btn-unlock-final .tyme-unlock-right {
		gap: 6px;
	}

	.tyme-btn-unlock-final .tyme-unlock-token i {
		font-size: 11px;
		opacity: .95;
	}

	.tyme-btn-unlock-final .tyme-unify {
		width: 16px;
		height: 16px;
	}

	.tyme-btn-purchase {
		max-width: 100%;
		height: 48px;
	}
}

/* End button unlock */

/* Start purchase token */
.tyme-btn-purchase {
	width: 100%;
	max-width: 411px;
	height: 50px;
	background: #15b26b;
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}

.tyme-btn-purchase img {
	height: 18px;
	width: auto;
}

/* End purchase token */
/* End explore page */

/* Start your love page */
.yl-wrap {
	padding: 10px 0 12px;
}

@media (min-width: 1200px) {
	.yl-row {
		margin-left: -22px;
		margin-right: -22px;
	}

	.yl-row>[class*="col-"] {
		padding-left: 22px;
		padding-right: 22px;
	}
}

/* Start left panel */
.yl-tyme-logo img {
	width: 100%;
	max-width: 560px;
	height: auto;
	display: block;
}

.yl-left-form {
	max-width: 560px;
}

.yl-radio-row {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 10px 0 14px;
	justify-content: flex-end;
	width: 100%;
}

.yl-radio {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ff1f6f;
	font-weight: 800;
	font-size: 14px;
	margin: 0;
	white-space: nowrap;
}

.yl-radio input {
	accent-color: #ff1f6f;
	transform: scale(1.05);
}

.yl-input.form-control {
	border-radius: 14px;
	border: none;
	padding: 14px 18px;
	background: linear-gradient(90deg,
			#ff4fb4 0%,
			#ff2a86 50%,
			#ff1f55 100%);
	color: #fff;
	font-weight: 700;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .25),
		0 10px 24px rgba(0, 0, 0, .25);
}

.yl-input-sm.form-control {
	border-radius: 12px;
}

.yl-input.form-control:focus {
	outline: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .35),
		0 0 0 2px rgba(255, 31, 111, .35),
		0 12px 30px rgba(0, 0, 0, .35);
	background: linear-gradient(90deg,
			#ff5fc0 0%,
			#ff3390 50%,
			#ff245f 100%);
	color: #fff;
}

/* Start unlock button */
.yl-btn-unlock {
	width: 100%;
	height: 58px;
	padding: 0 18px;
	border: 2px solid #ff2a86;
	border-radius: 999px;
	background: linear-gradient(90deg,
			rgba(82, 0, 60, .55) 0%,
			rgba(55, 0, 45, .65) 45%,
			rgba(35, 0, 30, .55) 100%);
	box-shadow:
		0 14px 26px rgba(0, 0, 0, .32),
		0 0 26px rgba(255, 42, 134, .10);
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	transition: filter .15s ease, transform .15s ease;
}

.yl-btn-unlock:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.yl-btn-unlock .yl-unlock-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 10px;
}

.yl-btn-unlock .yl-unlock-left img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
	opacity: .95;
}

.yl-btn-unlock .yl-unlock-text {
	justify-self: center;
	font-weight: 900;
	letter-spacing: .6px;
	font-size: 16px;
	color: #ff2a86;
	white-space: nowrap;
	text-align: center;
}

.yl-btn-unlock .yl-ico {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin: 0 7px;
	display: inline-block;
	vertical-align: middle;
	opacity: .95;
}

.yl-btn-unlock .yl-unlock-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	white-space: nowrap;
	margin-right: 6px;
}

.yl-btn-unlock .yl-unlock-token i {
	font-style: italic;
	font-weight: 700;
	color: rgba(200, 191, 196, .68);
	font-size: 12px;
}

.yl-btn-unlock .tyme-unify {
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: .95;
}

/* End unlock button */
/* End left panel */

/* Start right panel */
.yl-panel {
	position: relative;
	border-radius: 18px;
	background: rgba(0, 0, 0, .12);
	border: 2px solid #ff1f6f;
	box-shadow: var(--shadow);
	padding: 16px 16px 26px;
	min-height: 520px;
	width: 100%;
}

.yl-panel-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: nowrap;
	width: 100%;
	padding: 2px 0 10px;
}

.yl-panel-top>* {
	flex: 0 0 auto;
}

.yl-select-wrap {
	flex: 0 0 190px;
	max-width: 190px;
}

.yl-select.form-control {
	width: 100%;
	height: 32px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .18);
	border: 2px solid rgba(255, 31, 111, .65);
	color: rgba(255, 255, 255, .92);
	font-weight: 800;
	font-size: 12px;
	padding: 0 16px;
	line-height: 30px;
}

.yl-select.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 42, 134, .18);
	border-color: rgba(255, 31, 111, .85);
	background: rgba(0, 0, 0, .18);
	color: #fff;
}

.yl-pill {
	height: 32px;
	border-radius: 999px;
	padding: 0 26px;
	border: 0;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

.yl-pill-ico {
	width: 14px;
	height: 14px;
	object-fit: contain;
	display: block;
	opacity: .95;
}

.yl-pill-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1;
	white-space: nowrap;
}

.yl-pill-heart {
	width: 14px;
	height: 14px;
	object-fit: contain;
	display: block;
}

.yl-pill-lock {
	min-width: 200px;
	background: linear-gradient(90deg, #ff3aa0, #ff1f55);
}

.yl-pill-activation {
	min-width: 200px;
	background: linear-gradient(90deg, #ff4fb4, #ff2a86);
}

.yl-panel-body {
	height: calc(100% - 58px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 24px;
	text-align: center;
}

.yl-congrats-icon {
	margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yl-congrats-icon img {
	width: 50%;
	height: 50%;
	object-fit: contain;
}

.yl-heart-img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.yl-main-text {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
	color: var(--pink);
	text-transform: uppercase;
}

.yl-main-text .yl-heart {
	margin: 0 10px;
}

.yl-history-wrap {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

.yl-history-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 14px;
	border-radius: 10px;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 13px;
}

.yl-history-btn:hover {
	filter: brightness(1.08);
	color: #fff;
}

/* End right panel */

@media (max-width: 991.98px) {
	.yl-wrap {
		padding-top: 18px;
	}

	.yl-tyme-logo {
		text-align: center;
		margin-bottom: 14px;
	}

	.yl-tyme-logo img {
		margin: 0 auto;
	}

	.yl-left-form {
		max-width: 520px;
		margin: 0 auto 24px;
	}

	.yl-radio-row {
		justify-content: center;
	}

	.yl-panel {
		min-height: 440px;
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}

	.yl-main-text {
		font-size: 24px;
	}

	.yl-history-wrap {
		justify-content: center;
		margin-top: 16px;
	}
}

@media (max-width: 575.98px) {
	.yl-wrap {
		padding: 20px 0 32px;
	}

	.yl-tyme-logo img {
		max-width: 360px;
	}

	.yl-left-form {
		max-width: 100%;
	}

	.yl-radio-row {
		margin: 16px 0 18px;
		gap: 18px;
	}

	.yl-radio {
		font-size: 12px;
	}

	.yl-input.form-control {
		height: 50px;
		padding: 12px 16px;
		font-size: 13px;
	}

	.yl-input-sm.form-control {
		height: 46px;
	}

	.yl-form .row.no-gutters {
		margin-left: -4px;
		margin-right: -4px;
	}

	.yl-form .row.no-gutters>[class*="col-"] {
		padding-left: 4px;
		padding-right: 4px;
	}

	.yl-btn-unlock {
		height: 50px;
		padding: 0 14px;
		gap: 8px;
	}

	.yl-btn-unlock .yl-unlock-left {
		margin-left: 4px;
	}

	.yl-btn-unlock .yl-unlock-left img {
		width: 18px;
		height: 18px;
	}

	.yl-btn-unlock .yl-unlock-text {
		font-size: 12px;
		letter-spacing: .4px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.yl-btn-unlock .yl-ico {
		width: 13px;
		height: 13px;
		margin: 0 4px;
	}

	.yl-btn-unlock .yl-unlock-right {
		gap: 6px;
		margin-right: 0;
	}

	.yl-btn-unlock .yl-unlock-token i {
		font-size: 11px;
	}

	.yl-btn-unlock .tyme-unify {
		width: 16px;
		height: 16px;
	}

	.yl-panel {
		padding: 16px 14px 22px;
		min-height: 360px;
	}

	.yl-panel-top {
		padding-top: 4px;
		padding-bottom: 14px;
		gap: 6px;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.yl-panel-top>* {
		flex: 1 1 0;
	}

	.yl-select-wrap {
		flex-basis: 0;
		max-width: none;
	}

	.yl-select.form-control {
		height: 30px;
		border-width: 1px;
		padding: 0 10px;
		font-size: 11px;
	}

	.yl-pill {
		height: 30px;
		padding: 0 10px;
		font-size: 11px;
		min-width: 0;
	}

	.yl-pill-text {
		gap: 4px;
	}

	.yl-pill-ico,
	.yl-pill-heart {
		width: 12px;
		height: 12px;
	}

	.yl-panel-body {
		padding-top: 20px;
	}

	.yl-congrats-icon {
		margin-bottom: 20px;
	}

	.yl-congrats-icon img {
		width: 70%;
		height: auto;
	}

	.yl-main-text {
		font-size: 20px;
		letter-spacing: .8px;
	}

	.yl-heart-img {
		width: 20px;
		height: 20px;
		margin: 0 6px;
	}

	.yl-history-btn {
		height: 30px;
		font-size: 12px;
	}
}

/* End your love page */

/* Start faq page */
.tyme-faq-mobile-hero {
	margin-top: 6px;
	margin-bottom: 16px;
}

.tyme-hero-logo img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.tyme-hero-logo img {
		max-width: 360px;
	}
}

@media (max-width: 991.98px) {
	.tyme-faq-wrap {
		margin-top: 0 !important;
	}
}

.tyme-faq-wrap {
	margin-top: 26px;
	color: #F00078;
	font-size: 18px;
	line-height: 1.6;
	max-width: 1200px;
}

.tyme-faq-item {
	margin-bottom: 30px;
}

.tyme-faq-q {
	margin: 0 0 6px 0;
	font-weight: 500;
}

.tyme-faq-a {
	margin: 0;
	font-weight: 400;
}

.tyme-faq-a+.tyme-faq-a {
	margin-top: 6px;
}

.tyme-accent {
	color: var(--pink);
	font-weight: 800;
}

.tyme-faq-cta {
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 26px;
}

@media (min-width: 768px) {
	.tyme-faq-cta {
		flex-direction: row;
		gap: 70px;
	}
}

.tyme-btn-sign {
	width: 100%;
	max-width: 411px;
	height: 50px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff4fb4, #ff1f55);
	box-shadow: 0 14px 26px rgba(0, 0, 0, .32);
	color: #fff !important;
	font-weight: 900;
	letter-spacing: .2px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-sign:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
	color: #fff !important;
}

.tyme-btn-sign:active {
	transform: translateY(0px);
}

/* Start unlock button */
.tyme-btn-unlock-final {
	width: 100%;
	max-width: 411px;
	height: 50px;
	padding: 0 18px;
	border: 2px solid rgba(255, 42, 134, .65);
	border-radius: 999px;
	background: linear-gradient(90deg,
			rgba(82, 0, 60, .55) 0%,
			rgba(55, 0, 45, .65) 45%,
			rgba(35, 0, 30, .55) 100%);
	box-shadow:
		0 14px 26px rgba(0, 0, 0, .32),
		0 0 26px rgba(255, 42, 134, .10);
	display: grid;
	grid-template-columns: 28px 1fr auto;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	transition: filter .15s ease, transform .15s ease;
}

.tyme-btn-unlock-final:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.tyme-btn-unlock-final .tyme-unlock-left {
	justify-self: start;
}

.tyme-btn-unlock-final .tyme-unlock-left img {
	width: 18px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.tyme-btn-unlock-final .tyme-unlock-text {
	justify-self: center;
	font-weight: 900;
	letter-spacing: .25px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	color: #ff2a86;
	font-size: 16px;
}

.tyme-btn-unlock-final .tyme-ico {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
	opacity: .95;
}

.tyme-btn-unlock-final .tyme-unlock-right {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.tyme-btn-unlock-final .tyme-unlock-token {
	font-size: 12px;
	font-weight: 600;
	color: rgba(200, 191, 196, 0.68);
}

.tyme-btn-unlock-final .tyme-unify {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
	opacity: .85;
}

@media (max-width: 575.98px) {
	.tyme-btn-unlock-final {
		max-width: 100%;
		height: 48px;
		padding: 0 12px;
		display: grid;
		grid-template-columns: 20px 1fr auto;
		align-items: center;
		gap: 6px;
		overflow: hidden;
	}

	.tyme-btn-unlock-final .tyme-unlock-left img {
		width: 14px;
		height: 14px;
	}

	.tyme-btn-unlock-final .tyme-unlock-text {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: clip;
		justify-content: center;
	}

	.tyme-btn-unlock-final .tyme-ico {
		width: 12px;
		height: 12px;
		margin: 0 3px;
	}

	.tyme-btn-unlock-final .tyme-unlock-right {
		gap: 6px;
		white-space: nowrap;
	}

	.tyme-btn-unlock-final .tyme-unlock-token {
		font-size: 10px;
	}

	.tyme-btn-unlock-final .tyme-unify {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 390px) {
	.tyme-btn-unlock-final .tyme-unlock-text {
		font-size: 11px;
	}
}

/* End unlock button */
/* End faq page */

/* Start purchase token page */
.tyme-purchase-wrap {
	padding-top: clamp(70px, 9vh, 155px);
	padding-bottom: 10px;
}

.tyme-token-item {
	text-align: center;
	color: #fff;
}

.tyme-token-logo {
	width: 100%;
	max-width: 270px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
	filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .25));
}

.tyme-token-price {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .2px;
	margin-top: 2px;
}

.tyme-token-promo {
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: .2px;
	color: var(--pink);
	font-weight: 800;
	line-height: 1.25;
}

.tyme-token-promo .code {
	font-weight: 900;
	color: var(--pink);
}

.tyme-token-desc {
	margin-top: 2px;
	font-size: 14px;
	color: rgba(255, 255, 255, .85);
	line-height: 1.25;
}

.tyme-token-final {
	margin-top: 6px;
	font-size: 28px;
	font-weight: 900;
	color: var(--hot);
	letter-spacing: .2px;
}

.tyme-premium-box {
	border: 3px solid rgba(255, 42, 134, .88);
	border-radius: 26px;
	padding: 28px 22px 22px;
	background: rgba(0, 0, 0, .10);
	box-shadow:
		0 18px 50px rgba(0, 0, 0, .38),
		0 0 28px rgba(255, 42, 134, .08);
}

.tyme-premium-box .tyme-token-logo {
	max-width: 235px;
	margin-bottom: 16px;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .35));
}

.tyme-premium-price {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .2px;
	margin-top: 2px;
	color: rgba(255, 255, 255, .95);
}

.tyme-premium-desc {
	margin-top: 6px;
	font-size: 13px;
	color: rgba(255, 255, 255, .72);
	line-height: 1.25;
}

.tyme-token-col {
	margin-bottom: 36px;
}

@media (min-width: 992px) {
	.tyme-token-col {
		margin-bottom: 0;
	}

	.tyme-token-col-premium {
		transform: translateY(-10px);
	}
}

@media (max-width: 575.98px) {
	.tyme-token-logo {
		max-width: 240px;
		margin-bottom: 6px;
	}

	.tyme-token-price {
		font-size: 18px;
	}

	.tyme-token-promo {
		font-size: 14px;
	}

	.tyme-token-desc {
		font-size: 12px;
	}

	.tyme-token-final {
		font-size: 24px;
	}

	.tyme-premium-box {
		padding: 22px 16px 18px;
		border-radius: 22px;
	}

	.tyme-premium-box .tyme-token-logo {
		max-width: 210px;
	}

	.tyme-premium-price {
		font-size: 18px;
	}

	.tyme-premium-desc {
		font-size: 12px;
	}
}

.tyme-mobile-brand {
	display: none;
	text-align: center;
	margin-bottom: 26px;
}

.tyme-mobile-brand img {
	width: 100%;
	max-width: 260px;
	height: auto;
	margin: 0 auto;
	display: block;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .35));
}

@media (max-width: 991.98px) {
	.tyme-mobile-brand {
		display: block;
	}

	.tyme-purchase-wrap {
		padding-top: 40px;
	}
}

@media (min-width: 992px) {
	.tyme-mobile-brand {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.tyme-purchase-wrap .tyme-token-col {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.tyme-purchase-wrap .row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.tyme-purchase-wrap .tyme-token-col {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 24px;
	}
}

/* End purchase token page */