@import url(https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: initial;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:root {
  --primary: #fffed2;
  --primary-rgb: 255, 255, 255;
  --white: #fff;
  --wall: #f2e9da;
  --grey: #7c8089;
  --negative: #000;
  --h-negative: #1f1f1f;
  --negative-rgb: 0, 0, 0;
  --grass: #98dfbb;
  --night: #6e86a2;
  --accent: #97d353;
  --h-accent: #7eb63f;
  --yellow: #fcd50c;
  --h-yellow: #dcba0d;
  --darkblue: #0972b3;
  --blue: #2575ea;
  --h-blue: #1861cb;
  --purple: #9f75cc;
  --h-purple: #744aa0;
  --pink: #fb8ac8;
  --alert: #e53502;
  --red: #d35353;
  --h-red: #c13e3e;
  --brown: #96563b;
  --h-brown: #7c432b;
  --light-brown: #fbac75;
  --border: var(--grey);
  --global-width: 1760px;
  --global-p-width: 480px;
  --global-padding: 20px;
  --global-body-bg: var(--grey);
  --gutter: 10px;
  --heading: "Annie Use Your Telescope", cursive;
  --line-height: 1;
  --globall-line-height: 1.3;
  --reduced-line-height: 1.2;
  --body: "Annie Use Your Telescope", cursive;
  --special: "Annie Use Your Telescope", cursive;
  --h1: 18.67vw;
  --h2: 18.5vw;
  --h2-reduced: 13.6vw;
  --h3: 5.7vw;
  --h4: 25px;
  --h5: 54px;
  --h6: 54px;
  --tile-txt: 10.3vw;
  --paragraph: 25px;
  --increased: 26px;
  --small: 73%;
  --rate: 0.85;
  --large-radius: 20px;
  --v-small: 20px;
  --v-medium: 50px;
  --v-large: 120px;
  --t-spacer: 11.5vh;
  --btn-large: 21px;
  --btn-huge: 54px;
  --btn-small: 21px;
  --btn-tiny: 12px;
  --btn-radius: 0;
  --btn-padding: 16.66667px 27.5px;
  --btn-huge-padding: 20px 33.33333px;
  --btn-small-padding: 10px 20.83333px;
  --btn-tiny-padding: 7.5px 11.66667px;
}

@media (min-width: 768px) {
  :root {
    --gutter: 15px;
    --h1: 18.67vw;
    --h2: 20.5vw;
    --h2-reduced: 15.1vw;
    --h3: 5.7vw;
    --h4: 40px;
    --tile-txt: 5.3vw;
    --paragraph: 30px;
    --increased: 50px;
    --v-small: 30px;
    --v-medium: 60px;
    --v-large: 12vh;
    --btn-padding: 20px 33px;
    --btn-small-padding: 10px 25px;
    --btn-huge-padding: 24px 40px;
    --btn-tiny-padding: 9px 14px;
  }
}

@media (min-width: 1024px) {
  :root {
    --gutter: 30px;
    --h1: 10.5vw;
    --h2: 8.88vw;
    --h2-reduced: 6.53vw;
    --h3: 4.9vw;
    --h4: 2vw;
    --tile-txt: 3.5vw;
    --paragraph: 35px;
    --increased: 2.6vw;
    --v-small: 30px;
    --v-medium: 60px;
    --v-large: 16vh;
  }
}

@media (min-width: 1921px) {
  :root {
    --h1: 195px;
    --h2: 170px;
    --h2-reduced: 125px;
    --h3: 93px;
    --h4: 40px;
    --paragraph: 35px;
    --increased: 50px;
    --v-large: 120px;
    --t-spacer: 200px;
    --tile-txt: 54px;
  }
}

@font-face {
  font-display: swap;
  font-family: Hobo;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/hobo.ebc27ba0cf230fc75156.woff2) format("woff2");
}

h1 {
  color: var(--accent);
  font-family: var(--heading);
  font-weight: 400;
  line-height: 0.5;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body);
  font-weight: 600;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: var(--small);
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
  line-height: calc(var(--h2) * 1.1);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

p {
  font-size: var(--paragraph);
}

p.increased {
  font-size: var(--increased);
}

p.tiny {
  font-size: 12px;
}

p small,
p.tiny {
  color: var(--primary);
}

