/* Mystery Box Saving Device - Desktop - November 2023 - MCL */

#mb_Content{
	font-family: 'Roboto', sans-serif;
	width: 800px;
	height: 600px;
	text-align: center;
	margin: 10px auto;
	opacity: 0;
	color: #fff;
	position:relative;
	transform:scale(.912);
	overflow:hidden;
}
#mb_Content .mb-burst-wrapper {
	position:absolute;
	width:1200px;
	height:1200px;
	left:50%;
	margin-left:-600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mb_Content .mb-burst {	
	background:url(../images/mb-burst-square.png) no-repeat center center;
	background-size:contain;
	width:1200px;
	height:1200px;
	border-radius:50%;
	top:-25%;
	bottom:-25%;
	position:relative;
}
#mb_Content .mb-5off,
#mb_Content .mb-5offorder,
#mb_Content .mb-20perc,
#mb_Content .mb-25perc {
	display:none;
}
#mb_Content .mb-stage-1 {
	visibility:hidden
}
#mb_Content .mb-txt-1 {
	color:#003b71;
	font-size:37px;
	line-height:41px;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	padding-top:30px;
	position:relative;
}
#mb_Content .mb-txt-2 {
	color:#003b71;
	font-size:57px;
	line-height:60px;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	padding-top:35px;
}
#mb_Content .mb-text-stroke {
	--stroke-color:white;
	--stroke-width:5px;
	text-shadow: var(--stroke-width)  0 0 var(--stroke-color),
	  calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
	  0 var(--stroke-width) 0 var(--stroke-color),
	  0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
  }
#mb_Content .mb-rounded-corners {
	text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0
		var(--stroke-color),
	  calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0
		var(--stroke-color);
}
#mb_Content .mb-box {cursor:pointer; } 
#mb_Content .mb-box-row {
	background:url(../images/mb-base.png) no-repeat left bottom;
	display:flex;
	align-items: center;
  	justify-content: center;
	margin-top:45px;
	padding-bottom:10px;
	border-bottom:8px solid #8e8e8e;
	position:relative;
	z-index:10;
} 
#mb_Content .mb-box-container {
	width:198px;
	height:190px;
	margin: 0 30px;
	position:relative;
}
#mb_Content .mb-box-glow {
	width:150px;
	height:160px;
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-75px;
	border-radius:50%;
	animation: glow 1.5s ease-in-out infinite alternate;
}
#mb_Content .mb-box-back {
	background:url(../images/mb-back-box.png) no-repeat 0 0;
	background-size:contain;
	width:194px;
	height:114px;
	position:absolute;
	top:0;
	left:0;
}
#mb_Content .mb-box-front {
	background:url(../images/mb-front-box.png) no-repeat 0 0;
	background-size:contain;
	width:198px;
	height:170px;
	position:absolute;
	top:22px;
	left:0;
}
#mb_Content .mb-box-lid {
	background:url(../images/mb-lid.png) no-repeat 0 0;
	background-size:contain;
	width:206px;
	height:66px;
	position:absolute;
	top:0px;
	left:-5px;
}
#mb_Content .mb-box-number-1 {
	background:url(../images/mb-number-1.png) no-repeat 0 0;
	width:15px;
	height:78px;
	position:absolute;
	top:50px;
	left:140px;
}
#mb_Content .mb-box-number-2 {
	background:url(../images/mb-number-2.png) no-repeat 0 0;
	width:21px;
	height:81px;
	position:absolute;
	top:50px;
	left:140px;
}
#mb_Content .mb-box-number-3 {
	background:url(../images/mb-number-3.png) no-repeat 0 0;
	width:21px;
	height:80px;
	position:absolute;
	top:50px;
	left:140px;
}
.mb-button-row {
	background-color:#badeff;
	width:800px;
	height:80px;
	display:flex;
	align-items: center;
	justify-content: center;
	position:relative;
	z-index:5;
}
#mb_Content .mb-stage-2 {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#mb_Content .mb-txt-3 {
	color:#003b71;
	font-size:31px;
	line-height:35px;
	text-align:center;
	font-weight:700;
	padding-top:50px;
	visibility:hidden;
}
#mb_Content .mb-stage-3 {
	width:800px;
	height:460px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-400px;
	display:none;
}
#mb_Content sup {
	position:relative;
	top:15px;
	font-size:91px;
}
#mb_Content .mb-txt-5 {
	color:#003b71;
	font-size:150px;
	line-height:60px;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	transform: scale(0);
}
#mb_Content .mb-5offorder .mb-txt-5 {
	font-size:68px;
	line-height:65px;
}
#mb_Content .mb-5offorder sup {
	font-size:38px;
	top:5px;
}
#mb_Content .mb-txt-6 {
	color:#003b71;
	font-size:46px;
	line-height:50px;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	transform: scale(0);
}
#mb_Content .mb-txt-7 {
	color:#003b71;
	font-size:28px;
	line-height:32px;
	text-align:center;
	font-weight:900;
	letter-spacing: 1px;
	transform: scale(0);
}
#mb_Content .mb-txt-8 {
	color:#003b71;
	font-size:21px;
	line-height:25px;
	text-align:center;
	font-weight:900;
	letter-spacing: 2px;
	transform: scale(0);
}
#mb_Content .mb-disclosure {
	background-color:#badeff;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	color:#003b71;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	text-align:center;
	visibility:hidden;
	z-index:10;
}
.mb_Content_ConBtn{
	background-color:#2073c0;
	display: block;
	width: 228px;
	height: 53px;
	cursor: pointer;
	position: relative;
	z-index: 50;
	margin: 10px auto;
	border-radius: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 25px;
	line-height: 53px;
	text-transform: uppercase;
	visibility:hidden;
}

.pkg_closeButton{
	background-color:#badeff;
	margin: 0 auto;
	padding:0px 0 15px;
	display: none;
	cursor:pointer;
	position:relative;
}
.mb-xButton {
	color:#003b71;
	width: 25px;	
	height: 25px;
	font-weight:900;
	position:absolute;
	top:10px;
	right:10px;
	display: none;
	cursor:pointer;
	z-index:2;
}


/* ********* ANIMATION ********* */
/* .slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */
/* ----------------------------------------------
 * Generated by Animista on 2023-11-1 15:58:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
 /* @-webkit-keyframes slide-in-elliptic-top-fwd {
	0% {
	  -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
			  transform: translateY(-600px) rotateX(-30deg) scale(0);
	  -webkit-transform-origin: 50% 100%;
			  transform-origin: 50% 100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 1400px;
			  transform-origin: 50% 1400px;
	  opacity: 1;
	}
  }
  @keyframes slide-in-elliptic-top-fwd {
	0% {
	  -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
			  transform: translateY(-600px) rotateX(-30deg) scale(0);
	  -webkit-transform-origin: 50% 100%;
			  transform-origin: 50% 100%;
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0) rotateX(0) scale(1);
			  transform: translateY(0) rotateX(0) scale(1);
	  -webkit-transform-origin: 50% 1400px;
			  transform-origin: 50% 1400px;
	  opacity: 1;
	}
  } */

  /*** glow animation***/
  @keyframes glow {
	from {
	  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff,
		0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
	}
	to {
	  box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff,
		0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
	}
  }
  /*** confetti animation ***/
  #emitter {
	visibility: hidden;
	background-color: #222;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 0%;
	left: 0%;
  }
  .dot-container {
	position:absolute;
	left:0;
	top:0;
	overflow:visible;
	z-index:20000009;
	pointer-events:none;
  }
  .dot {
	position: absolute;
	pointer-events: none; /*performance optimization*/
  }
  