:root {
  --bs-body-font-family: Gilroy-Black sans-serif;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-link-color: #000;
  --bs-link-hover-color: #F00;
}
h1, h2, .title {
  font-family: "Gilroy-Black", sans-serif;
  font-weight: 800;
  margin-top: 0;
}
.pre-title {
  font-family: "Gilroy", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
h1 {
  font-size: 3.5em;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 6vw;
  }
}
h2 {
  font-size: 2.9rem;
  margin-bottom: 0.7em;
}
h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 1.55rem;
  margin-top: 0;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
h5 {
  font-size: 1.25rem;
}
.subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-family: "Sora", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
  }
  p {
    font-size: 15px;
  }
  .subtitle {
    font-size: 17px;
  }
}
body {
  font-size: 18px;
}
.uk-margin-spacer {
  margin-bottom: 6rem;
}
.uk-input {
  border-width: 0 0 1px 0;
}
.uk-button {
  border-radius: 7px;
  font-weight: bold;
}
.uk-checkbox {
  margin-right: 10px;
}
.inline-content > * {
  display: inline;
}
section.background-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mt-large {
  margin-top: 6rem;
}
.mb-large {
  margin-bottom: 6rem;
}
@media (max-width: 1140px) {
  .uk-margin-spacer {
    margin-bottom: 3em;
  }
  .uk-container {
    padding-left: 36px;
    padding-right: 36px;
  }
  footer img#logo {
    width: 107px;
  }
  footer .uk-navbar-nav.footer {
    margin-top: 10px !important;
    display: block;
  }
  footer .uk-navbar-nav.footer li {
    width: 100%;
  }
  footer .uk-navbar-nav.footer li:after {
    display: none;
  }
  footer .uk-navbar-nav.footer-social a {
    padding: 0 15px !important;
  }
  footer .uk-navbar-nav.footer-social a .icon {
    width: 30px;
    height: 30px;
  }
  footer .uk-container div:last-child {
    font-size: 0.8em;
  }
}
.navigation {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out, box-shadow 0.7s;
}
.navigation.scrolled-down {
  transform: translateY(-100%);
}
.navigation.scrolled-up {
  transform: translateY(0);
}
.navigation .logo-link {
  padding: 10px 0;
}
.navigation #logo {
  height: 65px;
}
.navigation .icon-nav a {
  padding-left: 13px;
  padding-right: 13px;
}
.navigation .uk-container {
  position: relative;
}
.navigation .uk-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  left: 0;
  margin-left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  border-bottom: solid 1px #aaa;
  transition: opacity 1s;
}
@media (max-width: 1200px) {
  .navigation .uk-container:after {
    width: calc(100% - 70px);
  }
}
.navigation .nav-link {
  font-weight: 400;
}
.navigation .nav-link .icon {
  border: solid 1px #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}
.navigation .nav-link .icon svg {
  height: 20px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navigation .nav-link .icon.wallet-btn-connect {
  border-radius: 15px;
  line-height: 2em;
  width: auto;
  padding: 0 10px;
}
.navigation li:hover .icon, .navigation li.uk-active .icon {
  border-color: #ff0000;
}
.navigation hr {
  height: 1px;
  color: #707070;
  opacity: 0.18;
  transition: opacity 1s;
  margin-top: 0;
  /*
        margin: auto;
        width: 100%;
        @media (min-width: 1400px) {
            width: 90%;
        }
        */
}
.navigation .uk-navbar-dropdown {
  border-radius: 3px;
  padding: 0;
  width: auto;
  font-weight: 100;
}
.navigation .uk-navbar-dropdown a {
  font-size: 0.8em;
  color: #fff;
  white-space: nowrap;
}
.navigation .uk-navbar-dropdown li {
  padding: 5px 8px;
}
.navigation .uk-navbar-dropdown li:hover, .navigation .uk-navbar-dropdown li.uk-active {
  background-color: rgba(153, 153, 153, 0.5);
}
.navigation .uk-navbar-dropdown li:hover a, .navigation .uk-navbar-dropdown li.uk-active a {
  color: #fff;
}
.navigation .uk-navbar-dropdown .dropdown-item {
  display: flex;
}
.navigation .uk-navbar-dropdown .icon {
  display: flex;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 18px;
  height: 18px;
  justify-content: center;
}
.navigation .uk-navbar-dropdown .icon svg {
  width: 27px;
  height: 25px;
}
.navigation .uk-navbar-dropdown:before {
  content: "";
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #000000CC transparent;
  border-width: 0 14px 18px 14px;
  top: -18px;
  right: 15px;
  z-index: 100;
}
.navigation .burger-menu {
  width: 30px;
  height: 3px;
  display: block;
  margin-top: -1.5px;
  cursor: pointer;
  position: relative;
}
.navigation .burger-menu > span {
  width: 30px;
  height: 2.5px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4.5px;
  margin-top: 0;
  transition: background 0.3s;
}
.navigation .burger-menu .burger-menu-1 {
  transform: translate3d(0, -10px, 0);
}
.navigation .burger-menu .burger-menu-2 {
  transform: translate3d(0, 0, 0);
}
.navigation .burger-menu .burger-menu-3 {
  transform: translate3d(0, 10px, 0);
}
.navigation #mobile-navigation .uk-navbar-nav.mobile.main {
  margin: 10px 0;
  display: block;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile.user {
  justify-content: center;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile.user a {
  padding: 0 15px;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile.user a .icon {
  width: 38px;
  height: 38px;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile.user a .icon svg {
  height: 27px;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile a {
  font-family: "Gilroy", sans-serif;
  font-size: 1.45em;
  line-height: 2.2em;
  font-weight: 300;
  min-height: 50px;
  text-transform: uppercase;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile .uk-navbar-dropdown svg {
  width: 27px;
  height: 52px !important;
}
.navigation #mobile-navigation .uk-navbar-nav.mobile .uk-navbar-dropdown:before {
  right: calc(50% - 13px);
}
.navigation #mobile-navigation hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.navigation.expanded {
  box-shadow: 0 10px 10px rgba(128, 128, 128, 0.4);
}
.navigation.expanded .uk-container:after {
  opacity: 0;
}
.navigation.expanded .uk-container li.visible-menu-toggle {
  display: block !important;
}
footer .uk-navbar-nav.footer {
  margin-top: 30px;
}
footer .uk-navbar-nav.footer li a {
  padding: 0 13px;
  min-height: inherit;
}
footer .uk-navbar-nav.footer li:not(:last-child) {
  position: relative;
}
footer .uk-navbar-nav.footer li:not(:last-child):after {
  position: absolute;
  right: -5px;
  top: -3px;
  content: "|";
}
footer .uk-navbar-nav.footer-social a {
  padding: 0 20px;
}
footer .uk-navbar-nav.footer-social .icon {
  padding: 5px !important;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
footer .uk-navbar-nav.footer-social .icon:hover {
  background-color: #ff0000;
}
footer .uk-navbar-nav.footer-social .icon svg {
  width: 24px;
  height: auto;
}
/**

100 	Thin (Hairline)
200 	Extra Light (Ultra Light)
300 	Light
400 	Normal (Regular)
500 	Medium
600 	Semi Bold (Demi Bold)
700 	Bold
800 	Extra Bold (Ultra Bold)
900 	Black (Heavy)
950 	Extra Black (Ultra Black)
https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight?retiredLocale=de
 */
/* sora-200 - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 200;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-200.svg#Sora") format("svg");
  /* Legacy iOS */
}
/* sora-300 - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-300.svg#Sora") format("svg");
  /* Legacy iOS */
}
/* sora-regular - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-regular.svg#Sora") format("svg");
  /* Legacy iOS */
}
/* sora-500 - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-500.svg#Sora") format("svg");
  /* Legacy iOS */
}
/* sora-600 - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-600.svg#Sora") format("svg");
  /* Legacy iOS */
}
/* sora-700 - latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  src: url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/sora-v11-latin-700.svg#Sora") format("svg");
  /* Legacy iOS */
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 31, 2022 */
@font-face {
  font-family: "Gilroy-Black";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-black-webfont.svg#gilroy-blackuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Black";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-blackitalic-webfont.svg#gilroy-blackitaliuploadedfile") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-bold-webfont.svg#gilroy-bolduploaded_file") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-bolditalic-webfont.svg#gilroy-bolditalicuploadedfile") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabold-webfont.svg#gilroy-extrabolduploaded_file") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-extrabolditalic-webfont.svg#gilroy-extraboldiuploadedfile") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavy-webfont.svg#gilroy-heavyuploaded_file") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-heavyitalic-webfont.svg#gilroy-heavyitaliuploadedfile") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-light-webfont.svg#gilroy-lightuploaded_file") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-lightitalic-webfont.svg#gilroy-lightitaliuploadedfile") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-medium-webfont.svg#gilroy-mediumuploaded_file") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-mediumitalic-webfont.svg#gilroy-mediumitaluploadedfile") format("svg");
  font-weight: 500;
  font-style: italic;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 31, 2022 */
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-regular-webfont.svg#gilroy-regularuploaded_file") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-regularitalic-webfont.svg#gilroy-regularitauploadedfile") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibold-webfont.svg#gilroy-semibolduploaded_file") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-semibolditalic-webfont.svg#gilroy-semiboldituploadedfile") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-thin-webfont.svg#gilroy-thinuploaded_file") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-thinitalic-webfont.svg#gilroy-thinitalicuploadedfile") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralight-webfont.svg#gilroy-ultralightuploadedfile") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.eot");
  src: url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.woff2") format("woff2"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.woff") format("woff"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.ttf") format("truetype"), url("../themes/metawalls-v2/assets/fonts/gilroy-ultralightitalic-webfont.svg#gilroy-ultralightuploadedfile") format("svg");
  font-weight: 200;
  font-style: italic;
}
#home #intro {
  overflow-x: hidden;
  /*
        .hero-video-banner {
            position: relative;
            video {
                max-width: 2000px;
                width: 120%;
                margin-left: 50%;
                transform: translateX(-48%);
            }
            .video-img {
                max-width: 2000px;
                width: 120%;
                height: 655px;
                margin-left: 50%;
                transform: translateX(-43%);
                background-size: cover;
                background-position: center;
            }
        }
        .link-image {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            img {
                width: 300px;
                transition: all .3s;
                zoom: 1;
                &:hover {
                    zoom: 1.1;
                }
            }
        }
        */
  /*
        .overflow-image {
            max-width: 2000px;
            width: 170%;
            margin-left: 50%;
            position: relative;
            top: -2vw;
            transform: translateX(-38%);
        }
        */
}
#home #intro .overflow-image img {
  min-height: 800px;
}
#home #intro .text-container {
  top: 20px;
  position: absolute;
}
#home #intro .text-container .text-container-inner {
  width: 100%;
}
#home #what-is {
  background: url("/storage/app/media/v2/cubes/mask.jpg") no-repeat top right;
  background-size: 65% !important;
  min-height: 800px;
}
#home #what-is .pre-title {
  margin-top: 4em;
}
#home #ecosystem .uk-slider {
  margin-top: 4rem;
}
#home #ecosystem .icon-text {
  padding: 0 60px;
}
#home #ecosystem .icon-text img {
  max-height: 150px;
}
#home #ecosystem .icon-text h5 {
  font-weight: bold;
  min-height: 3.5rem;
}
#home #profit h5 {
  font-family: "Gilroy", sans-serif;
  font-size: 1.2rem;
}
#home #profit .hands-on a {
  max-width: 270px;
  display: block;
  margin: 0 auto;
  color: #000;
  transition: color 0.3s;
}
#home #profit .hands-on a:hover {
  color: #ff0000;
}
#home #profit .hands-on a:hover svg {
  transform: scale(1.5);
}
#home #profit .hands-on a .hexagon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin: 0 auto;
}
#home #profit .hands-on a .hexagon span {
  color: #fff !important;
}
#home #profit .hands-on .image-wrapper {
  margin-top: 35px;
  min-height: 230px;
}
#home #profit .hands-on .image-wrapper svg {
  transition: transform 0.3s;
  transform: scale(1.3);
}
#home #profit .hands-on h4 {
  margin: auto;
}
#home #leaderboard h4 {
  max-width: 270px;
  margin: auto;
}
#home #team-members {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  #home #intro .overflow-image.with-video-handle {
    display: flex;
    justify-content: center;
  }
  #home #intro .overflow-image.with-video-handle img {
    width: 180vw;
    min-height: 600px;
    transform: translateX(-6%);
    float: none;
  }
  #home #what-is .overflow-image img {
    width: calc(144%);
  }
}
@media (max-width: 639px) {
  #home #intro .overflow-image.with-video-handle {
    display: flex;
    justify-content: center;
    min-height: 600px;
  }
  #home #intro .overflow-image.with-video-handle img {
    width: 180vw;
    margin-top: 50px;
    transform: translateX(-6%);
    float: none;
  }
}
@media (max-width: 960px) {
  #home h1 {
    padding-top: 0;
  }
  #home #what-is {
    background: none !important;
  }
  #home #what-is .pre-title {
    margin-top: 0;
  }
  #home #what-is .spacer {
    margin-top: -3rem !important;
  }
  #home #crown .title img {
    max-width: 2.5rem;
    margin-top: -0.6rem;
  }
  #home #ecosystem .uk-slider {
    margin-top: 10px;
  }
  #home #ecosystem .icon-text {
    padding: 0 30px;
  }
  #home #ecosystem .icon-text img {
    max-height: 180px;
  }
  #home #co-nft .overflow-image {
    order: 1;
    margin-top: 2.5rem;
  }
  #home #crown .overflow-image img {
    width: calc(140%);
  }
  #home #profit .overflow-image img {
    width: calc(170%);
    margin-bottom: -220px !important;
  }
  #home #profit .image-wrapper {
    min-height: 195px !important;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  #home #profit .uk-margin-large-bottom {
    text-align: left !important;
  }
  #home #profit .uk-margin-large-bottom.description {
    margin-bottom: 0 !important;
  }
  #home #profit .hexagon {
    margin-bottom: 30px;
  }
  #home #profit .hexagon div {
    width: 50px;
  }
  #home #profit .hands-on > div:first-child {
    margin-bottom: 60px;
  }
  #home #profit .hands-on h4 {
    max-width: initial;
  }
  #home #leaderboard hr.uk-margin-auto {
    margin-left: 0 !important;
  }
  #home #collecting-nfts .uk-margin-large-top {
    margin-top: 0 !important;
  }
  #home .uk-text-center.uk-margin-auto {
    text-align: left !important;
  }
  #home .spacer {
    width: 75%;
  }
  #home .read-more {
    margin-top: 10px;
  }
}
#nft-preview .nfts .details {
  font-size: 1em;
}
#nft-preview .nfts .details .title {
  margin-bottom: 0.9em;
}
#nft-preview .nfts .details .detailed {
  line-height: 1.2em;
}
.team-members .uk-slidenav {
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-content: center;
  top: 35% !important;
}
.team-members .uk-slidenav svg {
  width: 10px;
}
.team-members .uk-slidenav svg polyline {
  stroke: #fff !important;
}
.team-members .team-member .image img {
  width: 80%;
  margin: auto;
  display: block;
}
.team-members .team-member .name {
  font-weight: 600;
  font-size: 1.05em;
}
.team-members .team-member .position {
  font-size: 0.95em;
}
.team-members .team-member .preview {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.team-members .team-member.expanded .preview {
  opacity: 1;
}
@media (max-width: 1200px) {
  .team-members .team-member .image img {
    width: 70%;
  }
  .team-members .uk-slidenav {
    top: 32% !important;
  }
}
#user-earn .ms-icon, #user-profile .ms-icon, #user-settings .ms-icon {
  padding: 10px 11px 11px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.5em;
  position: relative;
  top: -5px;
  background-size: contain;
}
#user-earn .micro-number, #user-profile .micro-number, #user-settings .micro-number {
  font-weight: 900;
  font-size: 1.45em;
  font-family: "Gilroy", sans-serif !important;
}
#user-earn .spacer, #user-profile .spacer, #user-settings .spacer {
  margin: 4rem auto !important;
}
#user-earn h2, #user-profile h2, #user-settings h2 {
  font-size: 2.4em;
  margin-bottom: 0;
}
#user-earn p, #user-profile p, #user-settings p {
  font-size: 0.9em;
}
#user-earn .piece-wrapper, #user-profile .piece-wrapper, #user-settings .piece-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#user-earn .piece-wrapper img, #user-profile .piece-wrapper img, #user-settings .piece-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  #user-earn .background-image.no-account, #user-profile .background-image.no-account, #user-settings .background-image.no-account {
    background-image: none !important;
  }
  #user-earn .oversize-footer-image img, #user-profile .oversize-footer-image img, #user-settings .oversize-footer-image img {
    width: 130%;
    margin-left: -20%;
    max-width: inherit;
  }
}
:root {
  --header-bg-position: 50%;
}
#header-modal .uk-slideshow-items {
  cursor: move;
}
#profile {
  position: relative;
}
#profile .profile-header {
  height: 350px;
}
#profile .profile-header .buttons {
  position: relative;
}
@media (max-width: 960px) {
  #profile .profile-header .buttons {
    width: 60px;
    height: 60px;
  }
}
#profile .header-name {
  transform: translateY(155%);
}
#profile .profile-avatar {
  background-color: #fff;
}
#profile + .spacer {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
@media (max-width: 380px) {
  #header-modal .uk-button {
    padding: 0 10px !important;
  }
}
@media (max-width: 639px) {
  #profile .header-name {
    transform: translateY(10px);
  }
}
#settings .settings-title {
  font-size: 1.45em;
  text-transform: uppercase;
}
#settings.background-image {
  background-repeat: no-repeat;
  background-position: top right;
}
#leaderboard-info .rank-headline {
  align-items: baseline;
}
#leaderboard-info .rank-headline .micro-number {
  font-weight: 900;
  font-size: 1.45em;
  font-family: "Gilroy", sans-serif !important;
}
#leaderboard-info .leaderboard-explanation {
  font-size: 12px;
}
#leaderboard-info .leaderboard-explanation table td {
  vertical-align: top;
}
#leaderboard-info .leaderboard-explanation table td:first-child {
  width: 120px;
  font-weight: bold;
  height: 40px;
}
#wallet-info h4, #rank-up h4 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
#wallet-info .nft .name, #wallet-info .nft .title, #rank-up .nft .name, #rank-up .nft .title {
  line-height: 1.2em;
}
#wallet-info .nft .name, #rank-up .nft .name {
  margin-top: 15px;
  font-weight: bold;
}
#wallet-info .nft .amount, #rank-up .nft .amount {
  position: absolute;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 900;
}
#wallet-info .nft .title, #rank-up .nft .title {
  font-family: "Sora", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