p small {
  font-size: 80%;
}

::selection {
  background: var(--yellow);
  color: var(--primary);
}

::-moz-selection {
  background: var(--yellow);
  color: var(--primary);
}

button {
  all: unset;
  cursor: pointer;
  font-family: var(--body);
  transition: all 0.2s ease-in-out;
}

button:hover {
  transition: all 0.3s ease-in-out;
}

.btn-group {
  display: flex;
}

.btn-group.spaceless .btn {
  margin-top: 0;
}

.btn-group .btn:not(:last-child) {
  margin-right: calc(var(--gutter) / 2);
}

.btn {
  color: inherit;
  cursor: pointer;
  font-family: var(--heading);
  font-size: var(--btn-large);
  line-height: 1;
  padding: var(--btn-padding);
  position: relative;
  text-decoration: none;
  text-transform: none;
}

.btn,
.btn:before {
  transition: all 0.2s ease-in-out;
}

.btn:before {
  border: 2px solid var(--negative);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: perspective(48px) rotateY(3deg) rotateX(6deg) rotate(6deg)
    translateX(6px) scale(1.05);
  transform: perspective(48px) rotateY(3deg) rotateX(6deg) rotate(6deg)
    translateX(6px) scale(1.05);
  width: 100%;
  z-index: -1;
}

.btn:not(.spaceless) {
  margin-top: var(--v-medium);
}

.btn:hover {
  text-decoration: none;
}

.btn:hover,
.btn:hover:before {
  transition: all 0.3s ease-in-out;
}

.btn:hover:before {
  -webkit-transform: perspective(54px) rotateY(5deg) rotateX(10deg) rotate(6deg)
    translateX(6px) scale(1.05);
  transform: perspective(54px) rotateY(5deg) rotateX(10deg) rotate(6deg)
    translateX(6px) scale(1.05);
}

.btn.small {
  font-size: var(--btn-small);
  padding: var(--btn-small-padding);
}

.btn-tiny {
  font-size: var(--btn-tiny);
  padding: var(--btn-tiny-padding);
}

.btn.large {
  font-size: var(--btn-huge);
  padding: var(--btn-huge-padding);
}

.btn.primary {
  color: var(--negative);
}

.btn.primary:before {
  background-color: var(--accent);
}

.btn.blue,
.btn.red,
.btn.yellow {
  color: var(--negative);
}

.btn.blue:before {
  background-color: var(--blue);
}

.btn.red:before {
  background-color: var(--red);
}

.btn.yellow:before {
  background-color: var(--yellow);
}

.btn.secondary {
  color: var(--primary);
}

.btn.secondary:before {
  background-color: var(--negative);
}

[data-ico] {
  display: block;
  height: 24px;
  position: relative;
  -webkit-transform: translateZ(200px);
  transform: translateZ(200px);
  width: 24px;
}

[data-ico]:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

[data-ico="tg"]:before {
  background-image: url(/static/media/tg.fc47b170f7b75e2fcf5b.svg);
}

[data-ico="tw"]:before {
  background-image: url(/static/media/tw.72088bcf41b7c35e8cd6.svg);
}

[data-ico="eth"]:before {
  background-image: url(/static/media/etherscan.5f5d950bc35f383340ed.svg);
}

[data-ico="discord"]:before {
  background-image: url(/static/media/discord.c565e726daa01d8ab4a2.svg);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--accent);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--accent);
  }
}

@-webkit-keyframes whitePulse {
  0% {
    box-shadow: 0 0 0 0 var(--negative);
  }
}

@keyframes whitePulse {
  0% {
    box-shadow: 0 0 0 0 var(--negative);
  }
}

@-webkit-keyframes blackPulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary);
  }
}

@keyframes blackPulse {
  0% {
    box-shadow: 0 0 0 0 var(--primary);
  }
}

@-webkit-keyframes hollowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.2);
  }
}

@keyframes hollowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.2);
  }
}

@-webkit-keyframes hollowPulseNegative {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--negative-rgb), 0.2);
  }
}

@keyframes hollowPulseNegative {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--negative-rgb), 0.2);
  }
}

