*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  background-color: #fff8f1;
  font-family: "Outfit", sans-serif;
  color: #2C3131;
  overflow-x: hidden;
}

a {
  color: initial;
  text-decoration: none;
}

.colored-text {
  color: #FF9A5F;
}

.mobile-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.5rem;
  border-radius: 1rem;
  background: #FF9A5F;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.2s all ease;
  margin: 0 auto;
  padding: 0.6rem 1.3rem;
  display: none;
  transition: 0.2s all ease;
}
@media only screen and (min-width: 93.75em) {
  .mobile-hero-btn {
    font-size: 2.2rem;
  }
}
.mobile-hero-btn:hover, .mobile-hero-btn:focus {
  background-color: #2C3131;
}
.mobile-hero-btn:hover, .mobile-hero-btn:focus {
  background-color: #2C3131;
}
@media only screen and (max-width: 75em) {
  .mobile-hero-btn {
    display: flex;
  }
}
.mobile-hero-btn .hero-available {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-hero-btn .hero-available p {
  font-size: 1.4rem;
  color: #FFF8F1;
}
.mobile-hero-btn .hero-available p:last-child {
  font-size: 1.6rem;
  font-weight: 700;
}

.modal {
  display: none;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.97);
}
@media only screen and (max-width: 75em) {
  .modal {
    display: none;
  }
}
.modal .modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.modal .modal-inner .modal-content {
  text-align: center;
  position: relative;
}
.modal .modal-inner .modal-content .modal-cancel {
  position: absolute;
  top: -3rem;
  padding: 3rem 0;
  cursor: pointer;
  right: -5rem;
}
@media only screen and (min-width: 93.75em) {
  .modal .modal-inner .modal-content .modal-cancel {
    right: -7rem;
  }
}
.modal .modal-inner .modal-content .modal-cancel span {
  width: 3rem;
  height: 0.2rem;
  display: block;
  background-color: #FF9A5F;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 93.75em) {
  .modal .modal-inner .modal-content .modal-cancel span {
    width: 3.4rem;
    height: 0.3rem;
  }
}
.modal .modal-inner .modal-content .modal-cancel span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
  margin-bottom: -1px;
}
.modal .modal-inner .modal-content .modal-cancel span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
.modal .modal-inner .modal-content .qr_container {
  background-color: #FF9A5F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 28rem;
  height: 33rem;
  border-radius: 2rem;
  color: #2C3131;
  position: relative;
}
@media only screen and (min-width: 93.75em) {
  .modal .modal-inner .modal-content .qr_container {
    width: 45rem;
    height: 45rem;
  }
}
.modal .modal-inner .modal-content .qr-info {
  color: #FFF8F1;
  font-size: 2.5rem;
  margin: 1.5rem 0;
  font-weight: 500;
}
@media only screen and (min-width: 93.75em) {
  .modal .modal-inner .modal-content .qr-info {
    font-size: 3rem;
    margin: 3rem 0;
  }
}
.modal .modal-inner .modal-content .qr-code {
  width: 24rem;
  height: 30rem;
}
@media only screen and (min-width: 93.75em) {
  .modal .modal-inner .modal-content .qr-code {
    width: 35rem;
    height: 40rem;
  }
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
}
.header .header__inner {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  /******* mobile__nav section *******/
}
.header .header__inner .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 10rem;
  height: 4rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 93.75em) {
  .header .header__inner .nav {
    padding: 3rem 15rem;
  }
}
@media only screen and (max-width: 75em) {
  .header .header__inner .nav {
    padding: 3rem 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header .header__inner .nav {
    padding: 3rem 3rem;
  }
}
.header .header__inner .nav .logo-container img {
  transform: scale(1.2);
}
.header .header__inner .nav .nav__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7rem;
}
@media only screen and (max-width: 75em) {
  .header .header__inner .nav .nav__lists {
    display: none;
  }
}
.header .header__inner .nav .nav__lists .nav__list {
  list-style: none;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 93.75em) {
  .header .header__inner .nav .nav__lists .nav__list {
    font-size: 2.2rem;
    padding: 0 2rem;
  }
}
.header .header__inner .nav .nav__lists .nav__link {
  color: #2C3131;
  transition: 0.2s all ease;
}
.header .header__inner .nav .nav__lists .nav__link:hover, .header .header__inner .nav .nav__lists .nav__link:focus {
  color: #FF9A5F;
}
.header .header__inner .nav .button-container .nav-btn {
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.5rem;
  border-radius: 1rem;
  background: #FF9A5F;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.2s all ease;
}
@media only screen and (min-width: 93.75em) {
  .header .header__inner .nav .button-container .nav-btn {
    font-size: 2.2rem;
  }
}
.header .header__inner .nav .button-container .nav-btn:hover, .header .header__inner .nav .button-container .nav-btn:focus {
  background-color: #2C3131;
}
@media only screen and (max-width: 75em) {
  .header .header__inner .nav .button-container .nav-btn {
    display: none;
  }
}
.header .header__inner .mobile__nav {
  position: relative;
  display: none;
  z-index: 99;
}
@media only screen and (max-width: 75em) {
  .header .header__inner .mobile__nav {
    display: block;
  }
}
.header .header__inner .mobile__nav .hamburger {
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
}
.header .header__inner .mobile__nav .hamburger.active span {
  background-color: #2C3131;
  position: fixed;
  margin-top: 0.2rem;
  right: 3rem;
}
@media only screen and (max-width: 75em) {
  .header .header__inner .mobile__nav .hamburger.active span {
    right: 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header .header__inner .mobile__nav .hamburger.active span {
    right: 3rem;
  }
}
.header .header__inner .mobile__nav .hamburger.active span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.header .header__inner .mobile__nav .hamburger.active span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
.header .header__inner .mobile__nav .hamburger span {
  width: 2.5rem;
  height: 0.2rem;
  display: block;
  background-color: #2C3131;
  transition: all 0.3s ease-in-out;
}
.header .header__inner .mobile__nav .hamburger span:first-child {
  margin-bottom: 1rem;
}
.header .header__inner .mobile__nav .nav-contents {
  width: 100%;
  height: 100vh;
  background-color: #FFF8F1;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease-out;
  display: block;
  top: 0;
  left: -100%;
  right: 0;
  visibility: hidden;
  opacity: 1;
}
.header .header__inner .mobile__nav .nav-contents .mobile-ham-logo {
  padding: 3rem 3rem;
}
.header .header__inner .mobile__nav .nav-contents ul {
  position: relative;
  top: 10%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 5rem;
}
.header .header__inner .mobile__nav .nav-contents ul .nav-active a {
  color: #FF9A5F;
}
.header .header__inner .mobile__nav .nav-contents ul .mobile__list {
  margin: 2rem 0;
  list-style-type: none;
}
.header .header__inner .mobile__nav .nav-contents ul .mobile__list .mobile__link {
  color: #2C3131;
  font-size: 2.5rem;
  transition: 0.2s all ease;
}
.header .header__inner .mobile__nav .nav-contents ul .mobile__list .mobile__link:hover, .header .header__inner .mobile__nav .nav-contents ul .mobile__list .mobile__link:focus {
  color: #FF9A5F;
}
.header .header__inner .mobile__nav .nav-contents .mobile-ham-btn {
  margin-top: 7.5rem;
  position: absolute;
  margin-left: 5rem;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 75em) {
  .header .header__inner .mobile__nav .nav-contents .mobile-ham-btn {
    margin-top: 14rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header .header__inner .mobile__nav .nav-contents .mobile-ham-btn {
    margin-top: 10rem;
  }
}
.header .header__inner .mobile__nav .nav-contents .mobile-ham-btn:hover, .header .header__inner .mobile__nav .nav-contents .mobile-ham-btn:focus {
  background-color: #2C3131;
}
.header .header__inner .mobile__nav .activate {
  visibility: visible;
  left: 0;
}
.header .hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100vh;
  margin: 0 auto;
  flex-direction: column;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .header .hero-section {
    margin: 0 auto;
  }
}
.header .hero-section .elipse {
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header .hero-section .elipse img {
  transform: scale(0.8);
}
.header .hero-section .eclipse-1 {
  left: 0;
  right: 0;
}
.header .hero-section .eclipse-1 .eclipse-image-1 {
  margin-top: -6rem;
}
@media only screen and (max-width: 75em) {
  .header .hero-section .eclipse-1 .eclipse-image-1 {
    transform: scale(0.5);
  }
}
.header .hero-section .eclipse-2 {
  top: -2rem;
  right: -2rem;
}
@media only screen and (max-width: 75em) {
  .header .hero-section .eclipse-2 {
    display: none;
  }
}
.header .hero-section .eclipse-3 {
  bottom: -22rem;
  right: -5rem;
}
@media only screen and (max-width: 75em) {
  .header .hero-section .eclipse-3 {
    display: none;
  }
}
.header .hero-section .hero-section_heading {
  font-size: 6.5rem;
  margin-bottom: 2rem;
  max-width: 100rem;
  line-height: 1.2;
}
@media only screen and (min-width: 93.75em) {
  .header .hero-section .hero-section_heading {
    font-size: 8.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .header .hero-section .hero-section_heading {
    font-size: 6rem;
    max-width: 70rem;
    margin: 0 auto 2rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header .hero-section .hero-section_heading {
    font-size: 4.3rem;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 23.5em) {
  .header .hero-section .hero-section_heading {
    font-size: 3.5rem;
  }
}
.header .hero-section .hero-section_intro {
  font-size: 2.3rem;
  max-width: 65rem;
  margin: 0 auto;
  line-height: 3.5rem;
  font-weight: 400;
  color: #626262;
}
@media only screen and (min-width: 93.75em) {
  .header .hero-section .hero-section_intro {
    font-size: 3rem;
    max-width: 80rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 75em) {
  .header .hero-section .hero-section_intro {
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 60rem;
    padding: 0 2.8rem;
  }
}
@media only screen and (max-width: 23.5em) {
  .header .hero-section .hero-section_intro {
    font-size: 1.6rem;
  }
}
.header .hero-section .hero-btn-container {
  margin-top: 4rem;
}
.header .hero-section .hero-btn-container .hero-section-btn {
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.5rem;
  border-radius: 1rem;
  background: #FF9A5F;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media only screen and (min-width: 93.75em) {
  .header .hero-section .hero-btn-container .hero-section-btn {
    font-size: 2.2rem;
  }
}
.header .hero-section .hero-btn-container .hero-section-btn:hover, .header .hero-section .hero-btn-container .hero-section-btn:focus {
  background-color: #2C3131;
}
@media only screen and (max-width: 75em) {
  .header .hero-section .hero-btn-container .hero-section-btn {
    display: none;
  }
}
.header .hero-section .hero-btn-container .hero-section-btn:hover, .header .hero-section .hero-btn-container .hero-section-btn:focus {
  background-color: #2C3131;
}

.audience {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.audience .audience-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 75em) {
  .audience .audience-inner {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.audience .audience_info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  margin: 0 auto;
  flex-direction: column;
  width: 45rem;
  position: relative;
  top: 60px;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info {
    width: 60rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info {
    width: 85%;
  }
}
.audience .audience_info .audience__heading {
  font-size: 4rem;
  max-width: 50rem;
  line-height: 1.3;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .audience__heading {
    font-size: 5rem;
    max-width: 60rem;
  }
}
@media only screen and (max-width: 75em) {
  .audience .audience_info .audience__heading {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .audience__heading {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto;
    max-width: 30rem;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid #E3E3E3;
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .info-wrapper-container .info-wrapper {
    margin: 0 auto;
    flex-direction: column;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper__heading {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__heading {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 75em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__heading {
    font-size: 2rem;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper__heading .mobile-soon {
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 1rem;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__heading .mobile-soon {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__heading .mobile-soon {
    display: none;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper__num {
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 3rem;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__num {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__num {
    margin-bottom: 1.6rem;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper__num .mobile-soon {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__num .mobile-soon {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper__explanation {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #626262;
  max-width: 40rem;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__explanation {
    font-size: 2.3rem;
    max-width: 55rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .audience .audience_info .info-wrapper-container .info-wrapper__explanation {
    font-size: 1.5rem;
  }
}
.audience .audience_info .info-wrapper-container .info-wrapper--nft {
  border-bottom: none;
}
.audience .audience_info .info-wrapper-container .info-btn-container {
  margin-top: 4.5rem;
  position: relative;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-btn-container {
    margin-top: 4.8rem;
  }
}
.audience .audience_info .info-wrapper-container .info-btn-container .info-btn {
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.5rem;
  border-radius: 1rem;
  background: #FF9A5F;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.2s all ease;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience_info .info-wrapper-container .info-btn-container .info-btn {
    font-size: 2.2rem;
  }
}
.audience .audience_info .info-wrapper-container .info-btn-container .info-btn:hover, .audience .audience_info .info-wrapper-container .info-btn-container .info-btn:focus {
  background-color: #2C3131;
}
@media only screen and (max-width: 75em) {
  .audience .audience_info .info-wrapper-container .info-btn-container .info-btn {
    display: none;
  }
}
.audience .audience-img-wrapper {
  position: relative;
}
.audience .audience-img-wrapper .audience-img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 93.75em) {
  .audience .audience-img-wrapper .audience-img {
    width: 73rem;
    height: 100%;
  }
}

.gist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20rem;
}
@media only screen and (max-width: 75em) {
  .gist {
    flex-direction: column;
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .gist {
    margin-top: 11rem;
  }
}
.gist-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
}
@media only screen and (min-width: 93.75em) {
  .gist-inner {
    max-width: 120rem;
  }
}
@media only screen and (max-width: 75em) {
  .gist-inner {
    flex-direction: column;
    justify-content: center;
    max-width: initial;
  }
}
.gist-inner .gist-img-wrapper {
  background: #f8e5d8;
  border-radius: 2rem;
}
@media only screen and (max-width: 75em) {
  .gist-inner .gist-img-wrapper {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .gist-inner .gist-img-wrapper {
    margin: 0 2rem;
  }
}
.gist-inner .gist-img-wrapper .gist-inner__img {
  border-radius: 2rem;
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 93.75em) {
  .gist-inner .gist-img-wrapper .gist-inner__img {
    width: 55rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .gist-inner .gist-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 75em) {
  .gist-inner .gist-caption {
    text-align: center;
  }
}
.gist-inner .gist-caption__heading {
  font-size: 3.5rem;
}
@media only screen and (min-width: 93.75em) {
  .gist-inner .gist-caption__heading {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .gist-inner .gist-caption__heading {
    font-size: 3.2rem;
  }
}
.gist-inner .gist-caption__about {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
  max-width: 45rem;
  font-weight: 400;
  color: #626262;
}
@media only screen and (min-width: 93.75em) {
  .gist-inner .gist-caption__about {
    font-size: 2.7rem;
    max-width: 55rem;
  }
}
@media only screen and (max-width: 75em) {
  .gist-inner .gist-caption__about {
    max-width: 35rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .gist-inner .gist-caption__about {
    font-size: 1.8rem;
    padding: 0 3rem;
    text-align: center;
    margin: 1.2rem auto 0;
  }
}
.gist-inner .gist-caption .gist-btn-wrapper {
  margin-top: 3.5rem;
}
.gist-inner .gist-caption .gist-btn-wrapper .gist-btn {
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.5rem;
  border-radius: 1rem;
  background: #FF9A5F;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.2s all ease;
}
@media only screen and (min-width: 93.75em) {
  .gist-inner .gist-caption .gist-btn-wrapper .gist-btn {
    font-size: 2.2rem;
  }
}
.gist-inner .gist-caption .gist-btn-wrapper .gist-btn:hover, .gist-inner .gist-caption .gist-btn-wrapper .gist-btn:focus {
  background-color: #2C3131;
}
@media only screen and (max-width: 75em) {
  .gist-inner .gist-caption .gist-btn-wrapper .gist-btn {
    display: none;
  }
}

.set-up {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20rem;
}
@media only screen and (max-width: 75em) {
  .set-up {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .set-up {
    margin-top: 11rem;
  }
}
.set-up .set-up_inner {
  text-align: center;
}
.set-up .set-up_inner .set-up__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.set-up .set-up_inner .set-up__header .set-up__title {
  font-size: 4rem;
  max-width: 50rem;
  line-height: 1.3;
  margin-top: 2rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .set-up_inner .set-up__header .set-up__title {
    font-size: 4.7rem;
    max-width: 55rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .set-up_inner .set-up__header .set-up__title {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .set-up .set-up_inner .set-up__header .set-up__title {
    font-size: 3.2rem;
    max-width: 30rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 23.5em) {
  .set-up .set-up_inner .set-up__header .set-up__title {
    font-size: 2.5rem;
  }
}
.set-up .set-up_inner .set-up__header .set-up__info {
  font-size: 1.7rem;
  color: #626262;
  margin-top: 3rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .set-up_inner .set-up__header .set-up__info {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .set-up_inner .set-up__header .set-up__info {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .set-up .set-up_inner .set-up__header .set-up__info {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.set-up .gist-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11rem;
  width: 100vw;
  padding-bottom: 7rem;
  background-color: #ffdcc5;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions {
    margin-top: 18rem;
    padding-bottom: 15rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions {
    margin-top: 5rem;
    background-color: initial;
    width: 100vw;
  }
}
.set-up .gist-actions-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 110rem;
  text-align: center;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner {
    max-width: 120rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner {
    justify-content: center;
    flex-direction: column;
    max-width: initial;
  }
}
.set-up .gist-actions-inner .action-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 29rem;
  height: 31rem;
  margin-top: -7rem;
  border-radius: 2rem;
  padding: 3rem;
  background-color: #fff8f1;
  border: 1px solid #E3E3E3;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container {
    margin-top: -13rem;
    width: 31rem;
    height: 40rem;
    padding: 3.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container {
    margin-top: 0;
    margin-bottom: 6rem;
    max-width: 70%;
    height: 27rem;
    padding: 3rem 2rem;
  }
}
.set-up .gist-actions-inner .action-container .action-icon {
  width: 20rem;
  height: 20rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container .action-icon {
    width: 23rem;
    height: 23rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container .action-icon {
    width: 16rem;
    height: 16rem;
  }
}
.set-up .gist-actions-inner .action-container .action-icon--share {
  width: 14rem;
  height: 14rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container .action-icon--share {
    width: 16rem;
    height: 16rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container .action-icon--share {
    width: 14rem;
    height: 14rem;
  }
}
.set-up .gist-actions-inner .action-container .action-icon--earn {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container .action-icon--earn {
    width: 13rem;
    height: 13rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container .action-icon--earn {
    width: 13rem;
    height: 13rem;
  }
}
.set-up .gist-actions-inner .action-container .action-title {
  font-size: 2.2rem;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container .action-title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container .action-title {
    font-size: 2.2rem;
  }
}
.set-up .gist-actions-inner .action-container .action-about {
  font-size: 1.7rem;
  color: #626262;
  margin-top: 2rem;
  max-width: 29rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 93.75em) {
  .set-up .gist-actions-inner .action-container .action-about {
    font-size: 2.5rem;
    max-width: 40rem;
  }
}
@media only screen and (max-width: 75em) {
  .set-up .gist-actions-inner .action-container .action-about {
    font-size: 1.6rem;
    max-width: 26rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .set-up .gist-actions-inner .action-container .action-about {
    font-size: 1.6rem;
  }
}

.wait-list {
  padding: 11rem 0 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 75em) {
  .wait-list {
    flex-direction: column;
    padding: 0 0 17rem;
  }
}
.wait-list__intro {
  font-size: 4.8rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 93.75em) {
  .wait-list__intro {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .wait-list__intro {
    width: 85%;
    font-size: 3rem;
  }
}
.wait-list__heading {
  font-size: 2rem;
  margin-bottom: 1.4rem;
  max-width: 60rem;
  line-height: 150%;
}
@media only screen and (min-width: 93.75em) {
  .wait-list__heading {
    font-size: 3rem;
    max-width: 90rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .wait-list__heading {
    width: 85%;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.wait-list .form {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 75em) {
  .wait-list .form {
    flex-direction: column;
    margin: 0 auto;
  }
}
.wait-list .form label {
  display: none;
}
.wait-list .form #email {
  width: 100%;
  max-width: 40rem;
  height: 2.5rem;
  padding: 2.3rem;
  border-radius: 0.9rem;
  border: 1px solid #E3E3E3;
  font-family: inherit;
  font-size: 1.8rem;
  color: #626262;
  margin-right: 1rem;
  outline: none;
}
@media only screen and (min-width: 93.75em) {
  .wait-list .form #email {
    max-width: 55rem;
    padding: 2.8rem;
    height: 3.5rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .wait-list .form #email {
    margin-bottom: 3rem;
    width: 80%;
    margin-right: 0;
  }
}
.wait-list .form #submit {
  width: 100%;
  max-width: 15rem;
  height: 2.5rem;
  padding: 2.3rem;
  font-size: 1.8rem;
  font-family: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF9A5F;
  color: #ffffff;
  border-radius: 0.9rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s all ease;
}
.wait-list .form #submit:hover, .wait-list .form #submit:focus {
  background-color: #2C3131;
}
@media only screen and (min-width: 93.75em) {
  .wait-list .form #submit {
    max-width: 25rem;
    padding: 2.8rem;
    height: 3.5rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 75em) {
  .wait-list .form #submit {
    width: 80%;
    max-width: 40rem;
  }
}
.wait-list .form ::-moz-placeholder {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  color: #626262;
}
.wait-list .form :-ms-input-placeholder {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  color: #626262;
}
.wait-list .form ::placeholder {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  color: #626262;
}
@media only screen and (min-width: 93.75em) {
  .wait-list .form ::-moz-placeholder {
    font-size: 2.5rem;
  }
  .wait-list .form :-ms-input-placeholder {
    font-size: 2.5rem;
  }
  .wait-list .form ::placeholder {
    font-size: 2.5rem;
  }
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin: 25rem auto 20rem;
}
@media only screen and (min-width: 93.75em) {
  .card {
    margin: 30rem auto 13rem;
    max-width: 120rem;
  }
}
@media only screen and (max-width: 75em) {
  .card {
    margin: 14rem auto 3rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 37.5em) {
  .card {
    margin: 10rem auto 0;
  }
}
.card .card-inner {
  background-image: url("../images/Frame.svg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40rem;
  position: relative;
}
@media only screen and (min-width: 93.75em) {
  .card .card-inner {
    height: 50rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 75em) {
  .card .card-inner {
    height: 24rem;
    background-image: url("../images/mobile-card.svg");
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .card .card-inner {
    border-radius: 0;
  }
}
.card .card-inner .card-phone {
  width: 35rem;
  height: 53rem;
  position: absolute;
  right: 3rem;
  bottom: 0;
}
@media only screen and (min-width: 93.75em) {
  .card .card-inner .card-phone {
    width: 45rem;
    height: 70rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 75em) {
  .card .card-inner .card-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 25rem;
    height: 40rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 23.5em) {
  .card .card-inner .card-phone {
    width: 25rem;
    height: 35rem;
  }
}
.card .mobile-card {
  display: none;
}
@media only screen and (max-width: 75em) {
  .card .mobile-card {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FF9A5F;
    width: 100%;
    height: 16rem;
    color: #ffffff;
    text-align: center;
    padding: 3rem 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    top: -9rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .card .mobile-card {
    border-radius: 0;
  }
}
.card .mobile-card .mobile-card__heading {
  font-size: 2.4rem;
  max-width: 30rem;
}
.card .mobile-card .card-mobile-btn {
  background-color: #FFF8F1;
  margin-top: 1.6rem;
}
.card .mobile-card .card-mobile-btn p {
  color: #FF9A5F;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
  color: #626262;
  border-top: 1px solid #CFD1D4;
}
@media only screen and (min-width: 93.75em) {
  .footer {
    max-width: 120rem;
  }
}
@media only screen and (max-width: 75em) {
  .footer {
    flex-direction: column-reverse;
  }
}
.footer .footer-rights,
.footer .footer__list {
  font-size: 1.6rem;
}
@media only screen and (max-width: 75em) {
  .footer .footer-rights,
.footer .footer__list {
    font-size: 1.4rem;
    color: #626262;
  }
}
@media only screen and (min-width: 93.75em) {
  .footer .footer-rights,
.footer .footer__list {
    font-size: 2.2rem;
  }
}
.footer .footer-lists {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 75em) {
  .footer .footer-lists {
    margin-bottom: 4rem;
  }
}
.footer .footer-lists .footer__list {
  margin: 0 2rem;
  transition: 0.2s all ease;
}
.footer .footer-lists .footer__list:hover, .footer .footer-lists .footer__list:focus {
  color: #FF9A5F;
}/*# sourceMappingURL=main.css.map */