@font-face {
	font-family: 'NeuzeitGro';
    src: url('https://s0.2mdn.net/creatives/assets/3963737/NeuzeitGro-Bol.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'NeuzeitGro';
    src: url('https://s0.2mdn.net/creatives/assets/3963737/NeuzeitGro-Reg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{margin: 0;padding: 0; -moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: optimizeLegibility;font-smoothing: antialiased;}
#container{cursor:pointer;width: 300px; height: 600px;border:1px black solid;box-sizing: border-box;opacity:0;overflow:hidden;background-color:#fff;}
#bg{width: 100%;height: 100%;background-color: #fff;}
img {
  image-rendering: optimize-contrast;
}
div, img, svg{
	position: absolute;
}
.o{
	opacity:0;
	visibility: hidden;
}
.f-wh{
	width: 100%;
	height: 100%;
}
.mask{
	overflow: hidden;
}

.c-h{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left:50%;
}	
.c-v{
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top:50%
}
.c-hv{
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top:50%;
	left:50%;
}

#clickthru{
	width: 100%;
	height: 100%;
	
}
*{
	font-family: 'NeuzeitGro';
	font-weight: bold;
}
.logo{
	width: 115px;
	height: auto;
	top:544px;
	left:165px;
}
.top-header{
	width:196px;
	height: 36px;
	background-color:#BC2F27;
	color:#fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.disclaimer-btn{
	font-weight: normal;
	color:#000;
	font-size: 13px;
	left: 20px;
	top: 567px;
}
.disclaimer-close{
	width: 27px;
	height: auto;
	left: 253px;
	top: 56px;
}
.disclaimer-logo{
	width: 115px;
	height: auto;
	top:544px;
	left:165px;
}
.disclaimer-text{
	font-weight: normal;
	font-size: 14px;
	color:#414956;
	margin: 0 20px;
	position: relative;
}
.disclaimer-holder{
	width: 300px;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.cta{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background-color: #82C823;
	top: 493px;
	width: 150px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-holder, .endframe{
	width: 268px;
	height: 407px;
	top: 67px;
	left: 16px;
	
}
.card{
	transform-style: preserve-3d;
	width: 100%;
	height: 100%;
}
.card-front, .card-back{
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform-style: preserve-3d;
	border-radius: 8px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40);
}

.game{
	background: #DCDEE1;
}
#board, .cw-cell{
	position: relative;
}
#board{
	top: 110px;
	left: 13px;
}
.game-headline{
	font-size: 30px;
	color: #014263;
	top: 9px;
	line-height: normal;
	width: 100%;
	text-align: center;
}
.game-subheadline{
	font-weight: normal;
	font-size: 20px;
	color: #014263;
	top: 50px;
	line-height: 22px;
	width: 100%;
	text-align: center;
}
.words{
	font-weight: normal;
	font-size: 14px;
	color:#fff;
	background-color:#979DA6;
	position: relative;
	border-radius: 4px;
	/* margin: 0px 13px; */
	/* padding: 0px 4px; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	width: 74px;
	height: 26px;
}
.words-holder{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 360px;
	left: -1px;
}
.word1{
/* 	background-color: #0DC5C5; */
}
.word2{
	margin: 0px 10px 0 10px;
}
.cta-endframe{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background-color: #82C823;
	top: 351px;
	width: 150px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.endframe{
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.40);
	border-radius: 8px;
}

#confetti-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.confetti {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.hand-point{
	width: 20px;
	height: auto;
	top: 0;
	left: 0;
}
.blocker{
	top:0;
	left:0;
}