@font-face {
  font-family: "Dem Momono 300";
  src: url('../fonts/DEM-MOMono-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --videothumbnailwidth: 250px;
  --descriptiontextsize: 14px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

a:hover {
  color: #ffd27a;
}

a:active {
  color: #954805;
}

.heading {
  color: #bd7c0b;
  text-indent: 0;
  column-count: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: "Dem Momono 300", Verdana, sans-serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
}

.container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  object-fit: fill;
  flex-flow: column;
  flex: 0 100%;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.body {
  background-color: #151515;
  background-image: radial-gradient(circle at 0%, #151515, #1a1a1a);
  line-height: 20px;
}

.text-span {
  color: #bdbcbb;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: block;
}

.image {
  text-align: left;
  vertical-align: top;
  object-fit: fill;
  border: 3px solid #bd7c0b;
  border-radius: 10px;
  flex: 0 auto;
  order: 9999;
  align-self: flex-end;
  width: auto;
  height: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
}

.text-block {
  color: #bdbcbb;
  text-align: justify;
  background-color: #242424;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  font-family: ABeeZee, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.quick-stack {
  width: 100%;
}

.cell {
  flex-flow: column;
}

.navbar {
  background-color: #242424;
  width: 100%;
  height: 40px;
}

.brand {
  height: 30px;
}

.nav-link {
  color: #bd7c0b;
  height: 40px;
  padding-top: 10px;
  font-family: Abel, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.nav-link-2, .nav-link-3 {
  color: #bd7c0b;
  height: 40px;
  padding-top: 10px;
  font-family: Abel, sans-serif;
  font-size: 18px;
}

.container-2 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.nav-menu {
  color: #bd7c0b;
  background-color: #242424;
  width: 100%;
  height: auto;
  margin-right: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link {
  vertical-align: middle;
  font-family: "Dem Momono 300", Verdana, sans-serif;
  font-size: 18px;
  display: block;
}

.link-block {
  color: #bd7c0b;
  width: 50px;
  height: 40px;
}

.text-block-2 {
  color: #bdbcbb;
  font-size: 120px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  color: #bdbcbb;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  padding-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-4 {
  color: #bdbcbb;
  padding-left: 0;
  font-family: Cascadia Mono, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.rich-text-block {
  color: #bdbcbb;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-5 {
  color: #bdbcbb;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 60%;
  max-width: none;
  margin: 20px 40px;
}

.flex-block-2 {
  background-image: radial-gradient(circle at 20% 20%, #bd7c0b, #151515);
  width: 100%;
  height: 3px;
}

.projectmaster {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #242424;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.cell-3 {
  text-align: justify;
  font-family: ABeeZee, sans-serif;
  font-size: 14px;
}

.image-2 {
  vertical-align: top;
  border: 2px solid #bd7c0b;
  border-radius: 4px;
  max-height: 300px;
}

.image-2:where(.w-variant-aba13a5d-58f2-105e-e499-e35a140d701b) {
  max-height: 300px;
}

.image-3 {
  vertical-align: top;
  border: 2px solid #bd7c0b;
  border-radius: 4px;
  max-height: 300px;
}

.image-3:where(.w-variant-aba13a5d-58f2-105e-e499-e35a140d701b) {
  max-height: 300px;
}

.cell-4 {
  color: #bdbcbb;
  font-family: ABeeZee, sans-serif;
  font-size: 14px;
}

.rich-text-block-2 {
  color: #bdbcbb;
  order: 9999;
  align-self: center;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: ABeeZee, sans-serif;
}

.text-block-6 {
  color: #bdbcbb;
  order: 9999;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: ABeeZee, sans-serif;
  font-size: 13px;
  line-height: 22px;
  display: block;
}

.text-block-6:where(.w-variant-aba13a5d-58f2-105e-e499-e35a140d701b) {
  margin-top: 0;
}

.text-block-7 {
  color: #bd7c0b;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
}

.text-block-8 {
  color: #bdbcbb;
  text-align: left;
  font-family: ABeeZee, sans-serif;
}

.flex-block-4 {
  background-color: #242424;
  border: 3px #bd7c0b;
  border-radius: 10px;
  order: 9999;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 30%;
  margin-top: 60px;
  margin-right: 0;
  padding: 10px;
}

.flex-block-5 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  max-width: 1700px;
  margin-bottom: 220px;
}

.section-2 {
  margin-bottom: 60px;
}

.text-block-9 {
  color: #bd7c0b;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
}

.text-block-10 {
  color: #bdbcbb;
  margin-left: 0;
  font-family: "Dem Momono 300", Verdana, sans-serif;
}

.link-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.link-3 {
  margin-left: 0;
  margin-right: 0;
  font-family: Abel, sans-serif;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-4 {
  border: 2px solid #bd7c0b;
  border-radius: 10px;
}

.text-block-11 {
  color: #bd7c0b;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
}

.text-block-12 {
  color: #bd7c0b;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.quick-stack-2 {
  max-width: 1590px;
  margin-left: 40px;
  padding-left: 0;
}

.text-block-13 {
  color: #bd7c0b;
  letter-spacing: 2px;
  align-self: center;
  width: 35%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-block-14 {
  color: #bd7c0b;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-15 {
  color: #bdbcbb;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: ABeeZee, sans-serif;
  font-size: 16px;
}

.flex-block-8 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  max-width: 1700px;
  margin-top: 60px;
}

.image-5 {
  margin-right: 10px;
}

.image-6 {
  margin-left: 10px;
  margin-right: 10px;
}

.section-3 {
  line-height: 10px;
}

.image-7 {
  background-image: linear-gradient(#bd7c0b, #151515);
}

.flex-block-9 {
  background-image: radial-gradient(circle at 0%, #bd7c0b, #151515);
  max-width: 1600px;
  height: 2px;
  line-height: 20px;
}

.flex-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: 1;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.flex-block-10:where(.w-variant-aba13a5d-58f2-105e-e499-e35a140d701b) {
  flex-flow: row-reverse;
  margin-top: 10px;
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 34.1483%;
}

.link-block-2 {
  border: 2px #bd7c0b;
}

.flex-block-12 {
  background-color: #bd7c0b;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 20px;
}

.flex-block-13 {
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
}

.flex-block-14 {
  background-color: #bd7c0b;
  border-radius: 10px;
  width: 91%;
  height: 30px;
  margin-bottom: 10px;
}

.flex-block-15, .flex-block-16 {
  width: 100%;
}

.flex-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 20px;
    padding-left: 20px;
  }

  .image {
    height: 250px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .text-block {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 13px;
  }

  .nav-menu {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-block {
    width: 90%;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .flex-block-4 {
    max-width: 100%;
    margin: 0 40px 100px;
  }

  .flex-block-5 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 20px;
  }

  .image {
    height: 200px;
  }

  .text-block {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .flex-block {
    margin-top: 40px;
    margin-left: 20px;
  }

  .flex-block-4 {
    margin-left: 20px;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .flex-block-12, .flex-block-13 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .section {
    margin-top: 40px;
  }

  .image {
    height: 150px;
    margin-top: 0;
    margin-right: 0;
  }

  .text-block {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .container-3 {
    max-width: none;
  }

  .flex-block {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-2 {
    width: 250px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .flex-block-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-10 {
    width: auto;
    font-size: 12px;
  }

  .quick-stack-2 {
    margin-left: 10px;
  }

  .text-block-13 {
    width: 75%;
  }

  .flex-block-16, .flex-block-17 {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Dem Momono 300';
  src: url('../fonts/DEM-MOMono-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}