body {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #fff;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2em;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Oswald, sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.4;
}

h5 {
  color: #27ced7;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

.start-button {
  width: 60px;
  height: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: silver;
  border: 1px solid #000;
  border-color: #fff #000 #000 #fff;
  padding: 0;
  font-family: MS Sans Serif, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.start-bottom-border {
  width: 100%;
  height: 1px;
  background-color: gray;
  position: relative;
  top: -1px;
}

.start-right-border {
  width: 1px;
  height: 100%;
  float: right;
  background-color: gray;
  position: relative;
  top: -22px;
}

.start-text {
  font-size: 13px;
  line-height: 1;
  display: block;
}

.flex-h {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 2px 3px;
  display: flex;
}

.clock {
  width: 80px;
  height: 24px;
  background-color: silver;
  border: 1px solid #fff;
  border-color: gray #fff #fff gray;
}

.text-block-2 {
  color: #000;
  font-family: MS Sans Serif, sans-serif;
  font-size: 12px;
}

.icon-block {
  z-index: 1;
  width: 90px;
  height: 10vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.win-icon {
  margin-bottom: 4px;
}

.sop-sop-krokodil {
  width: 500px;
  height: 630px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 40px;
  left: 320px;
}

.win-inner-frame {
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  border-color: #fff gray gray #fff;
}

.win-inner-padding {
  width: 100%;
  height: 100%;
  border: 2px solid silver;
  flex-direction: column;
  display: flex;
}

.win-top-bar {
  width: 100%;
  height: 18px;
  background-color: navy;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  padding-right: 2px;
  display: flex;
}

.win-action-bar {
  width: 100%;
  height: 20px;
  background-color: silver;
  flex: none;
  align-items: center;
  padding-left: 6px;
  display: flex;
}

.win-content-outer-frame {
  border: 1px solid #fff;
  border-color: gray #fff #fff gray;
  flex: 1;
}

.win-content-inner-frame {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid silver;
  border-color: #000 silver silver #000;
}

.window-icons {
  height: 14px;
  align-items: flex-start;
  display: flex;
}

.close-icon {
  padding-left: 2px;
}

.win-title {
  font-family: MS Sans Serif, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.minimize, .fullscreen, .close {
  display: block;
}

.action-item {
  color: #000;
  margin-right: 15px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.win-content {
  width: 100%;
  height: 581px;
  background-image: linear-gradient(135deg, #c5c5c5, #e9e9e9);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.win-content.roadmap {
  height: auto;
  display: flex;
}

.win-content.stake {
  height: auto;
}

.win-content.audit {
  height: auto;
  padding-bottom: 10px;
}

.win-content.kjak-burnt, .win-content.presale-information {
  height: auto;
}

.win-content.stake {
  height: 600px;
}

.game-screen {
  display: block;
  box-shadow: 3px 3px 0 1px #000;
}

.game-info.roadmap {
  width: 33.3333%;
  border-right: 1px solid #afafaf;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.game-info-label {
  color: #000;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.game-info-value {
  color: #000;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.game-screen-block {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.game-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 18px;
}

.game-description {
  color: #000;
  font-family: MS Sans Serif, sans-serif;
  font-size: 16px;
}

.columns {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 8px;
}

.game-instructions {
  color: #000;
  padding-top: 10px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 14px;
}

.start-menu {
  z-index: 999;
  width: 164px;
  height: 239px;
  background-image: url('../images/bg-start-menu.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 164px 239px;
  padding-top: 3px;
  padding-left: 24px;
  display: none;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
}

.menu-item-block {
  width: 137px;
  height: 32px;
  color: #000;
  cursor: default;
  align-items: center;
  padding-right: 6px;
  display: flex;
}

.menu-item-block:hover {
  color: #fff;
  background-color: navy;
}

.menu-item-text {
  flex: 1;
  font-family: MS Sans Serif, sans-serif;
  font-size: 12px;
}

.menu-item-shutdown {
  width: 137px;
  height: 32px;
  color: #000;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.menu-item-shutdown:hover {
  color: #fff;
  background-color: navy;
}

.shut-down {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-shutdown.jpg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 680px 425px, auto;
  display: none;
}

.kjak-burnt-frustration {
  width: 800px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 50px;
  right: 50px;
}

.eth-available-tag-light {
  width: 500px;
  height: 630px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 40px;
  left: 320px;
}

.audit-report-darkmaze {
  width: 400px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  bottom: 80px;
  right: 120px;
}

.roadmap-totem {
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 40px;
  left: 320px;
}

.presale-escape-vr {
  width: 400px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: flex;
  position: absolute;
  top: 40px;
  left: 360px;
}

.presale-escape-vr.information {
  width: 500px;
  width: 500px;
  display: block;
  top: 70px;
  left: auto;
  right: 50px;
}

.cex-bridge-insta-karma {
  width: 500px;
  height: 630px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 40px;
  left: 320px;
}

.tokenoimcs-eyes-blind {
  z-index: 1;
  width: 500px;
  height: 630px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 40px;
  left: 320px;
}

.screensaver {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/pipes.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-big {
  color: #000;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.stake-tab-link {
  background-color: #bebebe;
  border: 1px solid #adadad;
  margin-left: 5px;
  margin-right: 5px;
}

.stake-tab-link.w--current {
  background-color: #858585;
}

.stake-tab-pane {
  padding: 19px;
}

.stake-menu {
  text-align: center;
  border: 4px solid #c2c2c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 36px 33px;
  padding: 22px 37px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-connect {
  background-color: #000;
}

.button-connect.button-connect-top-margin-12 {
  margin-top: 12px;
}

.button-connect.connect-wallet {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  padding-top: 17px;
  padding-bottom: 17px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.stake-text-field {
  color: #999;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top-style: none;
  margin-bottom: 0;
  padding: 8px 12px;
}

.stake-text-field.stake-text-field-bold {
  cursor: auto;
  margin-bottom: 10px;
}

.stake-text-field.stake-text-field-bold:active {
  color: #e22b93;
}

.stake-text-field.stake-text-field-bold::-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

.stake-text-field.stake-text-field-bold::placeholder {
  color: #000;
  font-weight: 700;
}

.stake-text-field.swap-field {
  z-index: 0;
  width: 100%;
}

.stake-text-field.swap-field-kjak-options {
  margin-bottom: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.stake-text-field-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.stake-text-field-max {
  color: #3a3a3a;
  margin-bottom: 0;
  position: absolute;
  right: 0%;
}

.stake-text-warning {
  color: #000;
  margin-top: 20px;
  font-size: 12px;
}

.presale-wrapper {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wojak-image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-180deg);
}

.taskbar-2 {
  width: 100%;
  background-color: silver;
  border-top: 1px solid #fff;
  flex: none;
  justify-content: space-between;
  margin: 0;
  padding: 2px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px silver;
}

.stake-tidal-rave-2 {
  width: 700px;
  border: 1px solid #000;
  border-color: silver #000 #000 silver;
  display: none;
  position: absolute;
  top: 30px;
  left: 340px;
}

.text-medium-2 {
  color: #27ced7;
  font-size: 2em;
  font-weight: 500;
}

.popup-menu {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/64efff2f8a08990337a08582_Memeartistroom03-1920x1080.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding: 17px;
  display: grid;
}

.icon-text-2 {
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
  padding: 3px;
  font-family: MS Sans Serif, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.icon-text-2:active, .icon-text-2:focus {
  background-color: navy;
  border: 1px dotted #ffff7f;
}

.icon-text-2.red {
  background-color: #e22b93;
}

.popup-wrapper-mobile, .popup {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/64efff2f8a08990337a08582_Memeartistroom03-1920x1080.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.swap-field-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swap-button {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 11px;
  position: absolute;
}

.drop-swapdown {
  width: 100%;
  padding: 0;
}

.swap-field-text {
  color: #9c9c9c;
}

.dropdown-list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-list.w--open {
  top: 50px;
}

.text-max {
  color: #000;
  margin-top: 6px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .icon-block {
    width: 25%;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .win-inner-frame {
    margin-bottom: 20px;
  }

  .win-content {
    height: 500px;
  }

  .game-info.roadmap {
    width: 25%;
  }

  .presale-wrapper {
    display: none;
  }

  .taskbar-2 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .stake-tidal-rave-2 {
    display: flex;
  }

  .popup-menu {
    height: 200vh;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 63px;
    display: flex;
  }

  .mobile-popup {
    background-color: #fff;
    margin-bottom: 61px;
    margin-left: 31px;
    margin-right: 31px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .roadmap {
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .popup-wrapper-mobile {
    height: 400px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 20px;
    right: 20px;
  }

  .popup {
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .popup.roadmap, .popup.cex, .popup.staking, .popup.audit, .popup.eth, .popup.kajk-brnt, .popup.sop, .popup.tokenomics {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.35em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75em;
  }

  h2 {
    text-align: center;
    font-size: 1.25em;
  }

  h4 {
    font-size: 1.5em;
  }

  .stake-menu {
    margin: 5px 5px 34px;
  }

  .wojak-image {
    display: none;
  }

  .popup.roadmap {
    color: #000;
  }

  .popup.sop {
    display: none;
  }
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72267a-3720f54f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72267e-3720f54f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722682-3720f54f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722686-3720f54f {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_11ef0bf7-3357-5e34-d302-a3ccbc1b1e99-3720f54f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72268a-3720f54f {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72268e-3720f54f {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722692-3720f54f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722696-3720f54f {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72267a-3720f551 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72267e-3720f551 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722682-3720f551 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722686-3720f551 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_11ef0bf7-3357-5e34-d302-a3ccbc1b1e99-3720f551 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72268a-3720f551 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee72268e-3720f551 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722692-3720f551 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ae0fdf88-9bc3-cf2f-ed0c-60e4ee722696-3720f551 {
  grid-area: 5 / 3 / 6 / 4;
}


@font-face {
  font-family: 'MS Sans Serif';
  src: url('../fonts/micross.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Win 95';
  src: url('../fonts/LeviWindows.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}