html {
  font-family: 'AvantGardeGothic';
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 17px;
  overflow-x: hidden;
}
@-ms-viewport {
  width: device-width;
}
body {
  font-family: 'AvantGardeGothic';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  position: relative;
  color: #fff;
  background: url(../images/body_backgr.png) 0 0;
}
/* Hidden Elements */
@media (max-width: 1400px) {
  .mod--hide-desktop-l {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .mod--hide-desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mod--hide-tablet {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .mod--hide-phone {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .mod--hide-smallphone {
    display: none !important;
  }
}
/* Helpers */
.mod--after-clear {
  content: '';
  display: block;
  clear: both;
}
/* Elements */
.st-font-01 {
  font-family: 'AvantGardeGothic';
}
.st-font-02 {
  font-family: 'Fixedsys Excelsior 3.01';
}
/* Wrappers */
.wrapper-main {
  width: auto;
  margin: 0 auto;
  max-width: 1142px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper-inner {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .wrapper-inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .wrapper-inner {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .wrapper-inner {
    width: 100%;
    padding: 0 10px;
  }
}
/* Buttons */
.mod--btn-01 {
  display: inline-block;
  font-family: 'AvantGardeGothic';
  font-size: 1.15rem;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 0.8em 1.9em;
  padding-bottom: 0.8em;
}
.mod--btn-02 {
  display: inline-block;
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #fff;
  padding: 0.35em 1em;
  padding-top: 0.35em;
  padding-bottom: 0.4em;
  border-style: none;
  cursor: pointer;
}
.mod--btn-02:hover {
  background-color: #fafafa;
}
/* Main CSS */
.header {
  background-color: #121212;
  height: 80px;
}
.header__logo {
  display: inline-block;
  float: left;
  margin-top: 16px;
  width: 293px;
}
@media (max-width: 1000px) {
  .header__logo {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 16px;
  }
}
.header__logo img {
  display: block;
}
.header .menu {
  width: calc(100% - 293px);
  float: right;
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .header .menu {
    display: none;
  }
}
.header .menu li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  z-index: 3;
}
.header .menu li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3px solid #373941;
  right: 1px;
  z-index: 1;
}
.header .menu li:first-child:after {
  border-style: none;
}
.header .menu li a {
  font-family: 'Fixedsys Excelsior 3.01';
  font-size: 24px;
  color: #22b59a;
  position: relative;
  z-index: 3;
}
.header .menu li a:hover {
  color: #1ea088;
}
.footer {
  background-color: #121212;
  height: 80px;
  text-align: center;
  padding-top: 17px;
  font-size: 0;
}
.footer a {
  color: #22b59a;
  font-size: 45px;
  margin: 0 10px;
}
.footer a:hover {
  color: #1ea088;
}
.title {
  text-align: center;
}
.title h2 {
  font-family: 'Fixedsys Excelsior 3.01';
  font-size: 48px;
  color: #22b59a;
  margin: 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.title__sub {
  font-size: 18px;
  color: #fff;
}
.spacer {
  height: 6px;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px;
}
.spacer div {
  height: 6px;
  background: url(../images/spacer.png) center center repeat-x;
}
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 100%;
  height: 37px;
  line-height: 1.65;
  float: left;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  border-style: none;
  background: transparent;
  font-size: 18px;
  color: #121212;
  font-family: 'Fixedsys Excelsior 3.01';
}
.quantity input:focus {
  outline: 0;
}
.quantity-button {
  position: absolute;
  cursor: pointer;
  border-style: none;
  width: 40px;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-family: 'Fixedsys Excelsior 3.01';
}
.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  right: 0;
}
.quantity-button.quantity-down {
  position: absolute;
  height: 100%;
}
.section-01 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section-01__content {
  background: url(../images/people@2x.png) center top no-repeat;
  background-size: 482px;
  background-position-x: 43%;
  height: 322px;
  margin-top: 50px;
  padding-top: 47px;
}
.section-01__content:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  .section-01__content {
    height: auto;
    background-position-x: right 20%;
  }
}
@media (max-width: 900px) {
  .section-01__content {
    background-position-x: right;
  }
}
@media (max-width: 780px) {
  .section-01__content {
    background: transparent;
    padding-top: 0;
  }
}
.section-01__content .image-people {
  display: none;
}
@media (max-width: 780px) {
  .section-01__content .image-people {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .section-01__content .image-people {
    padding-bottom: 20px;
  }
}
.section-01__content .btn-01 {
  font-family: 'Fixedsys Excelsior 3.01';
  background-color: #22b59a;
  font-size: 18px;
  color: #121212;
  text-align: center;
  height: 37px;
  line-height: 35px;
  box-shadow: 6px 6px 0px 0px rgba(13, 15, 19, 0.75);
  margin-bottom: 14px;
}
.section-01__content .btn-01--large {
  font-size: 32px;
  text-transform: uppercase;
}
.section-01__content a.btn-01 {
  display: block;
}
.section-01__content a.btn-01:hover {
  color: #fff;
}
.section-01__content__left {
  float: left;
  width: 283px;
  padding-left: 21px;
}
@media (max-width: 1024px) {
  .section-01__content__left {
    float: none;
  }
}
@media (max-width: 780px) {
  .section-01__content__left {
    width: 100%;
    padding-right: 21px;
  }
}
.section-01__content__right {
  float: right;
  width: 363px;
  background: #121212;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  color: #22b59a;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .section-01__content__right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .section-01__content__right {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.section-01__content__right__title {
  font-family: 'Fixedsys Excelsior 3.01';
  text-transform: uppercase;
  font-size: 22px;
}
.nft {
  padding: 15px 0;
  text-align: center;
  font-size: 0;
}
.nft__single {
  display: inline-block;
  font-size: 0;
  padding: 5px;
  max-width: 110px;
  position: relative;
}
.nft__single img {
  display: inline-block;
  font-size: 0;
  width: 100%;
}
.nft__single img.unlocked {
  display: none;
}
.section-02 {
  margin-top: 45px;
  margin-bottom: 25px;
}
.section-02__content {
  padding-top: 30px;
  padding-bottom: 55px;
  padding-left: 100px;
  padding-right: 100px;
  background: #121212;
  color: #939598;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .section-02__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .section-02__content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
.section-02__content p {
  line-height: 1.4;
}
.section-02__content .title h2 {
  padding-bottom: 0;
}
.section-03 {
  margin-top: 15px;
}
.section-03 .mechanics {
  position: relative;
}
.section-03 .mechanics:after {
  content: '';
  display: block;
  clear: both;
}
.section-03 .mechanics__single {
  float: left;
  width: 23%;
  margin: 1%;
  background: #121212;
  text-align: center;
  color: #cccccc;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .section-03 .mechanics__single {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .section-03 .mechanics__single {
    width: 100%;
  }
}
.section-03 .mechanics__single__image {
  padding-top: 40px;
}
.section-03 .mechanics__single__text {
  padding: 30px;
  line-height: 100px;
}
@media (max-width: 690px) {
  .section-03 .mechanics__single__text {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .section-03 .mechanics__single__text {
    padding: 10px;
  }
}
.section-03 .mechanics__single__text div {
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
.section-04 {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 30px;
}
.section-04__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.section-04__description {
  color: #939598;
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.section-04__description--first p {
  margin: 0.5em;
}
.section-04__description--second p {
  font-size: 18px;
  margin: 0.5em;
}
@media (max-width: 480px) {
  .section-04__description--second p {
    font-size: 16px;
  }
}
.section-05 {
  padding-top: 35px;
  text-align: center;
  padding-bottom: 30px;
}
.section-05__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.section-05__description {
  color: #939598;
  font-size: 14px;
}
.section-05__description--first p {
  margin: 0.5em;
}
.section-05__description--second p {
  font-size: 18px;
  margin: 0.5em;
}
.section-05 .quotes-wrapper {
  position: relative;
  padding-top: 50px;
}
.section-05 .quotes-arrows .slick-prev-02,
.section-05 .quotes-arrows .slick-next-02 {
  background: transparent;
  border-style: none;
  position: absolute;
  top: calc(50% - 35px);
  padding: 0;
}
@media (max-width: 480px) {
  .section-05 .quotes-arrows .slick-prev-02,
  .section-05 .quotes-arrows .slick-next-02 {
    width: 30px;
  }
}
.section-05 .quotes-arrows .slick-prev-02 img,
.section-05 .quotes-arrows .slick-next-02 img {
  max-width: 100%;
}
.section-05 .quotes-arrows .slick-prev-02 {
  left: 0;
}
@media (max-width: 480px) {
  .section-05 .quotes-arrows .slick-prev-02 {
    left: -15px;
  }
}
.section-05 .quotes-arrows .slick-next-02 {
  right: 0;
}
@media (max-width: 480px) {
  .section-05 .quotes-arrows .slick-next-02 {
    right: -15px;
  }
}
.section-05 .quotes {
  width: calc(100% - 150px);
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-05 .quotes {
    width: calc(100% - 40px);
  }
}
.section-05 .quotes__single {
  position: relative;
  height: 380px;
}
.section-05 .quotes__single__image {
  float: left;
  width: 50%;
  text-align: center;
}
@media (max-width: 670px) {
  .section-05 .quotes__single__image {
    float: none;
    width: 100%;
  }
}
.section-05 .quotes__single__image img {
  display: inline-block;
}
@media (max-width: 480px) {
  .section-05 .quotes__single__image img {
    width: 150px;
  }
}
.section-05 .quotes__single__text {
  float: right;
  width: 50%;
  line-height: 380px;
  font-size: 15px;
}
@media (max-width: 670px) {
  .section-05 .quotes__single__text {
    line-height: 1;
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
}
.section-05 .quotes__single__text > div {
  line-height: 1;
  display: inline-block;
  max-width: 70%;
}
.section-05 .quotes__single__text > div div {
  font-size: 24px;
}
.section-06 {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 30px;
}
.section-06__title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.section-06 .newsletter {
  color: #939598;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
.section-06 .newsletter__field {
  font-family: 'Fixedsys Excelsior 3.01';
  background-color: #22b59a;
  font-size: 18px;
  width: 60%;
  max-width: 400px;
  color: #121212;
  text-align: center;
  height: 37px;
  line-height: 35px;
  box-shadow: 6px 6px 0px 0px rgba(13, 15, 19, 0.75);
  border-style: none;
}
.section-06 .newsletter__submit {
  font-family: 'Fixedsys Excelsior 3.01';
  background-color: #2c2c2c;
  font-size: 18px;
  max-width: 100px;
  color: #22b59a;
  text-align: center;
  height: 37px;
  line-height: 35px;
  box-shadow: 6px 6px 0px 0px rgba(13, 15, 19, 0.75);
  border-style: none;
  cursor: pointer;
}
.section-06 .newsletter__submit:hover {
  color: #26caac;
}
body .featherlight-popup .featherlight-content {
  background-color: #0d0d0f;
  width: 940px;
  padding: 25px 75px;
}
@media (max-width: 1024px) {
  body .featherlight-popup .featherlight-content {
    max-width: 90vw;
    padding: 25px;
  }
}
@media (max-width: 480px) {
  body .featherlight-popup .featherlight-content {
    max-width: 95vw;
    padding: 15px;
  }
}
body .featherlight-popup .featherlight-content .featherlight-close {
  display: none !important;
}
body .featherlight-popup .featherlight-content img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
body .featherlight-popup .featherlight-content .text {
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 20px;
}
