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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 1vh;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Akira expanded demo', sans-serif;
  color: #f8e16c;
  font-size: 6vh;
  line-height: 0.7;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Akira expanded demo', sans-serif;
  color: #000;
  font-size: 8vh;
  line-height: 0.7;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Akira expanded demo', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #000;
  text-decoration: underline;
}

.hero {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 22vh 3vw 15vh;
  background-color: #585858;
}

.nav-link {
  height: 100%;
  margin-right: 6px;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 1.8vh;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1185px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-button {
  padding: 0.8em 1.5em;
  background-color: #f8e16c;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 2vh;
  font-weight: 700;
}

.main-button.thin {
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-weight: 400;
  text-align: center;
}

.main-button.thin:hover {
  background-color: #fcd71a;
}

.main-button.thin.bigger {
  padding: 1em 1.8em;
  text-align: center;
}

.main-button.wallet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Extra Black Futura', sans-serif;
  font-weight: 900;
}

.main-button.wallet:hover {
  background-color: #000;
  color: #fff;
}

.div-block {
  padding-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  width: auto;
  height: 80px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1185px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(88, 88, 88, 0);
}

.hero-container {
  width: 100%;
  height: 100%;
}

.grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: minmax(200px, 0.5fr) 16px 1fr;
  grid-template-columns: minmax(200px, 0.5fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 583px;
  height: 587px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sQUARES-gRID.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3._2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-3.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #585858;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.h1 {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-family: 'Extra Black Futura', sans-serif;
  font-size: 7em;
  line-height: 1em;
  font-weight: 900;
}

