@charset "UTF-8";
@import url("https://use.typekit.net/fiq5wmx.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.chip-button {
  background: none;
  border: 2px solid black;
  background: black;
  color: white;
  border-radius: 20px;
  margin: 0 24px 0 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 24px;
}
.chip-button:hover {
  border: 2px solid black;
  background: white;
  color: black;
}
.chip-button.click-here-to-mint {
  margin: 0;
  text-decoration: none;
  font-size: 16px;
}

.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 48px 0;
}
.pagination li {
  float: left;
  margin: 0 12px 12px 0;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: white;
  border-radius: 18px;
  margin-left: 0px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1.1em;
  border-right: none;
  padding-left: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 0px;
  padding-right: 10px;
}

.select2-container .select2-search--inline .select2-search__field {
  padding-top: 3px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #000000;
}
.dot.reserved {
  background-image: url("/img/dot-bgr-reserved.gif");
  background-size: contain;
}
.dot.sold {
  background-color: #000000;
}

.filter-wrapper {
  max-height: 240px;
  margin: 12px 0;
}

.filter-title {
  text-transform: uppercase;
  font-size: 14px;
  padding: 1px 12px;
  margin-bottom: 8px;
}

ul.filter-list {
  margin: 0;
}
ul.filter-list li {
  height: 21px;
}
ul.filter-list li label {
  font-size: 12px;
  width: calc(100% - 12px);
  padding: 1px 12px;
}
ul.filter-list li label span.num {
  color: #979797;
}
ul.filter-list li label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.filter-list li input[type=checkbox]:checked + label {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

input[type=checkbox] + label:before {
  content: none;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  border-radius: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  width: 6px;
  opacity: 0.25;
}

body, p {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
}

.colophon p, small {
  font-size: 9px;
}

h1, .spinner-title, .wallet-wrapper .wallet-title, h2, h3, .spinner-subtitle, h4, .h1, .h2, .h3, .h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1.serif, .serif.spinner-title, .wallet-wrapper .serif.wallet-title, h2.serif, h3.serif, .serif.spinner-subtitle, h4.serif, .h1.serif, .h2.serif, .h3.serif, .h4.serif {
  font-family: superior-title, serif;
  font-weight: 800;
}
h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
  font-size: 6rem;
}
@media (min-width: 480px) {
  h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
    font-size: 7rem;
  }
}
@media (min-width: 640px) {
  h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
    font-size: 8rem;
  }
}
@media (min-width: 960px) {
  h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
    font-size: 9rem;
  }
}
@media (min-width: 1200px) {
  h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
    font-size: 11rem;
  }
}
h1.hero, .hero.spinner-title, .wallet-wrapper .hero.wallet-title, h2.hero, h3.hero, .hero.spinner-subtitle, h4.hero, .h1.hero, .h2.hero, .h3.hero, .h4.hero {
  text-decoration: none;
  letter-spacing: initial;
}

.white {
  color: #FFF;
}

.underline {
  text-decoration: underline;
}

input[type=password]::-webkit-input-placeholder {
  font-family: "Roboto Mono", monospace;
}

input[type=password]::-moz-placeholder {
  font-family: "Roboto Mono", monospace;
}

input[type=password]::-ms-input-placeholder {
  font-family: "Roboto Mono", monospace;
}

input[type=password]::-moz-placeholder {
  font-family: "Roboto Mono", monospace;
}

input[type=password] {
  font-family: "Roboto Mono", monospace;
}

