a {
  text-decoration: none;
}

.d-img-banner {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-1366 {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.d-sec-banner {
  position: relative;
  overflow: hidden;
}

.d-img-logo {
  width: 200px;
}

.d-div-logo {
  display: inline-block;
  margin-top: 24px;
}

.d-div-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.d-h-champion {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8px;
  padding-bottom: 24px;
  font-family: Airstrikecond, sans-serif;
  color: #fff;
  font-size: 160px;
  line-height: 120px;
  font-weight: 400;
}

.d-div-banner-t-all {
  width: 55%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-h3 {
  display: inline;
  margin-top: 8px;
  font-family: Fieldwork7, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.d-h3._1 {
  font-weight: 300;
}

.d-h3.steps {
  display: block;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  font-family: Fieldwork13, sans-serif;
  color: #1c6734;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.d-h3.leaderboard {
  color: #11a4d5;
}

.d-h3.id {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  color: #333;
  letter-spacing: 2px;
}

.d-h1 {
  margin: auto;
  font-family: Fieldwork13, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
}

.d-div-banner-t {
  font-size: 18px;
  text-align: center;
}

.d-banner-text-bottom {
  margin-bottom: 80px;
}

.d-h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Fieldwork13, sans-serif;
  color: #1c6734;
  font-size: 40px;
  line-height: 48px;
}

.d-h2.points {
  margin-top: auto;
  color: #50a045;
  text-align: center;
}

.d-steps-header {
  padding-top: 104px;
}

.d-banner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.d-steps-cols {
  position: relative;
  top: -96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 32px;
}

.d-steps-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-steps-icon {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-radius: 100px;
  background-color: #fff;
}

.d-p1 {
  margin: 8px auto;
  font-family: Fieldwork7, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.d-steps-col-t {
  margin-top: 8px;
}

.d-steps-text {
  padding-right: 24px;
  padding-left: 24px;
}

.d-leaderboard-left {
  padding-top: 16px;
  padding-bottom: 16px;
}

.d-h4 {
  font-family: Fieldwork16, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.d-h4.point {
  margin-bottom: 0px;
  opacity: 0.9;
}

.d-p2 {
  opacity: 0.8;
  font-family: Fieldwork7, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.d-p2.header {
  display: block;
  text-align: center;
}

.d-p2.rank {
  display: inline;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #27c65a;
}

.d-p2.rank.red {
  color: red;
}

.d-p2.white {
  color: #fff;
}

.d-p2.points {
  min-height: 32px;
  color: #50a045;
  text-align: center;
}

.d-p2.point {
  opacity: 0.6;
}

.d-p2.rankarrow {
  position: relative;
  top: -4px;
  display: inline;
  padding-right: 2px;
  padding-left: 8px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #27c65a;
  font-size: 10px;
}

.d-p2.rankarrow.red {
  color: red;
}

.d-p2.footer {
  display: inline;
}

.d-leaderboard-header {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.d-leaderboard-col {
  padding-bottom: 40px;
}

.d-leaderboard-rank {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Fieldwork13, sans-serif;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
}

.d-leaderboard-rank._01 {
  color: #fceb41;
  text-decoration: none;
}

.d-leaderboard-rank._02 {
  opacity: 0.32;
}

.d-leaderboard-ppl-div {
  display: inline-block;
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 100px;
}

.d-leaderboard-ppl-div.others {
  width: 96px;
  height: 96px;
}

.d-leaderboard-ppl-img {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #faee6d;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-leaderboard-ppl-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.d-leaderboard-ppl-cols.hideline {
  border-bottom-style: none;
}

.d-revertedbox {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-color: #f5ee4f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.d-revertedbox.small {
  left: auto;
  top: auto;
  z-index: 1;
  width: 52px;
  height: 52px;
  background-color: #fcd332;
}

.d-revertedbox.small._3 {
  background-color: #bebebe;
}

.d-revertedbox.small._5 {
  background-color: #965a38;
}

.d-revertedbox._2 {
  background-color: #dbdbdb;
}

.d-revertedbox._4 {
  background-color: #844829;
}

.d-revertedbox.red {
  width: 56px;
  height: 56px;
  background-color: #f73627;
}

.d-revertedbox.redsmall {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  background-color: #fd533a;
}

.d-price {
  position: absolute;
  z-index: 1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.d-price.num {
  font-family: Fieldwork13, sans-serif;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.d-leaderboard-mask {
  height: auto;
}

.d-leaderboard-slider {
  height: auto;
  background-color: transparent;
  box-shadow: 4px 7px 32px 8px rgba(0, 0, 0, 0.16);
}

.d-leader-link {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.slide-nav {
  padding-bottom: 48px;
}

.d-div-trophy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-leaderboard-empty {
  height: 40px;
}

.d-profile-img-div {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.d-profile-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.d-leaderboard-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.d-rankbox {
  width: 75%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  border-radius: 16px;
  background-color: #50a045;
}

.d-rankbox.point {
  position: relative;
  margin-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c6734;
}

.d-profile-name {
  font-family: Fieldwork13, sans-serif;
}

.d-button {
  margin-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  font-family: Fieldwork7, sans-serif;
}

.d-button.point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 16px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: #50a045;
}

.d-fa-cloud {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #1c6734;
  font-size: 80px;
  line-height: 20px;
}

.d-rank-img {
  position: relative;
  top: 56px;
}

.d-fa {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #50a045;
  font-size: 64px;
  line-height: 64px;
}

.d-socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.4);
}

.d-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.d-reward-header {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.d-ppl {
  display: inline-block;
  padding-left: 8px;
}

.d-ppl.others {
  width: 300px;
}

.d-reward {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-reward-img-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  height: 144px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffdc84;
}

.d-reward-img-circle._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ec5c3;
}

.d-reward-img-circle._3 {
  background-color: #e74b70;
}

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

.d-reward-img {
  width: 80px;
  margin-top: -16px;
}

.d-reward-img-div {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-rewards {
  margin-bottom: 64px;
}

.d-reward-inline-block {
  display: inline-block;
  width: 20%;
}

.d-reward-img-lock {
  width: 56px;
  max-width: none;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.d-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-points-button {
  position: relative;
  top: 18px;
}

.d-ppl-rank {
  display: inline-block;
}

.d-leaderboard-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-leaderboard-bar.others {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-prize {
  display: inline-block;
  width: 80px;
}

@media screen and (max-width: 991px) {
  .d-img-banner {
    width: auto;
    min-height: 100%;
  }

  .d-1366 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .d-h-champion {
    font-size: 120px;
    line-height: 120px;
  }

  .d-steps-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .d-steps-cols {
    top: auto;
    width: auto;
    margin-right: auto;
    margin-bottom: 81px;
  }

  .d-steps-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-steps-icon {
    width: 160px;
    height: 160px;
  }

  .d-leaderboard-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-leaderboard-col {
    padding-right: 40px;
    padding-left: 40px;
  }

  .d-leaderboard-ppl-div.others {
    width: 96px;
    height: 96px;
  }

  .d-leaderboard-right {
    padding-top: 80px;
  }

  .d-reward-header {
    width: 70%;
  }

  .d-ppl.others {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .d-img-banner {
    width: auto;
    height: auto;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }

  .d-img-logo {
    width: 160px;
  }

  .d-div-banner {
    left: -65%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .d-h-champion {
    padding-bottom: 0px;
    font-size: 80px;
    line-height: 80px;
  }

  .d-div-banner-t-all {
    width: 70%;
    padding-bottom: 40px;
  }

  .d-h3 {
    font-size: 18px;
  }

  .d-h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .d-banner-text-bottom {
    margin-bottom: auto;
  }

  .d-h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .d-banner-div {
    height: 100vh;
    min-height: 400px;
  }

  .d-steps-icon {
    width: 120px;
    height: 120px;
  }

  .d-steps-text {
    padding-right: 8px;
    padding-left: 8px;
  }

  .d-h4.point {
    font-size: 24px;
    line-height: 32px;
  }

  .d-leaderboard-rank {
    font-size: 40px;
    line-height: 40px;
  }

  .d-leaderboard-ppl-div {
    width: 64px;
    height: 64px;
  }

  .d-leaderboard-ppl-div.others {
    width: 64px;
    height: 64px;
  }

  .d-leaderboard-ppl-cols {
    display: block;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-revertedbox {
    width: 56px;
    height: 56px;
  }

  .d-revertedbox.small {
    width: 48px;
    height: 48px;
  }

  .d-price {
    font-size: 18px;
  }

  .d-div-trophy {
    padding: 32px;
  }

  .d-fa-cloud {
    font-size: 56px;
  }

  .d-ppl.others {
    width: 220px;
  }

  .d-reward-img-circle {
    width: 96px;
    height: 96px;
  }

  .d-reward-img {
    width: 56px;
  }

  .d-reward-img-lock {
    width: 32px;
  }

  .d-footer {
    padding-top: 120px;
  }

  .d-leaderboard-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .d-img-banner {
    background-color: #000;
    opacity: 0.6;
  }

  .d-img-logo {
    width: 120px;
  }

  .d-div-banner {
    left: -272%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #000;
  }

  .d-h-champion {
    font-size: 48px;
    line-height: 56px;
  }

  .d-div-banner-t-all {
    width: 100%;
  }

  .d-h3.steps {
    font-size: 18px;
    line-height: 24px;
  }

  .d-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .d-banner-text-bottom {
    margin-bottom: 40px;
  }

  .d-h2 {
    font-size: 24px;
  }

  .d-banner-div {
    height: 100vh;
    min-height: 400px;
  }

  .d-steps-cols {
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-p1 {
    font-size: 16px;
    text-align: center;
  }

  .d-steps-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .d-steps-col-content {
    margin-bottom: 24px;
  }

  .d-h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .d-p2 {
    text-align: center;
  }

  .d-p2.header {
    margin-right: auto;
    margin-left: auto;
  }

  .d-leaderboard-header {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .d-leaderboard-col {
    padding-top: 43px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-leaderboard-ppl-div {
    width: 80px;
    height: 80px;
  }

  .d-leaderboard-ppl-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-leaderboard-ppl-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .d-profile-img-div {
    width: 104px;
    height: 104px;
  }

  .d-leaderboard-right {
    padding-top: 0px;
  }

  .d-rankbox {
    width: 100%;
  }

  .d-fa-cloud {
    font-size: 64px;
  }

  .d-rank-img {
    top: 32px;
  }

  .d-fa {
    font-size: 56px;
  }

  .d-reward-header {
    width: auto;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .d-ppl {
    padding: 8px;
  }

  .d-ppl.others {
    text-align: center;
  }

  .d-reward {
    margin-bottom: 24px;
  }

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

  .d-footer {
    padding-top: 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-leaderboard-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-prize {
    padding: 8px;
  }
}

@font-face {
  font-family: 'Airstrikecond';
  src: url('../fonts/airstrikecond.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fieldwork13';
  src: url('../fonts/Fieldwork13-SemiBoldGeo.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fieldwork17';
  src: url('../fonts/Fieldwork17-HumBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fieldwork7';
  src: url('../fonts/Fieldwork7-GeoLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fieldwork16';
  src: url('../fonts/Fieldwork16-GeoBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fieldwork11';
  src: url('../fonts/Fieldwork11-HumRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}