:root {
  --white: white;
  --light-grey: #cecece;
  --grey: #86868b;
  --dark: #1d1d1f;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-size: 69px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

a {
  color: var(--grey);
  text-decoration: underline;
}

img {
  display: inline-block;
}

strong {
  color: var(--light-grey);
  font-weight: 700;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-big {
  color: var(--light-grey);
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.hero-wrapper {
  max-width: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  border: 1px #000;
}

.small-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-image: linear-gradient(rgba(0, 36, 143, .79), rgba(66, 0, 77, .91) 64%, rgba(30, 0, 99, .84)), url('../images/Hero-Image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 90px;
  display: flex;
}

.grid-9x9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gourmet-world-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  text-align: center;
  margin-top: 20px;
}

.news-image-wrapper {
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
}

.grid-2---1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.logo-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-wrapper {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span {
  color: rgba(255, 255, 255, .45);
}

.text-big {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

.social-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.title-section {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  max-width: 120px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
}

.input-wrapper {
  width: 100%;
  height: 62px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.arrow-icon-wrap {
  width: 16px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.gourmet-world-image-wrap {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gourmet-world-text-wrap {
  background-color: rgba(0, 0, 0, 0);
}

.container-s {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-wrap {
  justify-content: center;
  display: flex;
}

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

.intro-wrapper, .gourmet-world-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-gallery {
  background-color: var(--dark);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  direction: ltr;
}

.start-game-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #cecece;
  mix-blend-mode: normal;
  border: 1px solid #cecece;
  border-radius: 60px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 40px;
}

.text-normal {
  color: #cecece;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-normal.black {
  color: #000;
}

.text-small {
  color: #86868b;
  margin-bottom: 10px;
  font-size: 14px;
}

.submit-button {
  color: #cecece;
  -webkit-text-stroke-color: #cecece;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px 40px;
}

.subscribe-content {
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #86868b;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 40px 60px;
  display: flex;
}

.input-field {
  direction: ltr;
  margin-bottom: 0;
  padding: 8px;
}

.input-field::-ms-input-placeholder {
  color: #cecece;
  line-height: 150%;
}

.input-field::placeholder {
  color: #cecece;
  line-height: 150%;
}

.form-wrapper {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  height: 1px;
  background-color: #86868b;
  margin-bottom: 10px;
}

.button {
  color: #cecece;
  -webkit-text-stroke-color: #cecece;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px 40px;
}

.button.miniverse {
  color: var(--black);
  border-color: #000;
  padding: 5px 24px;
  min-width: 12rem;
}

.placeholder {
  justify-content: center;
  display: block;
  height: auto;
}
.message-wrapper {
  margin-top: 40px;
}
.message-container {
  max-height: 100%;
  color: var(--black);
  overflow-y: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 20px;
  display: block;
}

.input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-decoder {
  background-color: var(--dark);
  color: var(--white);
  -webkit-text-stroke-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-normal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border: 0 solid #cecece;
  border-right-style: none;
  border-radius: 60px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-normal:hover {
  background-color: #a5a5a5;
}

.navbarcontainer {
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.navbar {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--grey);
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hitch1999-logo {
  width: 153.683px;
  height: 37.9951px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-button-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ipfs-heading {
  text-align: center;
  padding-bottom: 40px;
}

.fetched-image {
  margin-top: 10px;
  max-width: 100%;
  max-height: 100%;
}

.decoder-wapper {
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 1px 4px 12px #000;
}

.user-input {
  color: var(--black);
  margin-bottom: 0;
}

.paragraph-black {
  color: var(--dark);
}

.nav-link {
  color: var(--light-grey);
}

.nav-link.w--current {
  color: var(--grey);
  border: 1px #000;
}

.nft-giveaways-terms {
  margin-top: 20px;
}

.text-span-2 {
  color: var(--grey);
}

.text-normal-black {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.arrow-icon-black {
  color: #000;
}

.banner {
  background-color: #fff;
}

.banner-text {
  color: var(--black);
  text-align: center;
  text-transform: none;
}

.banner-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-game {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

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

.news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-title {
  text-align: left;
  margin-top: 20px;
}

.news-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

.media-wrap {
  align-self: flex-start;
}

.news-wrapper {
  margin-top: 40px;
}

.image-news {
  max-width: 7rem;
  border-radius: .7rem;
}

.news-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.media-logo {
  max-height: 32px;
}

.image {
  height: 48px;
}

.news-logo-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-wrap {
  margin-top: 40px;
}

.form-block-2 {
  padding-left: 160px;
  padding-right: 278px;
}

.heading-2 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 78px;
  }

  h2 {
    font-size: 71px;
  }

  h3 {
    font-size: 60px;
  }

  .container {
    flex-direction: column;
    display: block;
  }

  .grid-9x9 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gourmet-world-image {
    display: inline-block;
  }

  .caption {
    margin-top: 10px;
  }

  .grid-2---1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    display: grid;
  }

  .logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .hich199logo {
    max-width: 70%;
  }

  .input-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gourmet-world-image-wrap {
    text-align: center;
    justify-content: center;
  }

  .container-s {
    flex-direction: column;
    display: block;
  }

  .intro-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .gourmet-world-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .gourmet-world-wrap.reverse {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .input-field {
    flex: 1;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #fff;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #000;
    justify-content: flex-start;
  }

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

  .menu-button.w--open {
    background-color: #000;
    display: block;
  }

  .shop-button-wrapper {
    justify-content: center;
    padding-left: 20px;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    display: flex;
  }

  .news-title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .grid-9x9 {
    grid-template-columns: 1fr 1fr;
  }

  .intro-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .gourmet-world-wrap {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .gourmet-world-wrap.reverse {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-menu {
    background-color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  body {
    color: var(--white);
    font-size: 14px;
  }

  h1 {
    font-size: 29px;
  }

  h2, h3 {
    margin-top: 10px;
    font-size: 31px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 21px;
  }

  p {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-big {
    font-size: 16px;
    overflow: hidden;
  }

  .hero-wrapper {
    text-align: center;
    align-items: center;
  }

  .small-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 30px;
    align-items: center;
    padding: 60px 20px;
    display: flex;
  }

  .grid-9x9 {
    grid-template-columns: 1fr;
  }

  .gourmet-world-image {
    display: inline-block;
  }

  .caption {
    margin-bottom: 20px;
  }

  .news-image-wrapper {
    max-width: none;
  }

  .grid-2---1 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hich199logo {
    max-width: 100%;
  }

  .content-wrapper {
    margin-bottom: 0;
  }

  .text-big {
    font-size: 17px;
    line-height: 23px;
  }

  .text-big.center {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-icons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

  .icon-wrapper {
    padding: 4px;
  }

  .form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .gourmet-world-image-wrap {
    max-width: 100%;
  }

  .intro-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .gourmet-world-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .gourmet-world-wrap.reverse {
    flex-direction: column;
  }

  .section-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .start-game-button {
    justify-content: flex-start;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-normal {
    font-size: 14px;
  }

  .submit-button {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .subscribe-content {
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
    display: block;
  }

  .button {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .button.miniverse {
    min-width: 2rem;
    padding: 6px 10px;
    font-size: 12px;
  }

  .message-container {
    padding: 0;
  }

  .input-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .section-decoder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-normal {
    text-align: left;
    display: flex;
  }

  .navbar-menu {
    background-color: #000;
  }

  .menu-button {
    padding-right: 0;
  }

  .shop-button-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .ipfs-heading {
    text-align: left;
    padding-bottom: 40px;
  }

  .decoder-wapper {
    padding: 20px;
  }

  .text-normal-black {
    font-size: 14px;
  }

  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .news-title {
    margin-bottom: 20px;
  }

  .news-logo {
    width: 32px;
    height: 32px;
  }
  
  .heading {
    text-align: left;
    margin-top: 10px;
    font-size: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-news {
    max-width: 30%;
    align-self: center;
  }

  .news-wrap {
    max-width: 70%;
  }
}

#w-node-b0f8f177-c06b-9f0b-7539-2e12ee63d2e1-ef0cace4 {
  align-self: center;
}

#w-node-b0f8f177-c06b-9f0b-7539-2e12ee63d2e6-ef0cace4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8699d67-af78-1ec5-7c79-40c28986de51-ef0cace4 {
  align-self: start;
  justify-self: start;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c201245-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c20124a-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c20124b-b54bdb46 {
  align-self: auto;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c20124e-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c201250-b54bdb46, #w-node-_618e42b5-30ce-ea62-22cd-31594c201270-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c201275-b54bdb46, #w-node-_618e42b5-30ce-ea62-22cd-31594c201279-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_618e42b5-30ce-ea62-22cd-31594c20127b-b54bdb46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-b0f8f177-c06b-9f0b-7539-2e12ee63d2e1-ef0cace4 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f044d3be-9249-ff7f-1a93-02fc579c3764-ef0cace4 {
    justify-self: center;
  }

  #w-node-_618e42b5-30ce-ea62-22cd-31594c201245-b54bdb46, #w-node-_618e42b5-30ce-ea62-22cd-31594c201250-b54bdb46, #w-node-_618e42b5-30ce-ea62-22cd-31594c201270-b54bdb46, #w-node-_618e42b5-30ce-ea62-22cd-31594c20127b-b54bdb46 {
    order: -9999;
  }

  #w-node-c0980bb3-a5dd-3894-c820-eed3bd02d0d5-b54bdb46, #w-node-a17078e0-cd9a-29fe-6b90-d4770574deee-b54bdb46, #w-node-b8eb3cd5-5a39-4077-97bb-13998c6c9fb2-b54bdb46 {
    order: -9999;
    align-self: auto;
    justify-self: auto;
  }
}


