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

.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;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.body {
  white-space: normal;
  background-color: #1a1a1a;
  max-width: 100vw;
}

.main-intro {
  z-index: 1;
  float: none;
  opacity: .98;
  object-fit: fill;
  background-color: #0a0a0a;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  max-width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
  box-shadow: 0 0 15vh -20px #000;
}

.background-video {
  z-index: 0;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-bar {
  z-index: 2;
  opacity: .96;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #050505;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  background-clip: border-box;
  max-width: 100vw;
  min-height: 90px;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 5vh 20px #000000bf;
}

.menu-button {
  float: left;
  text-align: left;
  align-items: center;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 18px;
  display: block;
}

.menu-button.w--open {
  opacity: 1;
  background-color: #0000;
  margin-top: 0;
}

.nav-container {
  opacity: 1;
  min-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-icon {
  color: #e6e6e6;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  z-index: 2;
  opacity: 1;
  background-color: #0a0a0a;
  min-width: 250px;
  margin-top: 90px;
  box-shadow: inset 0 0 200px 40px #0000004d;
}

.nav-link {
  color: gray;
  text-align: center;
  margin-top: 0;
  padding-top: 30px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.nav-link:hover {
  color: #fff;
  font-weight: 500;
}

.nav-link.w--current {
  color: #0e0e0f;
}

.background-video-overlay {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/ui_pattern.png');
  background-size: 20px;
  background-attachment: fixed;
  border-radius: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.anchor-home {
  max-width: 100vw;
  height: 0;
  position: relative;
}

.reel-button-container {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.reel-lightbox-link {
  opacity: 1;
  color: #ccc;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 54px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 40px -20px #000, inset 0 0 80px -30px #414141b3;
}

.reel-lightbox-link:hover {
  box-shadow: 0 0 40px -20px #000, inset 0 0 80px -30px #41414130;
}

.paragraph-intro {
  color: #ccc;
  text-align: center;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.main-container-intro {
  max-width: 940px;
}

.main-showcase-jurassic {
  z-index: 1;
  float: none;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  max-width: 100vw;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
}

.div-block-logo {
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding-right: 62px;
  display: flex;
  position: static;
}

.image-logo {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  flex: none;
  order: 0;
  max-width: 100%;
  margin-top: 0;
}

.reel-text {
  color: #242424;
  letter-spacing: 2px;
  text-transform: capitalize;
  align-self: center;
  padding-top: 2px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.title-master-text {
  color: #e6e6e6;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.showcase-top-bar {
  opacity: .99;
  background-color: #080808;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 0 15vh -20px #000;
}

.showcase-title {
  color: #e6e6e6;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.showcase-title:hover {
  color: #fff;
}

.showcase-title.w--current {
  margin-bottom: 0;
}

.showcase-description {
  color: #e6e6e6;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.showcase-client {
  color: gray;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 6px;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.showcase-bar-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.showcase-play-button-circle {
  opacity: 1;
  color: #ccc;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 60px -10px #000, inset 0 0 50px -20px #414141b3;
}

.showcase-play-button-circle:hover {
  box-shadow: 0 0 60px -10px #000, inset 0 0 50px -20px #41414133;
}

.showcase-play-button-icon {
  color: #18191b;
  letter-spacing: 3px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
  display: flex;
}

.showcase-play-button-wrap {
  opacity: .92;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.main-showcase-fantastic1, .main-showcase-lockwood, .main-showcase-fantastic2 {
  z-index: 1;
  float: none;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  max-width: 100vw;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
}

.main-projects {
  z-index: 1;
  float: none;
  opacity: 1;
  object-fit: fill;
  background-color: #0a0a0a;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  max-width: 100vw;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
  box-shadow: 0 0 15vh -20px #000;
}

.title-master-center {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.main-potfolio {
  z-index: 1;
  float: none;
  opacity: 1;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 90vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
  box-shadow: 0 0 15vh -20px #000;
}

.main-contact {
  z-index: 1;
  float: none;
  opacity: .98;
  object-fit: fill;
  background-color: #0a0a0a;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  max-width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
  box-shadow: 0 0 15vh -20px #000;
}

.container-contact {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: static;
  overflow: visible;
}

.group-contact {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.contact-block {
  flex-direction: column;
  flex: none;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contact-image {
  border-radius: 100px;
  flex: none;
  align-self: flex-start;
  box-shadow: 0 0 40px -20px #000;
}

.contact-name-text-block {
  color: #ccc;
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-name-text {
  font-weight: 400;
}

.contact-title-text-block {
  color: gray;
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.contact-title-text {
  font-weight: 300;
}

.contact-email-link {
  color: #b3b3b3;
  align-self: flex-start;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.contact-email-link:hover {
  color: #fff;
}

.contact-link-text {
  font-weight: 500;
}

.contact-phone-link {
  color: #b3b3b3;
  align-self: flex-start;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.contact-phone-link:hover {
  color: #fff;
}

.bottom-bar {
  z-index: 2;
  opacity: 1;
  background-color: #050505;
  background-image: url('../images/ui_pattern.png');
  background-position: 0 0;
  background-size: 20px;
  justify-content: center;
  max-width: 100vw;
  height: 70px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.wrap-bottom-text {
  color: #ccc;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 9px;
  font-weight: 400;
  display: flex;
}

.container-social {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.link-group-social {
  flex-wrap: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.link-block-social {
  filter: brightness(60%);
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-social:hover {
  filter: brightness(90%);
}

.title-master-left {
  color: #e6e6e6;
  text-align: left;
  max-width: 940px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
}

.container-portfolio {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/ui_pattern.png');
  background-size: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.slider-portfolio {
  z-index: -1;
  background-color: #000;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 90vh;
}

.left-arrow, .right-arrow {
  opacity: 0;
}

.slide-nav {
  opacity: 0;
  font-size: 10px;
}

.mask-portfolio {
  opacity: 1;
}

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

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

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

.bottom-text {
  color: gray;
  letter-spacing: 1px;
  font-size: 9px;
  font-weight: 500;
}

.anchor-projects {
  width: 10px;
  height: 0;
  margin-top: -59px;
  padding-top: 0;
  padding-bottom: 60px;
}

.anchor-showcase {
  width: 10px;
  height: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.anchor-play {
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 10px;
  height: 0;
  margin-top: -1px;
  display: block;
}

.main-showcase-berlin {
  z-index: 1;
  float: none;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  max-width: 100vw;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
}

.main-showcase-dumbo, .main-showcase-darkcrystal {
  z-index: 1;
  float: none;
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  max-width: 100vw;
  min-height: 80vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% -100vh;
  overflow: visible;
}

.image-imdb, .image-x, .image-vimeo, .image-instagram {
  cursor: pointer;
}

.grid-imdb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: contain;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.p-image-1 {
  position: static;
}

.container-imdb {
  opacity: .9;
  max-width: 1200px;
}

.showcase-title-text-block {
  text-indent: 0;
}

.showcase-poster-berlin {
  background-image: url('../images/showcase_berlin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-lockwood {
  background-image: url('../images/showcase_lockwood.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-jurassic {
  background-image: url('../images/showcase_jurassicworld.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-fantastic1 {
  background-image: url('../images/showcase_fantasticbeasts1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-darkcrystal {
  background-image: url('../images/showcase_darkcrystal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-dumbo {
  background-image: url('../images/showcase_dumbo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.showcase-poster-fantastic2 {
  background-image: url('../images/showcase_fantasticbeasts2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 90vh;
  display: flex;
  position: static;
}

.main-container-top {
  max-width: 940px;
  padding-top: 40px;
}

.paragraph-top-description {
  color: #666;
  text-align: left;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.showcase-description-text {
  color: #ccc;
  padding-top: 2px;
}

.showcase-client-text {
  color: gray;
}

.anchor-contact {
  width: 10px;
  height: 0;
  margin-top: -59px;
  padding-top: 0;
  padding-bottom: 60px;
}

.p-image-2, .p-image-3 {
  position: static;
}

.image-linkedin {
  cursor: pointer;
}

.paragraph-top-title {
  color: #999;
  text-align: left;
  letter-spacing: 2px;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  position: static;
}

.portfolio-image {
  box-sizing: border-box;
  object-fit: cover;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 90vh;
  max-height: 90vh;
  position: static;
  inset: 0%;
}

.main-container-contact-description {
  max-width: 940px;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-bottom-title {
  color: #999;
  text-align: left;
  letter-spacing: 2px;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

.anchor-reel {
  width: 10px;
  height: 0;
  margin-top: -59px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 60px;
}

.paragraph-bottom-description {
  color: #666;
  text-align: left;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  position: static;
}

@media screen and (max-width: 767px) {
  .main-showcase-jurassic {
    min-height: 60vh;
  }

  .showcase-top-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-showcase-fantastic1, .main-showcase-lockwood, .main-showcase-fantastic2, .main-potfolio, .slider-portfolio {
    min-height: 60vh;
  }

  .main-showcase-berlin {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    min-height: 60vh;
  }

  .main-showcase-dumbo, .main-showcase-darkcrystal {
    min-height: 60vh;
  }

  .grid-imdb {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .showcase-title-text {
    font-size: 18px;
    line-height: 16px;
  }

  .showcase-poster-berlin, .showcase-poster-lockwood, .showcase-poster-jurassic, .showcase-poster-fantastic1, .showcase-poster-darkcrystal, .showcase-poster-dumbo, .showcase-poster-fantastic2 {
    height: 50vh;
  }

  .portfolio-image {
    object-fit: cover;
    min-height: 70vh;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .body, .main-intro, .background-video, .nav-bar, .nav-container, .background-video-overlay, .div-block-logo, .main-projects, .main-potfolio, .main-contact {
    max-width: 100vw;
  }

  .contact-block {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .wrap-bottom-text {
    font-weight: 600;
  }

  .main-showcase-berlin {
    background-attachment: scroll;
  }

  .grid-imdb {
    object-fit: fill;
    place-content: stretch;
  }
}

#w-node-_41037746-5738-049e-938c-5d29dbbfd5bd-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41037746-5738-049e-938c-5d29dbbfd5be-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ac94c325-e79b-f198-2906-502edab707e9-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8245ea9-3de2-5341-0516-ee2981aa0b8f-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8744999-6cf3-8349-1a8d-0e292b436e52-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8744999-6cf3-8349-1a8d-0e292b436e53-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ca4f6d66-979e-59f3-a304-e606bf94d30d-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca4f6d66-979e-59f3-a304-e606bf94d30e-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_07ee8e4b-fc7b-f22a-19ba-add9effc5697-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07ee8e4b-fc7b-f22a-19ba-add9effc5698-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_79834b7e-0a3a-6a13-6c43-e925f8efae54-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79834b7e-0a3a-6a13-6c43-e925f8efae55-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-adce8b7c-dc7a-10a1-bd4d-6ce163e3fa1e-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adce8b7c-dc7a-10a1-bd4d-6ce163e3fa1f-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47198c04-37b7-6903-6ade-b24b49a00a56-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47198c04-37b7-6903-6ade-b24b49a00a57-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3fb3e454-59c4-7b95-ff3c-30c9d2a6ea61-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fb3e454-59c4-7b95-ff3c-30c9d2a6ea62-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4e2bd09-1819-9157-e144-91f29ec4e9bf-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e2bd09-1819-9157-e144-91f29ec4e9c0-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08400617-19b0-6c71-a9ed-2a06a90065b2-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08400617-19b0-6c71-a9ed-2a06a90065b3-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6acbd841-ed7e-b298-fba4-ed713c1eb6cd-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acbd841-ed7e-b298-fba4-ed713c1eb6ce-a0229baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


