
  body {
    background-position: center 40px  !important;
    background-repeat: no-repeat;
  }

.platformBar {
  background: #fff;
}

.hero {
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 84px;
  display: block;
  text-align: center;
  max-width: 100%;
}

.hero img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

body,
.mainContainer,
.mainBody {
  background-color: #fff;
}

.mainContainer {
    padding-top: 0;

}

.detpikachu-contest {
  color: #fff;
    background-color: #000;
    overflow: auto;
}

.detpikachu-contest h1 {
  box-sizing: border-box;
  max-width: 600px;
  padding: 0 20px 20px;
  font-size: 2em;
  margin: 0 auto;
  text-align: center;
}

.detpikachu-contest h4 {
  text-align: center;
}

.detpikachu-contest a {
  color: #159ef2;
}

.detpikachu-contest a:hover {
  color: #5cbdf9;
}


.detpikachu-form-frame {
  box-sizing: border-box;
  border: 1px solid #000;
  background: #000;
  max-width: 600px;
  margin: 50px auto 100px;
  padding: 0 20px 20px;
  color: #eee;
}

.detpikachu-form-frame * {
  box-sizing: border-box;
}

.detpikachu-form-frame form,
.detpikachu-form-frame fieldset {
  border: 0;
  background: transparent;
}



.detpikachu-form-frame input[type=text],
.detpikachu-form-frame input[type=email],
.detpikachu-form-frame input[type=url],
.detpikachu-form-frame input[type=textarea],
.detpikachu-form-frame select,
.detpikachu-form-frame input[type=number] {
  padding: 12px;
  display: block;
  width: 100%;
  border: 1px solid #f2e257;
  font-size: 16px;
  margin-bottom: .2em;
  height: auto;
  line-height: unset;
}

.detpikachu-form-frame label {
  padding: 20px 12px 6px;
  padding-left: 0;
  display: block;
  font-weight: 100;
  -webkit-appearance: none;
  font-size: .8em;
}

.skill {
  display: flex;
  flex-wrap: wrap;
}

.detpikachu-form-frame .skill label {
  width: 100%;
}

.skill span,
.detpikachu-form-frame .skill input[type=number] {
  box-sizing: border-box;
  margin-bottom: 0;
}

.detpikachu-form-frame .skill input[type=number] {
  width: calc(100% - 130px);
}

.skill span {
  width: 130px;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #f2e257;
  border-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px;
  background: #eee;
  color: black;
}

.detpikachu-form-frame small {
  font-size: .7em;
  opacity: .5;
  position: absolute;
  text-align: right;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-top: 30px;
  padding: 12px;
  display: block;
  width: 100%;
  border: 1px solid #f2e257;
  -webkit-appearance: none;
  font-size: 16px !important;
  font-weight: 400;
  background: white;
  color: black;

}

.styled-checkbox + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #eee;
  border: 2px solid #f2e257;
}

.styled-checkbox:hover + label::before {
  background: #fffefa;
}

.styled-checkbox:focus + label::before {
  box-shadow: 0 0 0 3px rgba(30, 34, 37, 0.1);
}

.styled-checkbox:checked + label::before {
  background: #fffefa;
}

.styled-checkbox:disabled + label {
  color: #1e2225;
  cursor: auto;
}

.styled-checkbox:disabled + label::before {
  box-shadow: none;
  background: #1e2225;
}

.styled-checkbox:checked + label::after {
  content: '';
  position: absolute;
  left: 22px;
  top: 8px;
  width: 5px;
  height: 15px;
  border-bottom: 3px solid #1e2225;
  border-right: 3px solid #1e2225;
  transform: rotate(45deg);
  z-index: 100;
}

.detpikachu-form-frame .legal {
  margin-top: 20px;
  font-size: .7em;
  opacity: .5;
}

.detpikachu-form-frame a.button {
  text-decoration: none;
}

.detpikachu-form-frame .button {
  margin-top: 30px;
  display: block;
}

.detpikachu-form-frame .button span {
  width: 100%;
  background: #f2e257;
  color: black;
  padding: 20px;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
}

.detpikachu-form-frame .button span:hover {
  filter: hue-rotate(10deg);
}


.rules {
  margin: 5vh auto;
  color: #000;
  background: #fff;
  padding: 0 5vw;
}

.rules p,
.rules strong,
.rules h2 {
  margin-bottom: 1em;
}

.rules strong {
  margin-top: 1em;
  color: #000;
}

.rules ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
}

.rules ul {
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}


.rules ol {
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 1em !important;
}

.rules ul,
.rules ul li {
  list-style: initial !important;
  list-style-type: circle !important;
    margin: initial;
  padding: initial;
}

.rules ol,
.rules ol li {
  list-style: initial !important;
  list-style-type: decimal !important;
    margin: initial;
  padding: initial;
}


.rules ul,
.rules ul li {
  list-style: circle !important;
  list-style-type: circle !important;
  margin: initial;
  padding: initial;
}


@media (max-width: 568px) {

  .detpikachu-contest h1 {
  padding: 0 20px 20px;
  font-size: 1.5em;
}

body {
  background: #fff;
}



.hero {
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}


  .main-body,
  .detpikachu-contest  {
    text-align: left !important;
  }

  .detpikachu-form-frame {
    padding: 0;
  }

  .detpikachu-form-frame fieldset {
    padding: 12px;
  }

  .longlist {
    column-count: 1;
  }


}