#wallet-info .nft a img, #wallet-info .nft a .piece-wrapper, #rank-up .nft a img, #rank-up .nft a .piece-wrapper {
  transition: box-shadow 0.3s;
}
#wallet-info .nft a:hover img, #wallet-info .nft a:hover .piece-wrapper, #rank-up .nft a:hover img, #rank-up .nft a:hover .piece-wrapper {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#wallet-info .spacer, #rank-up .spacer {
  margin: 4em 0 2em !important;
}
#wallet-info .spacer:last-child, #rank-up .spacer:last-child {
  margin: 4em auto !important;
}
@media (max-width: 960px) {
  #wallet-info .spacer, #rank-up .spacer {
    margin: 2em 0 2em !important;
  }
  #wallet-info .spacer:last-child, #rank-up .spacer:last-child {
    margin: 2em auto !important;
  }
}
#rank-up h4 {
  font-size: 1.45em;
}
#rank-up .points, #rank-up h4 {
  text-transform: uppercase;
}
#rank-up .points {
  font-size: 1.2em;
}
#rank-up .buy {
  max-width: 300px;
}
#rank-up .buy .eth, #rank-up .buy .eur {
  color: #ff0000;
  line-height: 1.4em;
  font-weight: 800;
}
#rank-up .buy .eur {
  font-size: 11px;
}
#rank-up .uk-button {
  width: 130px;
}
#rank-up .spacer {
  margin: 2rem 0 !important;
}
#earn .community-points h4 {
  font-size: 1em;
  font-weight: bold;
}
#earn .community-points .infos {
  font-size: 0.6em;
}
#earn h4 {
  font-size: 18px;
  font-family: Sora, sans-serif;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