@-webkit-keyframes bounce {
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-11%);
    transform: translateY(-11%);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  97% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-11%);
    transform: translateY(-11%);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  97% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes wiggle {
  0%,
  7% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle {
  0%,
  7% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  40%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--global-body-bg);
  color: var(--negative);
  display: block;
  font-family: var(--body);
  font-size: 26px;
  line-height: var(--globall-line-height);
  overflow-x: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

[data-theme="positive"] {
  color: var(--primary);
}

[data-theme="negative"] {
  color: var(--negative);
}

#root {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--global-width);
  padding: 0 var(--global-padding);
}

#root > :not(.exclude):not(.fw) {
  width: 100%;
}

.grid-x {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

.grid-x.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.grid-x.justify,
.justify {
  justify-content: space-between;
}

.align-center,
.grid-x.align-center {
  justify-content: center;
}

.grid-x.stretch,
.stretch {
  align-items: stretch;
}

.align-middle,
.grid-x.align-middle {
  align-items: center;
}

.grid-x > hr {
  border-color: var(--border);
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: 100%;
}

.grid-x > hr:first-child {
  margin-bottom: var(--v-small);
}

.grid-x > hr:last-child {
  margin-top: var(--v-small);
}

.cell-10 .cell-12,
.cell-2,
.cell-3,
.cell-4,
.cell-5,
.cell-6,
.cell-7,
.cell-8 {
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: 100%;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.self-top {
  align-self: start;
}

.self-middle {
  align-self: center;
}

.self-bottom {
  align-self: end;
}

.large-border {
  border-radius: var(--large-radius);
}

.break {
  flex-basis: 100%;
  height: 0;
}

.fw {
  margin-left: calc(var(--global-padding) * -1);
  margin-right: calc(var(--global-padding) * -1);
  width: calc(var(--global-padding) * 2 + 100%);
}

.note {
  background-color: #c1cea0;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}

.scene-comp {
  align-items: flex-end;
  -webkit-animation: slide 240s linear infinite;
  animation: slide 240s linear infinite;
  background-repeat: repeat-x;
  background-size: auto 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.road {
  display: block;
  margin-top: -6.1%;
  width: 100%;
  z-index: 0;
}

.train-comp {
  align-items: flex-end;
  -webkit-animation: trainMove 4s ease-in-out infinite;
  animation: trainMove 4s ease-in-out infinite;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.locomotive {
  display: block;
  position: relative;
  width: 49%;
  z-index: 2;
}

.tiers {
  height: 26%;
  left: 59%;
  top: 33%;
  width: 30%;
}

.tiers,
.tiers * {
  position: absolute;
}

.tiers * {
  display: block;
}

.tiers .couple {
  -webkit-animation: tiers 2.1s ease-in-out infinite;
  animation: tiers 2.1s ease-in-out infinite;
  right: 0;
  width: 48%;
}

.tiers .tier1 {
  -webkit-animation: tier1 2.2s ease-in-out infinite;
  animation: tier1 2.2s ease-in-out infinite;
  left: 78%;
  top: 32%;
  width: 7.9%;
}

.tiers .tier2 {
  -webkit-animation: tier2 2s ease-in-out infinite;
  animation: tier2 2s ease-in-out infinite;
  left: 1%;
  top: 5%;
  width: 10%;
}

.wagon-comp {
  -webkit-animation: wagon 7s ease-in-out infinite;
  animation: wagon 7s ease-in-out infinite;
  display: block;
  margin-left: -3.8%;
  position: relative;
  width: 49%;
  z-index: 1;
}

.wagon-comp .arrows {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
  bottom: 100%;
  position: absolute;
  right: 38.5%;
  width: 15%;
}

.circle {
  align-items: center;
  background-color: var(--accent);
  border: 3px solid var(--negative);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 54px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  width: 54px;
}

.circle:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.circle.secondary {
  background-color: var(--negative);
}

.circle.yellow {
  background-color: var(--yellow);
}

.circle.red {
  background-color: var(--white);
  background-color: var(--red);
}

.socials {
  align-items: center;
  display: flex;
}

.socials a:not(:last-child) {
  margin-right: 5px;
}

.highlight {
  background-color: var(--accent);
  color: var(--primary);
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  padding: 1px 7px;
}

[data-theme] {
  position: relative;
}

[data-theme]:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

[data-theme="dark"],
[data-theme="green"] {
  color: var(--primary);
}

[data-theme="dark"]:before {
  background-color: var(--negative);
}

[data-theme="green"]:before {
  background-color: var(--accent);
  border: 3px solid var(--negative);
  box-shadow: inset 0 0 0 20px var(--light-brown);
}

[data-theme="yellow"]:before {
  background-color: var(--yellow);
}

[data-theme="red"]:before {
  background-color: var(--red);
}

[data-theme="blue"]:before {
  background-color: var(--darkblue);
  border: 3px solid var(--negative);
}

[data-theme="brown"] {
  color: var(--negative);
}

[data-theme="brown"]:before {
  background-color: var(--brown);
  border: 3px solid var(--negative);
}

@media (max-width: 1023px) {
  .show-for-large {
    display: none;
  }
  .issue {
    overflow: visible !important;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
  .z-axis {
    display: block;
    -webkit-transform: translateZ(200px);
    transform: translateZ(200px);
  }
}

@media (max-width: 1024px) {
  #root {
    overflow-x: hidden;
  }
  [data-theme="dark"]:before {
    background-color: var(--negative);
  }
  [data-theme="green"]:before {
    background-color: var(--accent);
    border: 3px solid var(--negative);
    box-shadow: inset 0 0 0 5px var(--light-brown);
  }
  [data-theme="yellow"]:before {
    background-color: var(--yellow);
  }
  [data-theme="red"]:before {
    background-color: var(--red);
  }
  [data-theme="blue"]:before {
    background-color: var(--darkblue);
    border: 3px solid var(--negative);
  }
  [data-theme="brown"] {
    color: var(--negative);
  }
  [data-theme="brown"]:before {
    background-color: var(--brown);
    border: 3px solid var(--negative);
  }
}

@media (min-width: 1024px) {
  .cell-2 {
    width: calc(16.66667% - var(--gutter) * 2);
  }
  .cell-3 {
    width: calc(25% - var(--gutter) * 2);
  }
  .cell-4 {
    width: calc(33.33333% - var(--gutter) * 2);
  }
  .cell-5 {
    width: calc(41.66667% - var(--gutter) * 2);
  }
  .cell-6 {
    width: calc(50% - var(--gutter) * 2);
  }
  .cell-7 {
    width: calc(58.33333% - var(--gutter) * 2);
  }
  .cell-8 {
    width: calc(66.66667% - var(--gutter) * 2);
  }
  .cell-10 {
    width: calc(83.33333% - var(--gutter) * 2);
  }
  .cell-12 {
    width: calc(100% - var(--gutter) * 2);
  }
  .large-text-right {
    text-align: right;
  }
  [data-theme="green"]:before {
    box-shadow: inset 0 0 0 20px var(--light-brown);
  }
}

@media (min-width: 1760px) {
  .fw {
    margin-left: calc(((100vw - 1760px) / 2 + var(--global-padding)) * -1);
    margin-right: calc(((100vw - 1760px) / 2 + var(--global-padding)) * -1);
    width: calc(100% + 100vw - 1760px + var(--global-padding) * 2);
  }
}

#root > :not(.spaceless) {
  margin-bottom: var(--v-large);
}

#root > * > .grid-x:not(:last-child):not(.spaceless) {
  margin-bottom: var(--v-medium);
}

[data-ico="clipboard"] {
  height: 24px;
  margin-left: calc(var(--gutter) / 3);
  width: 24px;
}

[data-ico="clipboard"]:before {
  background-image: url(/static/media/clipboard.733fe4dd8bcac2ccf15f.svg);
}

.clipboard {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-family: var(--special);
  font-size: 26px;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.clipboard:hover {
  text-decoration: underline;
}

.contractCopy {
  position: relative;
  z-index: 2;
}

.contractCopy .message {
  background: var(--accent);
  border: 2px solid var(--negative);
  border-radius: var(--btn-radius);
  bottom: 100%;
  box-shadow: inset 0 0 0 5px var(--h-accent);
  color: var(--negative);
  font-size: var(--btn-tiny);
  left: 50%;
  padding: var(--btn-tiny-padding);
}

.contractCopy .message,
.hero-footer .contractCopy {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-footer .contractCopy {
  left: 37%;
  top: 61%;
}

.hero-footer .contractCopy [data-ico="clipboard"]:before {
  background-image: url(/static/media/clipboard-w.733fe4dd8bcac2ccf15f.svg);
}

@media (max-width: 640px) {
  .clipboard .reduced {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .hero-footer .contractCopy:before {
    -webkit-transform: perspective(51px) rotateY(2deg) rotateX(3deg)
      rotate(-1deg) translateX(76px) scale(1.1);
    transform: perspective(51px) rotateY(2deg) rotateX(3deg) rotate(-1deg)
      translateX(76px) scale(1.1);
  }
  .guide .contractCopy:before {
    -webkit-transform: perspective(51px) rotateY(2deg) rotateX(3deg)
      rotate(-1deg) translateX(21px) scale(1.1);
    transform: perspective(51px) rotateY(2deg) rotateX(3deg) rotate(-1deg)
      translateX(21px) scale(1.1);
  }
  .hero-footer .clipboard {
    font-size: 26px;
  }
  .hero-footer .contractCopy {
    top: 65%;
  }
}

@media (min-width: 1024px) {
  .hero-footer .clipboard {
    font-size: 38px;
  }
}

.around {
  align-items: flex-start;
  background-color: var(--wall);
  display: flex;
  flex-flow: column nowrap;
  margin-top: calc(-96px - var(--gutter) - var(--v-small));
  padding-top: calc(96px + var(--gutter) + var(--v-small));
  position: relative;
}

.hobcardboard,
.split1 {
  display: block;
}

.split1 {
  position: relative;
  width: 100%;
}

.split1 img {
  display: block;
}

.splbtn {
  left: 11.7%;
  position: absolute;
  top: 24.7%;
  transition: all 0.2s ease-in-out;
  width: 23%;
}

.splbtn:hover {
  -webkit-transform: scale(1.05) rotate(3deg);
  transform: scale(1.05) rotate(3deg);
  transition: all 0.3s ease-in-out;
}

.cardbase {
  width: 100%;
}

.bear-head {
  left: 30.5%;
  pointer-events: none;
  top: 11%;
  width: 32.3%;
}

.claw,
.bear-head {
  position: absolute;
}

.claw {
  left: 4.5%;
  top: 21.5%;
  width: 13%;
}

.claw img {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

.pissing {
  position: absolute;
  right: 0;
  top: 0;
  width: 25.7%;
}

.hero-footer {
  align-items: center;
  background-color: var(--grey);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.clipcont,
.hero-footer {
  position: relative;
}

.clipcont,
.dexjar {
  transition: all 0.2s ease-in-out;
}

.clipcont:hover,
.dexjar:hover {
  transition: all 0.3s ease-in-out;
}

.dexjar:hover {
  -webkit-transform: scale(0.98) translateX(1.5%);
  transform: scale(0.98) translateX(1.5%);
}

.clipcont:hover {
  -webkit-transform: scale(0.98) translateX(-1.5%);
  transform: scale(0.98) translateX(-1.5%);
}

@media (min-width: 768px) {
  .pissing {
    width: 21.7%;
  }
}

@media (max-width: 1023px) {
  .dexjar {
    margin-left: 5%;
    margin-right: 5%;
  }
  .hero-footer {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .dexjar {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (min-width: 1024px) {
  .clipcont {
    width: 56%;
  }
  .hobcardboard {
    width: 94%;
  }
  .dexjar {
    width: 34%;
  }
  .split1 {
    z-index: 1;
  }
  .split1:before {
    background-image: url(/static/media/extrawall.41da51aded608a6d0b3c.svg);
    background-repeat: repeat-x;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .hero-footer {
    z-index: 3;
  }
  .pissing {
    z-index: 2;
  }
}

@media (min-width: 1441px) {
  .hobcardboard {
    width: 88%;
  }
}

@media (min-width: 1921px) {
  .pissing {
    width: 418px;
  }
  .hobcardboard {
    width: 100%;
  }
  .clipcont {
    width: 1097px;
  }
  .dexjar {
    width: 779px;
  }
}

.logo-left {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--v-small);
  margin-top: var(--gutter);
  position: relative;
  z-index: 99;
}

.logo-left .bearlogo {
  display: block;
  height: 96px;
  overflow: hidden;
  position: relative;
  width: 91px;
}

.logo-left .bearlogo:before {
  background-image: url(/static/media/logo.cc5921070a6729355354.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.logo-left .quicklinks {
  display: flex;
  justify-content: flex-end;
}

.logo-left .quicklinks .btn {
  align-items: center;
  display: flex;
  margin-left: calc(var(--gutter) / 3);
  margin-top: 0;
}

.submenu a {
  text-decoration: none;
}

.submenu a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .submenu {
    max-width: 100%;
  }
  .logo-left .socials {
    display: none;
  }
}

@media (min-width: 641px) {
  .submenu .hide {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navigation {
    position: relative;
  }
  .submenu {
    background-color: var(--brown);
    border: 2px solid var(--negative);
    border-radius: var(--btn-radius);
    color: var(--negative);
    opacity: 0;
    padding: var(--v-small);
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .submenu.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(470px) rotateY(-1deg) rotateX(12deg)
      rotate(-5deg) translateX(0) translateY(0) scale(1);
    transform: perspective(470px) rotateY(-1deg) rotateX(12deg) rotate(-5deg)
      translateX(0) translateY(0) scale(1);
    transition: all 0.3s ease-in-out;
  }
  .submenu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .submenu a,
  .submenu a:hover,
  .submenu a:visited {
    color: inherit;
  }
  #menuToggle,
  .submenu .contractCopy {
    display: flex;
    justify-content: center;
  }
  #menuToggle {
    align-items: center;
    background-color: var(--accent);
    border: 2px solid var(--negative);
    box-shadow: inset 0 0 0 5px var(--h-accent);
    height: 54px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    -webkit-transform: perspective(20px) rotateY(-1deg) rotateX(-2deg)
      rotate(3deg) translateX(0) translateY(0) scale(1);
    transform: perspective(20px) rotateY(-1deg) rotateX(-2deg) rotate(3deg)
      translateX(0) translateY(0) scale(1);
    z-index: 998;
  }
  #menuToggle:before {
    display: none;
  }
  #menuToggle:after {
    left: 20px;
  }
  #menuToggle.btn {
    margin-top: 0;
  }
  #menuToggle span {
    background-color: var(--negative);
    height: 2px;
  }
  #menuToggle.active {
    background-color: var(--brown);
    box-shadow: inset 0 0 0 5px var(--h-brown);
    pointer-events: none;
  }
  #menuToggle.active span {
    background-color: var(--negative);
  }
  #menuToggle > span {
    -webkit-touch-callout: none;
    margin-left: auto;
    position: relative;
    width: 16px;
    z-index: 101;
  }
  #menuToggle > span span {
    display: block;
    position: absolute;
    width: 100%;
  }
  #menuToggle > span span:first-child {
    margin-top: -5px;
  }
  #menuToggle > span span:last-child {
    margin-top: 5px;
  }
  #menuToggle.active > span span {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .submenu {
    max-width: 320px;
  }
}

@media (min-width: 1024px) {
  .navigation {
    justify-content: flex-end;
  }
  .navigation > * {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .logo-left .bearlogo {
    width: 250px;
  }
  .submenu {
    display: flex;
    justify-content: center;
  }
  .submenu li:not(:last-child) {
    margin-right: var(--v-small);
  }
  .submenu a {
    white-space: nowrap;
  }
  #menuToggle {
    display: none;
  }
}

.footer {
  font-family: var(--special);
  font-size: 12px;
  padding-bottom: var(--v-medium);
  padding-top: var(--v-medium);
  position: relative;
}

.footer a {
  color: var(--negative);
}

.footer .copy {
  font-size: 26px;
}

.footer:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-left: calc(var(--global-padding) * -1);
  margin-right: calc(var(--global-padding) * -1);
  position: absolute;
  top: 0;
  width: calc(var(--global-padding) * 2 + 100%);
  z-index: -1;
}

.footer .info > .copy :not(:last-child) {
  margin-right: 20px;
}

.disclaimer small,
.lit small {
  color: var(--negative);
  font-size: 21px;
  line-height: 23.1px;
}

.lit a {
  text-decoration: none;
}

.lit a:hover {
  text-decoration: underline;
}

.stripe {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .contractCopy {
    margin-top: calc(var(--gutter) / 2);
  }
  .lit {
    margin-top: var(--v-small);
  }
  .lit img {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .footer .info {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer .info > .copy :not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 1760px) {
  .footer:before {
    margin-left: calc(((100vw - 1760px) / 2 + var(--global-padding)) * -1);
    margin-right: calc(((100vw - 1760px) / 2 + var(--global-padding)) * -1);
    width: calc(100% + 100vw - 1760px + var(--global-padding) * 2);
  }
}

.launching {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

.sign {
  position: relative;
}

.count {
  display: block;
  left: 33%;
  position: absolute;
  top: 73%;
  -webkit-transform: perspective(270px) rotateY(-1deg) rotateX(-1deg)
    rotate(9deg) translateX(-50%) translateY(-50%) scale(1.05);
  transform: perspective(270px) rotateY(-1deg) rotateX(-1deg) rotate(9deg)
    translateX(-50%) translateY(-50%) scale(1.05);
  z-index: 2;
}

#countdown {
  flex-flow: column nowrap;
}

#countdown,
#countdown ul {
  align-items: center;
  display: flex;
}

#countdown ul {
  justify-content: center;
}

