@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@font-face {
	font-family: "VL BoosterNextFYBlack";
	src: url("../fonts/VLBoosterNextFY-Black.woff2") format("woff2"), url("../fonts/VLBoosterNextFY-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "VL BoosterNextFYThin";
	src: url("../fonts/VLBoosterNextFY-Thin.woff2") format("woff2"), url("../fonts/VLBoosterNextFY-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SRN CookieRun";
	src: url("../fonts/SRNCookieRun-Black.woff2") format("woff2"), url("../fonts/SRNCookieRun-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gotham";
	src: url("../fonts/SVN-Gotham.woff2") format("woff2"), url("../fonts/SVN-Gotham.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tick {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	position: relative;
	z-index: 1;
	line-height: 1.4;
}

.tick * {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.tick [data-view] {
	max-width: 100%;
}

.tick span[data-view] {
	display: inline-block;
}

.tick .tick-credits {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	text-decoration: none;
	font-size: 11px;
	color: inherit;
}

.tick [data-layout~="pad"] {
	margin: -0.25em;
}

.tick [data-layout~="pad"] > * {
	margin: 0.25em;
}

.tick [data-layout~="horizontal"] {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.tick [data-layout~="horizontal"][data-layout~="baseline"] {
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline;
}

.tick [data-layout~="horizontal"][data-layout~="center"] {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.tick [data-layout~="horizontal"][data-layout~="right"] {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.tick [data-layout~="horizontal"][data-layout~="left"] {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.tick [data-layout~="horizontal"][data-layout~="fill"],
.tick [data-layout~="horizontal"][data-layout~="stretch"] {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.tick [data-layout~="horizontal"][data-layout~="fill"] > *,
.tick [data-layout~="horizontal"][data-layout~="stretch"] > * {
	-ms-flex: 1 0 0px;
	-webkit-box-flex: 1;
	flex: 1 0 0;
	width: 100%;
}

.tick [data-layout~="horizontal"][data-layout~="multi-line"] {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tick [data-layout~="horizontal"][data-layout~="fit"] {
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.tick [data-layout~="vertical"] {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.tick [data-layout~="vertical"][data-layout~="top"] {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.tick [data-layout~="vertical"][data-layout~="bottom"] {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	min-height: 100%;
}

.tick [data-layout~="vertical"][data-layout~="middle"] {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 100%;
}

.tick [data-layout~="vertical"][data-layout~="left"] {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.tick [data-layout~="vertical"][data-layout~="right"] {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.tick [data-layout~="vertical"][data-layout~="center"] {
	text-align: center;
}

.tick [data-layout~="vertical"][data-layout~="fill"],
.tick [data-layout~="vertical"][data-layout~="stretch"] {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	min-height: 100%;
}

.tick [data-layout~="vertical"][data-layout~="fill"] > *,
.tick [data-layout~="vertical"][data-layout~="stretch"] > * {
	-ms-flex: 1 0 0px;
	-webkit-box-flex: 1;
	flex: 1 0 0;
}

.tick [data-layout~="vertical"] > * + * {
	margin-top: 0.5em;
}

.tick [data-layout~="overlay"] {
	position: relative;
}

.tick [data-layout~="overlay"] > * {
	margin: 0;
}

.tick [data-layout~="overlay"][data-layout~="center"] {
	text-align: center;
}

.tick [data-layout~="overlay"][data-layout~="left"] {
	text-align: left;
}

.tick [data-layout~="overlay"][data-layout~="right"] {
	text-align: right;
}

.tick [data-layout~="overlay"] > [data-overlay="fill"],
.tick [data-layout~="overlay"] > [data-overlay="stretch"] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tick [data-layout~="overlay"] > [data-overlay="center"] {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tick-flip {
	position: relative;
	text-align: center;
}

.tick-flip * {
	border-radius: inherit;
	white-space: pre;
	letter-spacing: inherit;
	text-indent: inherit;
}

.tick-flip-front {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tick-flip-back {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tick-flip-spacer {
	display: block;
	visibility: hidden;
}

.tick-flip-shadow {
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	color: transparent !important;
	background: transparent !important;
}

.tick-flip-shadow-top {
	bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
	top: calc(50% + 1px);
}

.tick-flip-card-shadow {
	position: absolute;
	left: 0.15em;
	right: 0.15em;
	bottom: 0.125em;
	height: 0.5em;
	background-color: transparent;
	border-radius: 0;
	opacity: 0;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
	z-index: 0;
}

.tick-flip-card {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 4em;
	perspective: 4em;
}

.tick-flip-panel-back,
.tick-flip-panel-front {
	position: absolute;
	left: 0;
	width: 100%;
	height: 51%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
	position: absolute;
	left: -1px;
	top: 0;
	right: -1px;
	height: 100%;
	overflow: hidden;
}

.tick-flip-panel-text-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
	height: 200%;
	top: -100%;
}

.tick-flip-panel-front {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	top: 0;
	z-index: 2;
	-webkit-box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
	box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
}

.tick-flip-panel-back {
	-webkit-transform-origin: center top;
	transform-origin: center top;
	top: 50%;
	z-index: 1;
	-webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}

.tick-flip-panel-back:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 0, transparent 30%);
}

.tick-flip-panel-back-shadow {
	z-index: 2;
}

.tick-flip-panel-back-highlight {
	z-index: 3;
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow,
.tick-flip-panel-front-shadow {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.tick-flip-panel-front-shadow {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3)));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.3)));
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.3));
}

.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-back:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
	background-image: none;
}

.tick [data-style*="rounded:none"] {
	border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-front,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.tick [data-style*="rounded:panels"] .tick-flip-back,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.tick-flip {
	margin-left: 0.0625em;
	margin-right: 0.0625em;
	min-width: 1.125em;
	border-radius: 0.125em;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}

.tick-flip-panel {
	color: #edebeb;
	background-color: #333232;
}

.tick-flip-shadow {
	-webkit-box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}

.img img {
	display: block;
	width: 100%;
}

html,
body {
	font-family: "SVN-Gotham";
	font-style: 16px;
	font-weight: normal;
	color: #252525;
}

.landscapLock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: black;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}
.landscapLock .icon {
	width: 70px;
	margin: 0 auto 20px;
}
.landscapLock span {
	font-size: 1.25rem;
	color: white;
	font-family: "SRN CookieRun";
	text-align: center;
}

@media screen and (orientation: landscape) {
	/* Áp dụng CSS nếu thiết bị xoay ngang */
}
@media screen and (orientation: landscape) and (max-width: 1024px) {
	.landscapLock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.container {
	background: url("../images/bg.jpg") center no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 100dvh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1360px) {
	.container {
		padding-top: 40px;
		display: block;
		background: url("../images/bgMb.jpg") center no-repeat;
		background-size: cover;
	}
}
.container .safe-zone {
	max-width: 1700px;
	padding: 0rem 5dvw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.container .safe-zone {
		padding: 16px;
		max-width: 450px;
	}
}
.container .logo {
	position: absolute;
	width: 20%;
	max-width: 200px;
	top: 30px;
	left: 40px;
}
@media (max-width: 1360px) {
	.container .logo {
		top: 20px;
		left: 40px;
		width: 120px;
	}
}
@media (max-width: 1024px) {
	.container .logo {
		position: static;
		margin: auto;
		width: 100px;
	}
}
.container .bl-left {
	width: 65%;
}
@media (max-width: 1024px) {
	.container .bl-left {
		width: 100%;
	}
}
.container .bl-left .top {
	width: 80%;
	margin: 40px auto 0;
}
@media (max-width: 1024px) {
	.container .bl-left .top {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.container .bl-left .tagline {
	width: 60%;
	margin: 0 auto 1rem;
}
@media (max-width: 1024px) {
	.container .bl-left .tagline {
		margin: 0 auto 0.5rem;
	}
}
.container .bl-left .qr-code {
	width: 45%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: center;
}
@media (max-width: 1600px) {
	.container .bl-left .qr-code {
		width: 60%;
	}
}
@media (max-width: 1024px) {
	.container .bl-left .qr-code {
		width: 80%;
		margin: 0 auto 2rem;
	}
}
.container .bl-left .qr-code .main {
	border-radius: 1rem;
	padding: 0.4rem;
	background-color: red;
	width: 60%;
}
@media (max-width: 1600px) {
	.container .bl-left .qr-code .main {
		padding: 0.4rem;
		border-radius: 1rem;
	}
}
.container .bl-left .qr-code .decor {
	width: 40%;
}
.container .bl-left .qr-code .decor img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.container .bl-left .timeline {
	font-size: 2rem;
	color: white;
	text-align: center;
	line-height: 1.5;
	font-family: "SRN CookieRun";
	margin-bottom: 2rem;
	white-space: normal;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 1600px) {
	.container .bl-left .timeline {
		font-size: 1.75rem;
	}
}
@media (max-width: 1360px) {
	.container .bl-left .timeline {
		font-size: 1.25rem;
	}
}
@media (max-width: 1024px) {
	.container .bl-left .timeline {
		margin-bottom: 1rem;
		font-size: 1rem;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}
.container .bl-left .title {
	width: 50%;
	margin: 0 auto 2rem;
}
@media (max-width: 1024px) {
	.container .bl-left .title {
		width: 70%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto 1rem;
	}
}
.container .bl-left .text {
	display: block;
}
@media (max-width: 1024px) {
	.container .bl-left .text {
		display: none;
	}
}
.container .text {
	aspect-ratio: 1904/504;
	width: 100%;
	background: url("../images/1.png") center no-repeat;
	background-size: 100%;
	margin-top: 2rem;
}
.container .text .wrap {
	aspect-ratio: 992/200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
@media (max-width: 1024px) {
	.container .text .wrap {
		padding: 30px 30px 30px 80px;
		aspect-ratio: unset;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}
}
.container .text p {
	text-align: center;
	line-height: 1.5;
	font-size: 1rem;
	padding: 0 8% 0 4%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
@media (max-width: 1600px) {
	.container .text p {
		font-size: 0.875rem;
	}
}
@media (max-width: 1170px) {
	.container .text p {
		font-size: 0.75rem;
	}
}
@media (max-width: 1024px) {
	.container .text p {
		font-size: 1rem;
		padding: 0;
		text-align: justify;
	}
}
.container .bl-right {
	width: 35%;
}
@media (max-width: 1024px) {
	.container .bl-right {
		width: 100%;
	}
}
.container .bl-right .product {
	-webkit-transform: translate(-15%, -4%) scale(1.3);
	transform: translate(-15%, -4%) scale(1.3);
}
@media (max-width: 1024px) {
	.container .bl-right .product {
		-webkit-transform: none;
		transform: none;
	}
}
.container .bl-right .text {
	display: none;
}
@media (max-width: 1024px) {
	.container .bl-right .text {
		display: block;
		background: url("../images/4.png") center no-repeat;
		aspect-ratio: 830/842;
		background-size: 100% 100%;
		width: calc(100% + 16px);
		margin-left: -16px;
		margin-top: -60px;
		position: relative;
		z-index: 2;
	}
}

.countdown {
	width: 85%;
	margin: auto;
}
@media (max-width: 1024px) {
	.countdown {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1280px) {
	.countdown {
		width: 100%;
		margin-bottom: 1rem;
	}
}
.countdown .layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.countdown .layout .tick-group {
	width: 25%;
	padding: 0 20px;
	position: relative;
}
.countdown .layout .tick-group:last-child::after {
	display: none;
}
.countdown .layout .tick-group::before {
	width: calc(100% - 25px);
	height: 10px;
	border-radius: 5px;
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 25px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #faa31b;
}
.countdown .layout .tick-group::after {
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: ":";
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	-webkit-transform: translate(50%, -65%);
	transform: translate(50%, -65%);
	line-height: 1;
	font-size: 40px;
	width: 30px;
	height: 30px;
	color: #bdbdbd;
	font-weight: bold;
}
@media (max-width: 1024px) {
	.countdown .layout .tick-group::after {
		font-size: 24px;
	}
}
@media (max-width: 1024px) {
	.countdown .layout .tick-group {
		padding: 0 5px;
	}
}
.countdown .layout .tick-group > div {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 1024px) {
	.countdown .layout .tick-group > div {
		border-radius: 5px;
	}
}
.countdown .layout .tick-group .tick-flip {
	margin: 0;
	border-radius: 0;
	min-width: auto;
	width: 50%;
	height: 130px;
}
@media (max-width: 1600px) {
	.countdown .layout .tick-group .tick-flip {
		height: 100px;
	}
}
@media (max-width: 768px) {
	.countdown .layout .tick-group .tick-flip {
		height: 80px;
		width: 40px;
	}
}
.countdown .layout .tick-group .tick-flip .tick-flip-card .tick-flip-panel {
	background-color: #faa31b;
	font-family: "Montserrat";
	height: 100%;
	text-align: center;
	color: white;
	font-weight: 900;
}
.countdown .layout .tick-group .tick-flip .tick-flip-panel-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 65px;
}
@media (max-width: 1600px) {
	.countdown .layout .tick-group .tick-flip .tick-flip-panel-text-wrapper {
		font-size: 50px;
	}
}
@media (max-width: 1360px) {
	.countdown .layout .tick-group .tick-flip .tick-flip-panel-text-wrapper {
		font-size: 40px;
	}
}
@media (max-width: 1024px) {
	.countdown .layout .tick-group .tick-flip .tick-flip-panel-text-wrapper {
		font-size: 32px;
	}
}
.countdown .layout .tick-group .tick-label {
	font-size: 1.5rem;
	color: white;
	text-transform: uppercase;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1600px) {
	.countdown .layout .tick-group .tick-label {
		font-size: 1.5rem;
	}
}
@media (max-width: 1024px) {
	.countdown .layout .tick-group .tick-label {
		font-size: 1rem;
	}
}
.countdown .tick-credits {
	display: none;
}
