/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #FFFFFF;
  background: #0D0711;
  font-family: "Bungee", sans-serif;
  font-style: normal;
  position: relative;
}

.container {
  max-width: 900px;
  margin: auto;
  width: 90%;
}

section {
  padding-bottom: 80px;
  padding-top: 80px;
}

h1 {
  display: none;
}

h2 {
  max-width: 860px;
  font-family: Bungee;
  font-size: 52px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8823529412), 0px 0px 10px rgba(248, 212, 252, 0.8);
  color: #E5B3FF;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.title {
  font-family: Bungee;
  font-size: 52px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8823529412), 0px 0px 10px rgba(248, 212, 252, 0.8);
}

.middle {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.primary {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8823529412), 0px 0px 10px rgba(248, 212, 252, 0.8);
  color: #E5B3FF;
}

p {
  font-family: Bungee;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2509803922), 0px 0px 10px rgba(212, 252, 252, 0.8);
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  max-width: 860px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 200px;
  color: #E5B3FF;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8823529412), 0px 0px 10px rgba(248, 212, 252, 0.8);
  position: relative;
  padding: 36px 40px;
  font-family: Bungee;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: 250ms;
}
.button:hover {
  scale: 1.1;
  transition: 250ms;
}
.button-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button-bg img {
  width: 100%;
  height: 100%;
}
.button-left {
  padding: 0;
  max-width: 400px;
  width: 100%;
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 100;
}
.button-left img {
  width: 100%;
  height: auto;
}
.button-right {
  padding: 0;
  max-width: 400px;
  width: 100%;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}
.button-right img {
  width: 100%;
  height: auto;
}
.button--mobile {
  display: none;
}
.button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  width: auto;
  flex-wrap: wrap;
}
.button-group .button {
  padding: 0;
  width: 118px;
  height: auto;
}

.copy-button {
  margin-left: auto;
  margin-right: 100px;
  font-size: 32px;
  width: 200px;
  margin-bottom: 20px;
}
.copy-button .button-bg {
  z-index: -1;
}