#countdown ul li:not(:last-child):after {
  content: ":";
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

#countdown ul {
  color: var(--white);
  font-family: var(--heading);
  font-size: var(--tile-txt);
}

#countdown li {
  align-items: center;
  display: flex;
}

#countdown .tile {
  background-color: var(--negative);
  border-radius: var(--btn-tiny);
  box-shadow: inset 0 0 0 5px var(--h-negative);
  display: block;
  padding: 1vw;
  position: relative;
}

#countdown .tile:after,
#countdown .tile:before {
  background-color: var(--white);
  border-radius: inherit;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease-in-out;
}

#countdown .tile:before {
  left: 10px;
  width: 22px;
}

#countdown .tile:after {
  left: 38px;
  width: 7px;
}

#countdown li > div {
  text-align: center;
}

#countdown li small {
  color: var(--negative);
  display: block;
  font-family: var(--body);
  font-size: 50%;
  height: 1px;
  margin-top: calc(var(--gutter) / 2);
}

.launching .heading {
  width: 75.2vw;
}

@media (max-width: 1440px) {
  .launching .btn {
    font-size: 3vw;
    padding: 14.11765px 23.52941px;
  }
}

@media (max-width: 1023px) {
  .launching .heading {
    margin-bottom: 50px;
  }
  .launching .btn {
    font-size: 26px;
    margin-top: var(--v-small);
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .sign img {
    margin-left: -25%;
    max-width: 170%;
    width: 170%;
  }
  #countdown .tile:after,
  #countdown .tile:before {
    height: 5px;
  }
  #countdown .tile:before {
    left: 7px;
    width: 12px;
  }
  #countdown .tile:after {
    left: 26px;
    width: 4px;
  }
}

@media (min-width: 1024px) {
  .sign {
    padding: 0 7%;
  }
  .launching .heading {
    width: 40.2vw;
  }
}

@media (min-width: 1921px) {
  .launching .heading {
    width: 775px;
  }
}

#about {
  background-color: var(--grass);
  background: linear-gradient(0deg, #98dfbb 88%, rgba(152, 223, 187, 0) 0);
}

.bush-sep,
.nature {
  width: 100%;
}

#about .heading {
  margin-bottom: -14vh;
  margin-left: 5%;
  margin-top: -22vh;
  width: 60%;
}

.bear-stress {
  position: relative;
}

.bear-stress img {
  display: block;
  width: 100%;
}

.parkbushes {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  #about .heading {
    height: 40vh;
    margin-bottom: -4vh;
    margin-top: -22vh;
    width: 55%;
  }
}

@media (min-width: 1024px) {
  #about .heading {
    height: 0;
    margin-bottom: -22vh;
    margin-top: -33vh;
    width: 40%;
  }
  #about .heading img {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 1441px) {
  #about .heading {
    margin-bottom: -33vh;
  }
}

@media (min-width: 1921px) {
  #about .heading {
    width: 924px;
  }
  #about .heading img {
    width: 100%;
  }
}

#tokenomics {
  align-items: center;
  background-color: var(--grass);
  display: flex;
  flex-flow: column nowrap;
}

#tokenomics .heading {
  margin-top: -6vh;
  width: 60%;
}

.found-jar {
  position: relative;
  width: 100%;
}

.found-jar img {
  display: block;
}

.bearpoop {
  bottom: 9.66%;
  left: 4%;
  position: absolute;
  width: 37%;
}

.pup1,
.pup2 {
  border-radius: 50%;
  height: 21%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 24.5%;
}

.pup1 {
  left: 24.5%;
  top: 49%;
}

.pup2 {
  left: 52.5%;
  top: 47%;
}

@media (min-width: 1024px) {
  #tokenomics .heading {
    margin-bottom: -15vh;
    margin-top: -22vh;
    width: 33%;
  }
}

@media (min-width: 1921px) {
  #tokenomics .heading {
    width: 692px;
  }
}

#roadmap {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

#roadmap .heading {
  width: 70%;
}

.focus img {
  display: block;
}

.roadsteps {
  margin-top: var(--v-large);
  position: relative;
}

.steplist {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  -webkit-transform: translateY(calc(var(--v-large) / -2));
  transform: translateY(calc(var(--v-large) / -2));
  z-index: 1;
}

.roadmap-heading {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  pointer-events: none;
}

.guide {
  margin-top: var(--v-medium);
  width: 100%;
}

.guide .step {
  display: flex;
}

