/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  color: #000;
  border: 0;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

.container {
  margin: 0px;
}

.flex-direction-column {
  flex-direction: column;
}

.inflex-h-center {
  display: flex;
  justify-content: center;
}

.inflex-v-center {
  display: flex;
  align-items: center;
}

.align-item-center {
  align-items: center;
}

html {
  font-size: 16px;
}

body {
  padding: 0;
  font-family: "Commissioner", Helvetica, Ariel, sans-serif;
  line-height: 1.625rem;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}

#navbar {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  height: 46px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 9999;
}
#navbar img {
  padding-left: 0px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.nav-heightbox {
  height: 46px;
}

.menu {
  background-color: white;
  line-height: 46px;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  text-align: center;
  cursor: pointer;
}
.menu .showtext {
  display: none;
  font-size: 0.69rem;
}

.menu::before {
  display: inline-flex;
  background: url("../img/hamburger.svg") no-repeat;
  width: 16px;
  height: 12px;
  content: "";
}

.dropdown-toggle {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
  content: "";
}

li.menu-title {
  font-weight: bold;
  padding-left: 25px;
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.menu-list {
  width: 100vw;
  padding-left: 25px;
  font-size: 1.125rem;
  line-height: 2.8rem;
  display: block;
}

.menu-list:hover {
  color: rgb(0, 0, 0);
}

.menu-list:focus, .menu-list:active {
  color: white;
}

.dropdown-item {
  padding: 0px;
  width: 80vw;
  color: #000 !important;
}

.dropdown-menu.show {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)) !important;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)) !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #000 !important;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #6149F6;
}

.dropdown-menu {
  padding: 20px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.dropdown-menu.show {
  margin-top: 0;
  border: 0;
}

footer {
  background-color: #fff;
  width: 100vw;
  padding: 30px 12px;
}
footer a {
  font-weight: bold;
  font-size: 1rem;
}

.ctheight {
  height: 62px;
}

.ctcopyright {
  font-size: 0.875rem;
  color: #595959;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

a.spread {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #D9D9D9;
}

#top-main {
  background-attachment: scroll;
  background: url("../img/bg-index.png") no-repeat top center;
  background-size: cover;
  position: relative;
}

.ct-index {
  position: relative;
  z-index: 900;
}

.bg-vetor-left {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/bg-vetor-left.png") no-repeat top left;
  background-size: clamp(200px, 70%, 465px);
  background-position: top 20vw left -40vw;
}

.bg-vetor-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../img/bg-vetor-right.png") no-repeat;
  background-size: clamp(400px, 70%, 753px);
  background-position: top -15vw right -40vw;
}

.bg-vetor-center {
  width: 243px;
  height: 142px;
  background: url("../img/bg-vetor-center.png") no-repeat top center;
  background-size: clamp(120px, 100%, 243px);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  position: absolute;
  bottom: -40px;
}