.video-bg {
  position: fixed;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  z-index: -10;
}
.video-bg__left {
  left: 0;
}
.video-bg__right {
  right: 0;
}
.video-bg video {
  position: relative;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-bg-gradient {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.video-bg-gradient__left {
  right: -4px;
}
.video-bg-gradient__right {
  left: -4px;
}

.img-bg {
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -5;
}
.img-bg-img {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  max-width: 1100px;
  height: 100%;
  z-index: 10;
  transform: translate(50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}

.img-gradient {
  position: fixed;
  right: 0;
  left: 0;
}
.img-gradient__top {
  top: -4px;
}
.img-gradient__bottom {
  bottom: -4px;
}
.img-gradient img {
  width: 100vw;
  height: 100%;
}

img, video {
  width: 100%;
}

.video-overlay {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}
.video-overlay__top {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: auto;
  top: -4px;
  right: 0;
  left: 0;
}
.video-overlay__bottom {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
}

.line {
  max-width: 800px;
  margin: auto;
}
.line img {
  width: 100%;
  height: auto;
}

.arrow {
  position: absolute;
  width: 54px;
  bottom: 60px;
}
.arrow-left {
  left: 30px;
}
.arrow-right {
  right: 30px;
}

.contract {
  max-width: 800px;
  width: 100%;
  padding: 79px;
  position: relative;
}
.contract-address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-family: Bungee;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  word-break: break-word;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2509803922), 0px 0px 10px rgba(212, 252, 252, 0.8);
}
.contract-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contract-bg img {
  width: 100%;
  height: 100%;
}
.contract-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.contract-wrapper .arrow {
  position: absolute;
  width: 180px;
  height: auto;
  top: 80px;
}
.contract-wrapper .arrow-left {
  left: -30px;
  transform: rotate(180deg);
}
.contract-wrapper .arrow-right {
  right: -30px;
}

.preloader {
  opacity: 1;
  transition: opacity 1.5s ease;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.preloader video {
  max-height: 400px;
  width: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.main {
  padding-top: 0;
  padding-bottom: 0;
}
.main .logo {
  margin: auto;
  width: 360px;
  height: auto;
  margin-bottom: 40px;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main-img {
  width: 100%;
}
.main-img__bottom {
  width: 100%;
  max-width: 400px;
}
.main-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 670px;
}
.main-info p {
  margin-bottom: 40px;
}
.main .button-top {
  position: absolute;
  right: 0;
  top: 0;
}
.main .button-group {
  display: none;
}
.main .button-group .button {
  padding: 36px 40px;
  width: auto;
}

.token {
  padding-bottom: 0;
}
.token-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.token video {
  max-width: 900px;
  border-radius: 16px;
}
.token .video-overlay {
  margin-bottom: 60px;
}
.token-image {
  width: 100%;
  max-width: 800px;
}
.token p {
  margin-bottom: 60px;
}
.token .button {
  width: 200px;
}

.about {
  padding-bottom: 0px;
  padding-top: 20px;
}
.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about video {
  max-width: 800px;
  border-radius: 16px;
}
.about-video {
  margin-bottom: 40px;
}
.about-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}
.about-image__question {
  max-width: 512px;
  margin-bottom: 40px;
}
.about p {
  margin-bottom: 60px;
}

.footer {
  position: relative;
}
.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer p {
  margin-bottom: 40px;
}
.footer .title:last-of-type {
  margin-bottom: 24px;
}
.footer-logo {
  max-width: 300px;
  margin-bottom: 24px;
}
.footer-image {
  max-width: 100%;
  width: 900px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}
.footer .button-group {
  margin-bottom: 150px;
}

@media (min-width: 1921px) {
  .button-left, .button-right {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .button-left, .button-right {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1420px) {
  .container {
    max-width: 700px;
  }
  .button-left, .button-right {
    display: none;
  }
  .button--mobile {
    display: flex;
  }
  .main {
    padding-bottom: 80px;
  }
  .main-img {
    max-width: 700px;
    margin-bottom: 140px;
  }
  .main-info {
    top: 540px;
  }
  .main .button {
    position: relative;
  }
  .main .button-top {
    display: none;
  }
  .main .button-group {
    display: flex;
    margin-bottom: 40px;
  }
  .token-image {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 60%;
  }
  .img-bg {
    width: 80vw;
  }
}
@media (max-width: 1024px) {
  p, .middle, .contract-address {
    font-size: 20px;
  }
  h2 {
    font-size: 36px;
  }
  .title {
    font-size: 32px;
  }
  .main-img {
    width: 400px;
    margin-bottom: 300px;
  }
  .main-info {
    top: 420px;
  }
}
@media (max-width: 860px) {
  .main p {
    top: 380px;
  }
  .token .video-overlay, .token p, .about p, .about-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .main p {
    top: 360px;
  }
  .main .button-group {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .main .button-group .button {
    width: 200px;
  }
  .main-img {
    max-width: 300px;
    margin-bottom: 400px;
  }
  .main-img__bottom {
    position: static;
  }
  .img-bg {
    width: 90vw;
  }
  .arrow {
    bottom: -40px;
  }
  .arrow-right {
    right: 40px;
  }
  .arrow-left {
    left: 40px;
  }
  .copy-button {
    margin-right: 0;
    margin: auto;
  }
  .contract-wrapper .arrow {
    display: none;
  }
  .contract {
    padding: 60px 24px;
  }
  .preloader video {
    width: 100%;
    max-width: 90%;
  }
  .copy-button {
    margin-bottom: 10px;
  }
}
@media (max-width: 668px) {
  .main p {
    margin-bottom: 24px;
  }
  .main-img {
    margin-bottom: 500px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 80%;
  }
  .video-bg-gradient {
    display: none;
  }
  .contract {
    padding: 30px 24px;
  }
  .arrow {
    width: 27px;
    bottom: -80px;
  }
  .main-img {
    max-width: 288px;
  }
  .main-info {
    top: 280px;
  }
  .main .logo {
    max-width: 200px;
    margin-bottom: 32px;
  }
  .img-gradient__bottom {
    display: none;
  }
  .video-bg {
    height: 100%;
    width: 100%;
  }
  .video-bg video {
    width: 100%;
    height: 956px;
    min-height: 956px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .button-group {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */