@charset "UTF-8";
@import url(./fonts/stylesheet.css);
html, body {
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box; }

button {
  outline: none; }

button:focus {
  outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* width */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3); }

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  background: #0D1A25; }

a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  transition: .3s ease;
  cursor: pointer; }
  a:hover {
    opacity: .88; }

ul li {
  list-style: none; }

.auto__container {
  position: relative;
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 40px; }

h1 {
  font-weight: 800;
  font-size: 61px;
  line-height: 122%; }

h2 {
  font-weight: 800;
  font-size: 53px;
  font-size: 45px;
  line-height: 122%;
  position: relative;
  display: inline-block; }
  h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: #0065FA; }
  h2.big {
    font-size: 50px; }
    h2.big small {
      font-size: 78%;
      line-height: 100%; }

h3 {
  font-weight: 800;
  font-size: 75px;
  line-height: 120%;
  letter-spacing: 0.02em; }
  h3.big {
    font-family: "Helvetica Neue LT Com";
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 85px;
    line-height: 120%;
    letter-spacing: 0.02em; }
    h3.big b {
      font-weight: 700;
      font-style: italic; }
    h3.big span {
      font-weight: 500;
      font-style: italic; }

h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 122%; }
  h4.sm {
    font-weight: 400;
    font-size: 40px; }

h6 {
  font-weight: 700;
  font-size: 29px;
  line-height: 122%; }
  h6.sm {
    font-size: 30px; }

p.lg {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px; }

p.ex {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px; }

p.big {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px; }

.main {
  overflow: hidden; }

