button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html, button {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.inner {
  width: 90%;
  margin: auto; }

.header {
  background-color: #3b0004; }
  .header .inner {
    padding-top: 4vw;
    padding-bottom: 0; }
    .header .inner .pre {
      margin: auto;
      margin-bottom: 10px;
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      font-style: italic;
      color: white;
      font-size: 1.4em; }
    .header .inner .intro p {
      color: white;
      font-size: 1em; }
  .header h1 {
    width: 90%;
    margin: auto;
    margin-bottom: 1em; }
    .header h1 .mob {
      width: 300px; }
  .header .box-yellow {
    white-space: nowrap; }

.row {
  display: -webkit-box;
  display: flex; }

.row {
  width: 100%;
  justify-content: space-around; }

.winning {
  color: white;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 5vw 8vw;
  margin-top: 0;
  padding: 1vw 4vw;
  height: 21vw;
  -webkit-box-pack: center;
          justify-content: center;
  background-image: url("../img/winning.png");
  background-size: 100% 100%; }
  .winning h2 {
    font-size: 1.5vw; }
  .winning p {
    font-size: 1.2vw; }

.main {
  background-color: #3b0004;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center; }
  .main .inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .main .inner > :nth-child(2) {
      -webkit-box-pack: center;
              justify-content: center; }
    .main .inner .col1, .main .inner .col2 {
      margin-bottom: 1em; }
    .main .inner .img-col img {
      width: 100%; }
    .main .inner .btn {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      color: white;
      width: 100%;
      text-align: center;
      -webkit-box-pack: center;
              justify-content: center;
      margin: 2vw 0;
      font-size: 3vw;
      padding: 0.8vw 1vw;
      line-height: 1.2em; }
      .main .inner .btn div {
        width: 100%; }
    .main .inner .btn-oran {
      background-color: #D37A0F;
      border: 2px solid #FFC46B; }
    .main .inner .btn-red {
      background-color: #671212;
      border: 2px solid #9B1228; }
    .main .inner .btn-gray {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0.7vw 4vw;
      background-color: #AAAAAA;
      border: 2px solid #FFFFFF;
      color: black; }
    .main .inner .col {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      justify-content: space-around; }
    .main .inner .img-col {
      width: 100%;
      align-self: flex-end; }

.gender {
  height: 3vw; }

button {
  border-radius: 0;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

button, button:hover {
  background-color: inherit; }

button:active {
  top: 4px; }

button:focus {
  outline: 0; }

.outro {
  background-image: url("../img/curtain.png");
  background-size: contain;
  color: white;
  padding: 30px 0; }

.box-yellow {
  color: white;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: auto;
  background-image: url("../img/box-yellow.png");
  background-size: 100% 100%;
  margin-bottom: 30px; }

h2 {
  text-decoration: underline; }

a {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  color: inherit; }

.bold, b {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700; }

.blocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1em; }
  .blocks > div {
    background-color: #FFC46B;
    margin: 2px 0;
    padding: 6px 0;
    background-clip: padding-box;
    border: 1px solid transparent; }
    .blocks > div p {
      margin: 0; }
  .blocks .block1, .blocks .block2 {
    width: 100%; }
  .blocks .block3, .blocks .block4 {
    width: 50%; }
  .blocks .block5, .blocks .block6, .blocks .block7, .blocks .block8 {
    width: 25%; }

.footer .inner {
  padding: 1em 0; }

.modal.active {
  display: block; }

.desk-cont1.active {
  display: block; }

.desk-cont2.active {
  display: block; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */ }

/* The Close Button */
.close {
  background-color: white;
  border-radius: 11px;
  box-shadow: inset 0px 0px 11px 1px rgba(0, 0, 0, 0.35);
  font-size: 1.1em;
  padding: 0.5em 1.4em;
  margin-top: 1em; }

.modal-copy {
  display: none; }

.m-cont {
  margin: 15% auto;
  /* 15% from the top and centered */
  position: relative;
  width: 90%;
  /* Could be more or less, depending on screen size */
  text-align: center;
  background-color: white;
  max-width: 500px; }
  .m-cont .m-head {
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.75); }
    .m-cont .m-head h2 {
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-decoration: none;
      font-size: 2em;
      padding: 0.8em 1em;
      margin: 0; }
  .m-cont .m-body {
    padding: 1em 1.2em; }
    .m-cont .m-body p {
      font-size: 1em;
      line-height: 1.2em; }

.m-row {
  width: 80%;
  background-color: #E6E6E6;
  margin: 4px auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  .m-row span {
    position: relative; }
  .m-row .m-perc {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 1em;
    font-style: normal;
    margin-right: 0.5em; }
  .m-row .m-color {
    background-color: #B3B3B3;
    font-size: 1.2em;
    padding-left: 0.5em;
    white-space: nowrap;
    text-align: left; }

.hide {
  display: none !important; }

.col {
  position: relative; }

.desk-cont1, .desk-cont2 {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .desk-cont1 .m-cont, .desk-cont2 .m-cont {
    width: 100%;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.m-dance .close {
  background-color: #CCCCCC; }

.m-dance .m-head {
  background-image: url("../img/dance.png");
  background-size: 100% 100%; }

.m-dance .m-body {
  border: 0.4em solid #CCCCCC;
  border-top: none; }

.m-win {
  background-image: url("../img/win-m.png");
  background-size: 100% 100%;
  padding: 1.4em 1.4em;
  color: white; }
  .m-win .close {
    color: #FFC46B; }

.m-yellow .close {
  background-color: #FFC46B; }

.m-yellow .m-head {
  background-image: url("../img/female.png");
  background-size: 100% 100%;
  color: white; }

.m-yellow .m-body {
  border: 0.4em solid #FFC46B;
  border-top: none; }
  .m-yellow .m-body .m-color {
    background-color: #FFC46B; }

.m-red .close {
  background-color: #9B1228; }

.m-red .m-head {
  background-image: url("../img/male.png");
  background-size: 100% 100%;
  color: white; }

.m-red .m-body {
  border: 0.4em solid #9B1228;
  border-top: none; }
  .m-red .m-body .m-color {
    background-color: #E54554; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.desk {
  display: none; }

@media only screen and (min-width: 600px) {
  .header .inner p {
    font-size: 2.7vw; }
  .main .inner .col {
    width: 30%; }
  .main .inner .img-col {
    width: 40%; }
    .main .inner .img-col img {
      width: 80%; }
  .main .inner .btn {
    font-size: 1.5vw; }
    .main .inner .btn > div {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .mob {
    display: none; }
  .desk {
    display: inherit; }
  .main .inner .btn {
    font-size: 2vw; }
    .main .inner .btn > div {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .main .inner .winning {
    margin: 2vw 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw 6vw;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .main .inner .winning h2 {
      font-size: 1.6vw; }
    .main .inner .winning p {
      font-size: 1.4vw; }
  .main .inner .btn-gray {
    background-image: url("../img/dance.png");
    background-size: 100% 100%;
    border: none; }
  .main .inner .btn-oran {
    background-image: url("../img/female.png");
    background-size: 100% 100%;
    border: none; }
  .main .inner .btn-red {
    background-image: url("../img/male.png");
    background-size: 100% 100%;
    border: none; } }

@media only screen and (min-width: 750px) {
  .main .inner .btn {
    flex-wrap: nowrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@media only screen and (min-width: 1200px) {
  .inner {
    width: 80%; }
  .header h1 {
    width: 80%; }
  .header .inner {
    width: 70%; }
    .header .inner .pre {
      font-size: 2vw; }
    .header .inner .intro p {
      font-size: 1vw;
      margin-bottom: 1.2vw;
      line-height: 1.4vw; }
  .main .inner .row {
    -webkit-box-pack: center;
            justify-content: center;
    margin: auto; }
  .main .inner .btn {
    font-size: 1.2vw;
    width: 16vw; }
    .main .inner .btn > div {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .main .inner .winning {
    margin: 2vw 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw 6vw;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .main .inner .winning h2 {
      font-size: 1.2vw; }
    .main .inner .winning p {
      font-size: 1vw; }
  .outro {
    padding: 2vw 0; }
    .outro .inner > div {
      margin-bottom: 1.5vw; }
    .outro .inner p {
      font-size: 1vw;
      line-height: 1.3vw; }
    .outro .inner h2 {
      font-size: 1.2vw; }
  .footer .inner {
    padding: 4vw 0;
    font-size: 1vw; }
    .footer .inner img {
      width: 4vw; }
  .blocks .block1, .blocks .block2 {
    width: 25%; }
  .blocks .block3, .blocks .block4 {
    width: 12.5%; }
  .blocks .block5, .blocks .block6, .blocks .block7, .blocks .block8 {
    width: 6.25%; }
  .m-cont .m-head h2 {
    font-size: 1.4vw; }
  .m-cont .m-body p {
    font-size: 0.9vw;
    line-height: 1.2vw; }
  .m-row .m-perc {
    font-size: 1vw; }
  .m-row .m-color {
    font-size: 1vw; }
  .close {
    font-size: 1.2vw; } }