.fsteps {
  max-width: var(--global-width);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  text-align: left;
}

.fsteps,
.large-lbl {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.large-lbl {
  align-items: center;
  border: 3px solid var(--negative);
  color: var(--negative);
  display: flex;
  justify-content: center;
  margin-bottom: var(--v-small);
  padding: var(--btn-huge-padding);
}

.large-lbl.negative {
  background-color: var(--white);
  -webkit-transform: perspective(150px) rotateY(3deg) rotateX(7deg) rotate(5deg)
    translateX(0) scale(1);
  transform: perspective(150px) rotateY(3deg) rotateX(7deg) rotate(5deg)
    translateX(0) scale(1);
}

.large-lbl.light h4 {
  margin-bottom: var(--v-medium);
}

@media (min-width: 768px) {
  .large-lbl {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .roadpath {
    margin-left: calc(var(--global-padding) * -1);
    margin-right: calc(var(--global-padding) * -1);
    width: calc(var(--global-padding) * 2 + 100%);
  }
  .roadsteps {
    margin-bottom: var(--v-large);
  }
}

@media (min-width: 1024px) {
  #roadmap h2 {
    width: 33vw;
  }
  #roadmap .heading {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    width: auto;
  }
  #roadmap .heading p {
    max-width: 640px;
  }
  .large-lbl {
    width: 100%;
  }
}

#promo {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

#promo .heading {
  width: 85%;
}

.jarlinks {
  position: relative;
  width: 60%;
}

.jarlinks .comp > * {
  transition: all 0.2s ease-in-out;
}

.jarlinks .comp > :hover {
  transition: all 0.3s ease-in-out;
}

.ethlid,
.tglid,
.twlid {
  display: block;
  position: absolute;
  z-index: 1;
}

.ethlid {
  left: 10%;
  top: -16%;
  width: 55%;
}

.ethlid:hover {
  -webkit-transform: scale(1.025) translateX(-3%);
  transform: scale(1.025) translateX(-3%);
}

.tglid {
  left: 50%;
  top: -8%;
  width: 55%;
}

.tglid:hover {
  -webkit-transform: scale(1.025) translateX(3%);
  transform: scale(1.025) translateX(3%);
}

.twlid {
  left: -16%;
  top: 54%;
  width: 55%;
}

.twlid:hover {
  -webkit-transform: scale(1.025) translateX(-3%) translateY(3%);
  transform: scale(1.025) translateX(-3%) translateY(3%);
}

.jarbtn {
  display: block;
}

.jarbtn:hover {
  -webkit-transform: scale(0.99) translateX(10px);
  transform: scale(0.99) translateX(10px);
}

@media (max-width: 1023px) {
  #promo .heading {
    margin-bottom: 10vh;
  }
}

@media (min-width: 1024px) {
  #promo .heading {
    width: 46vw;
  }
  .jarlinks {
    width: 28vw;
  }
}

@media (min-width: 1921px) {
  #promo .heading {
    width: 1012px;
  }
  .jarlinks {
    width: 613px;
  }
}
