* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Press Start 2P', cursive;
	overflow: hidden;
}

/*@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype'),
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

.segou-font {
	font-family: 'Segoe UI', cursive!important;
}
.clearfix {
	clear: both;
}

/****** Step #1 *******/

/*#video-loop-video {
	height: 100%;
}*/

/****** END Step #1 *******/


/****** Step #2 *******/

#intro {
	background-color: rgba(254, 61, 61, 1);
	position: relative;
	height: 100%;
}
#intro .b_images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#intro .b_images > div {
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	height: 276px;
	width: 100%;
}
#intro .b_images > div.frame56 {
	position: absolute;
	top: 0;
	left: 0;
	height: 127px;
}
#intro .b_images > div.frame55 {
	position: absolute;
	top: 6.6667vh;
	left: 0;
}
#intro .b_images > div.frame54 {
	position: absolute;
	top: 26.3889vh;
	left: 0;
}
#intro .b_images > div.frame53 {
	position: absolute;
	top: 46.2963vh;
	left: 0;
}
#intro .b_images > div.frame52 {
	position: absolute;
	top: 66.7592vh;
	left: 0;
}
#intro .b_images > div.frame51 {
	position: absolute;
	top: 86.4814vh;
	left: 0;
	height: 146px;
}
#intro .your-name {
	text-align: center;
	position: absolute;
	z-index: 2;
	top: calc(50% - 90px);
	left: calc(50% - 593px);
}
#intro .your-name p {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 23px;
	color: #F3F09D;
	margin-bottom: 25px;
}
#intro .your-name input {
	width: 1186px;
	height: 133px;
	background: #FFFFFF;
	border: 15px solid #C7333B;
	box-sizing: border-box;
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}
#intro .your-name input:focus {
	outline: none;
}
#intro .step2 {
	position: relative;
	background: #FE3D3D;
	text-align: center;
	top: calc(50% - 328px);
}
#intro .step2 > p {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 65px;
}
#intro .step2 .choose-video > div:not(.clearfix), #intro .step2 .choose-video > button {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin-right: 68px;
}
#intro .step2 .choose-video > button {
	background-color: transparent;
}
#intro .step2 .choose-video .empty {
	height: 422px;
}
#intro .step2 .choose-video > div.empty.pl {
	margin-right: 0;
}
#intro .step2 .choose-video .full {
	width: 626px;
	cursor: pointer;
	border: none;
}
#intro .step2 .choose-video .full div {
	height: 422px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: #C4C4C4;
	border: 15px solid #C7333B;
	width: 100%;
	margin-bottom: 43px;
	box-sizing: border-box;
}
#intro .step2 .choose-video .empty {
	background: #C7333B;
	width: calc(50% - 728px);
}
#intro .step2 .choose-video .full p {
	font-size: 40px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.7;
	font-weight: bold;
	text-transform: uppercase;
}
#intro .step2 .choose-video .full:hover div, #intro .step2 .choose-video .full:focus div {
	border: 15px solid #F3F09D;
}
#intro .step2 .choose-video .full:hover p, #intro .step2 .choose-video .full:focus p {
	color: #F3F09D;
	opacity: 1;
}

/****** END Step #2 *******/



/****** Step #3 *******/

#countdown {
	background: #F3F09D;
	position: relative;
	height: 100%;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#countdown .number {
		font-size: 1200px;
    line-height: 820px;
    color: #E2DF8B;
    position: absolute;
    top: 0;
    z-index: 1;
    font-weight: bold;
}
#countdown .textual, #transcript .game-over .textual, #transcript .start-countdown .textual {
	border: 15px solid #FE3D3D;
  box-sizing: border-box;
  border-radius: 175.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 257px;
  font-style: normal;
  font-weight: normal;
  font-size: 85px;
  line-height: 183px;
  text-align: center;
  letter-spacing: 6.5px;
  color: #FE3D3D;
  font-family: 'Press Start 2P', cursive;
  z-index: 2;
  padding: 0 115px;
}
#transcript .game-over .textual {
	animation: blinker 1s linear infinite;
}

/****** END Step #3 *******/


/****** Step #4 *******/