.anchor {
  position: relative;
  top: -140px; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: "Inter", sans-serif; }
  .button.primary {
    font-weight: 800;
    font-size: 32px;
    line-height: 122%;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 27px 20px;
    border-radius: 11px;
    background-color: #0065FA;
    text-transform: uppercase; }
  .button.secondary {
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    color: #fff;
    padding: 23px 40px;
    border-radius: 60px;
    background-color: #0065FA; }
    .button.secondary.sm {
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.04em;
      padding: 18px 22px;
      border-radius: 28px; }

.input {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 25px; }
  .input__outer {
    display: flex;
    flex-direction: column; }
    .input__outer h6 {
      margin-bottom: 10px;
      font-weight: 400; }
  .input button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    transition: 0.3s ease;
    cursor: pointer;
    margin-right: 15px;
    background-color: transparent; }
    .input button:hover {
      padding: 0.8; }
    .input button img {
      width: 100%; }
      .input button img.copy {
        transform: scale(1);
        transition: transform 0.3s ease; }
        .input button img.copy:hover {
          transform: scale(0.87); }
  .input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 38px 28px 38px 86px;
    background: #092b55;
    border: 5px solid #0065fa;
    border-radius: 11px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-size: 18px;
    line-height: 122%;
    color: #fff;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard syntax */ }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: sticky;
    animation-duration: 0.4s;
    box-shadow: 0px 4px 4px 0px #00000021;
    background-color: #0D1A25; }
    .header.sticky .header__inner::before {
      left: 50%;
      transform: translateX(-50%); }
  .header__inner {
    padding: 24px 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .header__inner::before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200%;
      height: 5px;
      content: "";
      background-color: #0065FA;
      transition: 0.3s ease; }
    .header__inner-logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px; }
      .header__inner-logo img {
        width: 100%; }

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.nav {
  width: calc(100% - 200px);
  max-width: 1535px; }
  .nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .nav__inner li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 20px; }
      .nav__inner li:last-child {
        margin: 0; }
      .nav__inner li a {
        font-family: "Segoe UI", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        padding: 5px; }
        .nav__inner li a.active {
          color: #0065FA; }

.burger {
  display: none; }

.hero {
  position: relative; }
  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .hero__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.470588); }
    .hero__bg-image {
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 140px);
      height: calc(100% - 110px); }
    .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .hero__inner {
    min-height: 100vh;
    padding: 400px 0 200px;
    position: relative; }
    .hero__inner-content {
      width: 80%;
      max-width: 602px; }
    .hero__inner-arrow {
      position: absolute;
      bottom: 90px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hero__inner-arrow img {
        width: 100%; }
    .hero__inner h1 {
      margin-bottom: 32px; }
    .hero__inner .button {
      margin-bottom: 22px; }

.about {
  position: relative; }
  .about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .about__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.52); }
    .about__bg-image {
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6; }
      .about__bg-image img {
        object-position: left; }
    .about__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .about__inner {
    min-height: 100vh;
    padding: 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .about__inner-title {
      position: absolute;
      top: 55px;
      left: 0;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 126px; }
    .about__inner-content {
      width: 100%;
      max-width: 766px;
      max-width: 630px;
      margin: 0 0 0 auto; }
    .about__inner-row {
      display: flex;
      justify-content: space-between;
      padding-top: 35px; }
    .about__inner h2 {
      padding-bottom: 10px;
      position: relative; }
      .about__inner h2::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
        background-color: #0065FA; }
  .aboutItem {
    width: calc(50% - 10px);
    max-width: 360px;
    max-width: 320px;
    display: flex;
    flex-direction: column; }
    .aboutItem__inner {
      height: 100%;
      border: 5px solid #0065FA;
      border-radius: 11px;
      padding: 20px; }
    .aboutItem__row {
      display: flex;
      flex-wrap: wrap; }
    .aboutItem h6 {
      margin-bottom: 10px;
      font-weight: 400; }
    .aboutItem a {
      width: calc(33.3% - 26px);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 8px 13px; }
      .aboutItem a img {
        width: 100%;
        transform: scale(1);
        transition: transform 0.3s ease; }
        .aboutItem a img:hover {
          transform: scale(0.87); }

.project {
  position: relative; }
  .project__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .project__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .project__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .project__inner {
    min-height: 100vh;
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .project__inner-row {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1500px;
      margin: 0 auto; }
    .project__inner-logo {
      width: calc(20% - 30px);
      max-width: 325px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .project__inner-logo img {
        width: 100%; }
        .project__inner-logo img.mob {
          display: none; }
    .project__inner-content {
      width: calc(80% - 30px);
      max-width: 842px;
      max-width: 930px; }
    .project__inner h3 {
      margin-bottom: 28px; }

.info {
  position: relative; }
  .info__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .info__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .info__bg-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      max-width: 605px;
      display: flex;
      opacity: 0.65; }
    .info__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .info__inner {
    min-height: 100vh;
    padding: 66px 0 110px; }
    .info__inner-title {
      margin-bottom: 20px; }
      .info__inner-title h2 {
        font-weight: 400; }
    .info__inner-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -40px;
      max-width: 1140px; }
  .infoItem {
    width: calc(50% - 80px);
    margin: 55px 40px;
    background: #0f2637;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.301961);
    border-radius: 40px;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column; }
    .infoItem__icon {
      width: 90px;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 22px; }
      .infoItem__icon.big {
        width: 126px;
        margin-bottom: 34px; }
      .infoItem__icon.ex {
        width: 120px;
        height: 120px;
        margin: -20px 0 25px -20px; }
      .infoItem__icon img {
        width: 100%; }
    .infoItem__row {
      display: flex;
      align-items: center;
      margin: -20px 0 15px -20px; }
      .infoItem__row .infoItem__icon {
        margin: 0; }
      .infoItem__row span {
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 8px; }
        .infoItem__row span img {
          width: 100%; }
    .infoItem__eth {
      width: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .infoItem__eth img {
        width: 100%; }
    .infoItem h6 {
      font-weight: 400;
      margin-bottom: 20px; }

.token {
  position: relative; }
  .token__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .token__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .token__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .token__inner {
    min-height: 100vh;
    padding: 100px 0 200px;
    padding-top: 180px; }
    .token__inner-title {
      margin-bottom: 85px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1500px;
      margin: 0 auto 85px; }
      .token__inner-title h2 {
        font-family: "Swiss", sans-serif;
        font-weight: 900; }
    .token__inner-row {
      display: flex;
      justify-content: space-between; }
    .token__inner-content {
      width: calc(50% - 30px);
      max-width: 700px;
      padding: 90px 100px 90px 0;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: "Swiss", sans-serif; }
      .token__inner-content::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 4000px;
        height: 100%;
        background: #0065fa;
        opacity: 0.4;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        content: "";
        pointer-events: none; }
      .token__inner-content.rev {
        padding: 90px 0 90px 100px;
        align-items: flex-end; }
        .token__inner-content.rev::before {
          right: unset;
          left: 0; }
      .token__inner-content h2::before {
        display: none; }
    .token__inner-chart {
      position: relative;
      width: 400px;
      height: 400px;
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .token__inner-chart img {
        width: 100%; }
    .token__inner-name {
      position: relative;
      margin-bottom: 30px; }
    .token__inner h2.mob {
      display: none; }
  .tokenItem {
    display: flex;
    align-items: flex-end;
    margin-bottom: 56px;
    text-align: end; }
    .tokenItem:last-child {
      margin: 0; }
    .tokenItem__icon {
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 25px; }
      .tokenItem__icon img {
        width: 100%; }

.charity {
  position: relative; }
  .charity__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .charity__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .charity__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .charity__inner {
    min-height: 100vh;
    padding: 70px 0 200px; }
    .charity__inner .quote {
      font-style: italic;
      font-weight: 400;
      margin-bottom: 40px; }
    .charity__inner .explanation {
      margin-bottom: 40px; }
    .charity__inner-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-left: 2%; }
    .charity__inner-image {
      width: calc(45% - 20px);
      max-width: 650px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .charity__inner-image img {
        width: 100%; }
    .charity__inner-content {
      width: calc(55% - 20px);
      max-width: 780px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .charity__inner-arrow {
      position: absolute;
      bottom: 110px;
      left: 50%;
      transform: translateX(-50%);
      width: 62px;
      height: 62px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .charity__inner-arrow img {
        width: 100%; }
    .charity__inner-logo {
      width: 45%;
      max-width: 333px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      .charity__inner-logo img {
        width: 100%; }
    .charity__inner h2 {
      margin-bottom: 20px; }
    .charity__inner h4 {
      margin-bottom: 26px; }
    .charity__inner h3 {
      color: #47c0ff;
      margin-bottom: 26px; }
    .charity__inner p {
      color: #47c0ff;
      font-weight: 900;
      font-family: "Swiss", sans-serif;
      margin-bottom: 14px; }
      .charity__inner p:last-child {
        margin: 0; }

.community {
  position: relative; }
  .community__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .community__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .community__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .community__inner {
    min-height: 100vh;
    padding: 70px 0 0; }
    .community__inner-title {
      text-align: center;
      margin-bottom: 56px; }
      .community__inner-title h4 {
        font-weight: 300; }
        .community__inner-title h4 b {
          font-weight: 700;
          font-style: italic; }
    .community__inner-row {
      padding: 55px 0 74px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .community__inner-row::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 140px);
        height: 100%;
        content: "";
        background: #0065fa;
        opacity: 0.2;
        backdrop-filter: blur(25px);
        border-radius: 68px 68px 0px 0px;
        transform: translateX(-50%); }
    .community__inner h2 {
      margin-bottom: 90px; }
  .communityItem {
    width: calc(33.3% - 20px);
    max-width: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; }
    .communityItem__image {
      width: 85%;
      margin: 0 auto 18px; }
      .communityItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 95%;
        border: 5px solid #0065fa;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.741176); }
      .communityItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .communityItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .communityItem h6 {
      font-weight: 400;
      margin-bottom: 44px; }
      .communityItem h6 b {
        font-weight: 700;
        font-style: italic; }
    .communityItem p {
      margin-bottom: 44px; }

.mint {
  padding-top: 160px;
  position: relative; }
  .mint .mint-section-outer {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    max-width: 1250px;
    gap: 50px; }
    .mint .mint-section-outer .nft-art {
      width: 800px;
      max-width: 800px; }
      .mint .mint-section-outer .nft-art img {
        border-radius: 54px; }
    .mint .mint-section-outer .nft-controls {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .mint .mint-section-outer .nft-controls .progress-container {
        border-radius: 54px;
        box-shadow: 11px 12px 20.8px -3px rgba(0, 0, 0, 0.4);
        background-color: #002a66;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        height: 29px;
        margin-bottom: 19px; }
        .mint .mint-section-outer .nft-controls .progress-container .inner {
          border-radius: 54px;
          background-color: #005fe1;
          width: 33%;
          width: 100%;
          height: 39px;
          max-width: 100%;
          display: none; }
      .mint .mint-section-outer .nft-controls .web3-connect-container {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 17px; }
      .mint .mint-section-outer .nft-controls .mint-controls {
        background-color: #05060c5e;
        display: flex;
        flex-direction: column;
        border-radius: 54px;
        text-align: left;
        padding-top: 44px;
        padding-left: 44px;
        padding-right: 44px;
        padding-bottom: 44px;
        margin-bottom: 50px; }
        .mint .mint-section-outer .nft-controls .mint-controls .stage {
          font-weight: 700;
          font-size: 30px;
          margin-bottom: 26px; }
        .mint .mint-section-outer .nft-controls .mint-controls .cost-eth {
          font-size: 23px;
          font-weight: 300;
          margin-bottom: 26px;
          align-items: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .cost-eth .cost-multiplier {
            opacity: 0.5;
            font-size: 18px; }
        .mint .mint-section-outer .nft-controls .mint-controls .cost-usd {
          font-size: 16px;
          font-weight: 300;
          margin-bottom: 26px; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .msg {
            margin: auto;
            text-align: center;
            font-size: 16px; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .link {
            color: #47c0ff; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .link:hover {
              color: #1c8bc6; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .loading-icon {
            width: 52px;
            height: 52px;
            margin: auto;
            text-align: center; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-container {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 16px; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: #ffffff17;
            border-radius: 8px;
            height: 48px;
            padding-left: 12px;
            padding-right: 10px;
            user-select: none;
            /* Make text unselectable */ }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty-btn {
              font-size: 21px;
              text-align: center;
              padding: 4px;
              margin: auto;
              cursor: pointer;
              font-weight: 300;
              user-select: none;
              /* Make text unselectable */ }
              .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty-btn.disabled {
                opacity: 0.2;
                cursor: default; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty {
              margin: auto;
              margin-left: 8px;
              margin-right: 8px;
              width: 21px;
              font-weight: 700;
              font-size: 21px;
              user-select: none;
              /* Make text unselectable */
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn {
            background-color: #006dff;
            font-weight: 700;
            font-size: 21px;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s ease; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn:not(.disabled):hover {
              background-color: #064aa2; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn.disabled {
              background-color: #434953;
              cursor: default; }
      .mint .mint-section-outer .nft-controls .mint-schedule {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left; }
        .mint .mint-section-outer .nft-controls .mint-schedule .left {
          display: flex;
          flex-direction: column;
          text-align: left;
          justify-content: flex-start; }
          .mint .mint-section-outer .nft-controls .mint-schedule .left .schedule-title {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 400; }
          .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules {
            display: flex; }
            .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container {
              display: flex;
              flex-direction: row;
              align-items: flex-start; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-icon {
                background-color: #006dff;
                border-radius: 50%;
                border: 2px solid #fff;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                margin-top: 2px; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info {
                display: flex;
                flex-direction: column; }
                .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .stage {
                  font-weight: 700;
                  font-size: 18px; }
                .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .date {
                  font-size: 15px;
                  color: #8b8b8b; }
        .mint .mint-section-outer .nft-controls .mint-schedule .right {
          padding-top: 15px;
          display: flex;
          flex-direction: row;
          gap: 10px; }
          .mint .mint-section-outer .nft-controls .mint-schedule .right .opensea-btn {
            width: 47px;
            height: 47px; }
          .mint .mint-section-outer .nft-controls .mint-schedule .right .collection-btn {
            width: 220px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #006dff;
            border-radius: 54px;
            height: 47px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            user-select: none; }
            .mint .mint-section-outer .nft-controls .mint-schedule .right .collection-btn:not(.disabled):hover {
              background-color: #064aa2; }
  .mint .artist-section-outer {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    max-width: 1250px;
    gap: 50px; }
    .mint .artist-section-outer .artist-img img {
      width: 480px;
      max-width: 480px;
      border-radius: 54px;
      border: 6px solid #006dff; }
    .mint .artist-section-outer .info-container {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .mint .artist-section-outer .info-container .heading {
        font-weight: 700;
        font-size: 27px;
        margin-bottom: 12px; }
      .mint .artist-section-outer .info-container .content {
        font-weight: 300;
        font-size: 17px;
        margin-bottom: 25px; }
      .mint .artist-section-outer .info-container .socials-container {
        margin-top: 10px;
        display: flex;
        gap: 20px; }
        .mint .artist-section-outer .info-container .socials-container img {
          width: 47px;
          height: 47px;
          border: 2px #fff solid;
          border-radius: 50%;
          scale: 1;
          transition: all 0.8 ease; }
          .mint .artist-section-outer .info-container .socials-container img:hover {
            scale: 0.95; }
  .mint__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .mint__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .mint__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .mint__inner {
    min-height: 100vh;
    padding: 70px 0 0; }
    .mint__inner-title {
      font-family: "Inter", sans-serif;
      text-align: center;
      margin-bottom: 56px; }
      .mint__inner-title h2 {
        font-weight: 300 !important; }
        .mint__inner-title h2 .thicc {
          font-weight: 700; }
      .mint__inner-title h4 {
        font-weight: 300; }
        .mint__inner-title h4 b {
          font-weight: 700;
          font-style: italic; }
    .mint__inner-row {
      padding: 55px 0 74px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .mint__inner-row::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 140px);
        height: 100%;
        content: "";
        background: #0065fa;
        opacity: 0.2;
        backdrop-filter: blur(25px);
        border-radius: 68px 68px 0px 0px;
        transform: translateX(-50%); }
    .mint__inner h2 {
      margin-bottom: 90px; }
  .mintItem {
    width: calc(33.3% - 20px);
    max-width: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; }
    .mintItem__image {
      width: 85%;
      margin: 0 auto 18px; }
      .mintItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 95%;
        border: 5px solid #0065fa;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.741176); }
      .mintItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .mintItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .mintItem h6 {
      font-weight: 400;
      margin-bottom: 44px; }
      .mintItem h6 b {
        font-weight: 700;
        font-style: italic; }
    .mintItem p {
      margin-bottom: 44px; }

.meet {
  position: relative; }
  .meet__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .meet__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .meet__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .meet__inner {
    min-height: 100vh;
    padding: 55px 0 120px; }
    .meet__inner-title {
      margin-bottom: 100px;
      text-align: center; }
    .meet__inner-row {
      display: flex;
      justify-content: center;
      gap: 5%; }
  .meetItem {
    width: calc(25% - 15px);
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .meetItem__image {
      width: 92%;
      margin: 0 auto 18px; }
      .meetItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 154%;
        border: 4px solid #0065fa;
        border-radius: 45px;
        overflow: hidden; }
      .meetItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .meetItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .meetItem h6 {
      margin-bottom: 12px; }
    .meetItem p {
      margin-bottom: 20px; }
      .meetItem p:last-child {
        margin: 0; }

.world {
  position: relative; }
  .world__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .world__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .world__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .world__inner {
    padding: 110px 0 65px;
    min-height: 100vh; }
    .world__inner-title {
      margin-bottom: 70px; }
    .world__inner-slider {
      margin: 0 -48px;
      padding-bottom: 180px; }
    .world__inner .slick-track {
      display: flex !important; }
    .world__inner .slick-slide {
      height: unset !important;
      margin: 0 48px; }
    .world__inner .slick-list {
      overflow: visible !important; }
    .world__inner .slick-arrow {
      width: 94px;
      height: 94px;
      position: absolute;
      top: unset;
      bottom: 0;
      transform: translate(0);
      z-index: 3; }
      .world__inner .slick-arrow::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url("../images/icons/arrow-right.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        transition: 0.3s ease; }
    .world__inner .slick-prev {
      left: calc(50% - 120px); }
      .world__inner .slick-prev.slick-disabled::before {
        opacity: 0; }
      .world__inner .slick-prev::before {
        transform: scaleX(-1); }
    .world__inner .slick-next {
      right: calc(50% - 120px); }
      .world__inner .slick-next.slick-disabled::before {
        opacity: 0; }
  .worldItem {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .worldItem__image {
      width: 100%;
      position: relative;
      border: 8px solid #006dff;
      border-radius: 50px;
      overflow: hidden;
      padding-bottom: 126%; }
      .worldItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .worldItem h6 {
      margin-bottom: 15px;
      font-family: "Swiss", sans-serif; }

.book {
  position: relative; }
  .book__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .book__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .book__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .book__inner {
    padding: 56px 0 20px;
    min-height: 100vh; }
    .book__inner-title {
      text-align: center;
      margin-bottom: 150px; }
    .book__inner-row {
      display: flex;
      justify-content: space-between; }
    .book__inner-content {
      width: calc(60% - 20px);
      padding-top: 90px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .book__inner-content h2 {
        margin-bottom: 40px; }
        .book__inner-content h2::before {
          display: none; }
    .book__inner-image {
      width: calc(40% - 20px);
      max-width: 710px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .book__inner-image img {
        width: 100%; }

.mob-only {
  display: none; }

.no-mob {
  display: inline-block; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-image: url("/images/matrix-texture2.jpg");
  background-repeat: repeat;
  background-size: contain; }

.blue-link {
  color: #00e1fa; }

.swiper-continuous > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.subscribe {
  background-color: #00000047;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 26px; }
  .subscribe .subscribe-inner {
    padding: 50px;
    padding-bottom: 40px; }
    .subscribe .subscribe-inner h3 {
      font-size: 40px;
      text-align: center;
      margin: auto;
      width: 100%; }
    .subscribe .subscribe-inner .sub-input-container {
      display: flex;
      flex-direction: row;
      margin: auto;
      margin-top: 30px;
      justify-content: center;
      align-items: center; }
    .subscribe .subscribe-inner .input {
      position: relative;
      display: flex;
      align-items: center;
      width: 70%;
      height: 100%;
      padding: 0; }
      .subscribe .subscribe-inner .input input {
        width: 100%;
        height: 100%;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: #092b55;
        border: 5px solid #0065fa;
        border-radius: 11px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 22px;
        font-size: 18px;
        line-height: 122%;
        color: #fff;
        position: relative;
        height: 66px;
        padding-left: 25px; }
    .subscribe .subscribe-inner .button.secondary {
      width: 25%;
      font-size: 18px;
      padding-left: 18px;
      padding-right: 18px;
      width: fit-content;
      margin-left: 20px;
      border-radius: 12px; }
      .subscribe .subscribe-inner .button.secondary:hover {
        background-color: #0f499d; }
    .subscribe .subscribe-inner .error-msg {
      color: #c72a2a;
      text-align: center;
      margin-top: 10px;
      opacity: 0;
      font-size: 16px; }
      .subscribe .subscribe-inner .error-msg.show {
        opacity: 1; }
    .subscribe .subscribe-inner .success-msg {
      color: #00f1ff;
      text-align: center;
      font-size: 16px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.charity-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 35px; }
  .charity-logos-container .inner-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto; }
    .charity-logos-container .inner-container img {
      border-radius: 50%;
      border: 3px solid #0065fa;
      max-width: 110px; }
      .charity-logos-container .inner-container img:not(:last-child) {
        margin-right: 25px; }

.charity .donation-amt {
  line-height: 0.8; }

.charity .eth-amt {
  font-size: 28px;
  font-weight: 400; }

.token__inner-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative; }
  .token__inner-content.token {
    padding: 20px;
    align-items: flex-start; }
  .token__inner-content .title-container {
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    padding: 25px;
    padding-top: 29px;
    padding-bottom: 29px;
    background: #0f2637;
    border-radius: 20px; }
    .token__inner-content .title-container div {
      font-size: 45px;
      white-space: nowrap; }
  .token__inner-content .token-chart {
    width: fit-content;
    /* padding: 25px; */
    /* padding-top: 29px; */
    /* padding-bottom: 29px; */
    background: #0f263700;
    border-radius: 20px;
    width: 250px; }

.burned-container {
  display: flex;
  flex-direction: row;
  z-index: 1;
  align-items: center; }
  .burned-container .burned-breakdown {
    background-color: #00000045;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    opacity: 1;
    font-size: 20px;
    line-height: 1.8; }
    .burned-container .burned-breakdown .info {
      opacity: 0.6;
      font-weight: 300;
      font-size: 14px;
      color: #fff; }
    .burned-container .burned-breakdown .burned-counter {
      color: #c72a2a; }
      .burned-container .burned-breakdown .burned-counter.initial {
        color: #00e1fa; }
      .burned-container .burned-breakdown .burned-counter span {
        margin-left: 6px;
        color: #fff; }

.metrics-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center; }
  .metrics-container:not(:last-child) {
    margin-bottom: 35px; }
  .metrics-container h2 {
    color: #00e1fa;
    line-height: 1; }
    .metrics-container h2.red {
      color: #c72a2a; }
    .metrics-container h2 small {
      color: #fff; }

.donation-hyphen {
  margin-left: 5px;
  margin-right: 5px; }

.footer {
  padding: 20px;
  padding-bottom: 45px;
  padding-top: 45px;
  background: #06101870;
  border-top: 5px solid #0064fa87; }
  .footer .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%; }
    .footer .footer-container .left {
      margin-right: auto; }
    .footer .footer-container .center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .footer .footer-container .right {
      margin-left: auto;
      display: flex;
      flex-direction: column;
      text-align: right; }
    .footer .footer-container .logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 110px; }
    .footer .footer-container .copyright {
      font-size: 14px; }
    .footer .footer-container .socials-container {
      display: flex;
      flex-direction: row; }
      .footer .footer-container .socials-container a img {
        width: 30px; }
      .footer .footer-container .socials-container a:not(:last-child) {
        margin-right: 10px; }

.hidden-text {
  opacity: 0;
  user-select: none; }

.whitepaper-btn {
  font-size: 24px !important;
  margin-top: 20px; }

.hero {
  position: relative; }
  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .hero__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.470588); }
    .hero__bg-image {
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 140px);
      height: calc(100% - 110px); }
    .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .hero__inner {
    min-height: 100vh;
    padding: 400px 0 200px;
    position: relative; }
    .hero__inner-content {
      width: 80%;
      max-width: 602px; }
    .hero__inner-arrow {
      position: absolute;
      bottom: 90px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hero__inner-arrow img {
        width: 100%; }
    .hero__inner h1 {
      margin-bottom: 32px; }
    .hero__inner .button {
      margin-bottom: 22px; }

.about {
  position: relative; }
  .about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .about__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.52); }
    .about__bg-image {
      display: flex;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6; }
      .about__bg-image img {
        object-position: left; }
    .about__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .about__inner {
    min-height: 100vh;
    padding: 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .about__inner-title {
      position: absolute;
      top: 55px;
      left: 0;
      display: flex;
      justify-content: flex-start;
      margin-bottom: 126px; }
    .about__inner-content {
      width: 100%;
      max-width: 766px;
      max-width: 630px;
      margin: 0 0 0 auto; }
    .about__inner-row {
      display: flex;
      justify-content: space-between;
      padding-top: 35px; }
    .about__inner h2 {
      padding-bottom: 10px;
      position: relative; }
      .about__inner h2::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
        background-color: #0065FA; }
  .aboutItem {
    width: calc(50% - 10px);
    max-width: 360px;
    max-width: 320px;
    display: flex;
    flex-direction: column; }
    .aboutItem__inner {
      height: 100%;
      border: 5px solid #0065FA;
      border-radius: 11px;
      padding: 20px; }
    .aboutItem__row {
      display: flex;
      flex-wrap: wrap; }
    .aboutItem h6 {
      margin-bottom: 10px;
      font-weight: 400; }
    .aboutItem a {
      width: calc(33.3% - 26px);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 8px 13px; }
      .aboutItem a img {
        width: 100%;
        transform: scale(1);
        transition: transform 0.3s ease; }
        .aboutItem a img:hover {
          transform: scale(0.87); }

.project {
  position: relative; }
  .project__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .project__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .project__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .project__inner {
    min-height: 100vh;
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .project__inner-row {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1500px;
      margin: 0 auto; }
    .project__inner-logo {
      width: calc(20% - 30px);
      max-width: 325px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .project__inner-logo img {
        width: 100%; }
        .project__inner-logo img.mob {
          display: none; }
    .project__inner-content {
      width: calc(80% - 30px);
      max-width: 842px;
      max-width: 930px; }
    .project__inner h3 {
      margin-bottom: 28px; }

.info {
  position: relative; }
  .info__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .info__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .info__bg-image {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      max-width: 605px;
      display: flex;
      opacity: 0.65; }
    .info__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .info__inner {
    min-height: 100vh;
    padding: 66px 0 110px; }
    .info__inner-title {
      margin-bottom: 20px; }
      .info__inner-title h2 {
        font-weight: 400; }
    .info__inner-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -40px;
      max-width: 1140px; }
  .infoItem {
    width: calc(50% - 80px);
    margin: 55px 40px;
    background: #0f2637;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.301961);
    border-radius: 40px;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column; }
    .infoItem__icon {
      width: 90px;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 22px; }
      .infoItem__icon.big {
        width: 126px;
        margin-bottom: 34px; }
      .infoItem__icon.ex {
        width: 120px;
        height: 120px;
        margin: -20px 0 25px -20px; }
      .infoItem__icon img {
        width: 100%; }
    .infoItem__row {
      display: flex;
      align-items: center;
      margin: -20px 0 15px -20px; }
      .infoItem__row .infoItem__icon {
        margin: 0; }
      .infoItem__row span {
        width: 22px;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 8px; }
        .infoItem__row span img {
          width: 100%; }
    .infoItem__eth {
      width: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .infoItem__eth img {
        width: 100%; }
    .infoItem h6 {
      font-weight: 400;
      margin-bottom: 20px; }

.token {
  position: relative; }
  .token__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .token__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .token__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .token__inner {
    min-height: 100vh;
    padding: 100px 0 200px;
    padding-top: 180px; }
    .token__inner-title {
      margin-bottom: 85px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1500px;
      margin: 0 auto 85px; }
      .token__inner-title h2 {
        font-family: "Swiss", sans-serif;
        font-weight: 900; }
    .token__inner-row {
      display: flex;
      justify-content: space-between; }
    .token__inner-content {
      width: calc(50% - 30px);
      max-width: 700px;
      padding: 90px 100px 90px 0;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: "Swiss", sans-serif; }
      .token__inner-content::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 4000px;
        height: 100%;
        background: #0065fa;
        opacity: 0.4;
        box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        content: "";
        pointer-events: none; }
      .token__inner-content.rev {
        padding: 90px 0 90px 100px;
        align-items: flex-end; }
        .token__inner-content.rev::before {
          right: unset;
          left: 0; }
      .token__inner-content h2::before {
        display: none; }
    .token__inner-chart {
      position: relative;
      width: 400px;
      height: 400px;
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .token__inner-chart img {
        width: 100%; }
    .token__inner-name {
      position: relative;
      margin-bottom: 30px; }
    .token__inner h2.mob {
      display: none; }
  .tokenItem {
    display: flex;
    align-items: flex-end;
    margin-bottom: 56px;
    text-align: end; }
    .tokenItem:last-child {
      margin: 0; }
    .tokenItem__icon {
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 25px; }
      .tokenItem__icon img {
        width: 100%; }

.charity {
  position: relative; }
  .charity__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .charity__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .charity__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .charity__inner {
    min-height: 100vh;
    padding: 70px 0 200px; }
    .charity__inner .quote {
      font-style: italic;
      font-weight: 400;
      margin-bottom: 40px; }
    .charity__inner .explanation {
      margin-bottom: 40px; }
    .charity__inner-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-left: 2%; }
    .charity__inner-image {
      width: calc(45% - 20px);
      max-width: 650px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .charity__inner-image img {
        width: 100%; }
    .charity__inner-content {
      width: calc(55% - 20px);
      max-width: 780px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .charity__inner-arrow {
      position: absolute;
      bottom: 110px;
      left: 50%;
      transform: translateX(-50%);
      width: 62px;
      height: 62px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .charity__inner-arrow img {
        width: 100%; }
    .charity__inner-logo {
      width: 45%;
      max-width: 333px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      .charity__inner-logo img {
        width: 100%; }
    .charity__inner h2 {
      margin-bottom: 20px; }
    .charity__inner h4 {
      margin-bottom: 26px; }
    .charity__inner h3 {
      color: #47c0ff;
      margin-bottom: 26px; }
    .charity__inner p {
      color: #47c0ff;
      font-weight: 900;
      font-family: "Swiss", sans-serif;
      margin-bottom: 14px; }
      .charity__inner p:last-child {
        margin: 0; }

.community {
  position: relative; }
  .community__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .community__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .community__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .community__inner {
    min-height: 100vh;
    padding: 70px 0 0; }
    .community__inner-title {
      text-align: center;
      margin-bottom: 56px; }
      .community__inner-title h4 {
        font-weight: 300; }
        .community__inner-title h4 b {
          font-weight: 700;
          font-style: italic; }
    .community__inner-row {
      padding: 55px 0 74px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .community__inner-row::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 140px);
        height: 100%;
        content: "";
        background: #0065fa;
        opacity: 0.2;
        backdrop-filter: blur(25px);
        border-radius: 68px 68px 0px 0px;
        transform: translateX(-50%); }
    .community__inner h2 {
      margin-bottom: 90px; }
  .communityItem {
    width: calc(33.3% - 20px);
    max-width: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; }
    .communityItem__image {
      width: 85%;
      margin: 0 auto 18px; }
      .communityItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 95%;
        border: 5px solid #0065fa;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.741176); }
      .communityItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .communityItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .communityItem h6 {
      font-weight: 400;
      margin-bottom: 44px; }
      .communityItem h6 b {
        font-weight: 700;
        font-style: italic; }
    .communityItem p {
      margin-bottom: 44px; }

.mint {
  padding-top: 160px;
  position: relative; }
  .mint .mint-section-outer {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    max-width: 1250px;
    gap: 50px; }
    .mint .mint-section-outer .nft-art {
      width: 800px;
      max-width: 800px; }
      .mint .mint-section-outer .nft-art img {
        border-radius: 54px; }
    .mint .mint-section-outer .nft-controls {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .mint .mint-section-outer .nft-controls .progress-container {
        border-radius: 54px;
        box-shadow: 11px 12px 20.8px -3px rgba(0, 0, 0, 0.4);
        background-color: #002a66;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        height: 29px;
        margin-bottom: 19px; }
        .mint .mint-section-outer .nft-controls .progress-container .inner {
          border-radius: 54px;
          background-color: #005fe1;
          width: 33%;
          width: 100%;
          height: 39px;
          max-width: 100%;
          display: none; }
      .mint .mint-section-outer .nft-controls .web3-connect-container {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 17px; }
      .mint .mint-section-outer .nft-controls .mint-controls {
        background-color: #05060c5e;
        display: flex;
        flex-direction: column;
        border-radius: 54px;
        text-align: left;
        padding-top: 44px;
        padding-left: 44px;
        padding-right: 44px;
        padding-bottom: 44px;
        margin-bottom: 50px; }
        .mint .mint-section-outer .nft-controls .mint-controls .stage {
          font-weight: 700;
          font-size: 30px;
          margin-bottom: 26px; }
        .mint .mint-section-outer .nft-controls .mint-controls .cost-eth {
          font-size: 23px;
          font-weight: 300;
          margin-bottom: 26px;
          align-items: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .cost-eth .cost-multiplier {
            opacity: 0.5;
            font-size: 18px; }
        .mint .mint-section-outer .nft-controls .mint-controls .cost-usd {
          font-size: 16px;
          font-weight: 300;
          margin-bottom: 26px; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .msg {
            margin: auto;
            text-align: center;
            font-size: 16px; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .link {
            color: #47c0ff; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .link:hover {
              color: #1c8bc6; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-replacement-container .loading-icon {
            width: 52px;
            height: 52px;
            margin: auto;
            text-align: center; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-container {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 16px; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            background-color: #ffffff17;
            border-radius: 8px;
            height: 48px;
            padding-left: 12px;
            padding-right: 10px;
            user-select: none;
            /* Make text unselectable */ }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty-btn {
              font-size: 21px;
              text-align: center;
              padding: 4px;
              margin: auto;
              cursor: pointer;
              font-weight: 300;
              user-select: none;
              /* Make text unselectable */ }
              .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty-btn.disabled {
                opacity: 0.2;
                cursor: default; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty {
              margin: auto;
              margin-left: 8px;
              margin-right: 8px;
              width: 21px;
              font-weight: 700;
              font-size: 21px;
              user-select: none;
              /* Make text unselectable */
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn {
            background-color: #006dff;
            font-weight: 700;
            font-size: 21px;
            width: 100%;
            height: 48px;
            border-radius: 8px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s ease; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn:not(.disabled):hover {
              background-color: #064aa2; }
            .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn.disabled {
              background-color: #434953;
              cursor: default; }
      .mint .mint-section-outer .nft-controls .mint-schedule {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left; }
        .mint .mint-section-outer .nft-controls .mint-schedule .left {
          display: flex;
          flex-direction: column;
          text-align: left;
          justify-content: flex-start; }
          .mint .mint-section-outer .nft-controls .mint-schedule .left .schedule-title {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 400; }
          .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules {
            display: flex; }
            .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container {
              display: flex;
              flex-direction: row;
              align-items: flex-start; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-icon {
                background-color: #006dff;
                border-radius: 50%;
                border: 2px solid #fff;
                width: 20px;
                height: 20px;
                margin-right: 10px;
                margin-top: 2px; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info {
                display: flex;
                flex-direction: column; }
                .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .stage {
                  font-weight: 700;
                  font-size: 18px; }
                .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .date {
                  font-size: 15px;
                  color: #8b8b8b; }
        .mint .mint-section-outer .nft-controls .mint-schedule .right {
          padding-top: 15px;
          display: flex;
          flex-direction: row;
          gap: 10px; }
          .mint .mint-section-outer .nft-controls .mint-schedule .right .opensea-btn {
            width: 47px;
            height: 47px; }
          .mint .mint-section-outer .nft-controls .mint-schedule .right .collection-btn {
            width: 220px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #006dff;
            border-radius: 54px;
            height: 47px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            user-select: none; }
            .mint .mint-section-outer .nft-controls .mint-schedule .right .collection-btn:not(.disabled):hover {
              background-color: #064aa2; }
  .mint .artist-section-outer {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    max-width: 1250px;
    gap: 50px; }
    .mint .artist-section-outer .artist-img img {
      width: 480px;
      max-width: 480px;
      border-radius: 54px;
      border: 6px solid #006dff; }
    .mint .artist-section-outer .info-container {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .mint .artist-section-outer .info-container .heading {
        font-weight: 700;
        font-size: 27px;
        margin-bottom: 12px; }
      .mint .artist-section-outer .info-container .content {
        font-weight: 300;
        font-size: 17px;
        margin-bottom: 25px; }
      .mint .artist-section-outer .info-container .socials-container {
        margin-top: 10px;
        display: flex;
        gap: 20px; }
        .mint .artist-section-outer .info-container .socials-container img {
          width: 47px;
          height: 47px;
          border: 2px #fff solid;
          border-radius: 50%;
          scale: 1;
          transition: all 0.8 ease; }
          .mint .artist-section-outer .info-container .socials-container img:hover {
            scale: 0.95; }
  .mint__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .mint__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .mint__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .mint__inner {
    min-height: 100vh;
    padding: 70px 0 0; }
    .mint__inner-title {
      font-family: "Inter", sans-serif;
      text-align: center;
      margin-bottom: 56px; }
      .mint__inner-title h2 {
        font-weight: 300 !important; }
        .mint__inner-title h2 .thicc {
          font-weight: 700; }
      .mint__inner-title h4 {
        font-weight: 300; }
        .mint__inner-title h4 b {
          font-weight: 700;
          font-style: italic; }
    .mint__inner-row {
      padding: 55px 0 74px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .mint__inner-row::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% + 140px);
        height: 100%;
        content: "";
        background: #0065fa;
        opacity: 0.2;
        backdrop-filter: blur(25px);
        border-radius: 68px 68px 0px 0px;
        transform: translateX(-50%); }
    .mint__inner h2 {
      margin-bottom: 90px; }
  .mintItem {
    width: calc(33.3% - 20px);
    max-width: 455px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; }
    .mintItem__image {
      width: 85%;
      margin: 0 auto 18px; }
      .mintItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 95%;
        border: 5px solid #0065fa;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.741176); }
      .mintItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .mintItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .mintItem h6 {
      font-weight: 400;
      margin-bottom: 44px; }
      .mintItem h6 b {
        font-weight: 700;
        font-style: italic; }
    .mintItem p {
      margin-bottom: 44px; }

.meet {
  position: relative; }
  .meet__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .meet__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .meet__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .meet__inner {
    min-height: 100vh;
    padding: 55px 0 120px; }
    .meet__inner-title {
      margin-bottom: 100px;
      text-align: center; }
    .meet__inner-row {
      display: flex;
      justify-content: center;
      gap: 5%; }
  .meetItem {
    width: calc(25% - 15px);
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .meetItem__image {
      width: 92%;
      margin: 0 auto 18px; }
      .meetItem__image-inner {
        position: relative;
        width: 100%;
        padding-bottom: 154%;
        border: 4px solid #0065fa;
        border-radius: 45px;
        overflow: hidden; }
      .meetItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .meetItem__content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .meetItem h6 {
      margin-bottom: 12px; }
    .meetItem p {
      margin-bottom: 20px; }
      .meetItem p:last-child {
        margin: 0; }

.world {
  position: relative; }
  .world__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .world__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .world__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .world__inner {
    padding: 110px 0 65px;
    min-height: 100vh; }
    .world__inner-title {
      margin-bottom: 70px; }
    .world__inner-slider {
      margin: 0 -48px;
      padding-bottom: 180px; }
    .world__inner .slick-track {
      display: flex !important; }
    .world__inner .slick-slide {
      height: unset !important;
      margin: 0 48px; }
    .world__inner .slick-list {
      overflow: visible !important; }
    .world__inner .slick-arrow {
      width: 94px;
      height: 94px;
      position: absolute;
      top: unset;
      bottom: 0;
      transform: translate(0);
      z-index: 3; }
      .world__inner .slick-arrow::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: url("../images/icons/arrow-right.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        transition: 0.3s ease; }
    .world__inner .slick-prev {
      left: calc(50% - 120px); }
      .world__inner .slick-prev.slick-disabled::before {
        opacity: 0; }
      .world__inner .slick-prev::before {
        transform: scaleX(-1); }
    .world__inner .slick-next {
      right: calc(50% - 120px); }
      .world__inner .slick-next.slick-disabled::before {
        opacity: 0; }
  .worldItem {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .worldItem__image {
      width: 100%;
      position: relative;
      border: 8px solid #006dff;
      border-radius: 50px;
      overflow: hidden;
      padding-bottom: 126%; }
      .worldItem__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .worldItem h6 {
      margin-bottom: 15px;
      font-family: "Swiss", sans-serif; }

.book {
  position: relative; }
  .book__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .book__bg::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(13, 26, 37, 0.67); }
    .book__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .book__inner {
    padding: 56px 0 20px;
    min-height: 100vh; }
    .book__inner-title {
      text-align: center;
      margin-bottom: 150px; }
    .book__inner-row {
      display: flex;
      justify-content: space-between; }
    .book__inner-content {
      width: calc(60% - 20px);
      padding-top: 90px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .book__inner-content h2 {
        margin-bottom: 40px; }
        .book__inner-content h2::before {
          display: none; }
    .book__inner-image {
      width: calc(40% - 20px);
      max-width: 710px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .book__inner-image img {
        width: 100%; }

.mob-only {
  display: none; }

.no-mob {
  display: inline-block; }

@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px; }
  h1 {
    font-size: 45px; }
  h2 {
    font-size: 35px; }
    h2.big {
      font-size: 40px; }
  h3 {
    font-size: 55px; }
    h3.big {
      font-size: 60px; }
  h4 {
    font-size: 35px; }
    h4.sm {
      font-size: 30px; }
  h6 {
    font-size: 25px; }
    h6.sm {
      font-size: 22px; }
  p.lg {
    font-size: 22px;
    line-height: 30px; }
  p.ex {
    font-size: 20px;
    line-height: 25px; }
  p.big {
    font-size: 16px;
    line-height: 24px; }
  .button.primary {
    font-size: 20px;
    padding: 17px; }
  .button.secondary {
    padding: 20px 30px;
    font-size: 25px; }
  .anchor {
    top: -100px; }
  .hero__bg-image {
    height: calc(100% - 78.66px); }
  .hero__inner {
    padding: 200px 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .header__inner {
    padding: 20px 0; }
    .header__inner::before {
      height: 3px; }
    .header__inner-logo {
      width: 80px; }
  .nav {
    max-width: 900px;
    width: calc(100% - 125px); }
    .nav__inner li {
      margin-right: 12px; }
      .nav__inner li a {
        font-size: 13px;
        padding: 3px; }
  .project__inner {
    padding: 150px 0; }
  .info__bg::before {
    z-index: 1; }
  .info__bg-image {
    max-width: unset; }
  .info__inner {
    position: relative;
    z-index: 2; }
    .info__inner-row {
      margin: 0 -15px; }
  .infoItem {
    width: calc(50% - 30px);
    margin: 20px 15px; }
  .token__inner {
    padding: 80px 0 150px; }
    .token__inner-title {
      margin-bottom: 50px; }
    .token__inner-content {
      width: calc(50% - 12px);
      padding: 50px 25px 50px 0; }
      .token__inner-content.rev {
        padding: 50px 0 50px 25px; }
  .tokenItem {
    margin-bottom: 40px; }
    .tokenItem__icon {
      width: 50px;
      height: 50px;
      margin-left: 15px; }
    .tokenItem h2 {
      width: calc(100% - 65px); }
  .charity__inner {
    padding: 60px 0 170px; }
    .charity__inner-logo {
      margin-bottom: 50px; }
    .charity__inner-arrow {
      bottom: 40px;
      width: 50px;
      height: 50px; }
    .charity__inner h2 {
      margin-bottom: 50px; }
  .world__inner-slider {
    padding-bottom: 140px;
    margin: 0 -14px; }
  .world__inner .slick-slide {
    margin: 0 14px; }
  .world__inner .slick-arrow {
    width: 70px;
    height: 70px; }
  .world__inner .slick-prev {
    left: calc(50% - 80px); }
  .world__inner .slick-next {
    right: calc(50% - 80px); }
  .worldItem__image {
    border-radius: 30px;
    border-width: 5px; }
  .book__inner-title {
    margin-bottom: 100px; }
  .book__inner-content {
    padding-top: 60px; } }

@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none; }
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 30px; }
    h2.big {
      font-size: 35px; }
  h3 {
    font-size: 45px; }
    h3.big {
      font-size: 50px; }
  h4 {
    font-size: 30px; }
    h4.sm {
      font-size: 25px; }
  .mint h2 {
    font-size: 40px; }
  .mint .mint-section-outer {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .mint .mint-section-outer .nft-art {
      width: 100%;
      margin: auto; }
      .mint .mint-section-outer .nft-art img {
        border-radius: 54px; }
    .mint .mint-section-outer .nft-controls .mint-controls {
      text-align: center; }
      .mint .mint-section-outer .nft-controls .mint-controls .stage {
        font-weight: 700;
        font-size: 42px;
        margin-bottom: 26px;
        line-height: 1; }
      .mint .mint-section-outer .nft-controls .mint-controls .cost-eth {
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 26px;
        align-items: center;
        line-height: 1; }
        .mint .mint-section-outer .nft-controls .mint-controls .cost-eth .cost-multiplier {
          opacity: 0.5;
          font-size: 18px; }
      .mint .mint-section-outer .nft-controls .mint-controls .cost-usd {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 26px;
        line-height: 1; }
      .mint .mint-section-outer .nft-controls .mint-controls .mint-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          background-color: #ffffff17;
          border-radius: 8px;
          height: 64px;
          padding-left: 12px;
          padding-right: 10px;
          user-select: none;
          /* Make text unselectable */ }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty-btn {
            font-size: 36px;
            text-align: center;
            padding: 12px;
            margin: auto;
            cursor: pointer;
            font-weight: 300;
            user-select: none;
            /* Make text unselectable */ }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .qty-container .qty {
            font-size: 26px;
            margin: auto;
            margin-left: 10px;
            margin-right: 10px;
            width: 18px;
            font-weight: 700;
            user-select: none;
            /* Make text unselectable */
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center; }
        .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn {
          background-color: #006dff;
          font-weight: 700;
          font-size: 26px;
          width: 100%;
          height: 64px;
          border-radius: 8px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          transition: background-color 0.3s ease; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn:not(.disabled):hover {
            background-color: #064aa2; }
          .mint .mint-section-outer .nft-controls .mint-controls .mint-container .mint-btn.disabled {
            background-color: #434953;
            cursor: default; }
    .mint .mint-section-outer .nft-controls .mint-schedule {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: auto;
      width: fit-content; }
      .mint .mint-section-outer .nft-controls .mint-schedule .left {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: flex-start; }
        .mint .mint-section-outer .nft-controls .mint-schedule .left .schedule-title {
          font-size: 28px;
          margin-bottom: 20px;
          font-weight: 400; }
        .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules {
          display: flex; }
          .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container {
            display: flex;
            flex-direction: row;
            align-items: flex-start; }
            .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-icon {
              background-color: #006dff;
              border-radius: 50%;
              border: 2px solid #fff;
              width: 20px;
              height: 20px;
              margin-right: 10px;
              margin-top: 2px; }
            .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info {
              display: flex;
              flex-direction: column; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .stage {
                font-weight: 700;
                font-size: 18px; }
              .mint .mint-section-outer .nft-controls .mint-schedule .left .schedules .schedule-container .schedule-info .date {
                font-size: 15px;
                color: #8b8b8b; }
      .mint .mint-section-outer .nft-controls .mint-schedule .right {
        padding-top: 15px;
        display: flex;
        flex-direction: row;
        gap: 10px; }
        .mint .mint-section-outer .nft-controls .mint-schedule .right .opensea-btn {
          width: 60px;
          height: 60px; }
        .mint .mint-section-outer .nft-controls .mint-schedule .right .collection-btn {
          width: 220px;
          font-size: 23px;
          height: 60px; }
  .mint .artist-section-outer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    max-width: 1250px;
    gap: 50px; }
    .mint .artist-section-outer .artist-img {
      order: 1; }
      .mint .artist-section-outer .artist-img img {
        width: 100%;
        max-width: 480px;
        border-radius: 54px;
        border: 6px solid #006dff; }
    .mint .artist-section-outer .info-container {
      order: 2;
      display: flex;
      flex-direction: column;
      text-align: left; }
      .mint .artist-section-outer .info-container .heading {
        font-weight: 700;
        font-size: 33px;
        margin-bottom: 12px; }
      .mint .artist-section-outer .info-container .content {
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 45px; }
      .mint .artist-section-outer .info-container .socials-container {
        margin-top: 10px;
        display: flex;
        margin: auto;
        width: fit-content;
        gap: 20px; }
        .mint .artist-section-outer .info-container .socials-container img {
          width: 47px;
          height: 47px;
          border: 2px #fff solid;
          border-radius: 50%;
          scale: 1;
          transition: all 0.8 ease; }
          .mint .artist-section-outer .info-container .socials-container img:hover {
            scale: 0.95; }
  .header.active {
    background-color: #0D1A25; }
    .header.active .header__inner::before {
      left: 50%;
      transform: translateX(-50%); }
  body.active {
    overflow: hidden; }
  .nav {
    max-width: unset;
    position: fixed;
    top: 78.66px;
    left: 0;
    width: 100%;
    height: calc(100% - 78.66px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s; }
    .nav.active {
      transform: translate(0, 0);
      -moz-ransform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0); }
    .nav__inner {
      flex-direction: column;
      position: absolute;
      justify-content: unset;
      align-items: center;
      box-sizing: border-box;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 1;
      padding: 40px 20px 20px 20px;
      height: 100%;
      overflow-y: auto;
      background: #0D1A25; }
      .nav__inner li {
        width: 100%;
        margin: 0 0 25px 0; }
        .nav__inner li a {
          width: 100%;
          font-size: 20px;
          text-align: center; }
  .burger {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px; }
    .burger:hover {
      opacity: 0.8; }
    .burger::before {
      top: 20%;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s ease;
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -moz-ransform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .burger span {
      top: 50%;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s ease;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      -moz-ransform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s; }
    .burger::after {
      bottom: 20%;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s ease;
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -moz-ransform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .burger.active::before {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .burger.active span {
      opacity: 0; }
    .burger.active::after {
      bottom: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(-45deg);
      transform: translate(-50%, 50%) rotate(-45deg); }
  .hero__bg-image {
    height: 100%; }
  .meet__inner-row {
    margin: 0 -15px;
    flex-wrap: wrap; }
  .meet__inner-title {
    margin-bottom: 40px; }
  .meetItem {
    width: calc(50% - 30px);
    max-width: unset;
    margin: 30px 15px; } }

@media (max-width: 930px) {
  .about__inner {
    padding: 120px 0; }
    .about__inner-title {
      margin-bottom: 0;
      top: 35px; }
    .about__inner-content {
      margin: auto; }
  .info__inner-title {
    margin-bottom: 50px; }
  .info__inner-row {
    flex-direction: column;
    margin: 0; }
  .infoItem {
    width: 100%;
    margin: 0 0 30px 0; }
  .token__inner-title {
    margin-bottom: 35px; }
    .token__inner-title h2:last-child {
      display: none; }
  .token__inner-row {
    flex-direction: column;
    align-items: flex-start; }
  .token__inner-content {
    width: 100%;
    max-width: unset;
    padding: 30px 20px;
    margin-bottom: 50px;
    min-height: 350px; }
    .token__inner-content:last-child {
      margin: 0; }
    .token__inner-content::before {
      width: 100%; }
    .token__inner-content.rev {
      padding: 30px 20px;
      align-items: flex-start; }
  .token__inner h2.text-title {
    display: inline-block;
    margin-bottom: 35px; }
  .tokenItem {
    width: 100%;
    text-align: start; }
  .charity__inner {
    padding: 50px 0 140px; }
    .charity__inner-row {
      flex-direction: column;
      align-items: center;
      padding: 0; }
    .charity__inner-logo {
      margin-bottom: 35px; }
    .charity__inner-image {
      width: 70%;
      max-width: 450px;
      order: 2; }
    .charity__inner-content {
      width: 100%;
      max-width: unset;
      margin-bottom: 40px; }
    .charity__inner-arrow {
      width: 40px;
      height: 40px; }
    .charity__inner h2 {
      margin-bottom: 40px; }
  .community__inner-row {
    flex-direction: column;
    align-items: center; }
    .community__inner-row::before {
      width: calc(100% + 50px);
      border-radius: 40px 40px 0 0; }
  .community__inner h2 {
    margin-bottom: 50px; }
  .communityItem {
    width: 100%;
    margin-bottom: 50px; }
    .communityItem:last-child {
      margin: 0; }
    .communityItem h6 {
      margin-bottom: 24px; }
    .communityItem p {
      margin-bottom: 24px; }
  .book__inner {
    padding: 40px 0; }
    .book__inner-title {
      margin-bottom: 60px; }
    .book__inner-row {
      flex-direction: column;
      align-items: center; }
    .book__inner-image {
      width: 80%;
      max-width: 500px;
      order: -1;
      margin-bottom: 30px; }
    .book__inner-content {
      width: 100%;
      max-width: unset;
      padding: 0; } }

@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px; }
  h1 {
    font-size: 45px; }
  h2 {
    font-size: 25px;
    padding-bottom: 3px; }
    h2::before {
      height: 3px; }
    h2.big {
      font-size: 30px; }
  h3 {
    font-size: 35px; }
    h3.big {
      font-size: 40px; }
  h4 {
    font-size: 25px; }
    h4.sm {
      font-size: 22px; }
  h6 {
    font-size: 22px; }
    h6.sm {
      font-size: 18px; }
  p.lg {
    font-size: 20px;
    line-height: 30px; }
  p.ex {
    font-size: 16px;
    line-height: 24px; }
  p.big {
    font-size: 15px;
    line-height: 22px; }
  .anchor {
    top: -70px; }
  .button.primary {
    font-size: 30px;
    padding: 15px; }
  .button.secondary {
    padding: 18px 24px;
    font-size: 20px; }
  .input {
    padding: 20px 15px; }
    .input button {
      width: 35px;
      height: 35px; }
    .input input {
      border-width: 3px;
      padding: 24px 15px 24px 65px;
      font-size: 18px; }
  .about__inner-row {
    flex-direction: column; }
    .about__inner-row .aboutItem {
      margin: auto;
      margin-bottom: 46px; }
  .aboutItem__inner {
    padding: 14px; }
  .aboutItem a {
    width: calc(33.3% - 20px);
    margin: 8px 10px; }
  .project__inner {
    padding: 100px 0; }
    .project__inner-row {
      flex-direction: column;
      align-items: flex-start; }
    .project__inner-logo {
      width: 40%;
      margin-bottom: 40px; }
      .project__inner-logo img {
        display: none; }
        .project__inner-logo img.mob {
          display: block; }
    .project__inner-content {
      width: 100%;
      max-width: unset; }
  .meetItem {
    width: calc(50% - 20px);
    margin: 20px 10px; }
  h1 {
    margin: auto; }
  h2 {
    font-size: 35px; }
    h2.big {
      font-size: 40px; }
  .hero__inner {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .hero__inner .hero__inner-content {
      text-align: center;
      max-width: none;
      margin: auto;
      width: 100%; }
  .meetItem__image {
    width: 70%; } }

@media (max-width: 650px) {
  .meet__inner {
    padding: 55px 0 70px; }
    .meet__inner-row {
      margin: 0; }
  .meetItem {
    width: 100%;
    margin: 0 0 40px 0; }
    .meetItem:last-child {
      margin: 0; }
  .world__inner-title {
    margin-bottom: 40px; }
    .world__inner-title h2 {
      font-size: 23px !important; }
  .world__inner-slider {
    padding-bottom: 100px;
    margin: 0 -10px; }
  .world__inner .slick-slide {
    margin: 0 10px; }
  .world__inner .slick-arrow {
    width: 50px;
    height: 50px; }
  .world__inner .slick-prev {
    left: calc(50% - 60px); }
  .world__inner .slick-next {
    right: calc(50% - 60px); }
  .worldItem__image {
    border-radius: 20px;
    border-width: 3px; } }

@media (max-width: 540px) {
  h2.big {
    font-size: 25px; }
  h3 {
    font-size: 30px; }
    h3.big {
      font-size: 32px; }
  p.lg {
    font-size: 17px;
    line-height: 24px; }
  p.big {
    font-size: 15px;
    line-height: 22px; }
  .input {
    padding: 15px 15px; }
    .input button {
      width: 25px;
      height: 25px; }
    .input input {
      border-width: 3px;
      padding: 20px 15px 20px 50px;
      font-size: 15px; }
  .about__inner-row {
    padding-top: 25px; }
  .aboutItem {
    width: calc(50% - 6px); }
    .aboutItem__inner {
      border-width: 3px;
      padding: 8px; }
    .aboutItem a {
      width: calc(33.3% - 12px);
      margin: 6px; }
  .infoItem {
    padding: 16px 16px 24px 16px;
    border-radius: 20px; }
    .infoItem__row {
      margin: -12px 0 12px -8px; }
      .infoItem__row span {
        width: 16px;
        height: 16px; }
    .infoItem__eth {
      width: 50px; }
    .infoItem__icon {
      width: 50px;
      height: 50px;
      margin-bottom: 15px; }
      .infoItem__icon.ex {
        width: 65px;
        height: 65px;
        margin: -10px 0 12px -8px; }
      .infoItem__icon.big {
        width: 80px;
        margin-bottom: 20px; }
    .infoItem h6 {
      margin-bottom: 15px; }
  .token__inner-chart {
    width: 50%;
    height: unset; }
  .token__inner-name {
    margin-bottom: 22px; }
  .token__inner-content {
    min-height: 300px; }
  .tokenItem {
    margin-bottom: 30px; }
    .tokenItem__icon {
      width: 35px;
      height: 35px; }
    .tokenItem h2 {
      width: calc(100% - 50px);
      font-size: 27px; } }

@media (max-width: 750px) {
  .mob-only {
    display: block; }
  .no-mob {
    display: none; }
  h1 {
    margin: auto; }
  h2 {
    font-size: 35px; }
    h2.big {
      font-size: 40px; }
  h6.sm {
    font-size: 30px; }
  .header__inner {
    padding: 20px 0; }
  .header__inner-logo {
    width: 110px; }
  .project__inner {
    min-height: 100vh;
    padding: 0; }
  .whitepaper-btn {
    margin-top: 40px !important; }
  .charity__inner h3 {
    font-size: 40px;
    line-height: 0.82; }
    .charity__inner h3 .eth-amt {
      font-size: 24px;
      font-weight: 400; }
  .charity__inner .charity__inner-content {
    margin-top: 60px; }
    .charity__inner .charity__inner-content .charity__inner-logo {
      width: 80%; }
  .tokenItem h2 {
    line-height: 1; }
  .world__inner-title {
    text-align: center; }
  .world__inner-title h2 {
    font-size: 30px !important;
    margin-bottom: 60px; }
  .hero__inner {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .hero__inner .hero__inner-content {
      text-align: center;
      max-width: none;
      margin: auto;
      width: 100%; }
      .hero__inner .hero__inner-content h1 {
        font-size: 64px;
        padding-top: 80px; }
      .hero__inner .hero__inner-content .button {
        margin-bottom: 45px;
        font-size: 25px;
        padding-top: 36px;
        padding-bottom: 36px; }
      .hero__inner .hero__inner-content p {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
  .burned-container {
    align-items: flex-start;
    width: 100%; }
    .burned-container .burned-breakdown {
      width: 100%;
      justify-content: flex-start;
      align-items: center;
      line-height: 1.4;
      text-align: center; }
      .burned-container .burned-breakdown .burned-counter {
        margin-bottom: 14px; }
  .community .button.secondary.sm {
    margin-bottom: 45px; }
  .meetItem__content p:last-child {
    margin-bottom: 50px; }
  .meetItem__image {
    width: 70%; }
  .button.secondary {
    font-size: 26px;
    margin: auto; }
  .book__inner-content h2 {
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center; }
  .subscribe .subscribe-inner {
    padding-left: 25px;
    padding-right: 25px; }
    .subscribe .subscribe-inner .sub-input-container {
      flex-direction: column; }
    .subscribe .subscribe-inner .input {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: auto; }
    .subscribe .subscribe-inner .button.secondary {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px;
      font-size: 26px; }
  .footer {
    padding-bottom: 45px;
    padding-top: 45px; }
    .footer .footer-container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; }
      .footer .footer-container .left {
        margin: auto !important; }
      .footer .footer-container .center {
        margin: auto !important;
        position: relative;
        left: auto;
        transform: none; }
      .footer .footer-container .right {
        margin: auto !important;
        text-align: center; }
      .footer .footer-container .logo {
        margin-top: 30px;
        margin-bottom: 30px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=main.css.map */