@font-face {
  font-family: dogicapixel;
  font-display: auto;
  src: url(https://main.nakamoto.games/fonts/dogicapixel.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: dogicapixelbold;
  font-display: auto;
  src: url(https://main.nakamoto.games/fonts/dogicapixelbold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: satoshi bold;
  font-display: auto;
  src: url(https://main.nakamoto.games/fonts/Satoshi-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url(https://main.nakamoto.games/fonts/icomoon.eot?d5fklv);
  src: url(https://main.nakamoto.games/fonts/icomoon.eot?d5fklv#iefix)
      format("embedded-opentype"),
    url(https://main.nakamoto.games/fonts/icomoon.ttf?d5fklv) format("truetype"),
    url(https://main.nakamoto.games/fonts/icomoon.woff?d5fklv) format("woff"),
    url(https://main.nakamoto.games/fonts/icomoon.svg?d5fklv#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
body {
  line-height: 1.15;
}
body {
  /* CSS Variables that may have been missed get put on body */
  --offset: 1rem;
  --move-initial: calc(15% + var(--offset));
  --move-final: calc(-10% + var(--offset));
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-x: hidden;
}

html {
  height: 100%;
}

:root {
  --bg: #0f1524;
  --bg-secoundary: #120c1d;
  --color: #98a0b5;
  --font-family: "Satoshi Regular", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-size: 16px;
}

:root {
  --animate-duration: 1s;
}

body {
  margin: 0;
}

body {
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg);
  color: var(--color);
  font-size: var(--font-size);
  line-height: 26px;
  overflow-x: hidden;
}

@media screen and (min-width: 1441px) {
  body {
    font-size: 1vw;
    line-height: 1.4vw;
  }
}

*,
:before,
:after {
  box-sizing: border-box;
}

.header {
  margin-top: 50px;
}

main {
  display: block;
}

#main {
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.header .container-fluid {
  display: flex;
  flex-direction: column;
}

.award-polygon {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 10;
}

.section-step {
  position: relative;
  z-index: 1;
}

.dev {
  background-color: #120c1d;
}

.section-token {
  background: url(https://main.nakamoto.games/images/bg_skew.png) no-repeat top;
  background-size: 100% auto;
  padding-top: 7.813vw;
  position: relative;
}

.section-roadmap {
  margin: 100px 0;
}

.section-join {
  text-align: center;
  padding: 5vw 0;
}

#toast {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: #fff;
  color: #272727;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

a {
  background-color: transparent;
}

a {
  text-decoration: none;
}

.header #logo {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .header #logo {
    width: 20vw;
  }
}

@media screen and (min-width: 1200px) {
  .header #logo {
    width: 25vw;
    position: relative;
    z-index: 3;
    top: 1vw;
  }
}

.header .banner {
  position: relative;
  margin-top: -5vw;
}

.btn {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.btn {
  background: #0c9de6;
  background: linear-gradient(180deg, #0c9de6 0%, #0070ff 100%);
  display: inline-block;
  padding: 15px 30px;
  color: #e9e9e9;
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .btn {
    padding: 1.2vw 2vw;
  }
}

.btn-toggle {
  box-shadow: 0 0 44px 0 #7796ff;
  border: 0;
  position: absolute;
  right: 5vw;
  top: 8vw;
  z-index: 4;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s linear;
  -khtml-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

@media screen and (min-width: 1440px) {
  .btn-toggle {
    right: 50px;
    top: 100px;
  }
}

.header #nav-menu {
  overflow: hidden;
  margin: 0;
}

.section-develop {
  padding-top: 7.5vw;
  padding-bottom: 10vw;
  background-color: var(--bg-secoundary);
}

.section-token .image--money {
  max-width: 40vw;
  margin: -16vw auto 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-token .text--animation {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-token .text--animation {
  font-size: 3.75vw;
  color: #262b3b;
  line-height: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 13vw;
}

.section-token .desc {
  max-width: 44.688vw;
  margin: 2.5vw auto;
  text-align: center;
}

.section-roadmap .roadmap-top {
  background: url(https://main.nakamoto.games/images/roadmap_top.svg);
  background-size: auto 100%;
  background-position: bottom;
  background-repeat: repeat-x;
  height: 140px;
}

.section-roadmap .roadmap-title {
  padding: 0 30px;
  background: #eb2f2f;
}

.section-roadmap .roadmap-slide {
  background: #eb2f2f;
}

.section-roadmap .roadmap-bottom {
  background: url(https://main.nakamoto.games/images/roadmap_bottom.svg);
  background-size: auto 100%;
  background-position: bottom;
  background-repeat: repeat-x;
  height: 140px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.section-partners .container {
  padding-left: 30px;
  padding-right: 30px;
}

.section-join .container {
  padding-left: 30px;
  padding-right: 30px;
}

.section-join .copyright {
  margin-top: 4vw;
  opacity: 0.4;
}

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

img {
  border-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.header .banner--bg {
  width: 100%;
}

.header .banner--content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e9e9e9;
  padding-top: 6vw;
  border-radius: 28px;
}

@media screen and (min-width: 768px) {
  .header .banner--content {
    overflow: hidden;
  }
}

.header .banner--blockchain {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.btn-explore {
  position: absolute;
  cursor: pointer;
}

.btn-explore {
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(100px);
  -khtml-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

.header #nav-menu button {
  background: 0 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 80px 20px 20px;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header #nav-menu ul {
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.section-nakamoto .row {
  align-items: center;
}

.section-token .image--ball {
  position: absolute;
  left: -1vw;
  top: 7vw;
  max-width: 3.563vw;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section-token .image--star-01 {
  position: absolute;
  width: 5.25vw;
  left: 22vw;
  margin-top: -3vw;
  -webkit-animation: rotating 6s linear infinite;
  -khtml-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.section-token .image--star-02 {
  position: absolute;
  width: 2vw;
  right: 0;
  top: 3vw;
  -webkit-animation: rotating-reverse 6s linear infinite;
  -khtml-animation: rotating-reverse 6s linear infinite;
  -moz-animation: rotating-reverse 6s linear infinite;
  -ms-animation: rotating-reverse 6s linear infinite;
  -o-animation: rotating-reverse 6s linear infinite;
  animation: rotating-reverse 6s linear infinite;
}

.section-token .image--star-03 {
  position: absolute;
  width: 3vw;
  right: -4vw;
  top: 9vw;
  -webkit-animation: rotating 6s linear infinite;
  -khtml-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.section-token .text--animation .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
}

h2 {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.6666666667;
}

.section-token .desc h2 {
  text-transform: uppercase;
}

.section-token .desc p {
  font-size: 17px;
  margin-bottom: 100px;
}

.section-token .row {
  margin-left: -15px;
  margin-right: -15px;
}

.section-roadmap .roadmap-title .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  min-height: 600px;
}

.section-team .container-fluid .wrapper {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://main.nakamoto.games/images/bg_blur_lg.png);
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

@media screen and (min-width: 1200px) {
  .section-team .container-fluid .wrapper {
    min-height: 58vw;
  }
}

.section-partners .panel {
  background-color: #1b2130;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  -khtml-box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  -moz-box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  -ms-box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  -o-box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  box-shadow: 0 32 34 -30 rgba(3, 5, 13, 0.28);
  overflow: hidden;
  margin-top: 5vw;
}

.section-join h2 {
  margin: 0;
}

.section-join .content {
  position: relative;
  margin-top: 4vw;
}

.section-join .content::before {
  content: "";
  background: url(https://main.nakamoto.games/images/baht.png) no-repeat;
  width: 105px;
  height: 66px;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 20px;
}

@media screen and (min-width: 1200px) {
  .header .banner--content .container {
    max-width: 100%;
    margin-left: 0;
    padding-left: 10vw;
  }
}

.header .banner .foreground-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: -25.625vw;
}

.header .banner--blockchain .blockchain--main {
  max-width: 50.438vw;
  position: absolute;
  bottom: -12.5vw;
  right: -1vw;
  z-index: 1;
}

.header .banner--blockchain .blockchain--amazing {
  max-width: 48.125vw;
  position: absolute;
  top: 6vw;
  right: 17vw;
}

.header .banner--blockchain .blockchain--star-01 {
  max-width: 5.5vw;
  position: absolute;
  top: 28vw;
  right: 24vw;
  z-index: 1;
  -webkit-animation: rotating 6s linear infinite;
  -khtml-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.header .banner--blockchain .blockchain--star-02 {
  width: 10.869vw;
  position: absolute;
  right: -1.5vw;
  top: 10.5vw;
  -webkit-animation: rotating-reverse 6s linear infinite;
  -khtml-animation: rotating-reverse 6s linear infinite;
  -moz-animation: rotating-reverse 6s linear infinite;
  -ms-animation: rotating-reverse 6s linear infinite;
  -o-animation: rotating-reverse 6s linear infinite;
  animation: rotating-reverse 6s linear infinite;
}

.header .banner--blockchain .blockchain--star-03 {
  max-width: 8.834vw;
  position: absolute;
  right: 6.5vw;
  z-index: 1;
  margin-top: -4vw;
  -webkit-animation: rotating 6s linear infinite;
  -khtml-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.btn-explore a {
  display: inline-block;
}

.header #nav-menu button span {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-toggle .toggle-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 14px;
}

.header #nav-menu ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.section-step .step-list {
  display: flex;
  align-items: center;
  margin: 3vw 7vw;
}

.col {
  width: 50%;
}

.section-nakamoto .col--image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .section-nakamoto .col--image {
    padding-right: 4.375vw;
  }

  .section-nakamoto .col--text {
    padding-left: 4.375vw;
    max-width: 35vw;
    padding-bottom: 3vw;
  }
}

.section-develop .row {
  margin-left: -15px;
  margin-right: -15px;
}

.section-token .text--animation span {
  white-space: nowrap;
  margin: 0 80px;
  text-transform: uppercase;
}

.col-4 {
  width: 33.333%;
}

.section-token .row .col-4 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.section-roadmap .roadmap-title .bton {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

.section-roadmap .roadmap-title .bton {
  background: #e9e9e9;
  font-size: 12px;
  color: #0f1524;
  letter-spacing: 4px;
  padding: 5px 20px;
  border-radius: 215px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-roadmap .roadmap-title .bton:hover {
  background-color: var(--bg);
  color: #e9e9e9;
}

.section-roadmap .roadmap-title .title {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-roadmap .roadmap-title .title {
  font-size: 30px;
  color: #e9e9e9;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section-partners .panel-header {
  background: #1f2637;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
  box-shadow: 0 12 24 -20 rgba(0, 0, 0, 0.5);
}

.section-partners .panel-body {
  padding: 20px 30px;
}

@media screen and (min-width: 992px) {
  .section-partners .panel-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.section-join .join {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .banner--content .text {
  width: 36.063vw;
  position: relative;
  z-index: 3;
}

.header .banner .foreground-bg--01 {
  width: 23.438vw;
  opacity: 0.5;
  -webkit-animation: rotating 8s linear infinite;
  -khtml-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

.header .banner .foreground-bg > div {
  position: absolute;
}

.header .banner .foreground-bg--02 {
  max-width: 46.25vw;
  opacity: 0.3;
  -webkit-animation: rotating-reverse 8s linear infinite;
  -khtml-animation: rotating-reverse 8s linear infinite;
  -moz-animation: rotating-reverse 8s linear infinite;
  -ms-animation: rotating-reverse 8s linear infinite;
  -o-animation: rotating-reverse 8s linear infinite;
  animation: rotating-reverse 8s linear infinite;
}

@media screen and (min-width: 1441px) {
  .header .banner .foreground-bg--02 {
    max-width: 42.253vw;
  }
}

.header .banner .foreground-bg--03 {
  max-width: 68.875vw;
  opacity: 0.3;
  -webkit-animation: rotating 8s linear infinite;
  -khtml-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

.header .banner .foreground-bg--04 {
  max-width: 91.715vw;
  opacity: 0.3;
  -webkit-animation: rotating 8s linear infinite;
  -khtml-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}

.header .banner--blockchain > div > img {
  -webkit-transition: all 0.25s linear;
  -khtml-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.btn-explore span {
  color: #e9e9e9;
  display: block;
}

.btn-explore span:first-child {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

.btn-explore span:first-child {
  -webkit-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -khtml-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -moz-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -ms-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -o-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  text-transform: uppercase;
  font-size: 14px;
}

.btn-explore span:first-child {
  -webkit-transform: rotate(-90deg) translate(3.5vw, 0);
  -khtml-transform: rotate(-90deg) translate(3.5vw, 0);
  -moz-transform: rotate(-90deg) translate(3.5vw, 0);
  -ms-transform: rotate(-90deg) translate(3.5vw, 0);
  -o-transform: rotate(-90deg) translate(3.5vw, 0);
  transform: rotate(-90deg) translate(3.5vw, 0);
  letter-spacing: 0.4em;
}

.btn-explore span.icon {
  width: 50px;
  margin: auto;
}

.btn-explore span.icon {
  width: 30px;
  margin: 0 auto;
}

.btn-toggle .toggle-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-toggle .toggle-menu span + span {
  margin-top: 10px;
}

.header #nav-menu ul li a {
  opacity: 0.5;
  color: #fff;
  padding: 20px;
  display: block;
  font-family: satoshi bold;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.header #nav-menu ul li a:hover {
  opacity: 1;
}

.section-step .step--item {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 17.188vw;
  height: 6.875vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  padding: 10px 40px;
}

.section-step .step--item:first-child {
  background-image: url(https://main.nakamoto.games/images/step01.png);
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .section-step .step--item:first-child {
    margin-right: -3vw;
    padding-left: 3vw;
  }
}

.section-step .step--item:nth-child(2) {
  background-image: url(https://main.nakamoto.games/images/step02.png);
  padding-left: 6vw;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .section-step .step--item:nth-child(2) {
    margin-right: -4vw;
  }
}

.section-step .step--item:last-child {
  background-image: url(https://main.nakamoto.games/images/step03.png);
}

@media screen and (min-width: 1200px) {
  .section-step .step--item:last-child {
    background-size: auto 100%;
    margin-right: -4vw;
    width: 19.25vw;
    padding-left: 6vw;
  }
}

.section-nakamoto .nakamoto--bg {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .section-nakamoto .nakamoto--bg {
    padding-right: 4.375vw;
  }
}

.section-nakamoto .nakamoto--image {
  max-width: 38vw;
  margin: auto;
  margin-bottom: 0;
}

.section-develop .col {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.section-token .bg {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}

.section-token .row .col-4 .inner {
  position: absolute;
  top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

h3 {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-partners .panel-header h3 {
  font-size: 15px;
  margin: 0;
  color: #e9e9e9;
}

.section-partners .panel-body a {
  display: flex;
  max-height: 60px;
  height: 60px;
  width: 182px;
  margin: 10px auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (min-width: 992px) {
  .section-partners .panel-body a {
    max-width: 150px;
  }
}

.section-partners .panel-body a + a {
  opacity: 0.3;
}

.section-join h3 {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

.section-join h3 {
  margin: 0;
  color: #e9e9e9;
  font-size: 26px;
  line-height: 46px;
  text-transform: capitalize;
  margin-bottom: 2.5vw;
}

.section-join .btn-join {
  max-width: 28.125vw;
  margin-bottom: 2.5vw;
}

.section-join .footer-sns {
  display: flex;
}

.go-to-top {
  position: absolute;
  cursor: pointer;
}

.go-to-top {
  right: 0;
  bottom: 0;
}

strong {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

strong {
  font-weight: bolder;
}

.header .banner--content .text strong {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1 {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.header .banner--content .text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 60px;
  padding-bottom: 80px;
}

.header .banner--content .text h1 + p {
  padding-bottom: 30px;
}

.header #nav-menu ul li img {
  margin-right: 1vw;
}

.section-step .step--item span {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

.section-step .step--item span {
  color: #e9e9e9;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: normal;
}

.section-step .step--item .title {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-step .step--item .title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
  position: relative;
}

.section-nakamoto .col--text h2 {
  text-transform: uppercase;
  line-height: 50px;
}

.section-nakamoto .col--text p {
  line-height: 30px;
  margin-bottom: 10px;
}

.section-develop .col .inner {
  padding: 3vw 6.25vw 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}

.section-token .bg .circle-blur {
  background: #f03232;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  position: absolute;
  filter: blur(80px);
  z-index: -1;
  opacity: 0.8;
}

.section-token .bg img {
  width: 100%;
}

.section-token .row .col-4 .inner h3 {
  color: #e9e9e9;
  font-size: 18px;
}

@media screen and (min-width: 1441px) {
  .section-token .row .col-4 .inner h3 {
    margin-bottom: 3vw;
  }
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.section-team .container-fluid h2 {
  margin: 4.625vw 0;
}

.section-team .container-fluid .row {
  margin-left: -25px;
  margin-right: -25px;
}

.section-partners .panel-body a img {
  max-height: 60px;
}

.section-join .footer-sns li + li {
  margin-left: 50px;
}

.go-to-top a {
  display: inline-block;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

.section-step .step--item .title img {
  max-width: 60px;
  position: absolute;
  right: -70px;
  margin-top: -1vw;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section-step .step--item:first-child .title img {
  width: 50px;
  right: -4.5vw;
  margin-top: -2vw;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.section-step .step--item:nth-child(2) .title img {
  width: 65px;
  margin-top: -2vw;
  right: -4.5vw;
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.section-step .step--item:last-child .title img {
  width: 50px;
  margin-top: -1.5vw;
  right: -4.5vw;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

.section-develop .col .bg img {
  width: 100%;
}

.section-develop .col .inner .content {
  margin-bottom: 3vw;
}

.section-develop .col .inner .image {
  width: 31.625vw;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.section-develop .col .inner .image--yes {
  max-width: 14.5vw;
  margin-bottom: 10.313vw;
  margin-left: -4vw;
  z-index: 0;
}

.section-develop .col .inner .btn-players {
  margin-bottom: 2.5vw;
  font-size: 15px;
  z-index: 1;
  position: absolute;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}

.section-develop .col--developer .inner .image {
  z-index: 0;
  margin-left: -6.25vw;
  width: 35.625vw;
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.section-develop .col .inner .image--damn {
  max-width: 12.125vw;
  margin-bottom: 10vw;
  margin-left: -1vw;
}

.section-token .row .col-4 .inner .image {
  width: 20vw;
  margin: 4vw auto 1vw;
}

@media screen and (min-width: 1441px) {
  .section-token .row .col-4 .inner .image {
    margin-top: 5vw;
  }
}

.section-token .row .col-4 .inner .text {
  margin: 0;
  text-align: left;
}

.section-token .row .col-4:last-child .inner .image {
  margin: -1vw auto 0;
}

@media screen and (min-width: 1441px) {
  .section-token .row .col-4:last-child .inner .image {
    margin-top: 0;
  }
}

.section-roadmap .roadmap-slide .roadmap-list .box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (min-width: 992px) {
  .section-roadmap .roadmap-slide .roadmap-list .box {
    height: 600px;
    margin-left: -230px;
  }
}

.section-roadmap .roadmap-slide .roadmap-list:first-child .box {
  margin-left: unset;
}

.section-roadmap .roadmap-slide .roadmap-list .box::before {
  background: url(https://main.nakamoto.games/images/roadmap_line.png);
  content: "";
  width: 169px;
  height: 23px;
  display: inline-block;
}

.section-roadmap .roadmap-slide .roadmap-list .box::after {
  display: none;
}

.col-2 {
  width: 16.6666667%;
}

.section-team .container-fluid .row .col-2 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3.313vw;
}

.button--atlas > span {
  display: inline-block;
}

.button--atlas:hover > span {
  opacity: 0;
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-join .footer-sns a {
  opacity: 0.5;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.section-join .footer-sns a:hover {
  opacity: 1;
}

.go-to-top span {
  color: #e9e9e9;
  display: block;
}

.go-to-top span:first-child {
  font-family: satoshi bold, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
}

.go-to-top span:first-child {
  -webkit-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -khtml-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -moz-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -ms-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  -o-transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  transform: rotate(-90deg) translate(3.5vw, -0.5vw);
  text-transform: uppercase;
  font-size: 14px;
}

.go-to-top span.icon {
  width: 50px;
  margin: auto;
}

.section-develop .col .inner h2 {
  color: #e9e9e9;
  text-transform: uppercase;
  font-size: 1.875vw;
}

.section-develop .col .inner .text {
  color: #e9e9e9;
  font-size: 1vw;
  line-height: 1.563vw;
  max-width: 31.25vw;
  margin: auto;
}

.section-develop .col .inner .btn3 {
  background: #0c9de6;
  background: linear-gradient(180deg, #0c9de6 0%, #0070ff 100%);
  display: inline-block;
  color: #e9e9e9;
  position: relative;
  box-shadow: 0 0 24px 0 #38a5e4, inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  border: 8px solid rgba(18, 12, 29, 0.815);
  border-radius: 15px;
}

@media screen and (min-width: 1400px) and (max-width: 2600px) {
  .section-develop .col .inner .btn3 {
    padding: 0.8vw 7vw;
  }
}

.section-develop .col .inner .btn-players a {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-develop .col .inner .btn4 {
  top: -0.5vw;
  left: 1vw;
  background: #33c2cb;
  background: linear-gradient(
    180deg,
    rgba(18, 225, 240, 0.993) 0%,
    rgba(51, 194, 203, 0.979) 100%
  );
  display: inline-block;
  color: #e9e9e9;
  position: relative;
  box-shadow: 0 0 24px 0 #33c2cb, inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
  border: 8px solid rgba(18, 12, 29, 0.815);
  border-radius: 15px;
}

@media screen and (min-width: 1400px) and (max-width: 2600px) {
  .section-develop .col .inner .btn4 {
    padding: 0.8vw 7vw;
  }
}

.section-roadmap .roadmap-slide .roadmap-list .box > div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 992px) {
  .section-roadmap .roadmap-slide .roadmap-list .box > div {
    margin-bottom: -200px;
  }

  .section-roadmap .roadmap-slide .roadmap-list:nth-child(2n + 1) .box > div {
    margin-bottom: 215px;
  }
}

.section-team .container-fluid .image {
  position: relative;
}

.section-team .container-fluid .image::after {
  content: "";
  background: url(https://main.nakamoto.games/images/cool.png) no-repeat;
  opacity: 0;
  position: absolute;
  left: -1.5vw;
  top: -1vw;
  width: 4vw;
  height: 4vw;
  background-size: 100% auto;
  -webkit-transition: all 0.35s linear;
  -khtml-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.section-team .container-fluid .row .col-2:hover .image::after {
  opacity: 1;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.section-team .container-fluid .row .col-2 p + p {
  font-size: 14px;
  line-height: 1.4;
}

.section-team .container-fluid .row .col-2 ul {
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  --offset: 1rem;
  --move-initial: calc(15% + var(--offset));
  --move-final: calc(-10% + var(--offset));
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 2s linear infinite;
  animation-play-state: paused;
  opacity: 0;
}

.button--atlas:hover .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e909";
}

.icon-telegram:before {
  content: "\e908";
}

.icon-medium:before {
  content: "\e913";
}

.icon-substack:before {
  content: "\e900";
}

.icon-discord:before {
  content: "\e904";
}

.icon-tiktok:before {
  content: "\e912";
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .year {
  font-family: dogicapixelbold, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  text-transform: uppercase;
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .year {
  background: rgba(255, 255, 255, 0.1);
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .year {
  order: 1;
  width: 200px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 0.75vw;
  color: #e9e9e9;
}

.section-roadmap
  .roadmap-slide
  .roadmap-list:nth-child(2n + 1)
  .box
  > div
  .year {
  order: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .detail {
  background: rgba(255, 255, 255, 0.1);
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .detail {
  order: 2;
  padding: 20px 30px;
  color: #e9e9e9;
  border-top-left-radius: unset;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (min-width: 992px) {
  .section-roadmap .roadmap-slide .roadmap-list .box > div .detail {
    width: 430px;
    height: 200px;
  }
}

.section-roadmap
  .roadmap-slide
  .roadmap-list:nth-child(2n + 1)
  .box
  > div
  .detail {
  order: 1;
  top: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: unset;
}

.section-team .container-fluid .image a {
  overflow: hidden;
  cursor: pointer;
  display: block;
  background: #0f1524;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: all 0.35s linear;
  -khtml-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.section-team .container-fluid .row .col-2 .image a {
  display: block;
  width: 150px;
  height: 150px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
}

.section-team .container-fluid .row .col-2:hover .image a {
  border: 5px solid #3d65ef;
  border-radius: 60px;
}

.section-team .container-fluid .row .col-2 ul li + li {
  margin-left: 20px;
}

.marquee span {
  text-align: center;
  white-space: nowrap;
  font-style: italic;
  padding: 1.5rem 0.5rem;
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .detail ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.section-team .container-fluid .image img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-team .container-fluid .image a img {
  object-fit: cover;
}

.section-team .container-fluid .row .col-2 ul li a {
  display: block;
  opacity: 0.42;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.section-team .container-fluid .row .col-2 ul li a:hover {
  opacity: 1;
}

.section-roadmap .roadmap-slide .roadmap-list .box > div .detail ul li {
  line-height: 1.4;
  margin-bottom: 5px;
}

@keyframes mmfadeOut {
  0% {
  }
  100% {
  }
}
@keyframes mmslideOut {
  0% {
  }
  100% {
  }
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating-reverse {
  0% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    transform: scale(1.12);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    transform: scale(1.12);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0px);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0px);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0px, 0px);
  }
  15% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(7%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(7%, 0px, 0px) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-8%, 0px, 0px) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(5%, 0px, 0px) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-yrJ1h.style-yrJ1h {
  transform: translate3d(1px, 7px, 0px);
}
#style-fbxVj.style-fbxVj {
  transform: translate3d(-1px, -7px, 0px);
}
#style-85o4C.style-85o4C {
  transform: translateY(0.128708px);
}
#style-JaYAk.style-JaYAk {
  transform: translate3d(-1097.27px, 0px, 0px);
}
#style-EZqrf.style-EZqrf {
  opacity: 1;
  width: 45000px;
  transform: translate3d(0px, 0px, 0px);
}
#style-VDwl3.style-VDwl3 {
  transform: translateY(0.128708px);
}
#snipcss-panel-container.style-oYWoq {
  right: 704px;
  top: 283px;
}
#style-AJbzb.style-AJbzb {
  touch-action: none;
}
#style-SKdd2.style-SKdd2 {
  touch-action: none;
}
#style-lGIg6.style-lGIg6 {
  top: 74px;
  left: 952px;
  height: 0px;
  width: 0px;
}
#style-tlioA.style-tlioA {
  top: 74px;
  left: 1874px;
  height: 0px;
  width: 0px;
}
#style-LLxlC.style-LLxlC {
  top: -4px;
  left: -4px;
  height: 0px;
  width: 0px;
}
#style-VIzPe.style-VIzPe {
  top: 74px;
  left: 950px;
  height: 0px;
  width: 0px;
}
#style-gBcb5.style-gBcb5 {
  top: -2px;
  left: 0px;
  height: 0px;
  width: 0px;
}
#style-OBfE5.style-OBfE5 {
  top: -4px;
  left: -4px;
  height: 0px;
  width: 0px;
}
#style-rT6KT.style-rT6KT {
  top: -4px;
  left: -4px;
  height: 0px;
  width: 0px;
}
#style-fomSw.style-fomSw {
  top: -2px;
  left: -2px;
  height: 0px;
  width: 0px;
}
#style-lGCki.style-lGCki {
  top: 0px;
  left: 0px;
  position: absolute;
}
#snipcss-kiwi.style-5LKa2 {
  left: 1810px;
  top: 0px;
}