#earn h4 img {
  max-width: 1.5rem;
  margin-top: -0.4rem;
}
#earn table {
  width: 100%;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: Sora, sans-serif;
}
#earn table th {
  font-size: 11px;
  font-weight: 700;
  background: #f7f7f7;
  text-align: left;
  padding: 10px 4px;
  height: 30px;
  vertical-align: top;
}
#earn table th .emphasis {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
#earn table td {
  padding: 10px 4px;
  border-bottom: solid 1px #A3A3A3;
}
#earn table td.text-grey {
  color: #A3A3A3;
}
#earn table td:last-child {
  width: 80px !important;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
}
#earn table.community-engagement th, #earn table.other th {
  font-size: 14px;
}
#earn table.community-engagement td strong, #earn table.other td strong {
  font-size: 16px;
}
@media (max-width: 640px) {
  #rank-up h4 {
    font-size: 1.22em;
  }
  #rank-up .points {
    font-size: 1em;
  }
  #rank-up .buy {
    max-width: inherit;
  }
  #rank-up .buy > div:first-child {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #rank-up .uk-position-center-left, #rank-up .uk-position-center-right {
    color: #fff;
    margin-top: -50px;
  }
  #user-create-account .uk-fieldset .uk-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  image-orientation: 0deg;
  display: block;
  height: 100%;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  border-radius: 50%;
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.image_container {
  width: 100%;
  height: 300px;
}
.cropper-before img {
  width: 100%;
  height: auto;
}
.cropper-before .buttons {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.4s;
}
.cropper-before .buttons a {
  position: relative;
}
.cropper-before .buttons a.upload-avatar-btn {
  color: #fff;
  background-color: rgba(255, 0, 6, 0.5);
  transition: background-color 0.3s;
}
.cropper-before .buttons a.upload-avatar-btn:hover {
  background-color: rgba(255, 0, 6, 0.8);
}
.cropper-before .buttons a.remove-avatar-btn {
  color: #000;
  transition: background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.cropper-before .buttons a.remove-avatar-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.cropper-before .buttons a svg {
  width: 40px;
  height: auto;
}
.cropper-before:hover .buttons {
  opacity: 1;
}
#sales h2 {
  margin-bottom: 0.5em;
}
#sales h4 {
  font-family: "Gilroy-Black", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 1em;
}
#sales h4 img {
  max-width: 1.6rem;
  margin-top: -0.3em;
}
#artists a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}
#artists a .name {
  padding: 15px 0;
  line-height: 1em;
  font-weight: 800;
}
#artist-detail h2 {
  font-size: 2.3em;
  text-transform: uppercase;
}
#artist-detail h2 * {
  font-style: normal !important;
  font-size: 1em !important;
}
#artist-detail .about-section .description {
  font-size: 0.9em;
}
#artist-detail .uk-background-contain img {
  width: 100%;
  opacity: 0;
}
@media (min-width: 640px) {
  #artist-detail .uk-background-contain img {
    max-height: 80vw;
  }
}
.nfts-detail h2 {
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 0.8;
}
.nfts-detail h2 a {
  color: #000;
  transition: color 0.3s;
  text-decoration: none;
}
.nfts-detail h2 a:hover {
  color: #ff0000;
}
.nfts-detail h4 {
  margin: 0;
  padding: 0;
  font-size: 2.3em;
  font-weight: 200;
  font-family: "Gilroy", sans-serif;
  max-width: 760px;
}
.nfts-detail .details, .nfts-detail .nft-trade-history-container {
  font-size: 16px;
}
.nfts-detail .details h3, .nfts-detail .nft-trade-history-container h3 {
  font-weight: 900;
  margin-top: 2em;
  text-transform: uppercase;
}
.nfts-detail .details .nft-trade-history, .nfts-detail .nft-trade-history-container .nft-trade-history {
  font-size: 0.89em;
  color: #868686;
  line-height: 1.32em;
}
.nfts-detail .details .nft-trade-history b, .nfts-detail .nft-trade-history-container .nft-trade-history b {
  font-weight: normal;
}
.nfts-detail .details .nft-hint, .nfts-detail .nft-trade-history-container .nft-hint {
  color: #000;
  font-size: 0.89em;
}
.nfts-detail .nft-legend .uk-button {
  max-width: 130px;
}
.nfts-detail .nft-prices {
  position: relative;
  font-family: "Gilroy-Black", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
.nfts-detail .nft-prices .nft-price-eth {
  line-height: 1.11em;
}
.nfts-detail .nft-prices .nft-price-eur {
  font-size: 0.85em;
  margin-bottom: 13px;
}
.nfts-detail .nft-prices .tooltip-icon {
  margin-top: -3px;
  margin-left: 3px;
}
.nfts-detail .nft-prices .tooltip-icon svg {
  width: 12px;
}
.nfts-detail .nft-prices .tooltip {
  font-family: "Sora", sans-serif;
  font-size: 14px;
}
.nfts-detail .nft-owner {
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Sora", sans-serif;
}
.nfts-detail .nft-points {
  display: flex;
}
.nfts-detail .nft-points .point-factor {
  margin-right: 10px;
  color: #ff0000;
  font-weight: bolder;
}
.nfts-detail .nft-points .point-factor span {
  font-family: "Sora", sans-serif;
  margin-right: 2px;
  font-weight: 100;
}
.nfts-detail progress {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  position: relative;
  top: -15px;
}
.nfts-detail progress::-webkit-progress-bar {
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #707070;
}
.nfts-detail progress::-webkit-progress-value {
  background-color: #ff0000;
  border-radius: 0px;
  box-shadow: none;
}
.nfts-detail progress::-moz-progress-bar {
  /* style rules */
}
@media (max-width: 960px) {
  .nfts-detail {
    font-size: 16px;
  }
  .nfts-detail progress {
    top: -10px;
  }
}
.nft-image-wrapper a {
  cursor: zoom-in;
}
.uk-lightbox-toolbar button {
  background-color: transparent;
  border: none;
}
/* v0.7 */
:root {
  --red: #F00;
  --hover-filter:brightness(0.8) contrast(1.2);
  --conft-fade:3s;
  --popup-width:450px;
  --popup-height:300px;
}
/******************** CO-NFT ********************/
.nft.widget {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#conft-wrapper {
  max-width: 1156px;
  /* min-width: 335px; */
  position: relative;
}
#conft-wrapper * {
  box-sizing: border-box;
  user-select: none;
}
.conft-outer {
  overflow: hidden;
}
.conft-image {
  position: relative;
  max-height: 100%;
  display: grid;
  grid-gap: 0;
  grid-auto-flow: dense;
  background-size: cover;
}
.conft-cell {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
.conft-square-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.conft-square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.conft-square-box .conft-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* GRID */
.conft-cell-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  outline: 1px solid rgba(255, 255, 255, 0);
  outline-offset: -2px;
  transition: outline-color var(--conft-fade);
  overflow: hidden;
}
.conft-cell-inner:after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  outline: 1px solid rgba(0, 0, 0, 0);
  outline-offset: -1px;
  transition: outline-color var(--conft-fade);
}
.conft-grid .conft-cell-inner {
  outline-color: rgba(255, 255, 255, 0.7);
}
.conft-grid .conft-cell-inner:after {
  outline-color: rgba(0, 0, 0, 0.7);
}
/* INFOS */
.conft-sold {
  box-shadow: none;
  transition: box-shadow var(--conft-fade);
}
.conft-infos .conft-sold {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.conft-own {
  box-shadow: 0;
  transition: box-shadow var(--conft-fade);
}
.conft-infos .conft-own {
  box-shadow: inset 0 0 0 1000px rgba(255, 0, 0, 0.4);
}
.conft-cell-inner > p {
  text-align: center;
  padding: 0 3px;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  opacity: 0;
  transition: opacity var(--conft-fade);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conft-cell-inner p.owner {
  margin: 0 0 8px 0 !important;
  padding: 0;
  white-space: nowrap;
  color: #fff;
  text-shadow: -1px 0 1px #000, 0 1px 1px #000, 1px 0 1px #000, 0 -1px 1px #000;
  font-size: 11px !important;
  font-weight: normal !important;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conft-cell-inner p.price {
  margin: 0 !important;
  padding: 0;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #fff;
  text-shadow: -1px 0 1px #000, 0 1px 1px #000, 1px 0 1px #000, 0 -1px 1px #000;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conft-infos .conft-sold p, .conft-infos .conft-available p {
  opacity: 1;
}
#nft-btn-unlockable-content {
  display: none;
}
/******************** LEGEND ****************/
.conft-legend {
  width: 100%;
  height: 25px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
}
.conft-legend * {
  vertical-align: middle;
}
.conft-status {
  display: inline-block;
  min-width: 100px;
  font-style: italic;
  height: 100%;
}
.conft-status:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #666;
}
.conft-status span {
  margin-left: 33px;
  display: inline-block;
  height: 100%;
  padding-top: 2px;
}
.conft-status-available:before {
  background: #fff;
}
.conft-status-sold:before {
  background: rgba(0, 0, 0, 0.2);
}
.conft-status-own:before {
  background: rgba(255, 0, 0, 0.2);
}
.conft-btns-overlay {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%) !important;
}
.conft-legend input[type=checkbox] + label {
  padding-left: 5px;
  margin-right: 12px;
  cursor: pointer;
  vertical-align: middle;
}
.conft-switch {
  display: inline-block;
  position: relative;
  color: black;
  font-weight: bold;
  padding: 0 12px 0 28px;
  height: 25px;
  border: 1px solid #666;
  border-radius: 12px;
  cursor: pointer;
  margin: 0 3px;
}
.conft-switch input {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.conft-switch span {
  display: inline-block;
  height: 100%;
}
.conft-switch span:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #525252;
  border-radius: 50%;
}
.conft-switch:hover span:before {
  filter: var(--hover-filter);
}
.conft-switch input:checked + span:before {
  background-color: var(--red);
}
/********************  PREVIEW ****************/
.conft-preview .conft-cell {
  cursor: default;
}
.conft-preview .conft-switch-infos {
  cursor: default !important;
}
.conft-preview .conft-switch-infos span {
  color: #888;
  border-color: #c3c3c3;
}
.conft-preview .conft-switch-infos span:before {
  background-color: #c3c3c3 !important;
}
/********************  DETAILS-POPUP ****************/
.conft-popup {
  position: absolute;
  width: var(--popup-width);
  height: var(--popup-height);
  border: 2px solid black;
  background: white;
  display: none;
  z-index: 201;
}
.conft-popup .image {
  position: absolute;
  left: 12px;
  top: 6px;
  width: 205px;
  height: auto;
}
.conft-popup .text {
  position: absolute;
  left: 230px;
  top: 6px;
  width: 210px;
  height: 268px;
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.conft-popup h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: Sora, sans-serif;
}
.conft-popup h3 {
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em !important;
  text-transform: none !important;
  font-family: Sora, sans-serif;
}
.conft-popup label {
  display: block;
  margin: 9px 0 4px 0;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}