.h2 {
  position: relative;
  z-index: 10;
  font-family: 'Extra Black Futura', sans-serif;
  color: #fff;
  font-size: 7vh;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 583px;
  height: 587px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-section {
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 40px;
  padding-right: 3vw;
  padding-left: 3vw;
  background-color: #585858;
}

.inner-container.top-bottom-padding {
  position: relative;
  display: block;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-layout {
  height: 80vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-layout.layout-middle {
  height: 30vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.back-square {
  width: 131px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(248, 225, 108, 0.2);
}

.title-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: inline-block;
  margin: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.info-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-square.less-bottom-padding {
  margin-bottom: -70px;
  padding-bottom: 0px;
}

.info-square.more-left-padding {
  padding-left: 100px;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  position: relative;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 3em;
  text-align: right;
  text-transform: uppercase;
}

.p1 {
  position: relative;
  z-index: 10;
  font-family: Manrope, sans-serif;
  color: #f8e16c;
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 1px 0.9em #000;
}

.text-container {
  position: relative;
  z-index: 10;
  margin-top: 26px;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.61);
  box-shadow: 0 0 110px 20px hsla(0, 0%, 100%, 0.91);
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 466px;
  padding: 114px 296px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #585858;
  background-image: url('../images/back-yellow.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.quote {
  font-family: 'Monotype futura now headline bd', sans-serif;
  font-size: 4vh;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.author-name {
  margin-top: 24px;
  font-family: Inconsolata, monospace;
  font-size: 3.5vh;
  font-weight: 700;
}

.marketplace-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 3vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #444;
}

.marketplace-container {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 53px;
  grid-row-gap: 16px;
  -ms-grid-columns: 436px 1fr;
  grid-template-columns: 436px 1fr;
  -ms-grid-rows: minmax(280px, 1fr);
  grid-template-rows: minmax(280px, 1fr);
  background-color: rgba(88, 88, 88, 0);
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 70px 70px 65px 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(88, 88, 88, 0.17);
  background-image: url('../images/bitdune.png');
  background-position: 0px 0px;
  background-size: 60px;
  background-attachment: fixed;
}

.fade-square {
  position: absolute;
  left: 16%;
  top: 27%;
  right: 16%;
  bottom: 27%;
  background-color: #fff;
  box-shadow: 0 1px 55px 20px #fff;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.market-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-13 {
  margin-bottom: 19px;
  padding: 24px 34px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(248, 225, 108, 0.2);
}

.image-3 {
  max-height: 100%;
}

.image-4 {
  max-height: 100%;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: 'Extra Black Futura', sans-serif;
  color: #f8e16c;
  font-size: 11em;
  line-height: 1.1;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
  white-space: break-spaces;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-3 {
  font-family: 'Extra Black Futura', sans-serif;
  color: #f8e16c;
  text-transform: uppercase;
}

.heading-3.footer {
  font-family: Inconsolata, monospace;
  text-align: center;
}

.body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #585858;
}

.image-5 {
  border-style: solid;
  border-width: 1px;
  border-color: #f8e16c;
  -webkit-transform: rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-5.hero-nft {
  border-style: none;
  border-width: 20px;
  border-color: #202020;
  border-radius: 2px;
  box-shadow: 4px 4px 9px 0 #000;
  -webkit-filter: saturate(147%);
  filter: saturate(147%);
  -webkit-transform: rotateX(19deg) rotateY(-4deg) rotateZ(1deg);
  transform: rotateX(19deg) rotateY(-4deg) rotateZ(1deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-14 {
  width: 130%;
  text-shadow: 3px 3px 40px rgba(0, 0, 0, 0.59);
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0%;
  background-color: #f8e16c;
  font-family: 'Extra Black Futura', sans-serif;
  font-size: 3vh;
  text-align: center;
  text-transform: uppercase;
}

.text-field {
  font-family: Inconsolata, monospace;
  font-size: 2vh;
  font-weight: 700;
  text-align: left;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/cali-box-1-opt.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.image-8 {
  display: block;
  max-width: none;
}

.slider {
  display: block;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e16c;
  border-radius: 20px;
}

.slider.gallery-single {
  width: auto;
  height: 50vh;
}

.slide-2 {
  background-image: url('../images/detroit-photoreal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  border-radius: 20px;
  background-image: url('../images/nashville-trains-3d.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3.taze {
  background-image: url('../images/dont-tase.jpg');
}

.mask {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.label {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f8e16c;
  font-size: 2em;
}

.label.gal-label {
  font-size: 1.7em;
}

.label.dark-label {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #312e2e;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-2 {
  grid-template-areas: "Area"
    "Area"
    "Area"
    "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-3 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-9 {
  width: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #f8e16c;
  border-radius: 20px;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    padding-top: 0vh;
  }

  .navbar {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .main-button.thin.bigger.top-margin {
    margin-top: 40px;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(387px, 1fr));
  }

  .div-block-3 {
    height: 587px;
    margin-top: 15vh;
  }

  .div-block-3.hero-block {
    margin-top: 5vh;
  }

  .h1 {
    margin-top: 200px;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
  }

  .grid-layout {
    height: 80vh;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .title-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    display: none;
  }

  .info-square {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-square.less-bottom-padding {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .info-square.less-bottom-padding.more-left-padding {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .info-square.more-left-padding {
    padding-top: 0px;
    padding-left: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-top: 0px;
  }

  .p1 {
    font-size: 2.5em;
  }

  .quote-section {
    padding-right: 200px;
    padding-left: 200px;
  }

  .marketplace-container {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }

  .div-block-10 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 70px;
  }

  .market-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-2 {
    font-size: 6vh;
    line-height: 1;
  }

  .heading-3 {
    font-size: 7vh;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 20vh;
    padding-bottom: 5vh;
  }

  .grid {
    grid-template-areas: ".";
  }

  .div-block-3.hero-block {
    margin-top: 0vh;
  }

  .h1 {
    margin-top: 20px;
  }

  .h2 {
    font-size: 4vh;
  }

  .how-section {
    margin-bottom: 15vh;
  }

  .grid-layout {
    height: 100vh;
  }

  .title-wrapper {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .content-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    display: none;
  }

  .p1 {
    font-size: 2.4em;
    text-align: center;
  }

  .quote-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-10 {
    width: 100%;
    padding-right: 33px;
    background-position: 50% 50%;
    background-size: 60px;
  }

  .div-block-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    display: block;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    padding-right: 0px;
    font-size: 5vh;
  }

  .heading-3 {
    font-size: 5vh;
  }

  .image-5.hero-nft {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-14 {
    display: block;
    width: 100%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    position: static;
    top: 0px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .nav-link {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navbar {
    position: static;
    padding-bottom: 20px;
    background-color: rgba(88, 88, 88, 0.93);
    color: #585858;
    background-clip: border-box;
  }

  .nav-menu {
    position: relative;
    display: block;
    height: auto;
    min-height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-button.thin.bigger.top-margin {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-container {
    display: inline-block;
    height: 100%;
    max-width: none;
    background-color: rgba(88, 88, 88, 0);
    text-align: center;
  }

  .hero-container {
    position: static;
    top: 10px;
  }

  .grid {
    position: static;
    top: 0px;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area";
    grid-template-columns: repeat(auto-fit, minmax(297px, 1fr));
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .div-block-3 {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 5vh;
    background-image: url('../images/sQUARES-gRID.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../images/sQUARES-gRID.jpg'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }

  .div-block-3._2 {
    display: block;
  }

  .div-block-3.hero-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 0vh;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .h1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 4px;
  }

  .h2 {
    width: 70%;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 3em;
    line-height: 1.1em;
    text-align: center;
  }

  .div-block-4 {
    position: relative;
    top: 0px;
    width: auto;
    padding-bottom: 37px;
  }

  .how-section {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 88, 88, 0.79)), to(rgba(88, 88, 88, 0.79))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/7dc9e465941733cb2dee073d7618afc4.jpeg');
    background-image: linear-gradient(180deg, rgba(88, 88, 88, 0.79), rgba(88, 88, 88, 0.79)), linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/7dc9e465941733cb2dee073d7618afc4.jpeg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, repeat-y;
  }

  .inner-container.top-bottom-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-layout {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .title-wrapper {
    display: inline-block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid {
    position: relative;
    height: 130vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2 {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info-square {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-square.less-bottom-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-square.more-left-padding {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    color: #f8e16c;
    font-size: 5em;
    text-align: center;
  }

  .p1 {
    color: #fff;
    font-size: 3.7em;
    line-height: 1.1;
  }

  .div-block-8 {
    display: none;
  }

  .quote {
    font-family: 'Akira expanded demo', sans-serif;
    font-size: 3vh;
    font-weight: 700;
  }

  .author-name {
    font-family: Inconsolata, monospace;
    font-size: 2.5vh;
    text-align: center;
  }

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

  .marketplace-container {
    grid-template-columns: repeat(auto-fit, minmax(297px, 1fr));
  }

  .div-block-10 {
    padding: 20px;
    background-color: #585858;
    background-image: url('../images/bitdune.png');
    background-size: 30px;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-filter: none;
    filter: none;
    line-height: 0.6em;
  }

  .fade-square {
    background-color: #fff;
  }

  .div-block-11 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent rgba(117, 74, 74, 0) #f8e16c transparent;
    color: #f8e16c;
    font-size: 3.1em;
    text-align: center;
  }

  .heading-3 {
    font-size: 8vw;
    text-align: center;
  }

  .body {
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#585858)), url('../images/back-yellow.jpg');
    background-image: linear-gradient(180deg, #585858, #585858), url('../images/back-yellow.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    font-size: 1vh;
  }

  .image-5 {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: none;
    max-width: 84%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-5._2 {
    display: block;
  }

  .image-5.hero-nft {
    position: static;
    display: block;
    border-style: solid;
    border-width: 0px;
    border-color: #000;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    border-radius: 20px;
    background-color: #f8e16c;
  }

  .submit-button {
    width: 100%;
    background-color: #f8e16c;
    font-family: 'Monotype futura now headline bd', sans-serif;
    color: #585858;
    font-size: 2vh;
    text-transform: uppercase;
  }

  .text-field {
    border-style: solid;
    border-width: 1px;
    border-color: #f8e16c;
    background-color: #f8e16c;
    font-family: Inconsolata, monospace;
    color: #585858;
    font-size: 2vh;
    font-weight: 700;
    text-align: center;
  }

  .text-field::-webkit-input-placeholder {
    color: #3f3f3f;
  }

  .text-field:-ms-input-placeholder {
    color: #3f3f3f;
  }

  .text-field::-ms-input-placeholder {
    color: #3f3f3f;
  }

  .text-field::placeholder {
    color: #3f3f3f;
  }

  .slide {
    width: 100%;
    padding-left: 0px;
    border: 0px solid #000;
    background-position: 50% 0%;
    background-size: cover;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-width: 2px;
  }

  .slider.gallery-single {
    border-width: 5px;
  }

  .slide-2 {
    border-radius: 20px;
    background-size: cover;
  }

  .slide-3 {
    border-radius: 20px;
  }

  .slide-3.taze {
    background-position: 50% 50%;
    background-size: cover;
  }

  .mask {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .label {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #f8e16c;
    font-size: 0.6rem;
    text-align: right;
  }

  .label.gal-label {
    position: relative;
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.3em;
  }

  .label.dark-label {
    background-color: rgba(49, 46, 46, 0);
  }

  .slide-nav {
    display: none;
    color: #f8e16c;
  }

  .grid-3 {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-bottom: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

#w-node-de0eb337-f964-c173-08da-18fac54c4638-8b97ded1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2ab229a5-bacc-e456-5ca2-d961ae2feb50-8b97ded1 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-_61d15c5e-bcde-ef30-ed2b-c04577dd5052-8b97ded1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_44450c6d-7997-3fef-3da6-79157ba938d3-8b97ded1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b4798141-bfe8-e9a3-80c5-35c612f8f3e3-8b97ded1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8876e19c-c988-4352-6092-a332bc4f3802-8b97ded1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_63d2ac24-8320-a97e-024b-936e39382b2d-8b97ded1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_636bdc3c-29b4-02b1-e917-2a9f96f86671-8b97ded1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_53d99839-afd4-202e-d358-6dc3320acf2f-8b97ded1 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_74d11fcd-a3dd-a96b-9795-80786d25db06-8b97ded1 {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-fb0743ce-2691-6ed4-cf00-24d9c688c277-8b97ded1 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  justify-self: baseline;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-f8c94018-df5f-a0eb-ee71-4523d904d548-8b97ded1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-de0eb337-f964-c173-08da-18fac54c4638-442f44da {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8689444a-03d2-b2f7-3230-6774bc16284f-442f44da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6f42af58-f6c2-33ef-3fb5-4e760842f676-442f44da {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_636bdc3c-29b4-02b1-e917-2a9f96f86671-8b97ded1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de0eb337-f964-c173-08da-18fac54c4638-8b97ded1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_636bdc3c-29b4-02b1-e917-2a9f96f86671-8b97ded1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fb0743ce-2691-6ed4-cf00-24d9c688c277-8b97ded1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f8c94018-df5f-a0eb-ee71-4523d904d548-8b97ded1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b215027-f772-866d-ebb6-081f3a0bd980-8b97ded1 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_2ab229a5-bacc-e456-5ca2-d961ae2feb50-8b97ded1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_44450c6d-7997-3fef-3da6-79157ba938d3-8b97ded1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b4798141-bfe8-e9a3-80c5-35c612f8f3e3-8b97ded1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_63d2ac24-8320-a97e-024b-936e39382b2d-8b97ded1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_636bdc3c-29b4-02b1-e917-2a9f96f86671-8b97ded1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_53d99839-afd4-202e-d358-6dc3320acf2f-8b97ded1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_74d11fcd-a3dd-a96b-9795-80786d25db06-8b97ded1 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f9bf1ac2-79ed-f70a-d5a5-e62ae2ccb977-442f44da {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Extra Black Futura';
  src: url('../fonts/FuturaNowHeadlineExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akira expanded demo';
  src: url('../fonts/Akira-Expanded-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype futura now headline bd';
  src: url('../fonts/Monotype---Futura-Now-Headline-Bd.otf') format('opentype'), url('../fonts/Monotype---Futura-Now-Headline-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}