#transcript {
	position: relative;
}
.progress-bar {
	background: #868686;
	height: 13px;
	position: relative;
}
.progress-bar span {
	position: absolute;
	height: 100%;
	background-color: #3D8AFE;
	z-index: 1;
	width: 0%;
	transition-property: width;
  	transition-duration: 1s;
  	transition-timing-function: linear;
}
#transcript.attention .progress-bar span {
	background-color: #FE3D3D;
}
.transcript-section {
	float: left;
	width: 50%;
	background: #000000;
}
.video-section {
	float: left;
	width: 50%;
}
.video-section .video-container {
	width: 100%;
	height: 65vh;
	position: relative;
}
.video-section .video-container video {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.clicks-counter {
	background: #2C2C2C;
	width: 100%;
	height: 35vh;
	padding: 34px 28px;
}
.clicks-counter .cube {
	width: calc(50% - 42px);
	border: 7px solid #F3F09D;
	box-sizing: border-box;
	height: calc(100% - 68px);
	text-align: center;
	float: left;
	display: flex;
    justify-content: center;
    align-items: center;
}
.clicks-counter .cube.buzzers-clicks.clicked {
	background: #F3F09D;
}
.clicks-counter .cube.time-remaining {
	margin-left: 28px;
	border: 7px solid #3D8AFE;
}
#transcript.attention .clicks-counter .cube.time-remaining {
	border: 7px solid #FE3D3D;
}
.clicks-counter .cube .first {
	font-family: 'VT323', monospace;
	font-style: normal;
	font-weight: normal;
	font-size: 125px;
	line-height: 80px;
	text-align: center;
	color: #757575;
	background: #414141;
	border-radius: 62px;
	padding: 20px 50px;
	margin-bottom: 28px;
}
.clicks-counter .cube.buzzers-clicks.clicked .first {
	background: rgba(203, 200, 129, 0.4);
	color: #2C2C2C!important;
}
.clicks-counter .cube.buzzers-clicks .first.active {
	color: #F3EF9D;
}
.clicks-counter .cube.time-remaining .first {
	color: #3D8AFE;
}
#transcript.attention .clicks-counter .cube.time-remaining .first, #transcript.attention .clicks-counter .cube.time-remaining .last {
	color: #FE3D3D;
}
.clicks-counter .cube .last {
	color: #F3EF9D;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}
.clicks-counter .cube.buzzers-clicks.clicked .last {
	color: #2C2C2C;
  font-weight: 600;
}
.clicks-counter .cube.time-remaining .last {
	color: #3D8AFE;
}
.buzzer-button {
	padding-left: 72px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	line-height: 26px;
	font-family: 'Press Start 2P', cursive;
	background: #353535;
	padding-top: 21px;
  padding-bottom: 21px;
  cursor: pointer;
}
.buzzer-button > span {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.transcript-list {
	background: #000000;
	height: calc(100% - 199px);
	padding: 68px 52px 50px 52px;
	overflow-y: auto;
	/*margin-top: 68px;*/
	position: relative;
}
.transcript-section {
	position: relative;
}
.transcript-section:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 68px;
	left: 0;
	width: 100%;
	height: 121px;
	background: transparent;
	transition-property: background;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: linear;
}
.transcript-section.add-gradient:before {
	background: linear-gradient(180deg, #000000 -7.02%, rgba(0, 0, 0, 0) 100%);
}
.transcript-list::-webkit-scrollbar {
  width: 0px;
}
.transcript-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 1);
} 
.transcript-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}

.transcript-list .record {
	margin-bottom: 66px;
	position: relative;
}
.transcript-list .record .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.transcript-list .record.active .avatar {
	border: 3px solid #FE3D3D;
}
.transcript-list .record .avatar img {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	border: 5px solid #000000;
  box-sizing: border-box;
}
.transcript-list .record.active .avatar img {
	opacity: 1;
}
.transcript-list .record .text {
	padding-left: 134px;
}
.transcript-list .record .text p {
	font-family: 'Press Start 2P', cursive;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 32px;
}
.transcript-list .record.active .text p {
	color: rgba(255, 255, 255, 1);
}
.transcript-list .record .text p.name {
	color: rgba(255, 255, 255, 0.3);
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}
.transcript-list .record.active .text p.name {
	color: rgba(255, 255, 255, 0.5);
}
.transcript-list .record.clicked .text p:not(.name) {
	color: rgba(243, 239, 157, 0.7);
	text-decoration: underline;
}
.transcript-list .record.clicked.active .text p:not(.name) {
	color: rgba(243, 239, 157, 1);
}
#transcript .game-over, #transcript .start-countdown {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
  justify-content: center;
  align-items: center;
}
#transcript .game-over span, #transcript .start-countdown span {
	color: #FE3D3D;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 1s;
	transition-timing-function: linear;
}
#transcript .game-over.start-animation span {
	opacity: 0.5;
}

/****** END Step #4 *******/


/****** Step #5 *******/

#results {
	background: #000000;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#results .text {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Press Start 2P', cursive;
	margin-bottom: 100px;
}
#results .cube {
	display: inline-block;
  width: 700px;
}
#results .cube.flashing-cube {
	animation: blinker 1s linear infinite;
}
#results .cube .number {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 185px;
	line-height: 240px;
	color: #F3F09D;
	opacity: 0.5;
}
#results .cube .name {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #F3F09D;
	text-transform: uppercase;
}
#results.finishedAniamtion .human_result .number, #results.finishedAniamtion .human_result .name {
	color: #FE3D3D;
	opacity: 1;
}
#results.finishedAniamtion .machine_result .number, #results.finishedAniamtion .machine_result .name {
	color: #3D8AFE;
	text-shadow: 0px 0px 34px #3D8AFE;
	opacity: 1;
}

/****** END Step #5 *******/

/****** Step #6 *******/

#result_table, #result_table_first {
	background: #000000;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#result_table .title, #result_table_first .title {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #F3EF9D;
	margin-bottom: 50px;
}
/*#result_table .result_table_list {
	margin-left: -60px;
}*/
#result_table .result_table_list p, #result_table_first .result_table_list p {
	font-family: 'Press Start 2P', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}
#result_table .result_table_list p .number, #result_table_first .result_table_list p .number {
	/*min-width: 120px;
	text-align: right;
	display: inline-block;*/
}
#result_table .result_table_list span.dots, #result_table_first .result_table_list span.dots {
	padding-left: 23px;
}
#result_table .result_table_list p span.name, #result_table_first .result_table_list p span.name {
	padding-left: 23px;
  position: relative;
  width: 540px;
 	display: inline-block;
 	text-transform: uppercase;
}
#result_table .result_table_list p span.score, #result_table_first .result_table_list p span.score {
	position: absolute;
  right: 0;
}
#result_table .result_table_list p:first-child, #result_table_first .result_table_list p:first-child {
	color: #3D8AFE;
}
#result_table .result_table_list p.your-result, #result_table_first .result_table_list p.your-result {
	color: #FE3D3D!important;
}
#result_table .result_table_list p.your-result.start-animation, #result_table_first .result_table_list p.your-result.start-animation {
	animation: blinker 1s linear infinite;
}

/****** END Step #6 *******/