@font-face {
  font-family: "CocogooseCompressed-Regular";
  src: url("../fonts/Cocogoose/CocogooseCompressed-Regular.eot");
  src: url("../fonts/Cocogoose/CocogooseCompressed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cocogoose/CocogooseCompressed-Regular.woff2") format("woff2"), url("../fonts/Cocogoose/CocogooseCompressed-Regular.woff") format("woff"), url("../fonts/Cocogoose/CocogooseCompressed-Regular.ttf") format("truetype"), url("../fonts/Cocogoose/CocogooseCompressed-Regular.svg#CocogooseCompressed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat-Semibold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
header {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
header svg {
  margin-left: auto;
  margin-right: auto;
  width: inherit;
}
header.detail {
  margin-top: 20px;
  margin-bottom: 80px;
}
header div {
  background-color: #cbd300;
  border-radius: 0 64px 64px 0;
  -webkit-box-shadow: inset -7px 11px 14px -3px rgb(246, 255, 7);
  box-shadow: inset -7px 11px 14px -3px rgb(246, 255, 7);
  width: 70%;
  height: 22px;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}

footer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer svg {
  margin-left: auto;
  margin-right: auto;
  width: inherit;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button {
  background-color: #cbd300;
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 70px;
  line-height: 88px;
  padding: 20px 140px;
  border-radius: 64px;
  -webkit-box-shadow: inset -6px 11px 22px 5px rgba(246, 255, 7, 0.68);
  box-shadow: inset -6px 11px 22px 5px rgba(246, 255, 7, 0.68);
  text-align: center;
}
.button:hover {
  color: #ffffff;
}

body {
  background-color: #f3f3f3;
  color: rgba(255, 255, 255, 0.7607843137);
  max-height: 100vh;
  overflow: hidden;
}

section.initial h1 {
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #cbd300;
  font-size: 157px;
  line-height: 214px;
  width: 100%;
  text-align: center;
}
section.initial div.illustration {
  margin-bottom: 20px;
}
section.initial p {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  width: 680px;
  text-align: center;
  margin-bottom: 40px;
}
section.initial p span {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 700;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  font-family: "Montserrat-Bold", sans-serif;
}
section.initial div.column {
  gap: 20px;
}
section.initial div.column a {
  width: 660px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 120px;
}

section.form p {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  width: 500px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
section.form p span {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 700;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  font-family: "Montserrat-Bold", sans-serif;
}
section.form form div.container-input {
  gap: 40px;
  width: 100%;
}
section.form form div.container-input input {
  border: 3px solid #cbd300;
  text-align: center;
  padding: 40px 60px;
  border-radius: 64px;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 500;
  color: rgba(22, 22, 21, 0.7);
  font-size: 39px;
  line-height: 52px;
  font-family: "Montserrat-Semibold", sans-serif;
}
section.form form div.container-input input.hidden {
  display: none;
}
section.form form div.select {
  width: 100%;
  position: relative;
}
section.form form div.select div.container-select {
  border: 3px solid #cbd300;
  text-align: center;
  padding: 40px 60px;
  border-radius: 64px;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 138px;
}
section.form form div.select div.container-select.open {
  border-radius: 64px 64px 0 0;
  border-bottom: none;
}
section.form form div.select div.container-select span {
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 500;
  color: #161615;
  font-size: 39px;
  line-height: 52px;
  font-family: "Montserrat-Semibold", sans-serif;
}
section.form form div.select ul.container-select-list {
  display: none;
  opacity: 0;
}
section.form form div.select ul.container-select-list.open {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #cbd300;
  text-align: center;
  padding: 20px 60px;
  border-radius: 0 0 64px 64px;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 9;
}
section.form form div.select ul.container-select-list.open li {
  padding: 10px 0;
  position: relative;
}
section.form form div.select ul.container-select-list.open li:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #f3f3f3;
}
section.form form div.select ul.container-select-list.open li span {
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 500;
  color: #161615;
  font-size: 39px;
  line-height: 52px;
  font-family: "Montserrat-Semibold", sans-serif;
}
section.form form div.row.send {
  margin-top: 20px;
}
section.form form div.row.send > svg {
  margin-left: -130px;
}
section.game div.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
section.game div.row p {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  width: 600px;
  text-align: left;
}
section.game div.row p span.weight {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 700;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  font-family: "Montserrat-Bold", sans-serif;
}
section.game div.row p span.color {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #cbd300;
  font-size: 40px;
  line-height: 52px;
}
section.game div.row div.shape {
  background-color: #cbd300;
  width: 190px;
  height: 220px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.game div.row div.shape span {
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 157px;
  line-height: 214px;
  font-size: 103px;
  line-height: 130px;
}
section.game ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 45px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 120px;
}
section.game ul li {
  border-radius: 22px;
  background-color: #ffffff;
  border: 3px solid #f3f3f3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.game ul li.checked {
  border: 3px solid #cbd300;
  -webkit-box-shadow: 0px 0px 37px -1px rgba(203, 211, 0, 0.56);
  box-shadow: 0px 0px 37px -1px rgba(203, 211, 0, 0.56);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
section.game ul li div.illustration {
  height: 240px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.game ul li div.illustration img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
section.game ul li div.illustration img.result {
  opacity: 0;
  position: absolute;
  height: 240px;
  width: 250px;
  top: 50px;
  left: 10px;
}
section.game ul li div.text {
  width: 100%;
  border-radius: 0 0 18px 18px;
  background-color: #cbd300;
  padding: 20px 0;
  text-align: center;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: 3px solid #cbd300;
}
section.game ul li div.text span {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 31px;
  line-height: 34px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.game a {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

section.loader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #f3f3f3;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
section.loader span {
  text-transform: uppercase;
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #cbd300;
  font-size: 157px;
  line-height: 214px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.congratulations div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.congratulations h1 {
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #cbd300;
  font-size: 157px;
  line-height: 214px;
  margin-top: 80px;
}
section.congratulations p {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
}
section.congratulations p span {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 700;
  color: #161615;
  font-size: 40px;
  line-height: 52px;
  font-family: "Montserrat-Bold", sans-serif;
}
section.congratulations div.shape {
  background-color: #cbd300;
  width: 580px;
  height: 680px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.congratulations div.shape div.illustration {
  height: 400px;
}
section.congratulations div.shape div.illustration img {
  width: 100%;
  height: 100%;
}
section.congratulations div.row {
  position: relative;
  margin-top: -220px;
}
section.congratulations div.row div.score {
  position: relative;
}
section.congratulations div.row div.score svg {
  position: relative;
  bottom: -210px;
  left: -120px;
}
section.congratulations div.row div.score span.score-result {
  font-family: "CocogooseCompressed-Regular", sans-serif;
  font-weight: 400;
  color: #cbd300;
  font-size: 70px;
  line-height: 88px;
  position: absolute;
  top: 220px;
  right: 243px;
  -webkit-transform: rotate(30deg);
  transform: rotate(9deg);
}
section.congratulations div.row a {
  position: absolute;
  bottom: 75px;
  right: 0;
  padding: 20px 60px;
  gap: 20px;
}

.simple-keyboard {
  max-width: 100%;
  margin: 0 auto;
}

.simple-keyboard .hg-button.hg-functionBtn.hg-button-space {
  min-width: 150px;
  max-width: none;
}

.hg-theme-default {
  position: absolute !important;
  bottom: 0 !important;
}

.simple-keyboard.hg-theme-default .hg-button[data-skbtnuid^=numbers-] {
  width: 33%;
  max-width: none;
}

.hg-theme-default .hg-button {
  height: 100px !important;
}

.simple-keyboard .hg-button-numbers {
  max-width: 80px;
}

.simple-keyboard .hg-button.hg-functionBtn.hg-button-ent {
  max-width: 80px;
}

.hg-button span {
  color: #333333 !important;
}