.conft-popup .rating {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
}
.conft-popup .rating svg {
  width: 13px;
}
.conft-popup .rating .tooltip {
  font-weight: 300;
  padding: 12px 12px 6px;
}
.conft-popup .rating-pct {
  width: 70px;
  font-weight: 500;
  text-align: right;
}
.conft-popup label .owner {
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conft-popup .history {
  margin-top: 10px;
}
.conft-popup .history ul {
  font-size: 9px !important;
  line-height: 12px;
  margin: 0 !important;
  list-style: none;
  padding: 0;
  color: #9D9D9D;
}
.conft-popup li {
  margin: 5px 0 !important;
}
.conft-popup .bar {
  width: 100%;
  height: 7px;
  border: 1px solid #707070;
  margin-bottom: 10px;
  margin-top: 2px;
}
.conft-popup .bar .bar-value-chroma, .conft-popup .bar .bar-value-purity {
  width: 0;
  background: var(--red);
  height: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
}
.conft-popup .conft-btn-close {
  position: absolute;
  top: 2px;
  right: 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 100;
  transform: rotate(45deg);
  transition: color 0.3s;
}
.conft-popup .conft-btn-close:hover {
  color: #ff0000;
}
.conft-popup .btn-buy {
  line-height: 25px;
}
.conft-popup .price-point-button .price {
  font-size: 14px;
  font-weight: bold;
  color: var(--red);
  line-height: 12px;
}
.conft-popup .price-point-button .price-eur {
  font-size: 9px;
}
.conft-popup .zoom-in {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 20px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}
.conft-popup .zoom-in:hover {
  color: #ff0000;
}
.conft-popup .piece-points, .conft-popup .piece-microshares {
  font-size: 1.67em;
  line-height: 0.7;
  font-weight: 600;
}
.conft-popup .piece-points span, .conft-popup .piece-microshares span {
  font-size: 0.55em;
  color: #868686;
}
.conft-popup .points-shares {
  margin-top: 8px;
  margin-bottom: 8px;
}
.conft-hint {
  font-size: 16px !important;
  font-style: italic;
  color: #777;
}
.conft-hint a {
  color: gray;
  text-decoration: none;
}
/******************** RESPONSIVE ****************/
@media only screen and (max-width: 800px) {
  .conft-status {
    min-width: auto;
    margin-right: 8px;
  }
  .conft-status div {
    margin-right: 4px;
  }
  .conft-status span {
    margin-left: 29px;
  }
  .conft-cell-inner p.owner {
    margin-bottom: 3px;
  }
  .conft-cell-inner p.price {
    font-size: 11px;
  }
}
@media only screen and (max-width: 640px) {
  .conft-btns-overlay {
    position: static;
    transform: none !important;
  }
  .conft-cell-inner p.owner {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .conft-cell-inner p.price {
    font-size: 9px;
    line-height: 0.8em;
  }
  .conft-image {
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 380px) {
  .conft-btns-overlay {
    margin-left: -3px;
  }
  .conft-legend {
    height: auto !important;
  }
  .conft-legend > div {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 440px) {
  /*
    .conft-image {
        margin-left: calc(-1.5rem - 5px);
        margin-right: calc(-1.5rem - 5px);
    }
    */
  .conft-legend {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1em;
  }
  .conft-legend > div {
    height: 25px;
  }
  .conft-status {
    min-width: auto;
    margin-right: 8px;
  }
  .conft-status:before {
    width: 15px;
    height: 15px;
  }
  .conft-status span {
    margin-left: 18px;
  }
  .conft-switch {
    padding: 0 4px 0 15px;
    height: 15px;
    border-radius: 7px;
    margin: 0 3px;
  }
  .conft-switch span:before {
    height: 9px;
    width: 9px;
  }
  .conft-cell p {
    display: none !important;
  }
  .conft-square-box {
    position: static;
    width: 100%;
  }
  .conft-square-box:before {
    display: none;
  }
  .conft-square-box .conft-image {
    position: static;
    height: auto;
  }
  .conft-popup {
    width: 100%;
    height: auto;
    left: 0 !important;
    top: 0 !important;
    z-index: 201;
    cursor: default !important;
  }
  .conft-popup .image {
    width: 100%;
    padding: 5px;
    position: static;
  }
  .conft-popup .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 18px 18px 14px 18px;
  }
  .conft-popup .conft-btn-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 16px;
    height: 16px;
    z-index: 202;
    cursor: pointer;
  }
  .conft-popup .price {
    position: static;
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  #conft-wrapper .conft-popup {
    position: absolute;
    width: 100%;
    transform: translateY(-30%);
    left: 0 !important;
    border: none;
  }
  #conft-wrapper .conft-popup .inner {
    position: relative;
    padding: 22px 17px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  #conft-wrapper .conft-popup .conft-btn-close {
    right: 3px;
    top: 5px;
    width: 15px;
  }
  #conft-wrapper .conft-popup .zoom-in {
    left: 40px;
    top: 40px;
    width: 30px;
  }
  #conft-wrapper .conft-popup .text {
    padding: 5px;
    position: relative;
    left: 0;
  }
  #conft-wrapper .conft-popup .text .price * {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
