:root {
  --black: black;
  --white: white;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Euclid, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
  transition: color .4s, background-color .4s;
}

h1 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 500;
  line-height: .9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container.is--hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.is--nav {
  padding-top: 3.7em;
  padding-bottom: 3.7em;
}

.container.is--title {
  z-index: 1500;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section.is--hero {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.box {
  border: 2px solid var(--black);
  cursor: pointer;
  background-color: #1f1f1f;
  background-image: url('../images/mark-zuravski-MmC7VSkNTwI-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 20em;
  height: 20em;
  margin-top: 0;
  margin-left: -5.8em;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box.is--grow {
  width: 50em;
  height: 50em;
}

.box.is--2 {
  z-index: 3;
  background-image: url('../images/trumpcoin.jpg');
  margin-top: 15vh;
  margin-left: 9em;
}

.box.is--3 {
  z-index: 4;
  background-image: url('../images/sigmacoin.jpg');
  margin-top: 97vh;
  margin-left: 47.6em;
}

.box.is--4 {
  z-index: 5;
  background-image: url('../images/shibacoin.jpg');
  margin-top: 9vh;
  margin-left: 68.3em;
}

.box.is--5 {
  z-index: 6;
  background-image: url('../images/chillguy.jpg');
  margin-top: 70vh;
  margin-left: 74.1em;
}

.box.is--6 {
  z-index: 7;
  background-image: url('../images/pepecoin.jpg');
  margin-top: 75vh;
  margin-left: 20.6em;
}

.box.is--7 {
  z-index: 8;
  background-image: url('../images/chadcoin.jpg');
  margin-top: 43vh;
  margin-left: 45.7em;
}

.box.is--1 {
  z-index: 2;
  background-image: url('../images/dogecoin.jpg');
}

.alt {
  z-index: 2000;
  background-color: var(--white);
  background-image: url('../images/pexels-cup-of-couple-8473863.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.is--show {
  display: block;
}

.is--hide {
  display: none;
}

.work {
  width: 100%;
  height: 150vh;
  position: relative;
}

.work.is--first {
  background-color: #181818;
}

.work.is--1 {
  z-index: 1;
}

.is--work {
  overflow: hidden;
}

.hero {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  transition: height .3s;
}

.hero.landing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero.landing.white-section {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.hero.landing.white-section.about-something {
  margin-bottom: 50px;
}

.hero.landing.offer {
  margin-bottom: 60px;
}

.box_link {
  display: none;
}

.nav {
  z-index: 5000;
  position: fixed;
  inset: 0% 0% auto;
}

.press {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #ffffff4a;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1em 2.1em;
  font-size: 10px;
  display: flex;
}

.press_icon {
  width: 2em;
  height: 2em;
  margin-right: .7em;
}

.logo {
  color: var(--white);
}

.logo_svg {
  width: 6em;
  height: 5em;
}

.disapire {
  display: none;
}

.section-2 {
  width: 100vw;
  height: 100vh;
}

.half-screen {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.half-screen.offer {
  justify-content: center;
  align-items: center;
}

.heading {
  letter-spacing: 0;
}

.heading.subheading {
  text-align: center;
  margin-top: 60px;
  font-size: 2.5em;
}

.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal.subsection {
  justify-content: flex-start;
  width: 100%;
}

.email-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  margin-bottom: 0;
  margin-right: 20px;
}

.submit-button {
  background-color: #000;
}

.buy-button {
  background-color: #000;
  margin-top: 15px;
  padding-left: 45px;
  padding-right: 45px;
}

.buy-button.second-button {
  padding: 13px 66px;
}

.buy-button.second-button.disapire2 {
  display: none;
}

.buy-button.disapire3 {
  display: block;
}

.black-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.black-section.about-something {
  margin-bottom: 40px;
}

.list-item {
  margin-bottom: 20px;
  font-size: 1.6em;
}

.list {
  margin-top: 20px;
}

.para-section {
  flex-flow: column;
  justify-content: space-between;
  display: block;
}

.para {
  margin-top: 20px;
  display: inline-block;
}

.para.offer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.footer {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media {
  margin-left: 5px;
  margin-right: 5px;
}

.countdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 558px;
  padding: 40px 24px;
  display: flex;
}

.countdown-row {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.countdown-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-number {
  color: #282735;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.countdown-badge {
  color: #36364a;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px solid #122b6914;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.countdown-finished {
  color: #282735;
  background-color: #fff;
  border: 1px solid #122b6914;
  border-radius: 44px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.countdown-paragraph {
  margin-bottom: 0;
}

.email {
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
  margin-bottom: 0;
}

.email-button {
  background-color: #000;
  margin-left: 20px;
}

.offer-heading {
  text-align: center;
  margin-bottom: 0;
}

.success-message-cf8 {
  background-color: #0000;
  border: 1px solid #4cc71f;
  padding-left: 0;
  font-weight: 500;
}

.form-subtitle-cf8 {
  color: #969696;
  text-align: center;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.form-title-cf8 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.text-field-cf8 {
  text-align: left;
  border: 1px solid #0000;
  border-bottom-color: #4cc71f;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
}

.text-field-cf8.big {
  height: 100px;
  margin-top: 10px;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.submit-button-cf8 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf8:hover {
  color: #fff;
  background-color: #000;
}

.form-subwrapper-cf8 {
  width: 100%;
  display: flex;
}

.contact-form-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.form-cf8 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.field-label-cf8 {
  margin-bottom: 0;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  p {
    font-size: 15px;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .box.is--3 {
    margin-top: 89vh;
    margin-left: 42.1em;
  }

  .box.is--4 {
    margin-top: 20vh;
    margin-left: 34.5em;
  }

  .box.is--5 {
    margin-top: 58vh;
    margin-left: 9.2em;
  }

  .box.is--6 {
    margin-top: 106vh;
    margin-left: 19.1em;
  }

  .box.is--7 {
    margin-top: 52vh;
    margin-left: 49.9em;
  }

  .box.is--1 {
    margin-left: -1.5em;
  }

  .logo {
    font-size: 12px;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  .container.is--title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box.is--3 {
    margin-top: 68vh;
    margin-left: 23.6em;
  }

  .box.is--4 {
    margin-top: 36vh;
    margin-left: 32.6em;
  }

  .box.is--5 {
    margin-top: 51vh;
    margin-left: 6em;
  }

  .box.is--6 {
    margin-top: 98vh;
    margin-left: 25em;
  }

  .box.is--7 {
    margin-top: 110vh;
    margin-left: 3.6em;
  }

  .press {
    margin-top: 2em;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.5vw;
  }

  .box.is--3 {
    margin-top: 64vh;
    margin-left: 18em;
  }

  .box.is--4 {
    margin-left: 22.3em;
  }

  .box.is--5 {
    margin-top: 47vh;
    margin-left: 2.5em;
  }

  .box.is--6 {
    margin-top: 85vh;
    margin-left: 2.4em;
  }

  .box.is--7 {
    margin-top: 103vh;
    margin-left: 16.5em;
  }

  .hero.landing {
    display: flex;
  }

  .hero.landing.white-section {
    height: 80%;
  }

  .hero.landing.offer {
    margin-bottom: 100px;
  }

  .hero.landing.contact {
    margin-top: 100px;
  }

  .press {
    font-size: 7px;
  }

  .half-screen {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    letter-spacing: .005em;
    font-size: 6em;
  }

  .heading.subheading {
    text-align: center;
    margin-top: 40px;
    font-size: 2em;
  }

  .horizontal {
    flex-flow: column;
    justify-content: space-around;
    height: 70vh;
  }

  .submit-button {
    height: 100%;
  }

  .buy-button.second-button {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.5em;
  }

  .buy-button.second-button.disapire2 {
    display: block;
  }

  .buy-button.disapire3 {
    display: none;
  }

  .black-section {
    height: 120vh;
  }

  .list-item {
    margin-bottom: 20px;
  }

  .list {
    text-align: left;
    padding-left: 30px;
  }

  .para-section {
    display: block;
  }

  .offer-heading {
    font-size: 3em;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0;
  }

  .form-subwrapper-cf8 {
    flex-direction: column;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .contact-form-wrapper.large {
    height: auto;
  }

  .contact-form {
    width: 100%;
  }
}


@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/EuclidCircularB-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}