.light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.menu > li > a, .projects > li {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.uk-search .uk-search-input {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.small-title {
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
}

.strikethrough {
  text-decoration: line-through;
}

.h1 {
  line-height: 1.2;
}

h3, .spinner-subtitle {
  margin-bottom: 0;
  font-size: 15px;
}

footer .colophon {
  position: fixed;
}

input[type=email], input[type=text], input[type=password], select.select {
  border: 1px solid #000000;
  font-size: 12px !important;
  padding: 6px 12px;
}

:focus:not([tabindex^="-"]) {
  outline: none;
}

.logo {
  height: 20px !important;
  width: 20px !important;
}
.logo img {
  height: 100%;
}

.logo-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: -5px;
}
.logo-wrapper .logo-container {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.logo-wrapper .loader {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

.logo.white img {
  margin-top: 2px;
}

header .common .tools .sandwich img {
  height: 26px;
}

header .common .tools ul.menu li.social {
  width: 25px;
  display: inline-block;
  margin: -1px 0 0 10px;
}

.fullscreen-modal {
  background: #000000;
}
.fullscreen-modal .uk-navbar {
  top: 0;
  margin-top: 28px;
}
.fullscreen-modal .uk-modal-close-full {
  padding: 0;
  margin-right: -4px;
  margin-top: -3px;
}
.fullscreen-modal .uk-modal-close-full img {
  height: 30px;
}
.fullscreen-modal .colophon {
  color: #FFF;
  position: fixed;
  width: 100%;
  bottom: 20px;
}
.fullscreen-modal ul.menu {
  margin-top: 114px;
}
.fullscreen-modal ul.menu li {
  margin-bottom: 20px;
}
.fullscreen-modal ul.menu li a {
  font-size: 3.125rem;
  line-height: 1.2;
  margin-left: -2px;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
}
.fullscreen-modal ul.menu li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.fullscreen-modal ul.menu li.social a {
  margin-right: 24px;
}
.fullscreen-modal .uk-search {
  margin: 150px 0 0 0;
  width: 100%;
}
.fullscreen-modal .uk-search .uk-search-input {
  border-bottom: 1px solid #FFF;
  text-align: left;
  font-weight: 700;
  color: #FFF;
  height: 100px;
  font-size: 3rem;
}
.fullscreen-modal .search-container {
  position: relative;
}
.fullscreen-modal .search-container .search-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 32px 30px;
  color: #FFF;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fullscreen-modal .search-container .search-icon svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 380px) {
  #profile-topbar #btn-disconnect {
    margin: 0 12px;
    padding: 2px 12px;
  }
}

.materials .material {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  float: left;
}
.materials .material img {
  width: 100%;
  height: 100%;
}

ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.icons li {
  float: left;
  margin: 0 8px 16px 8px;
  height: 28px;
}
ul.icons li img {
  width: 28px;
  height: 28px;
}
ul.icons li:first-child {
  margin-left: 0;
}
ul.icons li:last-child {
  margin-right: 0;
}
ul.icons li .chip-button {
  padding: 1px 24px;
  height: 28px;
}

.smile {
  font-size: 20px;
  font-family: sans-serif;
  margin-left: -3px;
}
.smile::before {
  content: "☺";
}

.page {
  margin-top: 80px;
  min-height: auto;
  margin-bottom: 240px;
}

.column-margins-top-bottom {
  margin: 240px 0;
}

.video {
  max-width: 1920px;
}

.uk-container.container-small {
  max-width: 1200px;
}

.div-helper {
  background: #ddd;
  min-height: 240px;
}

.page-title {
  margin: 80px 0 120px 0;
  padding: 0;
}
.page-title h1, .page-title .spinner-title, .page-title .wallet-wrapper .wallet-title, .wallet-wrapper .page-title .wallet-title {
  padding: 0;
}

ul.home-slides li.home-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  padding: 30px 20px;
}
ul.home-slides li.home-slide .slide {
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  line-height: 18rem;
  text-align: center;
}
@media (min-width: 480px) {
  ul.home-slides li.home-slide .slide {
    line-height: 28rem;
  }
}
ul.home-slides li.home-slide:nth-child(even) {
  background-color: #000000;
  color: #FFF;
}

#profile .text {
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 700;
}
#profile .text a {
  text-decoration: none;
}
#profile .text a:hover {
  text-decoration: underline;
}

.uk-container {
  max-width: 1730px;
  width: 100%;
  box-sizing: border-box;
}
.uk-container.expand {
  max-width: 2400px;
}

#wallet_selected_account {
  word-break: break-all;
}

.page-title.wallet {
  min-height: auto;
}

.wallet-wrapper {
  margin-bottom: 120px;
}
.wallet-wrapper .wallet-title {
  font-size: 2.375rem;
}

.minter {
  width: 100%;
  margin-bottom: 40px;
}
.minter .select-wrapper {
  float: left;
}
.minter .select-wrapper select {
  font-size: 24px;
  border-radius: 0;
  min-width: 90px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.minter .button-wrapper {
  margin-bottom: 40px;
}
.minter .button-wrapper button {
  font-size: 20px;
}

#tx_message {
  color: red;
  margin: 40px 0;
  word-wrap: break-all;
}

.spinner-title {
  font-size: 2.375rem;
}

.spinner-subtitle {
  margin-bottom: 32px;
}

.spinner-wrapper {
  border: solid 3px #000;
  display: inline-block;
  position: relative;
  width: 100%;
  border-top: 0;
  border-left: none;
  border-right: none;
}
.spinner-wrapper #speed {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 1;
  height: 100px;
  transition: width 0.5s;
  background-color: #CCCCCC;
}
.spinner-wrapper #distance {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 1;
  font-size: 64px;
}
.spinner-wrapper #spinning canvas {
  margin: 0 auto;
  height: 100% !important;
}