#roadmap-header {
  background-size: 65% !important;
  min-height: 600px;
}
@media (max-width: 1200px) {
  #faqs {
    background-image: none !important;
  }
}
#faq .background-image {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60%;
}
@media (max-width: 640px) {
  #faq .background-image {
    background-image: none !important;
  }
  #faq .oversize-footer-image img {
    width: 190%;
    margin-left: -90%;
    max-width: inherit;
    margin-bottom: -70px;
  }
}
.faq-category .smooth {
  transition: height 0.5s;
}
.faq-category .category-title, .faq-category .faq-questions {
  border-radius: 7px;
}
.faq-category .category-title .title, .faq-category .faq-questions .title {
  font-family: Sora, sans-serif;
}
.faq-category:not(.expanded) .category-title, .faq-category:not(.expanded) .question {
  cursor: pointer;
  transition: color 0.3s;
}
.faq-category:not(.expanded) .category-title:hover, .faq-category:not(.expanded) .question:hover {
  color: #ff0000;
}
.faq-category .category-title {
  border: solid 1px #000;
  padding: 7px 15px 7px 25px;
  margin-bottom: 25px;
}
.faq-category .category-title svg {
  width: 20px;
  position: relative;
  top: -2px;
}
.faq-category.expanded .category-title svg.plus {
  display: none;
}
.faq-category.expanded .category-title svg.minus {
  top: 2px;
  display: block !important;
}
.faq-category.expanded .faq-questions {
  padding-top: 18px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-color: #000;
  height: auto;
}
.faq-category .faq-questions {
  height: 0;
  overflow: hidden;
  border: solid 1px transparent;
  padding-left: 18px;
  padding-right: 20px;
  transition: border-color 0.5s, height 0.5s;
}
.faq-category .faq-questions .question-wrapper svg {
  width: 10px;
  transition: transform 0.3s;
}
.faq-category .faq-questions .question-wrapper .answer {
  margin-top: 10px;
  font-size: 0.8em;
  width: 90%;
}
.faq-category .faq-questions .question-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.faq-category .faq-questions .question-wrapper.expanded svg {
  transform: rotate(225deg);
}
.header-image .uk-height-large {
  height: 350px;
}
.header-image .header-name-avatar {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -65px;
  left: 6%;
  display: flex;
}
.header-image .header-name-avatar .header-avatar {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  border: solid 5px #fff;
  background-color: #000;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
}
.header-image .header-name-avatar .header-avatar p {
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.header-image .header-name-avatar .header-name {
  font-size: 2.3em;
  padding: 0;
  text-transform: uppercase;
  margin-left: 30px;
  transform: translateY(155%);
}
.header-image + .spacer {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
@media (max-width: 960px) {
  .header-image .header-name-avatar {
    left: 50%;
    transform: translate(-50%, -55%);
    display: block;
  }
  .header-image .header-name-avatar .header-avatar {
    margin: 0 auto;
  }
  .header-image .header-name-avatar .header-name {
    text-align: center;
    margin-left: auto;
    transform: translateY(10%);
  }
  .header-image + .spacer {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nft-list .nfts, .widget-nft {
    flex-wrap: wrap;
  }
  .nft-list .nfts .nft > div, .nft-list .nfts .image-with-cover, .widget-nft .nft > div, .widget-nft .image-with-cover {
    margin-bottom: 30px !important;
  }
}
.nft-list .nfts .nft, .widget-nft .nft {
  text-decoration: none;
  color: #000;
  position: relative;
}
.nft-list .nfts .nft > div, .widget-nft .nft > div {
  transition: all 0.3s;
}
.nft-list .nfts .nft > div:hover, .widget-nft .nft > div:hover {
  box-shadow: 0 3px 20px #CCC;
}
.nft-list .nfts .details, .widget-nft .details {
  border: solid 1px #707070;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Gilroy-Black, sans-serif;
  position: relative;
  font-size: 0.85em;
}
.nft-list .nfts .details .inner, .widget-nft .details .inner {
  padding: 15px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.nft-list .nfts .details .name, .nft-list .nfts .details .title, .widget-nft .details .name, .widget-nft .details .title {
  font-size: 1.3em;
  line-height: 1.1em;
  text-transform: uppercase;
}
.nft-list .nfts .details .title, .widget-nft .details .title {
  font-family: Gilroy, sans-serif;
  font-weight: 300;
  margin-bottom: 0.7em;
}
.nft-list .nfts .details .price-points, .widget-nft .details .price-points {
  display: flex;
  justify-content: space-between;
}
.nft-list .nfts .details .price-points .price, .nft-list .nfts .details .price-points .points .point-factor, .widget-nft .details .price-points .price, .widget-nft .details .price-points .points .point-factor {
  color: #ff0000;
}
.nft-list .nfts .details .price-points .points .point-factor, .widget-nft .details .price-points .points .point-factor {
  margin-right: 10px;
}
.nft-list .nfts .details .sale, .widget-nft .details .sale {
  position: relative;
  color: #fff;
  background: #ff0000;
  padding: 15px;
}
.nft-list .nfts .details .sale .date, .widget-nft .details .sale .date {
  font-family: "Gilroy", sans-serif;
}
#leaderboard .no-user-info {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  z-index: 100;
  font-size: 1.2em;
  font-weight: bold;
}
#leaderboard .no-user-info .uk-button {
  padding: 3px 10px !important;
  display: inline-block;
  position: relative;
  line-height: 1.3em;
  margin-top: 0 !important;
}
#leaderboard .leaderboard-wrapper {
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#leaderboard .leaderboard-wrapper::-webkit-scrollbar {
  display: none;
}
#leaderboard .leaderboard-wrapper.no-user .div-table-row {
  opacity: 1 !important;
}
#leaderboard .div-table {
  display: table;
  width: 100%;
}
#leaderboard .div-table-row {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  transition: opacity 0.3s;
}
#leaderboard .div-table-row > div {
  display: flex;
  border: solid transparent;
  border-width: 1px 0 1px 0;
  border-bottom-color: #d1d1d1;
}
#leaderboard .div-table-row > div.web-section {
  width: 50%;
}
#leaderboard .div-table-row > div.mobile-section {
  width: 50%;
}
#leaderboard .div-table-row.active {
  position: sticky;
  background: #fff;
  inset-block-start: 0;
  inset-block-end: 0;
  z-index: 10;
  top: 0;
  left: 0;
}
#leaderboard .div-table-row.active .hint:before {
  display: block;
}
#leaderboard .div-table-row.active .div-table-col .value {
  margin-top: -8px;
}
#leaderboard .div-table-row.active .div-table-col.total-points .value {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: -14px;
}
#leaderboard .div-table-row.active.get-account .div-table-col {
  height: 25px;
}
#leaderboard .div-table-row.active:not(.get-account) .avatar {
  border-radius: 50px 0 0 50px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 1px 1px;
  padding-top: 8px;
  padding-bottom: 7px;
}
#leaderboard .div-table-row.active:not(.get-account) .avatar div {
  width: 80px;
  height: 80px;
}
#leaderboard .div-table-row.active:not(.get-account) .micro {
  border-radius: 0 50px 50px 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
