.hero {
  padding-top: 100px; }
  .hero .hero-top {
    position: relative;
    width: 100%;
    padding-bottom: 100px; }
    .hero .hero-top::before, .hero .hero-top::after {
      position: absolute;
      top: 0; }
    .hero .hero-top::before {
      content: url("../img/left-1.svg");
      padding-right: 150px;
      transform: translateX(-100%);
      left: 0; }
    .hero .hero-top::after {
      content: url("../img/right-1.svg");
      padding-left: 150px;
      transform: translateX(100%);
      right: 0; }
  .hero .hero-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .hero .hero-logos img {
      max-width: 50%; }
  .hero .section-title {
    margin: 0;
    color: #FFF; }
  .hero .hero-left {
    position: relative;
    z-index: 100;
    max-width: 85%; }
    .hero .hero-left .hero-title {
      display: inline; }
      .hero .hero-left .hero-title .line1,
      .hero .hero-left .hero-title .line2 {
        display: flex; }
        .hero .hero-left .hero-title .line1 h2,
        .hero .hero-left .hero-title .line2 h2 {
          display: inline-block; }
      .hero .hero-left .hero-title .line2 {
        margin-left: auto;
        text-align: right; }
  .hero .motherboard-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    max-width: 100%; }
    .hero .motherboard-container .motherboard {
      max-width: 100%; }
  .hero .hero-content {
    position: relative; }
    .hero .hero-content::before, .hero .hero-content::after {
      top: 0;
      position: absolute; }
      @media (max-width: 670px) {
        .hero .hero-content::before, .hero .hero-content::after {
          display: none; } }
    .hero .hero-content::before {
      content: url("../img/left-2.svg");
      left: -20px;
      top: 50px;
      margin-left: -100%; }
    .hero .hero-content::after {
      content: url("../img/right-2.svg");
      right: -20px;
      top: -140px;
      margin-right: -100%; }
  .hero .hero-text {
    padding-top: 40px;
    color: #FFF; }
  @media (max-width: 767px) {
    .hero {
      padding-top: 20px; } }
  @media (max-width: 575px) {
    .hero .hero-top {
      display: flex;
      flex-direction: column;
      padding-bottom: 20px; }
      .hero .hero-top .hero-left {
        order: 1; }
        .hero .hero-top .hero-left .hero-title .line2 {
          text-align: left; }
      .hero .hero-top .motherboard-container {
        position: static;
        order: 2; } }

.requirements {
  padding-top: 100px;
  padding-bottom: 150px; }
  .requirements .container,
  .requirements .content {
    position: relative; }
  .requirements .requirements-box {
    position: absolute;
    z-index: 50;
    background-color: #FF6400;
    transform: skewY(-7deg);
    width: 100%;
    height: 100%; }
  .requirements .requirements-box-content {
    z-index: 100;
    position: relative;
    padding: 110px 15px; }
  .requirements .requirements-list {
    margin-left: 18px;
    padding-left: 65px;
    list-style: none;
    counter-reset: item;
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 27px; }
    .requirements .requirements-list .requirements-item {
      padding-bottom: 20px;
      counter-increment: item; }
      .requirements .requirements-list .requirements-item::before {
        margin-right: 10px;
        content: counter(item);
        border: 2px solid #000;
        border-radius: 50%;
        width: 27px;
        text-align: center;
        position: absolute;
        left: 35px; }
    .requirements .requirements-list a {
      color: #000; }
      .requirements .requirements-list a:visited {
        color: #333333; }
  @media (max-width: 575px) {
    .requirements {
      padding-top: 0;
      padding-bottom: 100px; } }

.test {
  padding-bottom: 100px; }
  .test .section-title-wrapper {
    padding-top: 50px; }
  .test .test-container {
    position: relative; }
    .test .test-container::before, .test .test-container::after {
      position: absolute;
      top: 150px; }
    .test .test-container::before {
      content: url("../img/left-3.svg");
      padding-right: 150px;
      transform: translateX(-100%);
      left: 0; }
    .test .test-container::after {
      content: url("../img/right-3.svg");
      padding-left: 150px;
      transform: translateX(100%);
      right: 0; }
  .test p {
    color: #FFF;
    padding-bottom: 20px; }
  .test .test-button-wrapper {
    margin-top: 44px;
    text-align: center; }
  .test .board-test {
    display: none; }
    .test .board-test .board {
      position: relative;
      display: inline-block; }
      .test .board-test .board img {
        max-width: 100%; }
      .test .board-test .board .dropzone {
        width: 150px;
        height: 35px;
        border: 2px dashed #FFF;
        border-radius: 17.5px;
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        transition: border-color .2s; }
        .test .board-test .board .dropzone.belowItem {
          border-color: #FF6400; }
        .test .board-test .board .dropzone .board-item {
          width: 100%;
          height: 100%;
          box-shadow: 0px 0px 0px 3px #FFF; }
        .test .board-test .board .dropzone#dropzone-1 {
          top: 3%;
          left: 7%; }
        .test .board-test .board .dropzone#dropzone-2 {
          top: 10%;
          left: 7%; }
        .test .board-test .board .dropzone#dropzone-3 {
          top: 18%;
          left: 20%; }
        .test .board-test .board .dropzone#dropzone-4 {
          top: 48%;
          left: 10%; }
        .test .board-test .board .dropzone#dropzone-5 {
          top: 48%;
          left: 54%; }
        .test .board-test .board .dropzone#dropzone-6 {
          top: 60%;
          left: 54%; }
        .test .board-test .board .dropzone#dropzone-7 {
          top: 79%;
          left: 54%; }
        .test .board-test .board .dropzone#dropzone-8 {
          top: 90%;
          left: 50%; }
        .test .board-test .board .dropzone#dropzone-9 {
          top: 90%;
          left: 15%; }
    .test .board-test .board-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .test .board-test .board-right .board-items {
        display: flex;
        flex-direction: column; }
        .test .board-test .board-right .board-items .board-item-container {
          display: inline-block;
          margin-bottom: 5px;
          height: 39px;
          width: 154px; }
      .test .board-test .board-right .finish-game {
        display: none; }
      .test .board-test .board-right.finish .board-items {
        display: none; }
      .test .board-test .board-right.finish .finish-game {
        display: block; }
      .test .board-test .board-right.finish .board-task {
        opacity: .2; }
    @media (max-width: 1023px) {
      .test .board-test {
        flex-wrap: wrap; }
        .test .board-test .board-container {
          flex: 100%;
          text-align: center; }
        .test .board-test .board-right .board-items {
          width: 100%;
          flex-direction: row;
          flex-wrap: wrap; }
          .test .board-test .board-right .board-items .board-item-container {
            margin-right: 5px; } }
    @media (max-width: 575px) {
      .test .board-test .board .dropzone {
        width: 85px;
        height: 20px; }
        .test .board-test .board .dropzone .board-item {
          font-size: 10px; }
      .test .board-test .board-right .board-items .board-item-container {
        width: 140px; } }
  .test .success {
    display: none;
    flex-direction: column;
    align-items: center; }
    .test .success .result-message {
      padding: 20px 0; }
    .test .success .score {
      color: #FF6400; }
    .test .success .share-buttons {
      margin: 20px 0; }
      .test .success .share-buttons .share-button-wrapper {
        width: 56px;
        height: 46px;
        border: 2px solid #FF6400; }
        .test .success .share-buttons .share-button-wrapper a {
          width: 100%;
          height: 100%;
          display: flex !important;
          justify-content: center;
          align-items: center;
          transition: .2s; }
          .test .success .share-buttons .share-button-wrapper a svg path {
            transition: .2s; }
          .test .success .share-buttons .share-button-wrapper a:hover {
            border-color: #cc5000; }
            .test .success .share-buttons .share-button-wrapper a:hover svg path {
              fill: #cc5000; }
  .test .reset,
  .test .restart {
    color: #FF6400;
    font-size: 18px;
    line-height: 25px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .test .reset::before,
    .test .restart::before {
      content: url("../img/retry.svg");
      padding-right: 5px; }

.board-item {
  width: 154px;
  height: 39px;
  border-radius: 19.5px;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s; }
  .board-item.aboveDropzone {
    transform: scale(0.75); }
  @media (max-width: 575px) {
    .board-item {
      width: 140px; } }

.rewards {
  padding-top: 100px;
  padding-bottom: 50px; }
  .rewards .section-title-wrapper {
    padding-bottom: 10px; }
  .rewards .rewards-list {
    margin-top: -50px; }
    .rewards .rewards-list .reward {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .rewards .rewards-list .reward .reward-image,
      .rewards .rewards-list .reward .reward-text {
        flex: 50%;
        max-width: 50%; }
      .rewards .rewards-list .reward .reward-image img {
        max-width: 460px;
        width: 100%;
        height: auto; }
      .rewards .rewards-list .reward .reward-text {
        padding-left: 80px;
        max-width: 360px; }
        .rewards .rewards-list .reward .reward-text .reward-name {
          font-weight: 700;
          color: #FF6400;
          margin-bottom: 15px; }
        .rewards .rewards-list .reward .reward-text .reward-description {
          color: #FFF;
          font-size: 16px;
          line-height: 24px; }
  @media (max-width: 1023px) {
    .rewards .rewards-list .reward {
      flex-wrap: wrap; }
      .rewards .rewards-list .reward .reward-image,
      .rewards .rewards-list .reward .reward-text {
        flex: 100%;
        max-width: unset;
        padding-left: unset;
        padding-right: unset; }
      .rewards .rewards-list .reward .reward-image {
        text-align: center; } }

.footer {
  padding: 80px 0 110px; }
  .footer .footer-title,
  .footer .footer-conditions {
    opacity: 0.4;
    color: #FFF; }
  .footer .footer-title {
    text-align: center;
    padding-bottom: 30px; }
  .footer .footer-conditions {
    font-size: 14px;
    line-height: 21px; }
    .footer .footer-conditions .footer-condition {
      padding-bottom: 10px;
      letter-spacing: 0.1px; }
      .footer .footer-conditions .footer-condition a {
        color: #FFF; }
        .footer .footer-conditions .footer-condition a:visited {
          color: #cccccc; }
  @media (max-width: 575px) {
    .footer {
      padding: 40px 0 50px; } }

.snippet {
  width: 600px;
  height: 315px;
  padding: 27px 38px;
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #FFF;
  background-image: url("../img/snippet_bg.png");
  background-size: cover; }
  .snippet .snippet-content {
    position: relative; }
    .snippet .snippet-content .snippet-top {
      font-size: 32px;
      line-height: 43px;
      width: 400px;
      font-weight: bold; }
      .snippet .snippet-content .snippet-top .score {
        color: #FF6400; }
    .snippet .snippet-content .snippet-bottom {
      font-size: 18px;
      line-height: 24px;
      width: 350px;
      margin-top: 30px; }




.rewards .rewards-list .reward .reward-text .reward-description a {
          color: #FFF;
          }

		  .rewards .rewards-list .reward .reward-text .reward-description a:hover {
          text-decoration:none;
          }