.index-logo {
  margin-top: 150px;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-logo > img {
  max-width: 100%;
  height: 180px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.index-title {
  font-family: "Bebas Neue", cursive;
  font-size: 3.75rem;
  line-height: 4rem;
  text-align: center;
  color: white;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.index-desc {
  margin: 0 10%;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.813rem;
  text-align: center;
  color: #FFFFFF;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.index-download {
  margin-top: 10px;
  margin-left: -20px;
  flex-direction: column;
  align-items: center;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.index-download span {
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.index-download .imgbox {
  display: flex;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.index-download img {
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: rgba(39, 23, 136, 0.36);
  margin-left: 10px;
}

.commingsoon {
  margin-top: 37px;
  margin-bottom: 200px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.commingsoon .showfont {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}

.tokenboard {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 93;
  top: -60px;
  left: 0%;
}

.tokenlist-bnb {
  position: absolute !important;
  right: 17% !important;
  top: 69% !important;
  left: auto !important;
}
.tokenlist-bnb .ic-bnb {
  width: 28px;
  height: 28px;
  background: url("../img/token/ic-BNB.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-bnb 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-bnb 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-usdt {
  position: absolute !important;
  right: 10% !important;
  top: 28% !important;
  left: auto !important;
}
.tokenlist-usdt .ic-usdt {
  width: 68px;
  height: 68px;
  background: url("../img/token/ic-USDT.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-usdt 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-usdt 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-usdc {
  position: absolute !important;
  right: 7% !important;
  top: 83% !important;
  left: auto !important;
}
.tokenlist-usdc .ic-usdc {
  width: 70px;
  height: 70px;
  background: url("../img/token/ic-USDC.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-usdc 3s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-usdc 3s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-eth {
  position: absolute !important;
  left: 14% !important;
  top: 19.7% !important;
}
.tokenlist-eth .ic-eth {
  width: 48px;
  height: 48px;
  background: url("../img/token/ic-ETH.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-eth 2s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-eth 2s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-btc {
  position: absolute !important;
  left: 2% !important;
  top: 60% !important;
}
.tokenlist-btc .ic-btc {
  width: 52px;
  height: 52px;
  background: url("../img/token/ic-BTC.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-btc 2s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-btc 2s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-tron {
  position: absolute !important;
  left: 12% !important;
  top: 52% !important;
}
.tokenlist-tron .ic-tron {
  width: 32px;
  height: 32px;
  background: url("../img/token/ic-Tron.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-tron 3s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-tron 3s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tokenlist-sol {
  position: absolute !important;
  right: 10% !important;
  top: 12% !important;
  left: auto !important;
}
.tokenlist-sol .ic-sol {
  width: 26px;
  height: 26px;
  background: url("../img/token/ic-Solana.svg") no-repeat center center;
  background-size: contain;
  animation: movecoin-sol 1s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movecoin-sol 1s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.phonebox {
  visibility: hidden;
  position: absolute !important;
  right: 3% !important;
  bottom: 14% !important;
  left: auto !important;
  top: auto !important;
}
.phonebox .app-screen {
  width: 340px;
  height: 456px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  filter: drop-shadow(0px 5.79254px 9.26806px rgba(0, 0, 0, 0.15));
  z-index: 999;
  background: url("../img/app-screen.png") no-repeat top left;
  background-size: clamp(200px, 100%, 340px);
  -webkit-filter: drop-shadow(0px 5.79254px 9.26806px rgba(0, 0, 0, 0.15));
}

@media (min-width: 576px) {
  html {
    font-size: 22px;
  }

  body {
    line-height: 1.375rem;
  }

  .wrapper {
    height: 100%;
  }

  #navbar {
    height: 54px;
    width: 100%;
  }

  .nav-heightbox {
    height: 54px;
  }

  .menu {
    line-height: 54px;
    width: 126px;
    height: 54px;
  }
  .menu .showtext {
    display: inline-flex;
    color: #000;
  }

  .menu::before {
    margin-right: 10px;
  }

  li.menu-title {
    font-size: 0.75rem;
    line-height: 2rem;
  }

  .menu-list {
    font-size: 0.83rem;
    line-height: 2rem;
    width: 100%;
  }

  .dropdown-item {
    width: 230px;
  }

  footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 12px;
    z-index: 999;
  }
  footer a {
    font-size: 0.727rem;
  }

  .ctcopyright {
    margin-bottom: 0;
    font-size: 0.636rem;
  }

  #top-main {
    height: 100%;
  }

  .bg-vetor-left {
    background-size: clamp(300px, 50%, 465px);
    background-position: top left;
  }

  .bg-vetor-right {
    background-size: clamp(400px, 50%, 753px);
    background-position: top right;
  }

  .bg-vetor-center {
    background-size: clamp(243px, 100%, 243px);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
    bottom: 60px;
  }

  .index-logo {
    margin-top: 200px;
    margin-bottom: 60px;
  }
  .index-logo > img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .index-title {
    font-size: 84px;
    line-height: 90px;
  }

  .index-desc {
    margin: 0 6%;
    line-height: 1.813rem;
  }

  .index-download {
    margin-top: 50px;
    margin-left: -60px;
    flex-direction: row;
    align-items: left;
  }
  .index-download .imgbox {
    display: flex;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-download span {
    font-size: 0.635rem;
  }

  .commingsoon .showfont {
    padding: 15px 70px;
    font-size: 1rem;
  }

  .tokenlist-bnb {
    right: 27.27%;
    top: 66.72%;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .tokenlist-bnb {
    right: 27.27% !important;
    top: 66.72% !important;
    left: auto !important;
  }
  .tokenlist-bnb .ic-bnb {
    width: 28px;
    height: 28px;
  }

  .tokenlist-usdt {
    right: 18.39% !important;
    top: 28% !important;
    left: auto !important;
  }
  .tokenlist-usdt .ic-usdt {
    width: 84px;
    height: 84px;
  }

  .tokenlist-usdc {
    right: 32.21% !important;
    top: 75.06% !important;
    left: auto !important;
  }
  .tokenlist-usdc .ic-usdc {
    width: 70px;
    height: 70px;
  }

  .tokenlist-eth {
    left: 24.43% !important;
    top: 19.7% !important;
  }
  .tokenlist-eth .ic-eth {
    width: 64px;
    height: 64px;
  }

  .tokenlist-btc {
    left: 10% !important;
    top: 697px !important;
  }
  .tokenlist-btc .ic-btc {
    width: 64px;
    height: 64px;
  }

  .tokenlist-tron {
    left: 29.24% !important;
    top: 60.73% !important;
  }
  .tokenlist-tron .ic-tron {
    width: 38px;
    height: 38px;
  }

  .tokenlist-sol {
    right: 10% !important;
    top: 15% !important;
    left: auto !important;
  }
  .tokenlist-sol .ic-sol {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 992px) {
  .phonebox {
    visibility: visible;
    bottom: 8% !important;
    right: 4% !important;
    left: auto !important;
    top: auto !important;
  }
}
@media (min-width: 1200px) {
  .index-desc {
    margin: 0 22%;
  }

  .phonebox {
    visibility: visible;
    bottom: 16% !important;
    right: 6% !important;
    left: auto !important;
    top: auto !important;
  }
}
#dems-top-main {
  background: url("../img/bg-demstop.png") no-repeat top center;
  position: relative;
  padding: 120px 0 60px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: initial;
}

.dems-logo {
  margin-bottom: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.dems-logo > img {
  max-width: 100%;
  height: 126px;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}

.dems-title {
  font-family: "Bebas Neue", cursive;
  text-align: center;
  color: white;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.dems-title p:nth-child(1) {
  font-size: 3.41rem;
  line-height: 3.41rem;
}
.dems-title p:nth-child(2) {
  font-size: 2.33rem;
  line-height: 2.33rem;
}

.dems-desc {
  margin: 30px 10%;
  background: rgba(36, 36, 36, 0.7);
  padding: 20px;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.triangleboard {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.triangleboard .scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rightbox {
  position: absolute !important;
  top: 10% !important;
  left: auto !important;
  right: -100px !important;
}
.rightbox .triangle-right {
  background: url("../img/triangle.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
  width: 372px;
  height: 355px;
  animation: triangle-animation 12s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: triangle-animation 12s 0.3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.rightbox2 {
  position: absolute !important;
  top: 40% !important;
  right: 80% !important;
  left: auto !important;
}
.rightbox2 .triangle-right2 {
  background: url("../img/triangle.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
  width: 401px;
  height: 383px;
  animation: triangle-animation2 20s 1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: triangle-animation2 20s 1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#careers-box {
  padding: 50px 0px;
  position: relative;
  z-index: 3;
}

.tt-globe {
  font-family: "Bebas Neue", cursive;
  font-size: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #000;
  margin: 0 5%;
}

.tt-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #000;
  margin: 0 5%;
}

.career-list {
  margin: 0px 5% 30px 5%;
}
.career-list .col-12 img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.career-list .col-12 .img-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.list-tt {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

.list-desc {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
}

.viewopening {
  margin: 20px 0;
}

.btnbox {
  margin: 20px 0;
}
.btnbox a.btnsty-1 {
  background: #6149F6;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  padding: 16px 70px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btnbox a.btnsty-1:hover, .btnbox a.btnsty-1:active {
  background: #3e2bbd;
}

#contact-box {
  padding: 80px 0px;
  background-color: #000;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
#contact-box .tt-globe {
  color: #fff;
}
#contact-box .tt-desc {
  color: #fff;
}

.ct-contact {
  position: relative;
  z-index: 99;
}
.ct-contact .btnbox {
  margin-top: 35px;
}

.contact-building {
  background: url("../img/contact-building.svg") no-repeat;
  background-size: 600px 374px;
  background-position: bottom -100px right -140px;
  background-attachment: initial;
}

@media (min-width: 576px) {
  #dems-top-main {
    padding: 180px 0 150px 0;
    background-attachment: fixed;
  }

  .dems-logo {
    margin-bottom: 40px;
  }
  .dems-logo > img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .dems-desc {
    margin: 30px 10%;
    padding: 30px 80px;
    font-size: 0.727rem;
    line-height: 1.09rem;
  }

  #careers-box {
    padding: 100px 0px;
  }

  .tt-globe {
    font-size: 2.27rem;
    line-height: 2.27rem;
  }

  .tt-desc {
    font-size: 0.727rem;
    line-height: 1.09rem;
  }

  .career-list .col-12 img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .career-list .col-12 .img-center {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .list-tt {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
  }

  .list-desc {
    font-size: 0.727rem;
    line-height: 1rem;
  }

  .btnbox {
    margin: 20px 0;
  }
  .btnbox a.btnsty-1 {
    background: #6149F6;
    border-radius: 8px;
    font-size: 0.909rem;
    font-weight: bold;
    line-height: 0.909rem;
    padding: 16px 70px;
    color: #fff;
  }
  .btnbox a.btnsty-1:hover, .btnbox a.btnsty-1:active {
    background: #3e2bbd;
  }

  #contact-box {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .career-list {
    margin: 0px 0px 30px 0px;
  }
  .career-list .col-6 img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .contact-building {
    background-attachment: fixed;
  }
}
@media (min-width: 992px) {
  .career-list .col-12 .img-center {
    align-items: flex-start;
  }

  .list-desc {
    text-align: left;
  }

  #contact-box {
    margin-bottom: 60px;
  }
}
@-webkit-keyframes movecoin-bnb {
  0% {
    transform: rotateZ(-24.97deg);
    -webkit-transform: rotateZ(-24.97deg);
    -moz-transform: rotateZ(-24.97deg);
    -ms-transform: rotateZ(-24.97deg);
    -o-transform: rotateZ(-24.97deg);
  }
  50% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-24.97deg);
    -webkit-transform: rotateZ(-24.97deg);
    -moz-transform: rotateZ(-24.97deg);
    -ms-transform: rotateZ(-24.97deg);
    -o-transform: rotateZ(-24.97deg);
  }
}
@keyframes movecoin-bnb {
  0% {
    transform: rotateZ(-24.97deg);
    -webkit-transform: rotateZ(-24.97deg);
    -moz-transform: rotateZ(-24.97deg);
    -ms-transform: rotateZ(-24.97deg);
    -o-transform: rotateZ(-24.97deg);
  }
  50% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-24.97deg);
    -webkit-transform: rotateZ(-24.97deg);
    -moz-transform: rotateZ(-24.97deg);
    -ms-transform: rotateZ(-24.97deg);
    -o-transform: rotateZ(-24.97deg);
  }
}
@-webkit-keyframes movecoin-usdt {
  0% {
    transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -webkit-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -moz-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -ms-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -o-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
  }
}
@keyframes movecoin-usdt {
  0% {
    transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -webkit-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -moz-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -ms-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
    -o-transform: translate3d(0px, 40px, 0px) rotateZ(-22.14deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(22.14deg);
  }
}
@-webkit-keyframes movecoin-usdc {
  0% {
    transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -webkit-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -moz-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -ms-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -o-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
  }
}
@keyframes movecoin-usdc {
  0% {
    transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -webkit-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -moz-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -ms-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
    -o-transform: translate3d(0px, 20px, 0px) rotateZ(28.27deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(-28.27deg);
  }
}
@-webkit-keyframes movecoin-eth {
  0% {
    transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -webkit-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -moz-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -ms-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -o-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
  }
}
@keyframes movecoin-eth {
  0% {
    transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -webkit-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -moz-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -ms-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
    -o-transform: translate3d(-12px, -29px, 0px) rotateZ(-46.68deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateZ(46.27deg);
  }
}
@-webkit-keyframes movecoin-btc {
  0% {
    transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -webkit-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -moz-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -ms-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -o-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
  }
  100% {
    transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -webkit-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -moz-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -ms-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -o-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
  }
}
@keyframes movecoin-btc {
  0% {
    transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -webkit-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -moz-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -ms-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
    -o-transform: translate3d(-16px, 10px, 0px) rotateZ(-20.96deg);
  }
  100% {
    transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -webkit-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -moz-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -ms-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
    -o-transform: translate3d(0px, -10px, 0px) rotateZ(20.96deg);
  }
}
@-webkit-keyframes movecoin-tron {
  0% {
    transform: rotateZ(28.27deg);
    -webkit-transform: rotateZ(28.27deg);
    -moz-transform: rotateZ(28.27deg);
    -ms-transform: rotateZ(28.27deg);
    -o-transform: rotateZ(28.27deg);
  }
  100% {
    transform: rotateZ(-28.27deg);
    -webkit-transform: rotateZ(-28.27deg);
    -moz-transform: rotateZ(-28.27deg);
    -ms-transform: rotateZ(-28.27deg);
    -o-transform: rotateZ(-28.27deg);
  }
}
@keyframes movecoin-tron {
  0% {
    transform: rotateZ(28.27deg);
    -webkit-transform: rotateZ(28.27deg);
    -moz-transform: rotateZ(28.27deg);
    -ms-transform: rotateZ(28.27deg);
    -o-transform: rotateZ(28.27deg);
  }
  100% {
    transform: rotateZ(-28.27deg);
    -webkit-transform: rotateZ(-28.27deg);
    -moz-transform: rotateZ(-28.27deg);
    -ms-transform: rotateZ(-28.27deg);
    -o-transform: rotateZ(-28.27deg);
  }
}
@-webkit-keyframes movecoin-sol {
  0% {
    transform: rotateZ(-21.05deg);
    -webkit-transform: rotateZ(-21.05deg);
    -moz-transform: rotateZ(-21.05deg);
    -ms-transform: rotateZ(-21.05deg);
    -o-transform: rotateZ(-21.05deg);
  }
  100% {
    transform: rotateZ(21.05deg);
    -webkit-transform: rotateZ(21.05deg);
    -moz-transform: rotateZ(21.05deg);
    -ms-transform: rotateZ(21.05deg);
    -o-transform: rotateZ(21.05deg);
  }
}
@keyframes movecoin-sol {
  0% {
    transform: rotateZ(-21.05deg);
    -webkit-transform: rotateZ(-21.05deg);
    -moz-transform: rotateZ(-21.05deg);
    -ms-transform: rotateZ(-21.05deg);
    -o-transform: rotateZ(-21.05deg);
  }
  100% {
    transform: rotateZ(21.05deg);
    -webkit-transform: rotateZ(21.05deg);
    -moz-transform: rotateZ(21.05deg);
    -ms-transform: rotateZ(21.05deg);
    -o-transform: rotateZ(21.05deg);
  }
}
@-webkit-keyframes triangle-animation {
  0% {
    transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -webkit-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -moz-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -ms-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -o-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
  }
  100% {
    transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -webkit-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -moz-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -ms-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -o-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
  }
}
@keyframes triangle-animation {
  0% {
    transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -webkit-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -moz-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -ms-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
    -o-transform: translate3d(-16px, 10px, 14px) rotateZ(-111.35deg);
  }
  100% {
    transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -webkit-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -moz-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -ms-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
    -o-transform: translate3d(0px, -10px, -98px) rotateZ(111.35deg);
  }
}
@-webkit-keyframes triangle-animation2 {
  0% {
    transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -webkit-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -moz-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -ms-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -o-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
  }
  100% {
    transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -webkit-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -moz-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -ms-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -o-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
  }
}
@keyframes triangle-animation2 {
  0% {
    transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -webkit-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -moz-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -ms-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
    -o-transform: translate3d(-97px, 32px, -14px) rotateZ(100deg);
  }
  100% {
    transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -webkit-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -moz-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -ms-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
    -o-transform: translate3d(0px, 10px, 74px) rotateZ(-180.35deg);
  }
}/*# sourceMappingURL=munsty.css.map */