#leaderboard .div-table-row.active:not(.get-account) .div-table-col:not(.ranking, .avatar) {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #000;
}
#leaderboard .div-table-row.active:not(.get-account) > div {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  margin-top: -1px;
}
#leaderboard .div-table-row.active .name .value {
  top: -0.1rem;
}
#leaderboard .div-table-row:not(.active, .expanded) {
  opacity: 0.55;
}
#leaderboard .div-table-col {
  flex-grow: 1;
  display: table-cell;
  height: 80px;
  position: relative;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  padding: 15px 7px 0;
  width: 110px;
}
#leaderboard .div-table-col.avatar {
  display: flex;
  width: 88px;
}
#leaderboard .div-table-col.name .value {
  display: block;
  height: auto;
  justify-content: flex-start;
}
#leaderboard .div-table-col .value {
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
#leaderboard .div-table-col:first-child {
  padding-left: 0;
}
#leaderboard .div-table-col .hint {
  height: 0;
  overflow: hidden;
  font-size: 0.6em;
  font-weight: inherit;
  white-space: nowrap;
}
#leaderboard .div-table-col .hint:before {
  display: none;
  left: 0;
  width: 100%;
  color: #A3A3A3;
  content: attr(data-before);
  position: absolute;
  bottom: 10px;
  text-align: center;
  white-space: nowrap;
}
#leaderboard .div-table-col.ranking {
  width: 60px !important;
}
#leaderboard .div-table-col.ranking .movement-placeholder {
  height: 25px;
}
#leaderboard .div-table-col.ranking .movement {
  position: relative;
  text-align: right;
  font-size: 0.7em;
}
#leaderboard .div-table-col.ranking .movement:before {
  content: "";
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 2px;
}
#leaderboard .div-table-col.ranking .movement.down:before {
  border-color: #f67373 transparent transparent transparent;
  border-width: 14px 9px 0 9px;
}
#leaderboard .div-table-col.ranking .movement.up:before {
  border-color: transparent transparent #73ff78 transparent;
  border-width: 0 9px 14px 9px;
}
#leaderboard .div-table-col.ranking .rank {
  text-align: center;
  font-size: 1.45em;
  line-height: 1em;
  font-weight: bold;
}
#leaderboard .div-table-col.total-points {
  width: 120px;
}
#leaderboard .div-table-col .toggler {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 0.65rem;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.1s ease-in-out;
  display: none;
  position: absolute;
}
@media (max-width: 1200px) {
  #leaderboard .toggler {
    display: block !important;
  }
  #leaderboard .hint {
    font-size: 0.4em !important;
  }
  #leaderboard .hint:not([data-before="total points"]):before {
    display: block !important;
  }
  #leaderboard .div-table-row .web-section, #leaderboard .div-table-row .mobile-section {
    width: 100% !important;
    flex: auto;
  }
  #leaderboard .div-table-row:not(.active) .name .value {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    height: 100% !important;
  }
  #leaderboard .div-table-row.active {
    border-top: solid 1px #000 !important;
    border-bottom: solid 1px #000 !important;
  }
  #leaderboard .div-table-row.active .div-table-col .value {
    margin-top: 0;
  }
  #leaderboard .div-table-row.active .total-points .value {
    font-size: 1.1em !important;
    margin-top: 14px !important;
  }
  #leaderboard .div-table-row.active .avatar {
    border: none;
    border-radius: 0 !important;
    padding-top: 4px;
    padding-bottom: 2px;
  }
  #leaderboard .div-table-row.active .avatar div {
    width: 54px !important;
    height: 54px !important;
  }
  #leaderboard .div-table-row.active .div-table-col, #leaderboard .div-table-row.active > div {
    border: none !important;
    margin-top: 0;
  }
  #leaderboard .div-table-row.active .hint[data-before="total points"]:before {
    bottom: 5px;
  }
  #leaderboard .div-table-row.active .hint:before {
    display: block !important;
  }
  #leaderboard .div-table-row.expanded .web-section {
    border-bottom: none;
  }
  #leaderboard .div-table-row.expanded .mobile-section {
    display: flex;
    border-bottom-width: 1px;
  }
  #leaderboard .div-table-row.expanded .toggler {
    transform: rotate(180deg);
  }
  #leaderboard .div-table-row .mobile-section {
    border-bottom-width: 0;
    display: none;
  }
  #leaderboard .div-table-col {
    height: 62px;
    flex-grow: initial !important;
    width: auto !important;
    padding-top: 6px;
  }
  #leaderboard .div-table-col.name {
    flex-grow: 2 !important;
  }
  #leaderboard .div-table-col.name .value {
    top: 0;
  }
  #leaderboard .div-table-col.name .sub-bar .button a {
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 0 4px !important;
    bottom: 0 !important;
  }
  #leaderboard .div-table-col.name .sub-bar .label span {
    line-height: 1em;
    font-size: 0.8em;
    bottom: 0 !important;
    transform: translateX(-26px) !important;
  }
  #leaderboard .div-table-col.name .ranking-update {
    position: absolute;
    top: 36px;
    width: calc(100% - 14px);
    height: 26px;
  }
  #leaderboard .div-table-col.name .ranking-update .bar {
    height: 10px;
  }
  #leaderboard .div-table-col.name .ranking-update .bar .dropzone span {
    display: none;
  }
  #leaderboard .div-table-col.name, #leaderboard .div-table-col.total-points {
    width: auto !important;
  }
  #leaderboard .div-table-col.name .hint:before, #leaderboard .div-table-col.total-points .hint:before {
    width: calc(100% - 14px);
    left: initial;
  }
  #leaderboard .div-table-col.total-points .hint:before {
    text-align: right;
    display: none;
  }
  #leaderboard .div-table-col.ranking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px !important;
  }
  #leaderboard .div-table-col.ranking .movement {
    margin-top: -20px;
    font-size: 0.6em;
  }
  #leaderboard .div-table-col.ranking .movement.up:before {
    top: 4px;
    border-width: 0 6px 9px 6px;
  }
  #leaderboard .div-table-col.ranking .movement.down:before {
    top: 6px;
    border-width: 9px 6px 0 6px;
  }
  #leaderboard .div-table-col.ranking .movement-placeholder {
    height: 0;
  }
  #leaderboard .div-table-col.ranking .rank {
    line-height: 0.8em;
    font-size: 1.1em;
  }
  #leaderboard .div-table-col .value {
    flex-direction: column;
    justify-content: center;
    display: block !important;
  }
  #leaderboard .div-table-col.total-points .value {
    margin-top: 5px;
    text-align: right;
  }
  #leaderboard .div-table-col.break {
    flex-basis: 100%;
    min-height: 0 !important;
    height: 0 !important;
  }
  #leaderboard .mobile-section .div-table-col {
    padding: 0;
    height: 50px;
    flex-grow: 1 !important;
  }
  #leaderboard .mobile-section .value {
    font-size: 0.8em;
    font-weight: 500;
  }
}
@media (max-width: 380px) {
  #leaderboard .avatar div, #leaderboard .div-table-row.active .avatar div {
    width: 20px !important;
    height: 20px !important;
  }
  #leaderboard .div-table-col {
    padding-left: 1px;
    padding-right: 1px;
  }
  #leaderboard .div-table-col.total-points .value {
    margin-top: 15px;
  }
}
#leaderboard .avatar div {
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  width: 54px;
  height: 54px;
  background-size: cover;
}
#leaderboard .name {
  width: 300px;
}
#leaderboard .name .value {
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  top: 0.9rem;
}
#leaderboard .name .ranking-update {
  font-size: 0.6em;
  color: #A3A3A3;
  margin-top: -12px;
  margin-bottom: 8px;
  flex-direction: column;
  justify-content: space-between;
}
#leaderboard .name .ranking-update .bar {
  display: flex;
  border-radius: 7px;
  height: 15px;
  overflow: hidden;
  background-color: #a8a6a6;
  margin-bottom: 3px;
  margin-top: -3px;
}
#leaderboard .name .ranking-update .bar .out-of-drop {
  background-color: #a8a6a6;
}
#leaderboard .name .ranking-update .bar .dropzone {
  background-color: #ff0000;
  color: #fff;
  position: relative;
  text-align: center;
}
#leaderboard .name .ranking-update .bar .dropzone.in-zone {
  background-color: #00b62a;
}
#leaderboard .name .ranking-update .bar .dropzone span {
  position: relative;
  top: -2px;
}
#leaderboard .name .ranking-update .bar .dropzone span.small {
  position: absolute;
  top: 1px;
  right: 7px;
}
#leaderboard .name .ranking-update .position {
  position: relative;
  height: 18px;
}
#leaderboard .name .ranking-update .position span {
  width: 0;
  height: 0;
  position: absolute;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 0 7px 8px 7px;
}
#leaderboard .name .ranking-update .sub-bar {
  display: flex;
}
#leaderboard .name .ranking-update .sub-bar div {
  text-align: left;
}
#leaderboard .name .ranking-update .sub-bar div.label span, #leaderboard .name .ranking-update .sub-bar div.button a {
  position: absolute;
  bottom: 10px;
  display: inline-block;
}
#leaderboard .name .ranking-update .sub-bar div.label span {
  white-space: nowrap;
  transform: translateX(-30px);
}
#leaderboard .name .ranking-update .sub-bar div.button a {
  border: solid 1px #707070;
  border-radius: 7px;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
}
#leaderboard .name .ranking-update .sub-bar div.button a:hover {
  background-color: #FAFAFA;
  border-color: #000;
}
#leaderboard .total-points .value, #leaderboard .community .value {
  color: #ff0000;
}
#leaderboard .nfts .value, #leaderboard .confts .value, #leaderboard .micro .value {
  color: #A3A3A3;
}
@media (max-width: 1200px) {
  #leaderboard .leaderboard-wrapper {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  #leaderboard .name .value {
    font-size: 0.8em;
  }
  #leaderboard .name .ranking-update {
    margin-top: -3px;
    margin-bottom: 0;
  }
  #leaderboard .name .ranking-update .position {
    height: 10px;
  }
  #leaderboard .no-user-info {
    position: relative;
  }
}
.word-spacer {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.word-spacer .word-wrapper {
  position: absolute;
  width: 4000px;
  margin: auto;
}
.word-spacer .word-wrapper p {
  font-family: "Gilroy-Black", sans-serif;
  font-size: 4.5em !important;
  font-weight: 800;
  line-height: 0.9em;
  color: #F4F4F4;
}
@media (max-width: 960px) {
  .word-spacer {
    height: 180px;
  }
  .word-spacer .word-wrapper {
    width: 2500px;
  }
  .word-spacer .word-wrapper p {
    font-size: 2.5em !important;
  }
}
.toggle-content .read-more {
  cursor: pointer;
  margin-top: 0;
  transition: color 0.3s;
}
.toggle-content .read-more:hover {
  color: #ff0000;
}
.toggle-content .read-more span {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
}
.toggle-content .read-more svg {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
}
.toggle-content .read-more .hide, .toggle-content .hidden-content, .toggle-content .minus-icon {
  display: none;
  overflow: hidden;
}
.toggle-content .smooth {
  transition: height 0.5s;
}
.toggle-content.expanded .read-more .show, .toggle-content.expanded .read-more .plus-icon {
  display: none;
}
.toggle-content.expanded .read-more .hide, .toggle-content.expanded .read-more .minus-icon {
  display: block;
}
.spacer {
  margin: 6rem auto !important;
  height: 0;
  border-bottom: solid 1px #666666;
  opacity: 0.3;
  width: 66%;
}
.spacer.full {
  width: 100%;
}
a.link-icon {
  color: #000;
  transition: color 0.3s;
  text-decoration: none;
  font-weight: 600;
}
a.link-icon:hover {
  color: #ff0000;
}
a.link-icon svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 960px) {
  a.link-icon {
    display: block;
    margin-bottom: 10px;
  }
}
.image-with-cover {
  display: block;
}
.image-with-cover .uk-overlay-primary {
  transition: opacity 0.4s;
  opacity: 0;
  color: #fff;
}
.image-with-cover:hover .uk-overlay-primary {
  opacity: 1;
}
.image-child-hover img {
  transition: box-shadow 0.3s;
}
.image-child-hover:hover {
  color: #ff0000;
}
.image-child-hover:hover img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.image-hover {
  transition: box-shadow 0.3s;
}
.image-hover:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.point-factor-info-box {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  padding: 5px 8px;
}
.point-factor-info-box .point-factor {
  font-size: 22px;
  font-family: Sora, sans-serif;
  line-height: 1em;
}
.point-factor-info-box .point-factor:before {
  content: "x";
  font-size: 11px;
  position: relative;
  top: -3px;
  padding-right: 3px;
}
img.crown {
  max-width: 3.5rem;
  margin-top: -1rem;
}
@media (max-width: 960px) {
  .spacer {
    margin: 2.5rem auto !important;
  }
}
.tooltip-icon {
  color: #000;
}
.tooltip-icon:hover {
  color: #ff0000;
}
.tooltip-icon svg {
  margin-top: -4px;
  width: 15px;
  height: auto;
}
.tooltip.uk-dropdown {
  color: #fff;
  font-size: 0.8em;
}
a.cta {
  position: relative;
  text-align: right;
  margin-left: 20px;
  font-weight: 600;
}
a.cta:before {
  content: "";
  left: -14px;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  top: 5px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: none;
  border-left: 8px solid #000;
  transition: border-color 0.3s;
  border-left-color: #ff0000;
}
a.cta:hover:before {
  border-left-color: #c00;
}
.overflow-image {
  position: relative;
}
.overflow-image img {
  width: calc(120%);
  max-width: initial;
  position: relative;
  float: right;
}
#zoom-full .uk-position-center {
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
#zoom-full img {
  max-width: 100%;
  max-height: 100%;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}
.large-slider-nav {
  margin-left: auto;
}
.large-slider-nav li {
  padding-left: 0;
}
.large-slider-nav li a {
  border-radius: 0;
  border-width: 1px 0;
  border-color: #999;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
}
@media (max-width: 380px) {
  .large-slider-nav li a {
    width: 5px;
  }
}
@media (min-width: 639px) and (max-width: 960px) {
  .large-slider-nav li a {
    width: 10px;
  }
}
.large-slider-nav li:first-child a {
  border-radius: 5px 0 0 5px;
  border-width: 1px 0 1px 1px;
}
.large-slider-nav li:last-child a {
  border-radius: 0 5px 5px 0 !important;
  border-width: 1px 1px 1px 0;
}
.large-slider-nav li.uk-active a {
  border-color: #000;
  border-width: 1px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.uk-lightbox, .co-nft-preview {
  background-color: rgba(0, 0, 0, 0.8);
}
.uk-lightbox-toolbar.uk-lightbox-caption {
  display: none;
}
#wallet-selector .uk-modal-body {
  width: 450px;
}
#wallet-selector h4 {
  font-size: 1em;
}
#wallet-selector .uk-position-top-right svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 100;
  margin-right: 10px;
  transform: rotate(45deg);
  transition: color 0.3s;
  color: #000;
}
#wallet-selector .uk-position-top-right svg:hover {
  color: #ff0000;
}
.atoz-icon {
  height: 55px;
  width: 55px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1em;
  background-size: cover;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .atoz-icon {
    margin-bottom: 5px;
    font-size: 0.7em;
    height: 40px;
    width: 40px;
  }
}
