@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format("truetype"), url('../fonts/HelveticaNowDisplay-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-BlackIta.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-ExtLt.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.ttf') format("truetype"), url('../fonts/HelveticaNowDisplay-ExtBlkIta.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-BoldIta.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay hairline;
  src: url('../fonts/HelveticaNowDisplay-Hairline.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay hairline;
  src: url('../fonts/HelveticaNowDisplay-HairlineI.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-LightIta.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-RegIta.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-ThinIta.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-MedIta.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

:root {
  --dark-grey: #333;
  --grey-2: grey;
  --light-grey: #999;
  --color: #bdf0fa;
}

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

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

@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 {
  color: #333;
  flex-direction: column;
  align-items: stretch;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
}

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

a:hover {
  font-weight: 500;
}

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

.sticky-nav {
  z-index: 100;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 5% 30px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  margin-top: 5px;
  padding-left: 0;
}

.nav-logo:hover {
  font-weight: 700;
}

.nav-link {
  color: #444;
  white-space: normal;
  width: 3em;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 0 10px 5px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #333;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  font-weight: 700;
}

.projects {
  grid-column-gap: 4vh;
  grid-row-gap: 9vh;
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.div-block-2 {
  float: none;
  width: 2%;
  min-width: 2%;
  display: none;
  position: static;
}

.div-block-3 {
  width: 62px;
  display: none;
}

.project-thumbnail {
  color: #333;
  width: 33%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 10px;
  text-decoration: none;
  display: block;
}

.project-thumbnail:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-top: 10px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.div-block-7 {
  border: 0 solid #000;
  border-top-width: 12px;
  border-radius: 0;
  width: 60px;
  padding-bottom: 15px;
  padding-right: 0;
  display: none;
  overflow: visible;
}

.body {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  height: 200vh;
}

.footer {
  float: left;
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.footer-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  padding-right: 5px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #ff8d41;
  font-style: normal;
  text-decoration: none;
}

.footer-link:visited {
  color: var(--dark-grey);
  font-weight: 100;
}

.footer-link.w--current:hover {
  color: #ff8d41;
}

.project_page_heading {
  margin: 60px 76px 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.heading-2 {
  color: gray;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-3 {
  color: #333;
  white-space: pre;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
}

.heading-4 {
  color: gray;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
}

.div-block-11 {
  height: 20px;
}

.project-description {
  white-space: normal;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  display: none;
  overflow: visible;
}

.nav-link-clicked {
  color: #444;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link-clicked:hover {
  font-weight: 700;
}

.nav-link-clicked:active {
  color: var(--dark-grey);
  font-weight: 700;
}

.nav-link-clicked.w--current {
  font-weight: 700;
}

.link {
  color: #333;
  width: 3em;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 200;
}

.div-block-12 {
  height: 150px;
}

.div-block-13 {
  width: 320px;
  height: 40px;
  margin-top: 8px;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-4 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.list-item {
  width: 100%;
  padding-left: 10px;
}

.body-2 {
  margin-left: 0;
  margin-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
}

.text-block-5 {
  float: left;
  clear: none;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 80px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.photo-by {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-right: 60px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.column, .column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  position: static;
}

.image-8 {
  width: 100%;
  margin-top: 5%;
}

.column-4 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-span-3 {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}

.div-block-18 {
  margin-top: 80px;
  margin-bottom: 0%;
  padding-right: 76px;
}

.div-block-19 {
  width: 100%;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 0%;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-9 {
  float: none;
  min-width: 100%;
  padding-left: 0;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  padding-left: 40px;
  display: block;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-20 {
  width: 100%;
  padding-right: 14px;
}

.image-10 {
  min-width: 100%;
}

.div-block-21 {
  margin-right: 76px;
}

.heading-with-description {
  color: var(--grey-2);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

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

.paragraph-extra-light {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.text-span-5, .text-span-6 {
  font-weight: 500;
}

.div-block-85 {
  height: 70px;
}

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

.note-1 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.note-1.div-block-70 {
  margin-top: 70px;
  font-size: 16px;
}

.div-block-24 {
  height: 20px;
}

.link-nick:active {
  color: #a4a4a4;
}

.div-block-40 {
  height: 40px;
}

.amazon {
  text-decoration: underline;
}

.color-buddy-paragraph {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12%;
  padding-bottom: 94px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.image-12 {
  margin-bottom: 0;
}

.color-buddy {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 12%;
}

.image-13 {
  margin-bottom: 0;
}

.how-to-use {
  z-index: 0;
  margin-top: 0%;
  margin-bottom: 20px;
  margin-left: 0%;
  font-size: 45px;
  position: absolute;
  inset: 2% auto auto 0%;
}

.text-span-7 {
  object-fit: fill;
  min-width: 500px;
  font-size: 28px;
  line-height: 34px;
  position: absolute;
  inset: 20% auto auto 0%;
}

.div-block-102 {
  margin-bottom: 150px;
}

.div-block-104 {
  height: auto;
  margin-top: 0%;
}

.image-15 {
  width: 80%;
  margin-left: -10%;
}

.paragraph-4 {
  width: auto;
  max-width: 330%;
  margin: 130% 10% 0 -242%;
  padding-right: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
}

.div-block-107 {
  flex-direction: row;
  height: 40%;
  margin-left: 12%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-16 {
  object-position: 50% 50%;
  margin-left: 60px;
}

.div-block-108 {
  padding-top: 0;
}

.columns-4 {
  opacity: 1;
}

.image_credit_munchkin_prototype {
  color: #a4a4a4;
  text-align: right;
  object-fit: fill;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  margin-left: 0%;
  margin-right: 0;
  padding-right: 9%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-105-c {
  height: auto;
  margin-top: 15%;
}

.text-span-9 {
  color: var(--grey-2);
  border: 1px #fff;
}

.paragraph-5 {
  width: 100%;
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-109 {
  width: 100%;
  margin-top: 70px;
  margin-left: 7%;
  margin-right: 7%;
  padding-right: 6%;
}

.column-7 {
  padding-left: 0;
  padding-right: 0%;
}

.text-span-10, .text-span-11 {
  color: var(--dark-grey);
  font-weight: 700;
}

.div-block-106-c {
  height: auto;
  margin-top: 5%;
}

.div-block-110 {
  font-weight: 400;
}

.image-20, .image-21 {
  max-width: 30%;
  margin-right: 20px;
}

.image-22 {
  max-width: 30%;
}

.column-8 {
  padding-left: 0;
}

.div-block-108-c {
  height: auto;
  margin-top: 10%;
}

.paragraph-6 {
  color: var(--dark-grey);
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 2%;
  padding-left: 0%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph-7 {
  color: var(--grey-2);
  text-align: center;
  letter-spacing: normal;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.image_credit_munchkin1 {
  color: #a4a4a4;
  text-align: center;
  object-fit: fill;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: -25px;
  margin-left: -21%;
  margin-right: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph-19 {
  min-width: 500px;
  margin-top: 60px;
  margin-bottom: 90px;
}

.photo-by-mario {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-right: 78px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.image-8-mario {
  width: 100%;
  margin-top: 0;
  display: block;
}

.column-17 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-20 {
  margin-top: 100px;
  margin-bottom: 120px;
}

.column-18 {
  margin-top: 60px;
  padding-left: 14px;
}

.column-20 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-121 {
  margin-top: 80px;
}

.image-26 {
  object-fit: fill;
  width: 100%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-122 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-13 {
  margin-top: 0;
  line-height: 50px;
}

.div-block-41 {
  border: 0 solid #000;
  border-top-width: 7px;
  border-radius: 0;
  width: 12%;
  margin-left: 0%;
  padding-bottom: 10px;
  padding-right: 0;
}

.video {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
}

.column-21 {
  margin-bottom: 35px;
  padding-left: 0;
}

.image-27 {
  margin-bottom: 20px;
}

.column-23 {
  padding-left: 40px;
  padding-right: 0;
}

.div-block-123 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.image-28 {
  object-fit: fill;
  width: 150px;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  position: static;
  inset: 0% auto auto 24%;
  overflow: visible;
}

.div-block-125 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section-3 {
  display: flex;
}

.div-block-128 {
  flex: 0 auto;
  order: 0;
  width: 70%;
  margin-right: 0;
  display: block;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "Area-2"
                 "."
                 "."
                 "."
                 / .75fr 1fr;
}

.datum_first {
  justify-content: flex-end;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  font-family: Helveticanowdisplay, sans-serif;
  display: flex;
}

.datum_first_grid {
  width: 38%;
  margin-left: 25%;
  margin-right: 0;
  padding-top: 10%;
  display: block;
}

.body-3 {
  font-family: Helveticanowdisplay, sans-serif;
}

.body-3:hover {
  color: var(--dark-grey);
}

.datum_project_description {
  color: var(--grey-2);
  font-size: 22px;
  font-weight: 100;
  line-height: 27px;
}

.datum_project_description_value {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.external_link {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
}

.external_link:hover {
  font-style: normal;
  font-weight: 700;
}

.datum_sections {
  justify-content: center;
  margin-left: 76px;
  margin-right: 76px;
  display: block;
  overflow: visible;
}

.datum_section_link {
  margin-left: 30px;
  margin-right: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-129 {
  align-self: auto;
  margin-top: 10%;
  margin-left: 30%;
  margin-right: 20%;
}

.text-span-22 {
  font-weight: 700;
}

.text-span-23 {
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}

.text-block-14 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  width: 200px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.button-3:hover {
  filter: blur();
  color: #fff;
  background-color: #fd9809;
  border: 2px #000;
  font-weight: 400;
}

.button-3:active {
  border-width: 2px;
  border-color: var(--dark-grey);
}

.button-3:visited {
  background-color: var(--dark-grey);
}

.button-3.adobe {
  width: 220px;
}

.copyright {
  clear: none;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.footer-flex-container-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  position: static;
}

.div-block-130 {
  clear: none;
  flex: 0 auto;
  width: 135px;
  min-width: 115px;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-132 {
  flex: none;
  width: 160px;
  min-width: 148px;
  padding-right: 8px;
  display: block;
}

.paragraph-20-copy {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 60px;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}

.photo-by-2 {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-bottom: 40px;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.container1 {
  text-align: left;
  flex: 1;
  align-self: flex-end;
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.div-block-133 {
  text-align: left;
  min-width: 200px;
  height: 10vh;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-134 {
  height: 100px;
}

.text-block-5a {
  float: left;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  margin-left: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.text-block-15 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 18px;
}

.div-block11 {
  border-bottom: 7px solid #000;
  width: 45px;
  margin-bottom: 20px;
  margin-left: 0;
}

.list {
  margin-bottom: 0;
}

.div-block-135 {
  float: left;
  text-align: left;
  flex: 1;
  order: 1;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-136 {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
  padding-left: 50px;
  display: flex;
}

.div-block-137 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-start;
  display: flex;
}

.image-30 {
  flex: none;
  width: 93.9135%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
}

.text-block-16 {
  max-width: 510px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 42px;
}

.div-block-138 {
  clear: right;
  color: #333;
  text-align: left;
  flex-direction: column;
  padding: 100px 60px 100px 40px;
  display: flex;
}

.text-span-24 {
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 500;
}

.div-block-139 {
  text-align: right;
  flex-direction: column;
  min-width: auto;
  max-width: none;
  margin-top: 8vh;
  margin-right: 15%;
  padding-right: 0%;
  display: flex;
}

.list-2 {
  padding-left: 0;
}

.div-block-134a, .div-block-143 {
  height: 120px;
}

.resume-title {
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-18a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-18a.or {
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-27 {
  object-fit: fill;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  overflow: visible;
}

.div-block-144 {
  margin-bottom: 0;
  padding-left: 0;
}

.div-block-145 {
  flex: none;
  width: 5%;
}

.black-line {
  margin-bottom: 15px;
  padding-left: 0;
}

.text-block-18 {
  width: 100%;
  min-width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-153 {
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 0;
  display: flex;
}

.image-32 {
  align-self: center;
  width: 80px;
  max-width: none;
  margin-right: 40px;
  display: block;
}

.image-33 {
  align-self: center;
  max-width: none;
  height: 60px;
  margin-top: 0;
}

.image-34 {
  align-self: center;
  width: auto;
  max-width: none;
  height: 80px;
  margin-right: 40px;
}

.div-block-157 {
  width: 35px;
}

.div-block-158 {
  width: 30px;
}

.image-35 {
  height: 57px;
  margin-right: 35px;
}

.image-36 {
  height: 57px;
}

.image-37 {
  width: 110px;
  margin-right: 40px;
}

.div-block-159 {
  width: 50px;
}

.div-block-160 {
  width: 45px;
}

.div-block-163 {
  min-width: 250px;
  margin-right: 40px;
  padding-right: 0;
}

.div-block-163.or {
  min-width: 340px;
  margin-right: 40px;
}

.experience-logo {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  min-width: 150px;
  margin-top: 70px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.div-block-164 {
  height: 70px;
}

.div-block-146-copy {
  align-items: flex-start;
  width: 100%;
  line-height: 1.3;
  display: flex;
}

.div-block-165 {
  min-width: 300px;
  margin-right: 40px;
  line-height: 1.5;
}

.div-block-149a {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-166 {
  min-width: 200px;
  margin-right: 0;
}

.div-block-167 {
  border: 1px #000;
  display: flex;
}

.logo-box {
  border: 0 solid #000;
  border-top-width: 10px;
  border-radius: 0;
  width: 900px;
  padding-bottom: 15px;
  padding-right: 0;
  display: block;
}

.section-6 {
  justify-content: flex-start;
  margin-left: 3%;
  margin-right: 7%;
  padding: 5% 0% 5% 40px;
  display: flex;
}

.div-block-168 {
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-21 {
  color: #333;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-170 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-171 {
  width: 0%;
}

.div-block-172 {
  justify-content: center;
  align-self: center;
  margin-right: 0;
  display: flex;
}

.div-block-173 {
  align-self: center;
  max-width: 50%;
}

.image-40 {
  width: 70%;
  max-width: 150px;
  margin-right: 0;
}

.image-41 {
  width: 100%;
  max-width: 100%;
}

.div-block-174 {
  width: 10%;
}

.section-7 {
  float: none;
  clear: right;
  justify-content: center;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0;
  display: block;
}

.div-block-175 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 200px;
  margin-top: 3%;
  margin-bottom: 0%;
  display: block;
}

.paragraph-22 {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
}

.div-block-176 {
  align-self: center;
  margin-left: 20px;
  margin-right: 40px;
}

.bold-text {
  color: #ff8d41;
}

.image-42 {
  text-align: left;
  margin-top: 0;
  display: inline-block;
}

.column-26 {
  margin-top: 3%;
}

.image-43 {
  object-fit: fill;
  display: inline-block;
  position: static;
}

.column-27 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-177 {
  height: auto;
  margin-top: 0%;
}

.div-block-178 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  display: grid;
}

.div-block-179 {
  height: 30px;
}

.column-28 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-extra-light-7-11 {
  margin: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.div-block-180 {
  height: 80px;
}

.div-block-181 {
  margin-bottom: 80px;
  margin-left: 25%;
  margin-right: 25%;
}

.div-block-182 {
  height: 140px;
}

.image-44 {
  max-width: 100%;
  margin-top: -40px;
  padding-left: 0;
  padding-right: 0;
}

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

.project_page_heading-2 {
  margin: 0 5% 40px 76px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.project_page_heading-big {
  max-width: 70%;
  margin: 100px 76px 15px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.columns-9 {
  margin-top: 0;
  display: block;
}

.black-line-2 {
  margin-bottom: 15px;
  padding-left: 0;
}

.logo-box2 {
  border: 0 solid #000;
  border-top-width: 10px;
  border-radius: 0;
  width: auto;
  max-width: 85vw;
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.div-block-165a {
  min-width: auto;
  margin-right: 40px;
}

.image-45 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-right: 0%;
  display: block;
  overflow: visible;
}

.image-45._1 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  min-width: 0%;
  max-width: none;
}

.image-45._1:hover {
  transform: translate(0, 2px);
  box-shadow: 3px 3px 14px -4px #000;
}

.lightbox-link {
  align-self: flex-end;
  padding-bottom: 0%;
  padding-right: 0%;
}

.lightbox-link._1 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  min-width: auto;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.lightbox-link-2 {
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0%;
  display: flex;
}

.description {
  -webkit-text-fill-color: inherit;
  background-color: #faf6ef;
  background-clip: border-box;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 60px;
  display: none;
}

.div-block-186 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 100px;
  display: flex;
}

.columns-10 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.columns-10.m {
  width: 100%;
}

.item {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 20px;
}

.paragraph-23 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-24 {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.paragraph-24.h {
  margin-bottom: 0;
}

.experience-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.experience-button:hover {
  filter: blur();
  color: #fff;
  background-color: #fd9809;
  border: 2px #000;
  font-weight: 400;
}

.experience-button:active {
  border-width: 2px;
  border-color: var(--dark-grey);
}

.experience-button:visited {
  background-color: #b1b1b1;
}

.div-block-188 {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.paragraph-25 {
  color: var(--light-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 200;
  line-height: 32px;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-189 {
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 40px;
}

.div-block-190 {
  align-self: flex-start;
}

.div-block-192 {
  justify-content: center;
  display: flex;
}

.div-block-194 {
  justify-content: center;
  margin-left: 76px;
  margin-right: 76px;
  display: flex;
}

.div-block-197 {
  padding-bottom: 1%;
  padding-right: 1%;
  display: none;
}

.description2 {
  min-width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.item-last {
  border: 1px #000;
  align-self: auto;
  min-width: 25%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.item-last.m {
  padding-bottom: 0;
}

.item-last.h {
  min-width: 27%;
  padding-bottom: 0;
}

.item1 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 35%;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 30px;
}

.description3 {
  background-color: #0087c0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-15-w {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-25-w {
  color: #beebee;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 200;
  line-height: 32px;
}

.paragraph-23w {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-24w {
  color: #dbf6ff;
  min-width: 150px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 26px;
}

.item1-w {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 40%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.container-3a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.div-block-194a {
  justify-content: center;
  margin-top: 5%;
  padding-bottom: 40px;
  display: flex;
}

.div-block-195a {
  justify-content: center;
  display: flex;
}

.div-block-195a._1 {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
}

.div-block-195a._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
}

.div-block-195a._2:hover {
  border-style: none;
}

.div-block-196a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.description4 {
  background-color: #c74a2c;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-25-o {
  color: #ffc2b4;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 200;
  line-height: 32px;
}

.paragraph-24-o {
  color: #fff9f4;
  min-width: auto;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
}

.item1-o {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 40%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
}

.item1-o2 {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-25a {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 200;
  line-height: 32px;
}

.image-46 {
  object-fit: fill;
  align-self: flex-end;
  width: 50%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.lightbox-link-2b {
  width: 50%;
  margin-top: 20px;
  padding-bottom: 0%;
}

.section-9 {
  background-color: #0000;
}

.lightbox-link-2a {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 0%;
  display: flex;
}

.lightbox-link-2a:hover {
  width: auto;
  box-shadow: none;
  opacity: 1;
  background-color: #0000;
  transform: translate(0, 3px);
}

.image-47 {
  text-align: center;
  align-self: center;
  max-width: 60%;
  margin-top: 100px;
  margin-bottom: 60px;
  display: inline-block;
}

.div-block-198 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-48 {
  align-self: center;
  max-width: 90%;
  margin-bottom: 60px;
}

.image-49 {
  align-self: center;
  max-width: 90%;
  margin-bottom: 0;
}

.paragraph-26 {
  text-align: left;
  align-self: center;
  max-width: 70%;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 300;
}

.div-block-199 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  align-self: center;
  width: 100px;
  height: 140px;
  display: block;
}

.div-block-199.b {
  height: 0;
  margin-bottom: 140px;
}

.div-block-200 {
  justify-content: center;
  display: flex;
}

.image-50 {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-26w {
  text-align: center;
  align-self: center;
  max-width: 45%;
  margin-top: 180px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
}

.paragraph-26w.b {
  text-align: center;
  align-self: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.itemw {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 18%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemw.h {
  padding-bottom: 0;
}

.itemw-w {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 22%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemw-w.h {
  min-width: 26%;
  padding-bottom: 0;
}

.div-block-190w {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  min-width: 40%;
  display: block;
}

.paragraph-25w {
  min-width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-189w {
  flex-wrap: nowrap;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 60%;
  padding-left: 0;
  display: block;
}

.itemw2 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 24%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemw2.h {
  padding-bottom: 0;
}

.itemw4 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 29%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemw4.h {
  min-width: 27%;
  padding-bottom: 0;
}

.waymo-publication {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.waymo-publication:hover {
  filter: blur();
  color: #fff;
  background-color: #fd9809;
  border: 2px #000;
  font-weight: 400;
}

.waymo-publication:active {
  border-width: 2px;
  border-color: var(--dark-grey);
}

.waymo-publication:visited {
  background-color: var(--dark-grey);
}

.div-block-202 {
  justify-content: center;
  align-items: flex-start;
  margin: 20px 76px 10px;
  display: flex;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  color: var(--light-grey);
  font-weight: 500;
}

.div-block-203 {
  height: 60px;
}

.description-w {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-188a {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.div-block-186a {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 40px;
  display: flex;
}

.heading-15a {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-186b {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0%;
  display: flex;
}

.div-block-186c {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 5%;
  display: flex;
}

.div-block-7a {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: 85vw;
  padding-bottom: 15px;
  padding-right: 0;
  display: block;
}

.div-block-7a.top {
  width: 100%;
}

.div-block-204 {
  height: 75px;
}

.image-51 {
  width: 100%;
  margin-top: -60px;
}

.l14 {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-15-d {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-25d {
  width: 100%;
  min-width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.itemd {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 20%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd2 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 25%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd3 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 22%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.itemd4 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 35%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd5 {
  border: 1px #000;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.resume {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  border: 1px #000;
  width: 200px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.resume:hover {
  opacity: 1;
  perspective: none;
  transform: ;
  transform-origin: 50px;
  color: var(--dark-grey);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  direction: ltr;
  background-color: #bdf0fa;
  background-clip: border-box;
  border: 2px #000;
  font-family: Helveticanowdisplay, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 4px 4px 13px -8px #464646;
}

.resume:active {
  border-width: 2px;
  border-color: var(--dark-grey);
  transform: translate(0, 2px);
}

.resume:visited {
  background-color: var(--dark-grey);
  font-weight: 300;
  line-height: 35px;
}

.experience-button1 {
  color: #fff;
  text-align: center;
  background-color: #0f0f0f;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.experience-button1:hover {
  filter: blur();
  color: #fff;
  background-color: #fd9809;
  border: 2px #000;
  font-weight: 400;
}

.experience-button1:active {
  border-width: 2px;
  border-color: var(--dark-grey);
}

.experience-button1:visited {
  background-color: #b1b1b1;
}

.resume-button {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  width: 190px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.resume-button:hover {
  color: #005a7a;
  background-color: #bdf0fa;
  font-weight: 700;
}

.resume-button:active {
  transform: translate(0, 2px);
  box-shadow: 4px 4px 7px -8px #000;
}

.resume-button.foot {
  width: 110px;
  padding: 0;
  font-size: 18px;
  display: block;
}

.body-4 {
  flex-direction: column;
  display: flex;
}

.image-52 {
  max-width: 90%;
  margin-top: -20px;
}

.paragraph-19a {
  min-width: 500px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.image-53 {
  max-width: 90%;
  padding-left: 20%;
  padding-right: 0;
}

.image-54 {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 20%;
  padding-right: 10%;
  display: block;
}

.image-55 {
  padding-left: 18%;
}

.image-56 {
  max-width: 40%;
  margin-top: 100px;
  margin-bottom: 140px;
}

.image-57 {
  margin-bottom: 80px;
  padding-top: 0;
}

.image-58 {
  margin-bottom: 0;
}

.paragraph-27 {
  margin-bottom: 140px;
}

.image-59 {
  text-align: center;
  padding-bottom: 60px;
  display: block;
}

.div-block-205 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-206 {
  margin-top: 160px;
  margin-bottom: 140px;
}

.paragraph-19b {
  min-width: 500px;
  margin: 10px 40% 60px 12%;
}

.link-block {
  background-image: linear-gradient(#000 55%, #fff);
  transition: opacity .2s;
}

.paragraph-28 {
  margin-left: auto;
  margin-right: auto;
  padding: 86px 68px 74px;
  display: block;
}

.heading-16 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-60 {
  transform-style: preserve-3d;
  margin: 35px 0 64px;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
  transform: rotateX(-11deg)rotateY(0)rotateZ(17deg);
}

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

.column-1 {
  padding-left: 23px;
  padding-right: 23px;
}

.colume-1 {
  padding-left: 65px;
}

.div-block-207 {
  color: #e3f6ec;
  background-color: #3f2020e3;
  padding: 41px;
}

.div-block-208 {
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin-left: 65px;
  margin-right: 65px;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  padding-left: 99px;
  padding-right: 99px;
}

.text-block-20 {
  color: #0d1410;
}

.image-61 {
  width: 50px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar {
  clear: none;
  background-color: #ffffff9e;
  min-width: auto;
  position: sticky;
  top: 0;
}

.link1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.container-2 {
  position: sticky;
  top: 0;
}

.body-5 {
  background-color: #9b9090;
}

.columns-11 {
  position: relative;
  inset: 0% auto auto 0%;
}

.dropdown-list {
  background-color: #c5b8b8;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.slide {
  background-image: url('../images/street_vendors_2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  opacity: .92;
  -webkit-text-fill-color: inherit;
  background-color: #ccccccf2;
  background-image: url('../images/Music.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  height: 100%;
}

.slider {
  height: 100vh;
}

.div-block-209 {
  flex-flow: column;
  display: flex;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cfcfcf82;
  flex-direction: row;
  grid-template-rows: minmax(2%, 1.25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
}

.description-dd {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 100px;
}

.container-4 {
  background-color: #e0ffb2;
}

.image-62 {
  object-fit: cover;
  position: static;
}

.paragraph-29 {
  line-height: 1.2;
}

.rich-text-block {
  background-color: #0000;
}

.rich-text-block h4 {
  color: #ff6161;
  font-weight: 700;
}

._2:hover {
  background-color: #fff;
  border: 1px solid #000;
}

._2:active {
  background-color: #bdbdbd;
}

._3:focus {
  border: 1px #000;
  box-shadow: inset 1px 1px 6px 3px #ec6363;
}

.section-10 {
  border: 1px #000;
  margin: 117px;
  box-shadow: 1px 1px 3px #df506f;
}

.paragraph-30 {
  display: flex;
}

.paragraph-31 {
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  font-size: 10px;
  line-height: 1;
  display: flex;
}

.column-29 {
  display: inline-block;
}

.section-11 {
  justify-content: center;
  align-items: center;
  padding-left: 66px;
  padding-right: 66px;
  display: flex;
}

.grid-3 {
  place-items: stretch start;
}

.div-block-210 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._4 {
  margin-top: auto;
}

.section-12 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin: 20px 25% -60px 5%;
  display: flex;
}

.section-13 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-211 {
  justify-content: flex-end;
  display: flex;
}

.div-block-212 {
  margin-left: 76px;
  margin-right: 76px;
}

.div-block-7-copy {
  border: 0 solid #000;
  border-top-width: 12px;
  border-radius: 0;
  width: 120px;
  margin-left: 12%;
  padding-bottom: 15px;
  padding-right: 0;
  display: block;
}

.column-30 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-213 {
  padding-top: 120px;
}

.datum-link-panel {
  flex-direction: row;
  justify-content: center;
  display: none;
}

.datum {
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}

.datum:hover {
  font-weight: 300;
}

.datum-link {
  border-top: 10px solid #0000;
  width: 138.438px;
  height: 147px;
  margin: 40px;
  padding: 20px 0 0;
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}

.datum-link:hover {
  border: 10px #000;
  border-top-style: solid;
  height: 178.438px;
  font-weight: 500;
}

.datum-link.text {
  border: 1px #000;
  margin-left: 0;
}

.datum-link.text:hover {
  border-style: none;
}

.line {
  border-style: solid none none;
  border-width: 10px;
  border-color: var(--dark-grey);
  border-radius: 0;
  width: 110px;
  padding-bottom: 15px;
  padding-right: 0;
  display: block;
}

.datum-link-copy {
  width: 178.438px;
  margin-left: 40px;
  padding: 40px 40px 40px 0;
  font-size: 33px;
  font-weight: 300;
  line-height: 39px;
}

.datum-link-copy:hover {
  font-weight: 500;
}

.div-block-214 {
  width: auto;
  height: 227px;
}

.section-14 {
  background-image: url('../images/census2020_1.webp');
  background-position: 380% 15%;
  background-repeat: no-repeat;
  background-size: 95%;
  background-attachment: scroll;
  align-self: auto;
  height: 1300px;
  margin-top: 0;
  display: none;
}

.title {
  margin-top: 0;
}

.div-block-215 {
  margin-top: -40px;
  padding-left: 30%;
}

.section-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.fashion {
  width: 30%;
  margin-right: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 100;
  line-height: 39px;
}

.div-block-216 {
  width: 48%;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 0;
}

.text-span-35 {
  font-weight: 500;
}

.div-block-188-copy {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.div-block-190w-copy {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  min-width: 50%;
}

.div-block-189w-copy {
  flex-wrap: nowrap;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 35%;
  padding-left: 0;
  display: block;
}

.itemd-copy {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 20%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd2-copy {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 25%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd3-copy {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 22%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.itemd4-copy {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 32%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.itemd5-copy {
  border: 1px #000;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-63 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin: 0% 7% 5vh;
  display: grid;
}

.image-64 {
  flex: 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.div-block-217 {
  align-self: center;
  width: 50%;
  height: 80%;
  padding: 0;
}

.div-block-218 {
  flex: 0 auto;
  align-self: flex-end;
  width: 70%;
  height: 100%;
  margin-bottom: -5%;
  padding: 0 0 0%;
}

.grid-4 {
  grid-template-columns: 1fr;
  margin-left: 30%;
  margin-right: 76px;
}

.grid-5 {
  grid-template-rows: auto;
  margin-bottom: 5%;
  margin-left: 76px;
  margin-right: 76px;
}

.image-65 {
  opacity: 1;
  max-width: 100%;
  margin-left: 0;
  padding-right: 0;
}

.image-66 {
  max-width: 70%;
}

.image-67 {
  max-width: 70%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.image-68 {
  max-width: 100%;
  margin-top: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  place-items: end start;
  margin-left: 76px;
  margin-right: 10%;
}

.image-69 {
  max-width: 120%;
  margin-bottom: 15%;
  margin-left: 3%;
}

.grid-7 {
  grid-template-rows: auto;
  margin-right: 76px;
}

._76 {
  align-self: center;
  margin-left: 0%;
  margin-right: 0%;
}

.image-70 {
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-71, .image-72 {
  margin-top: 0;
}

.project-thumbnail-copy {
  opacity: 0;
  color: #333;
  width: 33%;
  min-width: 400px;
  padding: 10px 18px;
  text-decoration: none;
  display: block;
}

.section-17 {
  background-image: url('../images/Artboard-5p2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  height: 30vh;
  padding-top: 0%;
  padding-left: 15%;
  display: none;
  position: static;
  overflow: visible;
}

.paragraph-32 {
  opacity: 1;
  max-width: 50%;
  height: auto;
  color: var(--dark-grey);
  object-fit: contain;
  background-color: #fffffff0;
  margin-bottom: 0;
  padding: 30px 55px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.3;
}

.text-span-36 {
  font-style: italic;
  font-weight: 600;
}

.text-span-37 {
  max-width: 50%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  display: inline-block;
}

.intro {
  background-image: url('../images/Artboard-5p2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 0%;
  padding-bottom: 20vh;
  padding-left: 191px;
  display: block;
  position: static;
}

.div-block-219 {
  justify-content: center;
  align-self: flex-end;
  height: auto;
  margin-top: 20vh;
  margin-bottom: 10vh;
  padding-right: 0;
  display: flex;
}

.div-block-220 {
  flex-wrap: nowrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.paragraph-33 {
  color: #fff;
  background-color: #0f0d02b5;
  width: 40%;
  margin-bottom: 0;
  padding: 55px;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.4;
  display: none;
}

.text-span-38 {
  font-style: italic;
  font-weight: 600;
}

.div-block-221 {
  height: 10vh;
  display: none;
}

.image-73 {
  opacity: 0;
}

.image-74 {
  padding-left: 76px;
}

.image-75 {
  margin-left: 76px;
}

.image-65-copy {
  opacity: 0;
  max-width: 100%;
  margin-left: 0;
  padding-right: 40px;
}

.grid-8 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex: 0 auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-flow: row;
}

.div-block-222 {
  height: 60px;
}

.heading-17 {
  color: #fff;
  text-align: left;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 20vh;
  font-weight: 300;
  display: flex;
  overflow: visible;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.image-76 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 400px;
  max-width: none;
  height: 200px;
  max-height: none;
  position: static;
}

.description-speaker {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.description-s {
  background-color: #faf6ef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.speaker_title {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-speaker {
  flex-wrap: nowrap;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 35%;
  padding-left: 0;
  display: block;
}

.speaker {
  width: 100%;
  min-width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.speaker_detail {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 100px;
  display: flex;
}

.s1 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.sd {
  min-width: 100%;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.s2 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.speaker_divide {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 20%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 20px;
}

.speaker_divide.a {
  border: 1px #000;
  padding-bottom: 0;
}

.div-block-s {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  min-width: 50%;
}

.div-block-188-copy-copy, .div-block-s2 {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.columns-s {
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.div-block-223 {
  margin-left: 76px;
  margin-right: 76px;
}

.div_76 {
  padding-left: 76px;
  padding-right: 76px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.image-78 {
  object-fit: cover;
  max-width: none;
  height: 100%;
  max-height: none;
}

.side {
  object-fit: cover;
  height: 100%;
}

.div-block-224 {
  object-fit: cover;
}

.grid-10 {
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-top: 60px;
  position: static;
}

.section-18, .section_76 {
  padding-left: 76px;
  padding-right: 76px;
}

.paragraph-19-copy {
  min-width: 500px;
  margin-top: 60px;
  margin-bottom: 90px;
}

.paragraph-34 {
  position: static;
}

.div-block-225 {
  margin-top: 20px;
  padding-left: 20px;
}

.grid-11 {
  grid-template-rows: 1fr 7fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: stretch;
}

.heading-with-description_s {
  color: var(--grey-2);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.text-span_s {
  color: var(--dark-grey);
}

.italic-text {
  font-weight: 400;
}

.image-79 {
  object-fit: none;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.div-block-226 {
  object-fit: cover;
  max-width: 100%;
  max-height: 13%;
  margin-right: 60px;
}

.div-block-227 {
  margin-left: 100px;
  margin-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-226a {
  background-image: url('../images/naked-computer.webp');
  background-position: 0%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.image-computer {
  object-fit: cover;
  object-position: 50% 50%;
  width: 80%;
  max-width: none;
  height: 80%;
  max-height: none;
  display: block;
}

.div-block-226b {
  background-image: url('../images/naked-watch.webp');
  background-position: 50% 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-s {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.section_76s {
  margin-top: 60px;
  padding-left: 76px;
  padding-right: 76px;
}

.div-block-228 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/sketch6.webp');
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: content-box;
  border: 10px #fff;
  padding-bottom: 20px;
  padding-right: 0;
}

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

.div-block-229 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Discover_Closeup3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}

.div-block-229a {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Discover_Closeup2.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: padding-box;
}

.section_76a {
  object-fit: contain;
  flex: 0 auto;
  min-height: 100vh;
  padding-left: 76px;
  padding-right: 76px;
  display: none;
}

.div-block-230 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Discover_3Q.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: padding-box;
}

.div-block-231 {
  object-fit: contain;
  background-image: url('../images/Discover_4031.webp');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
}

.section_76s2 {
  object-fit: contain;
  min-width: 100vh;
  margin-top: 60px;
  padding-left: 76px;
  padding-right: 76px;
  display: block;
}

.grid-11a {
  object-fit: contain;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 25vw 25vw 25vw;
  grid-auto-flow: column;
  align-items: stretch;
}

.image-80 {
  object-fit: contain;
  object-position: 50% 50%;
}

.list-item-2 {
  object-fit: fill;
  position: relative;
}

.text-span-39 {
  font-weight: 100;
}

.text-span-40, .text-span-41 {
  font-size: 100px;
  font-weight: 100;
}

.text-block-adobe {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 33px;
}

.text-span-23-adobe {
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
}

.div-block-232 {
  float: left;
  padding-top: 23px;
  display: block;
}

.image-50-copy {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-233 {
  align-items: flex-start;
  margin-left: 76px;
  margin-right: 76px;
  display: block;
}

.div-block-233._2 {
  display: flex;
}

.youtube {
  object-fit: cover;
  width: auto;
}

.div-block-234 {
  width: 50%;
}

.grid-13 {
  grid-template-rows: 4fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-235 {
  background-image: url('../images/Hope.webp');
  background-position: 0 0;
  background-size: cover;
  width: 600px;
  height: 500px;
  margin: 70px 0 50px;
}

.div-block-236 {
  background-image: url('../images/IMG_6495.webp');
  background-position: 0 0;
  background-size: cover;
  width: 600px;
  height: 500px;
  margin: 70px 0 50px 50px;
}

.div-block-233-copy {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-233-copy._2 {
  display: flex;
}

.break-line {
  float: none;
  clear: right;
  justify-content: center;
  margin-top: 60px;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.more-process {
  flex-direction: column;
  justify-content: flex-start;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-26w-copy {
  text-align: center;
  align-self: center;
  max-width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
}

.grid-14 {
  grid-template-rows: 40px auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .25fr .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-14-copy {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr .25fr;
  margin-top: 15px;
}

.image-81 {
  padding-top: 40px;
}

.image-82 {
  margin-top: -5px;
  padding-top: 0;
}

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

.grid-14a {
  grid-template-rows: 40px auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .25fr .25fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-238 {
  margin-top: 0;
  margin-bottom: 40px;
}

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

.image-84 {
  width: 100%;
}

.paragraph-32-copy {
  opacity: 1;
  max-width: 50%;
  height: auto;
  color: var(--dark-grey);
  object-fit: fill;
  background-color: #fffffff0;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 30px 55px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.3;
}

.text-span-22-copy, .text-span-42, .text-span-43 {
  font-weight: 700;
}

.splash {
  margin-left: 0;
  margin-right: 0;
}

.image-85 {
  object-fit: cover;
  object-position: 0% 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 35vh;
  display: block;
  overflow: visible;
}

.lumin_descrip {
  height: auto;
  margin-top: 5%;
}

.lumindescrip {
  background-color: #212d2b;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
}

.l1 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.l1.m {
  width: 100%;
}

.l2 {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.l3 {
  align-self: flex-start;
}

.l4 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.l5 {
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 40px;
}

.l6 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 80px;
  display: flex;
}

.l7 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l8 {
  color: #fff9f4;
  min-width: 98.5562%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
}

.l9 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l10 {
  color: #fff9f4;
  min-width: 98.5562%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
}

.l11 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l12 {
  color: #fff9f4;
  min-width: 98.5562%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
}

.l13 {
  color: #94b8ae;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 200;
  line-height: 32px;
}

.l15 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.l16 {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.l17 {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  min-width: 50%;
}

.l18 {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.l19 {
  flex-wrap: nowrap;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 35%;
  padding-left: 0;
  display: block;
}

.l20 {
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.l21 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 20%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.l22 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 25%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.l23 {
  border-right: 1px solid var(--dark-grey);
  flex: 0 auto;
  align-self: auto;
  min-width: 32%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.l24 {
  border: 1px #000;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.l25 {
  width: 100%;
  min-width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  margin-left: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.l26 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l27 {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.l27.h {
  margin-bottom: 0;
}

.l28 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l29 {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.l29.h {
  margin-bottom: 0;
}

.l30 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-24-copy {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.paragraph-24-copy.h {
  margin-bottom: 0;
}

.l31 {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.l31.h {
  margin-bottom: 0;
}

.l32 {
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.l33 {
  min-width: 100%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.l33.h {
  margin-bottom: 0;
}

.l34 {
  padding-left: 0;
  padding-right: 0%;
}

.l35 {
  margin-top: 0;
  line-height: 50px;
}

.l36 {
  color: var(--grey-2);
  border: 1px #fff;
}

.l37 {
  width: 100%;
  margin-top: 70px;
  margin-left: 7%;
  margin-right: 0%;
  padding-right: 6%;
}

.l38 {
  border: 0 solid #000;
  border-top-width: 7px;
  border-radius: 0;
  width: 12%;
  padding-bottom: 10px;
  padding-right: 0;
}

.l39 {
  width: 100%;
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.l40, .l41 {
  color: var(--dark-grey);
  font-weight: 700;
}

.video-copy {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
}

.l42 {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
}

.l43 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  min-width: 100vw;
  max-width: none;
  height: 53vh;
  min-height: 53vh;
  margin-bottom: 0;
  overflow: visible;
}

.l44 {
  border: 1px #000;
  align-self: auto;
  min-width: 30%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 20px;
}

.l44.m {
  padding-bottom: 0;
}

.l44.h {
  min-width: 27%;
  padding-bottom: 0;
}

.l45 {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 35%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.l46 {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 40%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.l48 {
  width: 100%;
  margin-top: 0;
}

.l47 {
  text-align: center;
  max-height: none;
  padding-left: 0;
  padding-right: 0%;
}

.image-86 {
  max-height: 130vh;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.columns-12 {
  margin-bottom: 40px;
}

.l48-copy {
  width: 100%;
  margin-top: 60px;
}

.columns-13 {
  margin-top: 60px;
}

.l49 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 70%;
  max-width: 100%;
  height: auto;
  min-height: 35vh;
  margin-top: 80px;
  margin-left: 15%;
  margin-right: 15%;
  overflow: visible;
}

.image-85-copy {
  object-fit: cover;
  object-position: 0% 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 35vh;
  display: none;
  overflow: visible;
}

.container-5 {
  padding-left: 5%;
}

.image-87 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.div-block-240 {
  object-fit: fill;
}

.div-block-241 {
  object-fit: fill;
  max-width: 100%;
}

.image-88 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-89 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: visible;
}

.image-90, .image-91, .image-92 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.list-item-3, .list-item-4 {
  line-height: 19px;
}

.div-block-166-a {
  min-width: 200px;
  margin-right: 100px;
}

.text-block-19a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.bold-text-2 {
  display: none;
}

.div-block-165b {
  min-width: auto;
  margin-right: 40px;
}

.text-block-18b {
  width: 100%;
  min-width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.text-block-18c {
  width: 100%;
  min-width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.text-block-21, .div-block-242 {
  display: none;
}

.div-block-245 {
  align-self: flex-start;
}

.image-94 {
  margin-top: 5%;
}

.image-95 {
  flex: 0 auto;
  justify-content: center;
  max-width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  position: static;
}

.valkyria-2block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  display: block;
}

.div-block-247 {
  margin-top: 2%;
}

.valkyria-summary {
  color: var(--dark-grey);
  margin-bottom: 0;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  overflow: visible;
}

.div-block-248 {
  justify-content: center;
  align-self: center;
  padding-bottom: 5%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  overflow: visible;
}

.valkyria-image-2 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-96 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 90%;
  min-height: 100%;
  margin-left: -5%;
  padding-top: 0;
}

.text-block-25 {
  padding-top: 90px;
}

.paragraph-35 {
  margin: 40px 30% 0;
  font-weight: 300;
}

.image-97 {
  object-fit: contain;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.valkyria-text {
  height: auto;
  margin-top: 0%;
}

.text-span-46 {
  color: #999;
  font-weight: 200;
}

.valkyria-text1 {
  width: 100%;
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.div-block-249 {
  margin: 10% 30%;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 18%;
  margin-left: 0%;
  margin-right: 0%;
  display: grid;
}

.info-arch {
  object-fit: scale-down;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-250 {
  margin: 10% 30% 5%;
}

.valkyria-video {
  float: none;
  clear: none;
  object-fit: scale-down;
  border-radius: 10px;
  align-self: center;
  width: 280px;
  height: 600px;
  margin: 5% 0%;
}

.div-block-42 {
  border: 0 solid #000;
  border-top-width: 7px;
  border-radius: 0;
  width: 0%;
  margin-left: 0%;
  padding-bottom: 10px;
  padding-right: 0;
}

.div-block-251 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .32fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-bottom: 0;
  display: grid;
}

.div-block-43 {
  border: 0 solid #000;
  border-top-width: 7px;
  border-radius: 0;
  width: 12%;
  margin-top: 0;
  margin-left: 0%;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-252 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-bottom: 10%;
  display: grid;
}

.div-block-253 {
  background-color: #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 620px;
  display: flex;
}

.heading-13a {
  margin-top: 0;
  margin-left: 12%;
  line-height: 50px;
}

.column-7a {
  padding-left: 0;
  padding-right: 0%;
}

.div-block-109a {
  width: 100%;
  margin-top: 35px;
  margin-left: 12%;
  margin-right: 7%;
  padding-right: 12%;
}

.paragraph-5a {
  width: 100%;
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.div-block-254 {
  margin-top: 5%;
}

.div-block-248a {
  justify-content: center;
  align-self: center;
  margin-top: 10%;
  padding-bottom: 5%;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
  overflow: visible;
}

.div-block-255 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-bottom: 5%;
  display: grid;
}

.image-98 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 500%;
  overflow: visible;
}

.div-block-256 {
  object-fit: fill;
}

.image-99 {
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 210%;
  overflow: visible;
}

.image-100 {
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 210%;
  position: static;
  overflow: visible;
}

.div-block-259 {
  margin-top: 2%;
}

.image-92a {
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-260 {
  background-image: url('../images/Portrait.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.image-91a {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 80%;
  max-height: 80%;
}

.lego-blurb {
  min-width: 500px;
  margin-top: 0;
  margin-bottom: 90px;
  margin-right: 0%;
  padding-left: 3%;
  padding-right: 15%;
  font-size: 26px;
  font-weight: 200;
}

.lego-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mariopic {
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0%;
  position: static;
  inset: 0% 0% 0% auto;
}

.legoblocktext {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.lego-title {
  z-index: 0;
  margin-top: 0%;
  margin-bottom: 3%;
  margin-left: 5%;
  font-size: 36px;
  font-weight: 700;
  display: block;
  position: static;
  inset: 2% auto auto 0%;
}

.lego-text {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 5%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 34px;
}

.legotext {
  object-fit: fill;
  min-width: 500px;
  padding-left: 0%;
  font-size: 26px;
  line-height: 34px;
  position: static;
  inset: 20% auto auto 0%;
}

.linedivide {
  border: 1px solid #c7c7c7;
  margin: 5%;
  padding-left: 0%;
}

.div-block-263 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30px, 30px) 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  display: grid;
}

.videoembed {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.conceptvideo {
  float: none;
  clear: none;
  object-fit: scale-down;
  border-radius: 10px;
  align-self: center;
  width: 560px;
  height: auto;
  margin: 0%;
}

.legovideotext {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.videoembeda {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.lego-list {
  margin-left: 5%;
  padding-left: 40px;
  font-size: 26px;
  font-weight: 200;
  line-height: 34px;
  list-style-type: square;
}

.image-101 {
  max-width: 560px;
}

.div-block-264 {
  margin-right: 5%;
}

.div-block-265 {
  margin-top: 5%;
}

.projects-a {
  grid-column-gap: 6vh;
  grid-row-gap: 2vh;
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.grid-item-6 {
  color: #333;
  border-top: 10px solid #0000;
  width: 33%;
  min-width: 100%;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  text-decoration: none;
  display: block;
}

.grid-item-6:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-top: 10px solid #000;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
}

.imagea, .image-91-copy {
  width: 100%;
  max-width: none;
  height: 100%;
}

.pastproject {
  max-width: 70%;
  margin: 0 76px 15px 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.div-block-266 {
  margin-left: 15%;
  margin-right: 15%;
}

.brickparty, .paperbag {
  width: 100%;
  max-width: none;
  height: 100%;
}

.paragraph-36 {
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
}

.bold-text-5 {
  text-decoration: underline;
}

.bold-text-5:hover {
  color: #4c2f91;
  border: 1px #4c2f92;
}

.bold-text-6 {
  text-decoration: underline;
}

.photo-by-mario-copy {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-right: 5%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.div-block-267 {
  align-self: center;
  margin: 0% 15% 5%;
}

.paragraph-20a {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}

.linedividea {
  border: 1px solid #c7c7c7;
  margin: 5% 5% 2%;
  padding-left: 0%;
}

.bold-text-7 {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-7:hover {
  color: var(--color);
  text-decoration: none;
}

.paragrapha {
  margin-top: 3%;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.image-102 {
  max-width: 80px;
  display: block;
}

.image-103 {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
}

.image-104 {
  max-width: 80%;
}

.div-block-268 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
}

.div-block-269 {
  background-image: url('../images/Artboard-2-copy-23x-80.webp');
  background-position: 0 0;
  background-size: cover;
  align-self: center;
  height: 0%;
  min-height: auto;
  display: block;
}

.div-block-270 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: flex;
}

.div-block-271 {
  align-self: center;
  display: flex;
}

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

.heading-18 {
  align-self: center;
}

.section_home_hero {
  margin-left: 5%;
  margin-right: 5%;
}

.img_card_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  height: 50rem;
  display: flex;
}

.img_card_item {
  flex: 1 1 0;
  transition: all .5s;
  overflow: hidden;
}

.img_card_item:hover {
  flex-basis: 30%;
}

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

.image:hover {
  object-fit: contain;
}

.heading-19 {
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 2%;
}

.div-block-272 {
  align-self: center;
}

.image-105 {
  max-width: 100%;
}

.image-106 {
  max-width: 50%;
}

.div-block-273 {
  margin-top: 7%;
}

.heading-18-mobile {
  text-align: center;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.photo-by-mario-copy-copy {
  color: #a4a4a4;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 5px 0;
  padding-right: 5%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  display: flex;
}

.div1 {
  margin-bottom: 5%;
}

.text-span-47 {
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
}

.text-block-5b {
  float: left;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.div-block-281 {
  margin-right: 20px;
}

.project_page_heading-big_tablet, .project {
  max-width: 70%;
  margin: 100px 76px 15px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.project_oneline {
  margin: 0 5% 40px 76px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.project_tablet {
  max-width: 70%;
  margin: 100px 76px 15px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.item1-w-copy {
  border-right: 1px solid #c8e5ee;
  flex: 0 auto;
  align-self: auto;
  min-width: 40%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-107 {
  align-self: flex-end;
  width: 50%;
  max-width: none;
  display: block;
}

.image-45-copy {
  object-fit: fill;
  align-self: center;
  max-width: 50%;
  margin-right: 0%;
  display: block;
  overflow: visible;
}

.image-108 {
  text-align: left;
  align-self: flex-end;
  width: 50%;
  max-width: 100%;
  display: inline-block;
}

.div-box-196a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45a {
  object-fit: fill;
  min-width: 400%;
  max-width: none;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 50% 25% 25%;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: flex-start;
  place-items: start;
  margin: 0%;
  display: grid;
}

.text-block-26 {
  font-size: 16px;
  font-weight: 100;
}

.text-block-27, .text-block-28 {
  font-size: 24px;
  line-height: 34px;
}

.text-block-29 {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  overflow: visible;
}

.text-block-29.bigtext {
  padding-right: 0%;
}

.div-block-282 {
  margin-bottom: 0;
}

.grid-18 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px #a7a7a7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: baseline start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.grid-18._2items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: flex;
}

.div-block-283 {
  align-items: flex-start;
  margin-left: 7px;
  margin-right: 0%;
  display: flex;
}

.div-block-284 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-self: flex-start;
  place-items: flex-start start;
  margin: 85px 3% 75px;
  display: grid;
}

.grid-18-noline {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: baseline start;
  display: grid;
}

.grid-18-noline._2items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: flex;
}

.industry_locationgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1.25fr 1.25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: baseline start;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.industry_locationgrid._2items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: flex;
}

.div-block-285 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start;
  margin-left: 40px;
  padding-left: 0;
  display: grid;
}

.grid-18_noline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: baseline start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 10px;
  display: grid;
}

.grid-18_noline._2items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: flex;
}

.boxline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-right: 1px solid #a7a7a7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-283_1 {
  align-items: flex-start;
  margin-left: 7px;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
}

.div-block-286 {
  margin-bottom: 40px;
}

.div-block-287 {
  border: 1px #a7a7a7;
  border-left-style: solid;
}

.boxline_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-right-color: #a7a7a7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-288 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 85px;
  margin-left: 7%;
  margin-right: 7%;
  display: grid;
}

.div-block-289 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 85px;
  margin-left: 12%;
  margin-right: 12%;
  display: grid;
}

.div-block-290 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  margin-bottom: 65px;
  display: flex;
}

.div-block-291 {
  margin-bottom: 85px;
  margin-left: 10%;
  margin-right: 10%;
}

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

.section-19 {
  background-color: #0e542d;
}

.div-block-292 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 85px;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.text-in-yellow {
  color: #fff7d6;
  font-size: 20px;
  line-height: 30px;
}

.div-block-292-narrow {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.div-block-292last {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin: 60px 10% 85px;
  display: grid;
}

.section-20 {
  align-self: center;
}

.image-109 {
  flex: 1;
  align-self: center;
  max-width: 100vw;
}

.div-block-293 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  align-self: center;
  place-items: stretch center;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.youtube-2 {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.image-110 {
  object-fit: scale-down;
  min-width: 140px;
  max-width: none;
  display: block;
  position: static;
  overflow: visible;
}

.image-111 {
  min-width: 120px;
  max-width: none;
  display: block;
  overflow: visible;
}

.div-block-294 {
  aspect-ratio: auto;
  max-width: 100%;
  display: block;
}

.div-block-295 {
  max-width: 100%;
}

.lastline {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 300;
  display: block;
}

.div-block-296 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 100px 25%;
  font-weight: 300;
  display: block;
}

.text-span-48 {
  text-align: center;
  min-width: 100px;
}

.hover-bold {
  text-align: center;
  width: 300px;
  transition: font-variation-settings .2s;
}

.hover-bold:hover {
  font-weight: 500;
}

.linebreak {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  align-self: center;
  width: 100px;
  height: 80px;
  display: block;
}

.linebreak.b {
  height: 0;
  margin-bottom: 140px;
}

.heading-3_2 {
  color: #333;
  white-space: pre;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-span-32-_2 {
  color: #65cdfd;
  font-weight: 500;
}

.div-block-297, .div-block-298 {
  display: none;
}

.project_page_heading-big--lsm {
  max-width: 100%;
  margin: 100px 76px 15px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.div-block-300 {
  z-index: 1;
  padding-top: 1%;
  position: relative;
}

.div-block-302 {
  align-self: auto;
}

.paragraph-36-lego {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.grid-item-1 {
  color: #333;
  border: 10px #0000;
  border-top-style: solid;
  width: 33%;
  min-width: 100%;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  text-decoration: none;
  display: block;
}

.grid-item-1:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-top: 10px solid #000;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
}

.grid-item-2 {
  color: #333;
  border-top: 10px solid #0000;
  width: 33%;
  min-width: 100%;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  text-decoration: none;
  display: block;
}

.grid-item-2:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-top: 10px solid #000;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
}

.grid-item-5 {
  color: #333;
  border-top: 10px solid #0000;
  width: 33%;
  min-width: 100%;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  text-decoration: none;
  display: block;
}

.grid-item-5:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  border-top: 10px solid #000;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
}

.text-span-3-lego {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}

.paragraph-20-lego {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 60px;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}

.div-block-286-waymo {
  margin-bottom: 40px;
}

.div-block-307 {
  margin-bottom: 120px;
}

.heading-15-waymo {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.paragraph-37 {
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.description-waymo {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-308 {
  margin: 40px 0%;
}

.div-block-309 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-top: 3%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
}

.div-block-189waymo {
  flex-wrap: nowrap;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 60%;
  margin-top: 10px;
  padding-left: 0;
  display: block;
}

.div-block-190waymo {
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  min-width: 40%;
  display: block;
}

.div-block-188w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #000;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  margin-bottom: 0%;
  padding-left: 0;
  display: flex;
}

.paragraph-26waymo {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.paragraph-26waymo.b {
  text-align: center;
  align-self: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.div-block-310 {
  text-align: left;
  align-self: flex-start;
}

.color-buddy-paragraph2 {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12%;
  padding-bottom: 94px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.text-block-29lego {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  overflow: visible;
}

.text-block-29lego.bigtext {
  padding-right: 0%;
}

.projects-a-lego {
  grid-column-gap: 6vh;
  grid-row-gap: 2vh;
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.div-block-266lego {
  margin-left: 15%;
  margin-right: 15%;
}

.pastprojectlego {
  max-width: 70%;
  margin: 0 76px 30px 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 125px;
}

.div-block-286lego {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.div-block-283lego {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 0%;
  display: flex;
}

.div-block-283_2 {
  align-items: flex-start;
  margin-top: 4px;
  margin-left: 7px;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
}

.div-block-286waymo {
  margin-bottom: 40px;
}

.div-block-283waymo {
  align-items: flex-start;
  margin-top: 4px;
  margin-left: 7px;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
}

.div-block-283way {
  align-items: flex-start;
  margin-left: 7px;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
}

.boxline_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-right-color: #a7a7a7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-285w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start;
  margin-left: 40px;
  padding-left: 0;
  display: grid;
}

.div-block-287w {
  border: 1px #a7a7a7;
  border-left-style: solid;
}

.div-block-285way {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start;
  margin-left: 40px;
  padding-left: 0;
  display: grid;
}

.paragraph-25w-ay {
  min-width: 100%;
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 34px;
}

.div-block-311 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-309census {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 3%;
  margin-left: 8%;
  margin-right: 8%;
  display: block;
}

.div-block-190census {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 476px;
  display: block;
}

.heading-15census {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 72px;
  display: block;
}

.div-block-189c {
  flex-wrap: nowrap;
  align-self: center;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.paragraph-25c {
  min-width: auto;
  max-width: none;
  color: var(--dark-grey);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 28px;
  display: block;
}

.div-block-188c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  place-items: flex-start center;
  margin-bottom: 0%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-113 {
  max-width: 90%;
}

.div-block-312 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
}

.div-block-313 {
  max-width: none;
}

.image-114 {
  margin-top: -3%;
}

.div-block-129c {
  align-self: center;
  margin: -7% 20% 0% 35%;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-50-w {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.logo-box_x {
  border: 0 solid #000;
  border-top-width: 10px;
  border-radius: 0;
  width: 900px;
  padding-bottom: 80px;
  padding-right: 0;
  display: block;
}

.div-block-130r {
  clear: none;
  flex: 0 auto;
  width: 174px;
  min-width: 115px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-32 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.button-lsm {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.button-lsm:hover {
  filter: blur();
  color: #fff;
  background-color: #fd9809;
  border: 2px #000;
  font-weight: 400;
}

.button-lsm:active {
  border-width: 2px;
  border-color: var(--dark-grey);
}

.button-lsm:visited {
  background-color: var(--dark-grey);
}

.button-lsm.adobe {
  width: 220px;
}

.link-2 {
  font-weight: 700;
}

.link-2:hover {
  color: #65cdfd;
  font-weight: 700;
}

.paragraph-38 {
  font-weight: 200;
}

.paragraph-39 {
  font-size: 16px;
  line-height: 20px;
}

.paragraph-40 {
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.div-block-317 {
  margin-left: 0%;
  margin-right: 0%;
}

.section-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 0%;
  margin-left: 8%;
  margin-right: 12%;
  display: grid;
}

.image-115 {
  max-width: 85%;
}

.here:hover {
  color: #65cdfd;
}

.div-block-318 {
  max-width: 90%;
  margin-top: 0%;
  margin-left: -10%;
}

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

.div-block-285m {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start;
  margin-left: 40px;
  padding-left: 0;
  display: block;
}

.div-block-307m {
  margin-bottom: 20px;
}

.columns-10m {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.columns-10m.m {
  width: 100%;
}

.item-lastm {
  border: 1px #000;
  align-self: auto;
  min-width: 25%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.item-lastm.m {
  padding-bottom: 0;
}

.item-lastm.h {
  min-width: 27%;
  padding-bottom: 0;
}

.columns-10-copy {
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.columns-10-copy.m {
  width: 100%;
}

.columns-10m2 {
  margin-top: 5%;
  margin-bottom: 5%;
  display: inline-block;
}

.columns-10m2.m {
  width: 100%;
}

.linedividec {
  border: 1px solid #c7c7c7;
  margin: 5% 5% 0%;
  padding-left: 0%;
}

.list-item-8 {
  display: none;
}

.div-block-199-c {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  align-self: center;
  width: 100px;
  height: 40px;
  display: block;
}

.div-block-199-c.b {
  height: 0;
  margin-bottom: 140px;
}

.text-block-18c2 {
  width: 100%;
  min-width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.div-block-129c2 {
  align-self: center;
  margin: 3% 20% 5% 35%;
}

.image-45-copy {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-right: 0%;
  display: block;
  overflow: visible;
}

.image-45-copy._1 {
  box-sizing: border-box;
  object-fit: fill;
  min-width: 300%;
  max-width: none;
}

.image-45-copy._1:hover {
  transform: translate(0, 2px);
  box-shadow: 3px 3px 14px -4px #000;
}

.image-45a2 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-right: 0%;
  display: block;
  overflow: visible;
}

.image-45a2._1 {
  box-sizing: border-box;
  object-fit: fill;
  min-width: 300%;
  max-width: none;
}

.image-45a2._1:hover {
  transform: translate(0, 2px);
  box-shadow: 3px 3px 14px -4px #000;
}

.lightbox-link-2a1 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 0%;
  display: flex;
}

.lightbox-link-2a1:hover {
  width: auto;
  box-shadow: none;
  opacity: 1;
  background-color: #0000;
  transform: translate(0, 3px);
}

.lightbox-link-2a2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 0%;
  display: flex;
}

.lightbox-link-2a2:hover {
  width: auto;
  box-shadow: none;
  opacity: 1;
  background-color: #0000;
  transform: translate(0, 3px);
}

.lightbox-link-2a3 {
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 0%;
  display: flex;
}

.lightbox-link-2a3:hover {
  width: auto;
  box-shadow: none;
  opacity: 1;
  background-color: #0000;
  transform: translate(0, 3px);
}

.image-120 {
  align-self: flex-start;
  width: 50%;
  max-width: none;
}

.image-121 {
  align-self: flex-end;
  width: 59%;
}

.lightbox-link-3 {
  align-self: center;
  width: 50%;
  margin-bottom: 20px;
}

.lightbox-link-4 {
  align-self: center;
  width: 50%;
  margin-top: 20px;
}

.div-block-330 {
  flex-flow: column;
  display: flex;
}

.lightbox-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-15m {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.div-block-186m {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 0%;
  display: flex;
}

.descriptioncensus {
  background-color: #faf6ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-122, .div-block-331 {
  height: 100%;
}

.image-123 {
  min-width: 100vw;
  max-width: 100vw;
}

.smartplay_box {
  background-color: #444;
}

.text-in-smartplay {
  color: #dfdfdf;
  -webkit-text-stroke-color: #b8b8b8;
  font-size: 20px;
  line-height: 30px;
}

.textsmartplay {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.text-span-49 {
  font-size: 24px;
  line-height: 60px;
}

.bold-text-8 {
  line-height: 50px;
}

.smartplay-box {
  margin-bottom: 85px;
  margin-left: 12%;
  margin-right: 12%;
}

.image-124 {
  max-width: 120%;
}

.div-block-296-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 100px 25%;
  font-weight: 300;
  display: block;
}

.lastline1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 40px 25% 10px;
  font-weight: 300;
  display: block;
}

.text-span-50, .text-span-51 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    padding-left: 7%;
    padding-right: 7%;
    display: block;
    overflow: visible;
  }

  .projects {
    grid-column-gap: 3vh;
    grid-row-gap: 5vh;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 5%;
    display: grid;
    overflow: visible;
  }

  .div-block-2, .div-block-3 {
    display: none;
  }

  .project-thumbnail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 300px;
    display: block;
  }

  .footer {
    align-self: flex-start;
    height: auto;
    margin-top: 5vh;
    padding: 0 0 0 20vw;
    display: block;
  }

  .footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
  }

  .footer-link {
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-11, .div-block-12 {
    display: none;
  }

  .text-block-5 {
    flex-flow: row;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .photo-by {
    padding-right: 0;
    font-size: 12px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    padding-left: 1%;
  }

  .image-9 {
    object-fit: fill;
    width: auto;
    min-width: auto;
  }

  .div-block-20 {
    padding-right: 1%;
  }

  .div-block-21 {
    margin-right: 5%;
  }

  .paragraph-extra-light {
    margin-top: 10%;
    font-size: 18px;
    line-height: 22px;
  }

  .image-11, .note-1.div-block-70 {
    margin-top: 5%;
  }

  .color-buddy-paragraph {
    padding-bottom: 5%;
    font-size: 24px;
    line-height: 30px;
  }

  .color-buddy {
    margin-bottom: 10px;
  }

  .text-span-7 {
    font-size: 24px;
    line-height: 30px;
    top: 25%;
  }

  .paragraph-4 {
    margin-left: -244%;
    margin-right: 35%;
    font-size: 28px;
    line-height: 36px;
  }

  .image-16 {
    margin-top: 33px;
  }

  .image_credit_munchkin_prototype {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0%;
    padding-right: 0%;
  }

  .text-span-9 {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    padding-bottom: 3%;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-6 {
    padding-top: 3%;
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-7 {
    margin-top: 0%;
    font-size: 24px;
    line-height: 28px;
  }

  .image_credit_munchkin1 {
    margin-top: -3%;
    margin-left: -19%;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 45px;
  }

  .copyright {
    margin-bottom: 40px;
  }

  .div-block-130 {
    margin-left: 1%;
  }

  .container1 {
    margin-bottom: 2vh;
  }

  .div-block-133 {
    height: 6vh;
  }

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

  .text-block-5a {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .list {
    font-size: 16px;
    line-height: 14px;
  }

  .div-block-136 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-30 {
    margin-top: 0;
  }

  .text-block-16 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-138 {
    padding-top: 15vh;
    padding-bottom: 10vh;
  }

  .div-block-139 {
    align-items: stretch;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-134a {
    display: none;
  }

  .resume-title {
    padding-bottom: 20px;
  }

  .text-block-18a {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .text-block-18a.or {
    width: 100%;
    font-size: 14px;
  }

  .text-span-27 {
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-144 {
    width: 100%;
  }

  .text-block-18 {
    min-width: auto;
    margin-right: 40px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-19 {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-153 {
    margin-top: 20px;
  }

  .image-32 {
    width: 60px;
    margin-right: 40px;
  }

  .image-33 {
    height: 45px;
  }

  .image-34 {
    height: 60px;
    margin-right: 40px;
  }

  .image-35 {
    height: 45px;
    margin-right: 30px;
  }

  .image-36 {
    height: 45px;
  }

  .image-37 {
    width: 80px;
  }

  .div-block-163 {
    min-width: 30%;
    margin-left: 79px;
    margin-right: 0;
    line-height: 1.5;
  }

  .div-block-163.or {
    min-width: 32%;
    margin-left: 0;
    margin-right: 0;
  }

  .experience-logo {
    width: 50%;
    margin-top: 30px;
  }

  .div-block-146-copy {
    align-items: flex-start;
    width: auto;
    font-size: 12px;
    line-height: .9;
  }

  .div-block-165 {
    min-width: 30vh;
    margin-right: 10px;
  }

  .div-block-149a {
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 34px;
    font-size: 12px;
    line-height: .9;
  }

  .div-block-166 {
    flex: none;
    min-width: 120px;
    margin-left: 40px;
  }

  .logo-box {
    align-self: auto;
    width: auto;
    max-width: 85vw;
    display: block;
  }

  .section-6 {
    margin-left: 7%;
    margin-right: 7%;
    padding: 5% 0%;
  }

  .div-block-168 {
    width: 70%;
  }

  .paragraph-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-7 {
    align-self: center;
    display: none;
  }

  .div-block-175 {
    height: auto;
    margin-top: 0;
    margin-bottom: 5%;
  }

  .div-block-178 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-weight: 100;
  }

  .div-block-185 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .project_page_heading-2 {
    margin-left: 5%;
    font-size: 30px;
    line-height: 36px;
  }

  .project_page_heading-big {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 60px;
    line-height: 70px;
  }

  .logo-box2 {
    width: auto;
    max-width: 85vw;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .div-block-165a {
    margin-right: 0;
  }

  .image-45 {
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-45._1 {
    width: 100vw;
    min-width: 100%;
    max-width: none;
  }

  .image-45._1._2 {
    min-width: auto;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .lightbox-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
    padding-right: 0%;
    display: flex;
  }

  .lightbox-link._1 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0%;
    display: flex;
  }

  .lightbox-link-2 {
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .description {
    display: block;
  }

  .div-block-186 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .columns-10 {
    margin: 0% 5%;
  }

  .item {
    min-width: 55%;
  }

  .paragraph-23 {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-24 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-188 {
    padding-left: 0;
  }

  .paragraph-25 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-189 {
    min-width: auto;
    margin-top: 0;
  }

  .div-block-190 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-197 {
    align-self: center;
    display: none;
  }

  .description2 {
    align-self: center;
    margin-top: 0%;
    margin-bottom: 5%;
    padding: 0 0%;
  }

  .item-last {
    min-width: 30%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .item-last._1 {
    min-width: 35%;
  }

  .item1 {
    min-width: 30%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .description3 {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .heading-15-w {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    display: block;
  }

  .paragraph-25-w {
    width: auto;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-23w {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-24w {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .item1-w {
    min-width: 35%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .container-3a {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-194a {
    margin-top: 5%;
  }

  .div-block-195a {
    flex-flow: column;
    align-items: center;
  }

  .div-block-195a._1 {
    margin-top: 10px;
  }

  .div-block-195a._2 {
    display: none;
  }

  .div-block-196a {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
  }

  .description4 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .paragraph-25-o {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-24-o {
    font-size: 20px;
    line-height: 24px;
  }

  .item1-o {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .image-46 {
    width: 100%;
    max-width: 100vw;
  }

  .lightbox-link-2a {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-47 {
    margin-top: 60px;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-198 {
    align-items: center;
  }

  .image-48 {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .image-49 {
    max-width: 80%;
  }

  .paragraph-26 {
    margin-top: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-199 {
    height: 20%;
  }

  .paragraph-26w {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .paragraph-26w.b {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .itemw {
    min-width: 22%;
  }

  .itemw-w {
    min-width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-25w {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-189w {
    margin-left: 10%;
  }

  .itemw2 {
    min-width: 30%;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .itemw4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waymo-publication {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .div-block-202 {
    text-align: left;
    align-self: center;
    margin-top: 3%;
    margin-bottom: 1%;
    display: flex;
  }

  .description-w {
    padding-bottom: 0;
  }

  .div-block-186b {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-top: 1%;
    padding-top: 0;
  }

  .div-block-186c {
    padding-top: 40px;
  }

  .resume-button.foot {
    font-size: 16px;
  }

  .paragraph-19a {
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 24px;
    line-height: 27px;
  }

  .image-54 {
    padding-left: 0%;
  }

  .div-block-206 {
    margin-top: 10%;
  }

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

  .navbar {
    top: 100px;
  }

  .container-2 {
    background-color: #fff;
  }

  .section-12 {
    margin: 10vh 5% 0 20px;
  }

  .section-15 {
    margin-bottom: 2%;
  }

  .grid-5 {
    margin-bottom: 3%;
  }

  .image-65 {
    padding-right: 0;
  }

  .image-67 {
    max-width: 80%;
  }

  .image-69 {
    max-width: 130%;
    margin-left: -40px;
  }

  .grid-7 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-17 {
    height: 5vh;
    padding-top: 15%;
    display: block;
  }

  .paragraph-32 {
    text-align: left;
    max-width: 60%;
    margin-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
    display: block;
  }

  .intro {
    background-position: 20%;
    height: auto;
    padding-top: 0;
    padding-bottom: 15vh;
    display: block;
  }

  .div-block-219 {
    margin-top: 15vh;
    margin-bottom: 5vh;
  }

  .image-74 {
    padding-left: 0;
  }

  .image-75 {
    margin-left: 0;
  }

  .div-block-233 {
    margin-left: 0%;
    margin-right: 0;
  }

  .div-block-235 {
    justify-content: center;
    align-items: center;
    width: 750px;
    height: 650px;
    margin: 20px 5% 0;
    display: block;
  }

  .div-block-236 {
    width: 750px;
    height: 650px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .div-block-233-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .div-block-238 {
    margin-bottom: 0%;
  }

  .paragraph-32-copy {
    max-width: 60%;
    margin-left: 100px;
    padding-top: 20px;
    font-size: 20px;
  }

  .l20 {
    padding-top: 20px;
  }

  .container-5 {
    padding-left: 2%;
  }

  .list-item-3 {
    line-height: 14px;
  }

  .div-block-166-a {
    flex: none;
    margin-right: 60px;
  }

  .text-block-19a {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-165b {
    margin-right: 0;
  }

  .text-block-18b {
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-18c {
    min-width: auto;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-block-21, .div-block-242 {
    display: none;
  }

  .div-block-245 {
    align-self: flex-start;
  }

  .image-95 {
    max-width: 90%;
  }

  .valkyria-summary {
    font-size: 24px;
    line-height: 28px;
  }

  .image-96 {
    max-width: 120%;
  }

  .paragraph-35 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 24px;
    line-height: 28px;
  }

  .valkyria-text1 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-249 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .link-block-2 {
    margin-top: 10%;
  }

  .div-block-250 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph-5a {
    margin-bottom: 0;
    padding-bottom: 0%;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-248a {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lego-blurb {
    min-width: 400px;
    margin-bottom: 3%;
    padding-right: 10%;
    font-size: 22px;
    line-height: 27px;
  }

  .mariopic {
    width: auto;
  }

  .lego-title {
    font-size: 24px;
    line-height: 28px;
  }

  .conceptvideo {
    object-fit: fill;
    flex: 1;
    width: auto;
    min-width: 100%;
  }

  .legovideotext {
    font-size: 12px;
    line-height: 14px;
  }

  .lego-list {
    font-size: 18px;
    line-height: 22px;
  }

  .image-101 {
    max-width: 100%;
  }

  .projects-a {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    display: grid;
    overflow: visible;
  }

  .grid-item-6 {
    width: 90%;
    min-width: 300px;
    display: block;
  }

  .pastproject {
    margin-bottom: 1%;
    font-size: 80px;
    line-height: 90px;
  }

  .div-block-266 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .brickparty {
    display: block;
  }

  .paragraph-36 {
    width: 300px;
    max-width: 300px;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .photo-by-mario-copy {
    text-align: left;
    font-size: 10px;
  }

  .paragraph-20a {
    font-size: 14px;
    font-weight: 100;
    line-height: 17px;
  }

  .paragrapha {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-18 {
    font-size: 36px;
  }

  .column-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-18-mobile {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 36px;
  }

  .photo-by-mario-copy-copy {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
  }

  .column-51 {
    display: none;
  }

  .column-52 {
    display: block;
  }

  .column-59, .column-60, .column-61, .column-62, .column-63, .column-64 {
    display: none;
  }

  .text-block-5b {
    font-size: 14px;
    line-height: 20px;
  }

  .project_page_heading-big_tablet, .project {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 80px;
    line-height: 90px;
  }

  .project_oneline {
    margin-top: 0%;
    margin-bottom: 3%;
    margin-left: 5%;
    font-size: 30px;
    line-height: 36px;
  }

  .project_tablet {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 80px;
    line-height: 90px;
  }

  .column-65 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .item1-w-copy {
    min-width: 40%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-107 {
    width: 100%;
  }

  .image-45-copy {
    flex: 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0%;
    overflow: visible;
  }

  .image-108 {
    align-self: center;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .column-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-67 {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-29, .text-block-29.bigtext {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-18 {
    padding-left: 30px;
  }

  .div-block-284 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-285 {
    margin-left: 20px;
  }

  .grid-18_noline {
    padding-left: 10px;
  }

  .div-block-286 {
    margin-bottom: 30px;
  }

  .div-block-288 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-290 {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .div-block-291 {
    margin-bottom: 60px;
  }

  .text-block-30 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-in-yellow {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-293 {
    background-color: #0000;
  }

  .section-21 {
    background-color: #000;
  }

  .lastline {
    margin-top: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-296 {
    margin: 60px 10%;
  }

  .linebreak {
    height: 20%;
  }

  .heading-3_2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .project_page_heading-big--lsm {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 80px;
    line-height: 90px;
  }

  .div-block-299 {
    position: relative;
  }

  .background-video {
    width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .image-112 {
    z-index: 10;
    min-height: 100%;
    position: absolute;
  }

  .section-22 {
    flex: 0 auto;
  }

  .div-block-300 {
    z-index: 1;
    width: auto;
    height: auto;
    padding-top: 500px;
    position: relative;
  }

  .paragraph-36-lego {
    text-align: left;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    position: static;
  }

  .div-block-306 {
    text-align: center;
    width: 100%;
  }

  .div-36-lego {
    margin-top: 10px;
  }

  .grid-item-1, .grid-item-2 {
    width: 90%;
    min-width: 300px;
    display: block;
  }

  .grid-item-3, .grid-item-4 {
    margin-top: 10px;
  }

  .grid-item-5 {
    width: 90%;
    min-width: 300px;
    display: block;
  }

  .grid-item-7, .grid-item-8 {
    margin-top: 10px;
  }

  .div-block-286-waymo {
    margin-bottom: 30px;
  }

  .heading-15-waymo {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-37 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
  }

  .description-waymo {
    padding-bottom: 0;
  }

  .div-block-308 {
    margin-bottom: 60px;
  }

  .div-block-309 {
    margin: 3% 10%;
  }

  .div-block-189waymo {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0%;
  }

  .div-block-190waymo {
    align-self: flex-start;
  }

  .div-block-188w {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .paragraph-26waymo {
    text-align: center;
    max-width: 100%;
    margin-top: 5%;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  .paragraph-26waymo.b {
    margin-top: 0;
  }

  .div-block-310 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .color-buddy-paragraph2 {
    padding-bottom: 5%;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-29lego, .text-block-29lego.bigtext {
    font-size: 14px;
    line-height: 20px;
  }

  .projects-a-lego {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    display: grid;
    overflow: visible;
  }

  .div-block-266lego {
    margin-left: 5%;
    margin-right: 5%;
  }

  .pastprojectlego {
    margin-bottom: 1%;
    font-size: 80px;
    line-height: 90px;
  }

  .div-block-286lego {
    margin-bottom: 30px;
  }

  .div-block-286waymo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    display: block;
  }

  .div-block-283waymo {
    margin-top: 6px;
    padding-top: 0;
  }

  .div-block-283way {
    margin-top: 6px;
  }

  .div-block-285w, .div-block-285way {
    margin-left: 20px;
  }

  .paragraph-25w-ay {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-309census {
    margin: 3% 7%;
  }

  .div-block-190census {
    align-self: flex-start;
  }

  .heading-15census {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-189c {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0%;
  }

  .paragraph-25c {
    margin-right: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-188c {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .text-block-31 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-129c {
    margin: 5% 25% 0%;
  }

  .div-block-130r {
    margin-left: 1%;
  }

  .text-block-32 {
    align-self: center;
    margin-bottom: 20px;
  }

  .button-lsm {
    width: 260px;
  }

  .paragraph-40 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-23 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-115 {
    max-width: 90%;
  }

  .div-block-327 {
    justify-content: center;
    align-items: center;
  }

  .div-block-285m {
    margin-left: 20px;
  }

  .columns-10m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0% 7%;
    display: flex;
  }

  .item-lastm {
    min-width: 30%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .columns-10-copy {
    margin: 0% 7%;
  }

  .columns-10m2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0% 7%;
    display: flex;
  }

  .div-block-199-c {
    height: 20%;
  }

  .text-block-18c2 {
    min-width: auto;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .div-block-129c2 {
    margin: 5% 25%;
  }

  .image-45-copy {
    min-width: 750px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-45-copy._1 {
    min-width: 750px;
    max-width: none;
  }

  .image-45-copy._1._2 {
    min-width: 250%;
  }

  .image-45a2 {
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-45a2._1 {
    min-width: 750px;
    max-width: none;
  }

  .image-45a2._1._2 {
    min-width: 250%;
  }

  .lightbox-link-2a1 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
  }

  .div-block-329 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 7%;
    padding-right: 7%;
    display: grid;
  }

  .lightbox-link-2a2 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 10px;
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
  }

  .lightbox-link-2a3 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .lightbox-link-3 {
    align-self: center;
    margin-bottom: 10px;
  }

  .lightbox-link-4 {
    align-self: center;
  }

  .heading-15m {
    margin-right: 40px;
    font-size: 50px;
  }

  .div-block-186m {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 5%;
    padding-bottom: 40px;
    display: flex;
  }

  .descriptioncensus {
    padding-bottom: 0;
  }

  .text-in-smartplay {
    font-size: 16px;
    line-height: 24px;
  }

  .textsmartplay {
    font-size: 18px;
    line-height: 26px;
  }

  .smartplay-box {
    margin-bottom: 60px;
  }

  .div-block-296-copy, .lastline1 {
    margin: 60px 10%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .projects {
    grid-column-gap: 0vh;
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
    margin-left: 9vh;
    margin-right: 9vh;
    padding-top: 5vw;
  }

  .project-thumbnail {
    width: auto;
  }

  .footer {
    text-align: left;
    justify-content: center;
    align-self: center;
    margin-top: 0;
    padding: 40px 0 40px 7%;
    display: flex;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .nav-link-clicked, .nav-link-clicked.w--current {
    font-size: 16px;
  }

  .text-block-4 {
    text-align: left;
    padding-left: 0%;
    font-size: 13px;
    font-weight: 200;
  }

  .list-item {
    padding-left: 0%;
  }

  .text-block-5 {
    width: auto;
    min-width: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .photo-by {
    margin-bottom: 20px;
    padding-right: 5%;
    font-size: 11px;
  }

  .column-3 {
    text-align: left;
  }

  .image-8 {
    margin-top: 0%;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .div-block-19 {
    width: auto;
    padding-left: 0;
  }

  .image-9 {
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-20 {
    padding-right: 0%;
  }

  .paragraph-extra-light {
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-11 {
    max-width: 60%;
    margin-top: 0%;
    display: block;
  }

  .note-1.div-block-70 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 3%;
    font-size: 12px;
    display: flex;
  }

  .color-buddy-paragraph {
    width: 350px;
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .color-buddy {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }

  .how-to-use {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }

  .text-span-7 {
    min-width: 300px;
    font-size: 16px;
    line-height: 20px;
    top: 100px;
  }

  .div-block-102 {
    margin-top: 10px;
  }

  .image-15 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 1;
    align-self: flex-start;
    width: 250%;
    min-width: 300px;
    max-width: 220%;
    margin-left: -40%;
  }

  .paragraph-4 {
    max-width: none;
    margin-top: 0%;
    margin-left: -1%;
    margin-right: 5%;
    padding-right: 15%;
    font-size: 22px;
    line-height: 25px;
  }

  .image-16 {
    max-width: 80%;
  }

  .image_credit_munchkin_prototype {
    font-size: 12px;
    line-height: 16px;
  }

  .text-span-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-5 {
    padding-right: 15%;
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-109 {
    width: auto;
    margin-top: 5%;
    padding-right: 0%;
  }

  .paragraph-6 {
    margin-top: 40px;
    margin-left: 15%;
    padding-top: 0%;
    padding-left: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .image_credit_munchkin1 {
    align-self: center;
    margin-left: 28%;
    font-size: 12px;
  }

  .paragraph-19 {
    min-width: auto;
    margin-bottom: 0;
  }

  .photo-by-mario {
    padding-right: 10%;
  }

  .image-8-mario {
    display: block;
  }

  .column-17 {
    padding-left: 0%;
  }

  .paragraph-20 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-18 {
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-121 {
    margin-top: 0;
  }

  .image-26 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-122 {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .heading-13 {
    margin-left: 5%;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-123 {
    margin-bottom: 20px;
  }

  .text-block-14 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .footer-flex-container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 6vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .div-block-132 {
    width: auto;
    min-width: auto;
    padding-right: 0;
  }

  .paragraph-20-copy {
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 16px;
  }

  .photo-by-2 {
    padding-right: 10%;
  }

  .div-block-133 {
    height: 7vh;
  }

  .text-block-5a {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .div-block-135 {
    align-self: center;
    display: block;
  }

  .div-block-136 {
    padding-left: 20px;
  }

  .div-block-137 {
    align-self: center;
    display: flex;
  }

  .image-30 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-16 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
  }

  .div-block-138 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 10px;
    padding: 0 20px 0 0;
  }

  .div-block-139 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: 0;
    padding-left: 10%;
    display: block;
  }

  .resume-title {
    padding-bottom: 10px;
  }

  .text-block-18a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
  }

  .text-block-18a.or {
    font-size: 12px;
  }

  .div-block-144 {
    margin-top: 0;
  }

  .text-block-18 {
    min-width: 150px;
    font-size: 12px;
    font-weight: 700;
  }

  .text-block-19 {
    margin-left: 0;
    font-size: 12px;
  }

  .div-block-153 {
    margin-bottom: 60px;
  }

  .image-32 {
    width: 55px;
    margin-right: 30px;
  }

  .image-33 {
    height: 45px;
  }

  .image-34 {
    height: 60px;
    margin-right: 30px;
  }

  .image-35 {
    height: 40px;
    margin-right: 25px;
  }

  .image-36 {
    height: 42px;
  }

  .image-37 {
    width: 70px;
    margin-right: 30px;
  }

  .div-block-163.or {
    min-width: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .experience-logo {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-block-146-copy {
    width: 40%;
  }

  .div-block-165 {
    min-width: 180px;
    margin-right: 20px;
  }

  .div-block-149a {
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .div-block-166 {
    min-width: auto;
    margin-right: 0;
  }

  .div-block-167 {
    margin-top: 0;
  }

  .logo-box {
    padding-bottom: 10px;
  }

  .section-6 {
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-21 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-170 {
    flex-flow: column;
    width: 60%;
  }

  .image-40 {
    align-self: center;
    width: 60%;
  }

  .image-41 {
    max-width: 200%;
    height: 200%;
  }

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

  .div-block-175 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 2%;
    margin-left: 7%;
    margin-right: 7%;
    display: block;
  }

  .paragraph-22 {
    margin-top: 10px;
  }

  .div-block-176 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-42 {
    text-align: left;
    max-width: 100%;
  }

  .paragraph-extra-light-7-11 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-180 {
    height: 50px;
  }

  .div-block-181 {
    margin-bottom: 40px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-182 {
    height: 40px;
  }

  .image-44 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project_page_heading-2 {
    margin-top: 1%;
    margin-bottom: 3%;
    margin-left: 10%;
    font-size: 26px;
    line-height: 30px;
  }

  .project_page_heading-big {
    max-width: none;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 50px;
    line-height: 60px;
  }

  .logo-box2 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .div-block-165a {
    min-width: 50%;
    margin-right: 10px;
  }

  .image-45 {
    object-fit: cover;
    flex: 1;
    align-self: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45._1 {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-right: 0%;
    overflow: visible;
  }

  .image-45._1._2 {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
  }

  .lightbox-link._1 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100vw;
    padding-bottom: 0%;
    padding-right: 0%;
    display: flex;
  }

  .lightbox-link-2 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0%;
    display: flex;
  }

  .div-block-186 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5%;
    display: flex;
  }

  .columns-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    margin: 10% 2% 10% 5%;
    display: flex;
  }

  .item {
    min-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph-24 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-188 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 10px;
  }

  .paragraph-25 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10%;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-15 {
    margin-bottom: 0%;
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-189 {
    min-width: auto;
    padding-left: 0;
  }

  .div-block-190 {
    margin-right: 40px;
  }

  .div-block-192 {
    margin-top: 5%;
  }

  .div-block-194 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 1%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .description2 {
    margin-top: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item-last {
    min-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .item-last._1 {
    padding-left: 10px;
  }

  .item1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .description3 {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .heading-15-w {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-25-w {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-23w {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-24w {
    min-width: 25%;
    font-size: 14px;
    line-height: 16px;
  }

  .item1-w {
    min-width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3a {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-194a {
    padding-bottom: 0;
  }

  .div-block-195a {
    flex-flow: column;
    align-items: center;
  }

  .div-block-195a._1 {
    flex-flow: column;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 0%;
    display: flex;
  }

  .div-block-196a {
    flex-flow: column;
    align-items: center;
    margin: 0 0%;
  }

  .description4 {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    align-self: auto;
    margin-top: 5%;
    padding-bottom: 0;
  }

  .paragraph-25-o {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-24-o {
    font-size: 14px;
    line-height: 16px;
  }

  .item1-o {
    min-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .item1-o2 {
    min-width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-46 {
    width: 100%;
    max-width: 100vw;
  }

  .lightbox-link-2a {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
    margin: 0% 0% 0;
  }

  .image-47 {
    max-width: 60%;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .image-48 {
    object-fit: cover;
    max-width: 90vw;
    margin-bottom: 20px;
  }

  .image-49 {
    max-width: 90vw;
  }

  .paragraph-26 {
    margin-top: 5%;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-26w {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-26w.b {
    margin-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12px;
    line-height: 16px;
  }

  .itemw {
    min-width: 22vw;
  }

  .itemw-w {
    min-width: 30vw;
    padding-bottom: 20px;
  }

  .paragraph-25w {
    min-width: auto;
    margin-right: 0%;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .div-block-189w {
    min-width: auto;
    margin-left: 0%;
  }

  .itemw2 {
    min-width: 30vw;
  }

  .itemw4 {
    min-width: 29vw;
  }

  .waymo-publication {
    align-self: center;
    width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-202 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .div-block-186b {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .div-block-186c {
    max-width: 90vw;
    margin-left: 0%;
    padding-top: 7%;
  }

  .div-block-7a {
    max-width: none;
    padding-bottom: 0;
  }

  .resume-button {
    width: 120px;
    font-size: 20px;
    line-height: 26px;
  }

  .resume-button.foot {
    font-size: 14px;
    display: block;
  }

  .image-52 {
    max-width: 100%;
    margin-top: 0;
  }

  .paragraph-19a {
    min-width: auto;
  }

  .div-block-206 {
    margin-bottom: 20px;
  }

  .paragraph-19b {
    min-width: auto;
    margin-bottom: 10%;
    margin-right: 10%;
    font-size: 24px;
    line-height: 27px;
  }

  .section-12 {
    margin-top: 0;
    margin-left: 5px;
  }

  .div-block-215 {
    margin-top: 0;
    padding-left: 15%;
  }

  .section-15 {
    margin-top: 7%;
  }

  .fashion {
    width: 40%;
    margin-right: 20px;
  }

  .div-block-216 {
    padding-left: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-67 {
    margin-top: 20px;
  }

  .image-69 {
    margin-bottom: 0%;
    margin-left: -15%;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph-32 {
    flex: 0 auto;
    max-width: 70%;
    margin-left: 0;
    padding: 15px 30px;
    font-size: 18px;
  }

  .intro {
    -webkit-text-fill-color: inherit;
    background-position: 20% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: padding-box;
    height: auto;
    padding-bottom: 60px;
    padding-left: 20vh;
  }

  .div-block-219 {
    margin-top: 10vh;
  }

  .div-block-220 {
    font-size: 18px;
  }

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

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-235 {
    width: 400px;
    max-width: 100%;
    height: 300px;
  }

  .div-block-236 {
    width: 400px;
    height: 300px;
  }

  .more-process {
    height: auto;
    margin-bottom: 20px;
  }

  .paragraph-26w-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-32-copy {
    max-width: 70%;
    margin-left: 0;
    padding: 15px 30px 20px;
    font-size: 18px;
  }

  .div-block-166-a {
    min-width: 180px;
  }

  .text-block-19a {
    margin-left: 0;
    font-size: 12px;
    display: none;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-weight: 300;
  }

  .div-block-165b {
    min-width: auto;
    margin-right: 0;
  }

  .text-block-18b {
    width: auto;
    min-width: 175px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .text-block-18c {
    min-width: 100px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .text-block-21, .div-block-242, .column-31 {
    display: none;
  }

  .image-93 {
    min-width: 100vw;
    max-width: 100vw;
  }

  .column-32 {
    display: none;
  }

  .columns-14 {
    display: block;
  }

  .column-33 {
    display: none;
  }

  .column-34 {
    margin-top: 40px;
  }

  .column-35 {
    display: none;
  }

  .div-block-245 {
    flex-flow: column;
    order: 0;
    margin-right: 20px;
    display: flex;
  }

  .valkyria-summary {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-35 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 20px;
  }

  .image-97 {
    margin-top: 20px;
  }

  .valkyria-text1 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-249 {
    margin: 10%;
  }

  .link-block-2 {
    margin-top: 10%;
  }

  .div-block-250 {
    margin-bottom: 0%;
    margin-left: 10%;
    margin-right: 10%;
  }

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

  .div-block-43 {
    width: 50%;
    margin-left: 50%;
  }

  .heading-13a {
    font-size: 38px;
    line-height: 42px;
  }

  .div-block-109a {
    margin-right: 0%;
    padding-right: 25%;
  }

  .paragraph-5a {
    margin-right: 15%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-248a {
    margin-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-259 {
    margin-top: 3%;
  }

  .lego-blurb {
    min-width: auto;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 18px;
    line-height: 22px;
  }

  .lego-intro {
    grid-template-columns: 2fr;
  }

  .mariopic {
    width: auto;
    padding-left: 0;
  }

  .legoblocktext {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .linedivide {
    margin-bottom: 5%;
  }

  .legovideotext {
    text-align: center;
    padding-right: 0%;
  }

  .div-block-264 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .projects-a {
    grid-column-gap: 0vh;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 5vw;
  }

  .grid-item-6 {
    border-top-width: 10px;
    width: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .grid-item-6:hover {
    border-top-width: 10px;
    padding-top: 10px;
  }

  .pastproject {
    max-width: none;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-36 {
    width: 100%;
    max-width: 100%;
  }

  .photo-by-mario-copy {
    padding-right: 10%;
  }

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

  .paragraph-20a {
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragrapha {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14px;
    line-height: 17px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 28px;
    line-height: 32px;
  }

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

  .column-39 {
    aspect-ratio: auto;
  }

  .heading-18-mobile {
    text-align: center;
    margin: 5% 5% 2%;
    font-size: 28px;
    line-height: 32px;
  }

  .photo-by-mario-copy-copy {
    padding-right: 10%;
  }

  .div-block-275 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-276 {
    object-fit: fill;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    display: flex;
  }

  .div-block-277 {
    justify-content: center;
    display: flex;
  }

  .columns-15 {
    display: flex;
  }

  .column-40 {
    align-self: center;
    padding-left: 0;
  }

  .column-41 {
    display: none;
  }

  .column-42 {
    flex: 0 auto;
  }

  .column-43, .column-44, .column-45, .column-46, .column-47, .column-48, .column-49, .column-53, .column-54, .column-55, .column-56, .column-57, .column-60, .column-63, .column-64 {
    display: none;
  }

  .div-block-278 {
    align-self: flex-start;
  }

  .text-block-5b {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-281 {
    margin-right: 10px;
  }

  .project_page_heading-big_tablet {
    max-width: none;
    margin-top: 80px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 60px;
    line-height: 70px;
  }

  .project {
    max-width: none;
    margin: 3% 10% 1%;
    font-size: 50px;
    line-height: 50px;
  }

  .project_oneline {
    margin-top: 0%;
    margin-bottom: 3%;
    margin-left: 10%;
    font-size: 20px;
    line-height: 24px;
  }

  .project_tablet {
    max-width: none;
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 60px;
    line-height: 70px;
  }

  .column-65 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item1-w-copy {
    min-width: 35%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .image-45-copy {
    object-fit: cover;
    flex: 1;
    align-self: center;
    max-width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-45-copy {
    object-fit: cover;
    flex: 1;
    align-self: center;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45-copy._1 {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

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

  .column-67 {
    text-align: left;
    flex-flow: column;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .grid-18 {
    border-style: none;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-284 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    margin-top: 7%;
    margin-bottom: 20px;
    margin-right: 7%;
    display: flex;
  }

  .div-block-285 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-18_noline {
    margin-left: 20px;
    padding-left: 0;
  }

  .boxline {
    border-style: none;
    border-color: #000;
  }

  .div-block-286 {
    margin-bottom: 0;
  }

  .div-block-287 {
    border-style: none;
  }

  .div-block-288 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-290 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-291 {
    margin-bottom: 40px;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-292 {
    margin-top: 40px;
    display: block;
  }

  .text-in-yellow {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-292-narrow {
    margin-top: 30px;
    display: block;
  }

  .div-block-292last {
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
  }

  .lastline {
    margin-top: 5%;
    font-size: 14px;
    line-height: 16px;
  }

  .project_page_heading-big--lsm {
    max-width: none;
    margin: 40px 10% 5px;
    font-size: 60px;
    line-height: 64px;
  }

  .div-block-303, .div-block-304 {
    margin-bottom: 30px;
  }

  .div-block-305 {
    margin-top: 12px;
  }

  .paragraph-36-lego {
    width: 100%;
    max-width: 100%;
    margin-top: -15px;
    margin-left: 0%;
    padding-bottom: 10px;
  }

  .grid-item-1 {
    border: 10px #000;
    border-top: 10px solid #0000;
    width: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .grid-item-1:hover {
    border-top-width: 10px;
    padding-top: 10px;
  }

  .grid-item-2 {
    border-top-width: 10px;
    width: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .grid-item-2:hover {
    border-top-width: 10px;
    padding-top: 10px;
  }

  .grid-item-5 {
    border-top-width: 10px;
    width: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .grid-item-5:hover {
    border-top-width: 10px;
    padding-top: 10px;
  }

  .text-span-3-lego {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-20-lego {
    margin-bottom: 0;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-307 {
    margin-bottom: 0;
  }

  .heading-15-waymo {
    margin-bottom: 0%;
    font-size: 50px;
    line-height: 55px;
  }

  .paragraph-37 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-308 {
    margin-top: 30px;
  }

  .div-block-189waymo {
    min-width: auto;
    margin-left: 0%;
    padding-left: 0;
  }

  .div-block-190waymo {
    margin-bottom: 10px;
  }

  .div-block-188w {
    flex-flow: column;
    padding-left: 0;
  }

  .paragraph-26waymo {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph-26waymo.b {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-310 {
    flex-flow: column;
    display: flex;
  }

  .column-68, .column-69 {
    display: none;
  }

  .color-buddy-paragraph2 {
    width: 350px;
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .projects-a-lego {
    grid-column-gap: 0vh;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 5vw;
  }

  .div-block-266lego {
    margin-bottom: 10%;
  }

  .pastprojectlego {
    max-width: none;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-286lego, .div-block-286waymo {
    margin-bottom: 0;
  }

  .div-block-285w {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-287w {
    border-style: none;
  }

  .div-block-285way {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-25w-ay {
    min-width: auto;
    margin-top: 20px;
    margin-right: 0%;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .div-block-190census {
    margin-bottom: 10px;
  }

  .heading-15census {
    margin-bottom: 0%;
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-189c {
    min-width: auto;
    margin-left: 0%;
    padding-left: 0;
  }

  .paragraph-25c {
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .div-block-188c {
    flex-flow: column;
    padding-left: 0;
  }

  .text-block-31 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-314 {
    margin-top: -20px;
  }

  .div-block-129c {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
  }

  .logo-box_x {
    padding-bottom: 10px;
  }

  .paragraph-40 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .section-23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: center;
    margin-top: 0%;
    margin-bottom: 2%;
  }

  .image-115 {
    text-align: left;
    max-width: 50%;
  }

  .div-block-318 {
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
  }

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

  .image-116 {
    max-width: 50%;
    margin: 0%;
  }

  .image-117 {
    max-width: 70%;
  }

  .div-block-320 {
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .div-block-321 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 10%;
    display: flex;
  }

  .paragraph-41 {
    color: #7c0000;
    text-align: right;
    align-self: flex-end;
    min-width: 200px;
    font-size: 34px;
    font-weight: 700;
    overflow: visible;
  }

  .paragraph-42 {
    text-align: right;
    align-self: flex-end;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-322 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10%;
    margin-left: 40%;
    margin-right: 10%;
    display: flex;
  }

  .paragraph-41-left {
    color: #7c0000;
    text-align: left;
    align-self: flex-start;
    min-width: 200px;
    font-size: 34px;
    font-weight: 700;
    overflow: visible;
  }

  .div-block-322left {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 15%;
    margin-left: 10%;
    margin-right: 25%;
    display: flex;
  }

  .paragraph-42-left {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .paragraph-41-center {
    color: #7c0000;
    text-align: left;
    align-self: flex-start;
    min-width: 200px;
    font-size: 34px;
    font-weight: 700;
    overflow: visible;
  }

  .paragraph-42-center {
    text-align: left;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-322center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 5% 10% 10%;
    display: flex;
  }

  .div-block-323 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: grid;
  }

  .paragraph-42-center2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-322center2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0% 10% 10%;
    display: flex;
  }

  .div-block-322center3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: -7% 10% 10%;
    display: flex;
  }

  .div-block-322center4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 5% 10% 10%;
    display: flex;
  }

  .image-118 {
    max-width: 120%;
  }

  .div-block-322center6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0% 10% 10%;
    display: flex;
  }

  .paragraph-42-center3 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .div-block-324, .div-block-325 {
    margin-bottom: -10%;
  }

  .div-block-322left-copy {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 25%;
    display: flex;
  }

  .div-block-326 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: -10%;
    display: flex;
  }

  .image-119 {
    min-width: 130%;
    max-width: 130%;
  }

  .div-block-327 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-285m {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-307m {
    margin-bottom: 0;
  }

  .columns-10m {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    margin: 5%;
    display: flex;
  }

  .item-lastm {
    min-width: 25%;
    padding-left: 10px;
    padding-right: 0;
  }

  .item-lastm._1 {
    padding-left: 10px;
  }

  .columns-10-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    margin: 10% 2% 10% 5%;
    display: flex;
  }

  .columns-10m2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    margin: 60px 2% 40px 5%;
    display: flex;
  }

  .column-70 {
    margin-bottom: 0;
  }

  .linedividec {
    margin-bottom: 0%;
  }

  .div-block-328 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-18c2 {
    width: auto;
    min-width: 70px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .div-block-129c2 {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
  }

  .image-45-copy {
    object-fit: cover;
    flex: 1;
    align-self: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45-copy._1 {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-right: 0%;
    overflow: visible;
  }

  .image-45-copy._1._2 {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
  }

  .image-45a2 {
    object-fit: cover;
    flex: 1;
    align-self: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45a2._1 {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    max-width: none;
    margin-right: 0%;
    overflow: visible;
  }

  .image-45a2._1._2 {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
  }

  .lightbox-link-2a1, .lightbox-link-2a2, .lightbox-link-2a3 {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
    margin: 0% 0% 0;
  }

  .lightbox-link-3 {
    align-self: center;
    margin-bottom: 10px;
  }

  .lightbox-link-4 {
    align-self: center;
    margin-top: 10px;
  }

  .lightbox-link-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-15m {
    margin-bottom: 0%;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-186m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5%;
    display: flex;
  }

  .descriptioncensus {
    padding-top: 20px;
  }

  .text-in-smartplay, .textsmartplay {
    font-size: 16px;
    line-height: 24px;
  }

  .smartplay-box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .nav-grid {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    border: 1px #000;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
    list-style-type: none;
    display: flex;
    overflow: visible;
  }

  .nav-logo-link {
    border: 1px #000;
    width: 100px;
  }

  .nav-logo-link.w--current {
    justify-content: space-between;
    width: auto;
  }

  .nav-logo {
    text-align: left;
    width: 100px;
    max-width: none;
    margin-top: 3px;
  }

  .nav-link {
    border: 1px #000;
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 12px;
    display: flex;
  }

  .nav-link.w--current {
    border-style: none;
    justify-content: flex-end;
    width: auto;
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .projects {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    overflow: visible;
  }

  .project-thumbnail {
    min-width: auto;
    margin-top: 20px;
  }

  .project-thumbnail:hover {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .project-thumbnail:active {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-7 {
    width: auto;
  }

  .body {
    overflow: visible;
  }

  .footer {
    text-align: left;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 12px;
  }

  .footer-link {
    padding-right: 0;
    font-size: 11px;
    line-height: 10px;
  }

  .footer-link.w--current {
    font-size: 11px;
    line-height: 10px;
  }

  .project_page_heading {
    display: none;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link-clicked {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-clicked.w--current {
    border-top-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    display: none;
    overflow: visible;
  }

  .div-block-13 {
    border: 1px #000;
    width: auto;
    height: 40px;
    margin-left: 10px;
  }

  .text-block-4 {
    font-size: 14px;
    display: none;
  }

  .list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    width: auto;
    display: none;
  }

  .text-block-5 {
    object-fit: contain;
    min-width: auto;
    padding-right: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .photo-by {
    font-size: 10px;
    line-height: 16px;
  }

  .column-3 {
    margin-bottom: 40px;
  }

  .text-span-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .paragraph-extra-light {
    font-size: 16px;
    line-height: 20px;
  }

  .note-1.div-block-70 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .color-buddy-paragraph {
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    margin: 1% 10% 5%;
    font-size: 14px;
    line-height: 18px;
  }

  .color-buddy {
    max-width: 100%;
    margin-left: 10%;
    font-size: 30px;
    line-height: 32px;
    overflow: hidden;
  }

  .image-13 {
    overflow: hidden;
  }

  .how-to-use {
    align-self: auto;
    font-size: 30px;
    line-height: 32px;
    display: block;
    position: static;
  }

  .text-span-7 {
    min-width: auto;
    font-size: 16px;
    line-height: 19px;
    position: static;
    top: 0;
  }

  .image-15 {
    width: 100%;
    min-width: 200px;
    max-width: 150%;
    margin-left: 0%;
    overflow: hidden;
  }

  .paragraph-4 {
    margin-top: 5%;
    margin-left: 10%;
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-107 {
    flex-flow: column;
    align-items: flex-start;
    min-width: 80%;
    max-width: 100%;
    height: 40%;
    margin-left: 10%;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .image-16 {
    margin-left: 5%;
    overflow: hidden;
  }

  .image_credit_munchkin_prototype {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-5 {
    margin-bottom: 10%;
    padding-bottom: 0%;
  }

  .image-20, .image-21 {
    margin-right: 1vh;
  }

  .image-22 {
    margin-left: 0;
  }

  .paragraph-6 {
    margin-top: 10%;
    margin-bottom: 0;
    padding-top: 0%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-7 {
    margin-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 18px;
  }

  .image_credit_munchkin1 {
    max-width: 100%;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }

  .photo-by-mario {
    font-size: 12px;
  }

  .column-17 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .paragraph-20 {
    font-size: 20px;
    line-height: 26px;
  }

  .image-27 {
    margin-bottom: 5%;
  }

  .column-23 {
    padding-left: 0;
  }

  .div-block-123 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .text-span-23, .text-block-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .button-3 {
    width: 160px;
    font-size: 16px;
    line-height: 20px;
  }

  .copyright {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    display: grid;
  }

  .footer-flex-container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 2vh;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(96px, .25fr) minmax(81px, 5fr);
    grid-auto-columns: 1fr;
    place-content: start end;
    place-items: start;
    font-size: 10px;
    display: grid;
  }

  .div-block-130 {
    width: auto;
    min-width: auto;
    margin-left: 0%;
  }

  .paragraph-20-copy {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1;
  }

  .photo-by-2 {
    padding-bottom: 20px;
    font-size: 12px;
  }

  .div-block-133 {
    min-width: auto;
  }

  .div-block-134 {
    display: none;
    overflow: visible;
  }

  .text-block-5a {
    align-items: flex-start;
    min-width: 100px;
    margin-left: 0;
    padding-top: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .text-block-15 {
    font-size: 11px;
    line-height: 16px;
  }

  .list {
    padding-left: 0;
    font-size: 11px;
    line-height: 11px;
  }

  .div-block-136 {
    justify-content: center;
    align-self: center;
    max-width: 100%;
    padding-left: 0;
  }

  .div-block-137 {
    flex-flow: column;
    align-self: center;
    margin-top: 5vh;
  }

  .image-30 {
    object-fit: contain;
    width: 100%;
    margin-top: -80px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .text-block-16 {
    max-width: 250px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
  }

  .div-block-138 {
    align-self: flex-start;
    margin-left: 10%;
    padding: 0% 20px 0 0;
  }

  .div-block-139 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 12px;
    display: block;
  }

  .div-block-134a {
    display: none;
    overflow: visible;
  }

  .resume-title {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-145, .div-block-153 {
    display: none;
  }

  .image-32 {
    width: 60px;
    margin-left: 2px;
    margin-right: 28px;
  }

  .image-33 {
    height: 30px;
    margin-left: 10px;
    margin-right: 13px;
  }

  .image-35 {
    height: 18px;
    margin-left: -2px;
    margin-right: 11px;
  }

  .image-36 {
    max-width: none;
    height: 18px;
    margin-left: -2px;
    margin-right: 17px;
  }

  .image-37 {
    width: 60px;
    margin-left: 6px;
    margin-right: 17px;
  }

  .experience-logo, .div-block-146-copy {
    display: none;
  }

  .div-block-149a {
    align-items: center;
    margin-top: 0;
    margin-bottom: 5vh;
    padding-left: 0;
  }

  .logo-box {
    width: auto;
    padding-bottom: 5px;
  }

  .section-6 {
    flex-flow: column;
    margin: 7% 8% 40px 3%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 20px;
  }

  .div-block-168 {
    align-self: center;
    width: 100%;
  }

  .paragraph-21 {
    margin-bottom: 20%;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-170 {
    margin-top: 10px;
  }

  .div-block-175 {
    width: 100%;
    margin-top: 5%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .image-42 {
    text-align: center;
    max-width: 50%;
    display: inline-block;
  }

  .div-block-178 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-179 {
    height: 0;
  }

  .paragraph-extra-light-7-11 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-180 {
    height: auto;
  }

  .div-block-181 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .div-block-182 {
    height: 20px;
  }

  .image-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-183, .div-block-184 {
    display: none;
  }

  .heading-14 {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 40px;
    display: block;
  }

  .text-span-29 {
    flex-direction: column;
    font-size: 30px;
    font-weight: 100;
    line-height: 33px;
    display: flex;
  }

  .div-block-185 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-span-30 {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
  }

  .project_page_heading-2 {
    max-width: 80%;
    margin-top: 0%;
    margin-bottom: 3%;
    margin-right: 10%;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .project_page_heading-big {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 40px;
    display: block;
  }

  .logo-box2 {
    border-style: solid none none;
    border-width: 1px;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-45 {
    max-width: 100%;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45._1 {
    object-fit: cover;
    min-width: auto;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45._1._2 {
    min-width: 100%;
  }

  .lightbox-link._1 {
    padding-bottom: 0%;
  }

  .div-block-186 {
    flex-flow: column;
    margin-top: 5%;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .columns-10 {
    margin-left: 2%;
  }

  .item {
    border: 1px #000;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 10px;
  }

  .paragraph-23 {
    margin-bottom: 5px;
  }

  .paragraph-24 {
    margin-bottom: 0;
  }

  .div-block-188 {
    border: 1px #000;
    flex-flow: column;
    max-width: none;
    margin-left: 5%;
    padding-left: 0%;
  }

  .paragraph-25 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-15 {
    font-size: 40px;
  }

  .div-block-189 {
    min-width: auto;
    max-width: none;
  }

  .div-block-194 {
    margin-bottom: 10px;
  }

  .item-last {
    margin-left: 5%;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .item-last._1 {
    margin-left: 0%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .item1 {
    border: 1px #000;
    min-width: 30%;
    margin-left: 0%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 5px;
  }

  .description3 {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    padding-bottom: 0;
  }

  .heading-15-w {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-25-w {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-23w {
    margin-bottom: 10px;
  }

  .item1-w {
    border: 1px #000;
    border-top: 1px solid #fff;
    flex-flow: column;
    margin-left: 5%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3a {
    flex-flow: column;
    display: flex;
  }

  .div-block-195a {
    flex-flow: row;
    align-items: center;
    height: 150px;
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .div-block-195a._1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .div-block-195a._2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    height: auto;
    margin-top: 1%;
    margin-bottom: 0%;
    display: none;
  }

  .div-block-196a {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-25-o {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-24-o {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .item1-o {
    border: 1px #000;
    border-top: 1px solid #fff;
    min-width: 35%;
    margin-bottom: 5%;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .item1-o2 {
    border: 1px #000;
    margin-bottom: 5%;
    margin-left: 5%;
    padding-left: 0;
  }

  .section-9 {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link-2a {
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-47 {
    max-width: 80%;
    margin-bottom: 10%;
  }

  .image-48 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .image-49 {
    max-width: 100%;
    margin-bottom: 10%;
  }

  .paragraph-26 {
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph-26w.b {
    width: 100%;
  }

  .waymo-publication {
    font-size: 14px;
  }

  .div-block-202 {
    font-size: 12px;
  }

  .div-block-186b {
    border-top: 1px solid #000;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 5%;
  }

  .div-block-186c {
    flex-flow: column;
    margin-top: 10px;
    margin-left: 0%;
    padding-top: 0%;
  }

  .div-block-7a {
    border-style: solid none none;
    padding-bottom: 20px;
  }

  .div-block-7a.top {
    padding-bottom: 20px;
  }

  .resume-button {
    width: 80px;
    font-size: 14px;
    line-height: 20px;
  }

  .resume-button.foot {
    width: 95px;
    margin-top: 10px;
  }

  .image-52 {
    margin-top: 0;
  }

  .paragraph-19a {
    font-size: 14px;
    line-height: 17px;
  }

  .image-53, .image-54, .image-55 {
    padding-left: 0%;
  }

  .image-57 {
    margin-bottom: 10%;
  }

  .image-59 {
    padding-bottom: 40px;
  }

  .div-block-206 {
    margin-bottom: 5%;
  }

  .paragraph-19b {
    font-size: 14px;
    line-height: 17px;
  }

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

  .paragraph-31 {
    flex-direction: column;
    display: flex;
  }

  .section-12 {
    align-self: flex-start;
    margin-top: 10vh;
    margin-left: 10%;
    margin-right: 0;
  }

  .div-block-212 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-7-copy {
    padding-bottom: 5px;
  }

  .div-block-215 {
    margin-top: 10px;
    padding-left: 0%;
  }

  .section-15 {
    flex-flow: column;
  }

  .fashion {
    align-self: center;
    width: auto;
    margin-left: 7%;
    margin-right: 7%;
  }

  .div-block-216 {
    width: 100%;
    margin-top: 10%;
    margin-left: 7%;
    margin-right: 7%;
  }

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

  .image-67 {
    max-width: 100%;
    margin-top: 12px;
  }

  .image-68 {
    margin-top: 12px;
  }

  .image-69 {
    max-width: 100%;
    margin-bottom: 0%;
    margin-left: 0;
  }

  .grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-32 {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 300;
  }

  .intro {
    -webkit-text-fill-color: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    padding-left: 20px;
  }

  .div-block-219 {
    justify-content: flex-start;
    margin-top: 8vh;
  }

  .div-block-220 {
    justify-content: flex-start;
    margin-top: 25vh;
  }

  .div-block-221 {
    display: block;
  }

  .div-block-222 {
    height: auto;
  }

  .div-block-235 {
    width: 240px;
    height: 200px;
    margin-top: 10px;
  }

  .div-block-236 {
    width: 240px;
    height: 200px;
    margin-bottom: 20px;
  }

  .div-block-233-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-26w-copy {
    max-width: 80%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-32-copy {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 300;
  }

  .grid-15 {
    margin-top: 40px;
  }

  .text-block-21 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
  }

  .text-span-44 {
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
  }

  .text-span-45 {
    color: var(--grey-2);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }

  .text-block-22 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-block-23 {
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
  }

  .text-block-24 {
    color: var(--light-grey);
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .div-block-242 {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-243 {
    align-self: center;
    margin-left: 0;
  }

  .div-block-244 {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: none;
  }

  .body-6 {
    border: 1px #000;
  }

  .list-item-5 {
    border: 1px #000;
    justify-content: flex-end;
    display: flex;
  }

  .list-item-6 {
    border: 1px #000;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .column-36, .column-37 {
    display: none;
  }

  .list-item-7 {
    width: 60vw;
    display: flex;
  }

  .div-block-245 {
    margin-right: 0;
  }

  .image-95 {
    max-width: 90%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .valkyria-summary {
    font-size: 14px;
    line-height: 18px;
  }

  .valkyria-image-2 {
    max-width: 100%;
  }

  .image-96 {
    max-width: 130%;
    margin-left: -10%;
  }

  .paragraph-35 {
    font-size: 14px;
    line-height: 18px;
  }

  .valkyria-text1 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .valkyria-video {
    width: 240px;
    height: 500px;
  }

  .div-block-253 {
    width: 240px;
    height: 500px;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .heading-13a {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-109a {
    margin-top: 5%;
  }

  .paragraph-5a {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-254 {
    margin-top: 0%;
  }

  .div-block-255 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: center;
  }

  .div-block-257, .div-block-258 {
    display: none;
  }

  .lego-blurb {
    margin-top: 5%;
    font-size: 14px;
    line-height: 17px;
  }

  .lego-intro {
    display: block;
  }

  .legoblocktext {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-items: stretch;
    margin-left: 5%;
  }

  .conceptvideo {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .legovideotext {
    font-size: 8px;
    line-height: 10px;
  }

  .lego-list {
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .projects-a {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vw;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    overflow: visible;
  }

  .grid-item-6 {
    border-bottom: 10px #000;
    min-width: auto;
    margin-top: 25px;
  }

  .grid-item-6:hover {
    border-bottom-style: none;
    margin-top: 25px;
    padding-bottom: 0;
  }

  .grid-item-6:active {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .pastproject {
    margin-top: 10%;
    margin-left: 5%;
    font-size: 40px;
    line-height: 45px;
    display: block;
  }

  .paragraph-36 {
    font-size: 12px;
    line-height: 14px;
  }

  .photo-by-mario-copy {
    font-size: 12px;
  }

  .div-block-267 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-20a {
    margin: 10px 0% 0;
    font-size: 8px;
    line-height: 1;
  }

  .paragrapha {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
    line-height: 14px;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-18 {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-273, .column-39 {
    display: none;
  }

  .div-block-274 {
    justify-content: center;
    display: flex;
  }

  .heading-18-mobile {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-3 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .photo-by-mario-copy-copy {
    font-size: 8px;
    line-height: 10px;
  }

  .div-block-276 {
    max-width: none;
  }

  .columns-15 {
    flex-flow: column;
  }

  .column-40 {
    flex: 1;
    align-self: center;
  }

  .column-49 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-50, .column-56, .column-57, .column-58, .column-62 {
    display: none;
  }

  .div-block-278 {
    align-self: flex-start;
  }

  .div-block-279 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start;
    min-width: auto;
    margin-left: 10px;
    display: grid;
  }

  .text-block-5b {
    object-fit: contain;
    flex-flow: column;
    align-items: flex-start;
    min-width: auto;
    margin-left: 0;
    padding-top: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-280 {
    object-fit: contain;
  }

  .div-block-281 {
    margin-right: 5px;
  }

  .project_page_heading-big_tablet {
    margin-top: 20px;
    margin-bottom: 1%;
    font-size: 40px;
    line-height: 45px;
    display: block;
  }

  .project {
    margin-top: 20px;
    margin-bottom: 1%;
    font-size: 40px;
    line-height: 43px;
    display: block;
  }

  .project_oneline {
    margin-top: 0%;
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .project_tablet {
    margin-top: 20px;
    margin-bottom: 0%;
    font-size: 40px;
    line-height: 45px;
    display: block;
  }

  .item1-w-copy {
    border: 1px #000;
    margin-left: 5%;
  }

  .image-45-copy {
    max-width: 100%;
    max-height: none;
    margin-top: 10px;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45-copy:hover {
    flex: 0 auto;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-box-196a {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-66 {
    flex-flow: column;
    display: flex;
  }

  .column-67 {
    margin-top: 0;
  }

  .text-block-29 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-29.bigtext {
    padding-right: 7%;
    font-size: 12px;
    line-height: 18px;
  }

  .grid-18 {
    margin-top: 14px;
  }

  .div-block-284 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5%;
    display: flex;
  }

  .div-block-285 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .div-block-283_1 {
    padding-top: 3px;
  }

  .boxline_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .div-block-288 {
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .div-block-289 {
    margin-bottom: 40px;
    display: block;
  }

  .div-block-290 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-30 {
    font-size: 12px;
    line-height: 18px;
  }

  .lastline {
    font-size: 14px;
    line-height: 17px;
  }

  .div-block-296 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-3_2 {
    font-size: 20px;
    line-height: 24px;
  }

  .project_page_heading-big--lsm {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 45px;
    display: block;
  }

  .div-block-301 {
    margin-bottom: 20px;
  }

  .div-block-302 {
    align-self: center;
  }

  .paragraph-36-lego {
    border: 1px #000;
    font-size: 12px;
    line-height: 14px;
  }

  .grid-item-1 {
    border-top-width: 10px;
    min-width: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .grid-item-1:hover {
    border-style: solid none none;
    border-width: 10px 1px 1px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-item-1:active {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-item-2 {
    border-top-style: solid;
    border-top-width: 10px;
    min-width: auto;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-item-2:hover {
    border-top-width: 10px;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-item-2:active {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .grid-item-5 {
    min-width: auto;
    margin-top: 25px;
  }

  .grid-item-5:hover {
    margin-top: 25px;
    padding-bottom: 0;
  }

  .grid-item-5:active {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-span-3-lego {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-20-lego {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1;
  }

  .heading-15-waymo {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-188w {
    padding-left: 0%;
  }

  .paragraph-26waymo {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-310 {
    width: auto;
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .color-buddy-paragraph2 {
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    margin: 3% 10% 5% 0%;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-29lego {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-29lego.bigtext {
    padding-right: 7%;
    font-size: 12px;
    line-height: 18px;
  }

  .projects-a-lego {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vw;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: visible;
  }

  .pastprojectlego {
    margin-top: 10%;
    margin-left: 5%;
    font-size: 30px;
    line-height: 36px;
    display: block;
  }

  .div-block-283_2 {
    padding-top: 3px;
  }

  .div-block-283waymo {
    margin-top: 6px;
    padding-top: 0;
  }

  .div-block-283way {
    padding-top: 0;
  }

  .boxline_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-285w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .div-block-285way {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .div-block-309census {
    margin-top: 0%;
  }

  .div-block-190census {
    margin-bottom: 0;
  }

  .heading-15census {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-25c {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-188c {
    padding-left: 0%;
  }

  .image-113 {
    max-width: 100%;
  }

  .image-114 {
    margin-top: 0%;
  }

  .text-block-31 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-314 {
    margin-top: 0;
  }

  .div-block-315 {
    margin-top: 10px;
  }

  .div-block-129c {
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-316 {
    border: 1px #000;
  }

  .div-block-244-c, .div-block-244c, .div-block-244cc {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: none;
  }

  .body-7 {
    aspect-ratio: auto;
    overflow: visible;
  }

  .image-50-w {
    margin-top: 10px;
  }

  .logo-box_x {
    width: 105px;
    padding-bottom: 5px;
  }

  .div-block-130r {
    width: auto;
    min-width: auto;
    margin-left: 0%;
  }

  .text-block-32 {
    font-size: 16px;
    line-height: 20px;
  }

  .button-lsm {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-40 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-115 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .div-block-318 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-41 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-42 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-41-left {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-42-left {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-41-center {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-42-center, .paragraph-42-center2, .paragraph-42-center3 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-322left-copy {
    margin-bottom: 10%;
  }

  .image-119 {
    min-width: 130%;
    max-width: 130%;
  }

  .div-block-327 {
    display: flex;
  }

  .div-block-285m {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .columns-10m {
    margin-left: 5%;
  }

  .item-lastm {
    margin-left: 5%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .item-lastm._1 {
    margin-left: 0%;
    padding-left: 0;
  }

  .columns-10-copy {
    margin-left: 2%;
  }

  .columns-10m2 {
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .column-71 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-129c2 {
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-45-copy {
    max-width: 100%;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45-copy._1 {
    object-fit: cover;
    min-width: auto;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45-copy._1._2 {
    min-width: 100%;
  }

  .image-45a2 {
    max-width: 100%;
    max-height: none;
    margin-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45a2._1 {
    object-fit: cover;
    min-width: auto;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45a2._1._2 {
    min-width: 100%;
  }

  .lightbox-link-2a1, .lightbox-link-2a2, .lightbox-link-2a3 {
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .lightbox-link-3, .lightbox-link-4 {
    width: 80%;
  }

  .heading-15m {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-186m {
    flex-flow: column;
    margin-top: 5%;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .textsmartplay {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-296-copy, .lastline1 {
    margin-left: 10%;
    margin-right: 10%;
  }
}

#w-node-_4a83d419-bb84-fb82-5b15-ce7252c70e8c-62620faf, #w-node-_8652007c-843c-8c00-ae2c-acb4f8ab6714-62620faf, #w-node-db9216fa-020b-8247-7b26-e3bff5f36391-62620faf, #w-node-_1e1c2fda-db55-a945-027e-c7b6c4ce7797-62620faf, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec6a-62620faf, #w-node-_886f2221-b29b-db7b-ed64-edb4266dfab2-62620faf, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec5d-62620faf, #w-node-f646ec7c-df1a-ae50-b625-36a08eaec38f-62620faf, #w-node-deac94bc-1626-e28a-91d6-75ea323a86aa-62620faf, #w-node-aaabbfce-2308-2cb6-0c6d-9686d2438c88-62620faf {
  justify-self: center;
}

#w-node-_86a3124c-fa00-e065-3184-0a582884c561-2884c55f, #w-node-_86a3124c-fa00-e065-3184-0a582884c56a-2884c55f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_86a3124c-fa00-e065-3184-0a582884c567-2884c55f {
  justify-self: end;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983d1-6cd2c771 {
  align-self: stretch;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983d2-6cd2c771 {
  align-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983d3-6cd2c771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983d6-6cd2c771 {
  align-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983d9-6cd2c771 {
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983dc-6cd2c771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983df-6cd2c771 {
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983e9-6cd2c771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983ec-6cd2c771 {
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983f4-6cd2c771, #w-node-_403d3285-1fd5-411d-6a50-711ac7d983f6-6cd2c771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983f9-6cd2c771 {
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d983fd-6cd2c771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_403d3285-1fd5-411d-6a50-711ac7d98400-6cd2c771 {
  place-self: start;
}

#w-node-e95ab4fc-cf71-b6c9-5afd-df95583910f6-6cd2c771 {
  align-self: end;
}

#w-node-d5ffa0a4-0fcf-8243-d3d9-bb690ed95e57-6cd2c771 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0b8c53ab-6893-2dd5-f1db-cb19a6ec30b6-6cd2c771 {
  place-self: end start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2231-8e9d7a93 {
  align-self: stretch;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2232-8e9d7a93 {
  align-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2233-8e9d7a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2236-8e9d7a93 {
  align-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2239-8e9d7a93 {
  place-self: start;
}

#w-node-ed86594f-2f5f-daa2-9968-5dca15da6198-8e9d7a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ed86594f-2f5f-daa2-9968-5dca15da619b-8e9d7a93 {
  place-self: start;
}

#w-node-ed86594f-2f5f-daa2-9968-5dca15da619f-8e9d7a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ed86594f-2f5f-daa2-9968-5dca15da61a2-8e9d7a93 {
  place-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c224a-8e9d7a93, #w-node-_85d46a2e-13d0-02ca-3aae-4a26511c224c-8e9d7a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c224f-8e9d7a93 {
  place-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2253-8e9d7a93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_85d46a2e-13d0-02ca-3aae-4a26511c2256-8e9d7a93 {
  place-self: start;
}

#w-node-ff970b20-79e6-a433-7e2b-d80b30832e98-09ad60ae {
  place-self: auto center;
}

#w-node-e803d249-5c01-fae1-95cd-5df1dd61e1bc-09ad60ae, #w-node-_79487948-54a3-7964-b5be-463ddd08c7e3-09ad60ae, #w-node-_4289fcdf-4c64-51fe-f9a5-72f1c6f46da1-09ad60ae, #w-node-_4289fcdf-4c64-51fe-f9a5-72f1c6f46da2-09ad60ae, #w-node-_4289fcdf-4c64-51fe-f9a5-72f1c6f46da3-09ad60ae {
  justify-self: center;
}

#w-node-c2ff0fdb-7cab-2aa7-0f2d-bbcc312f75dc-09ad60ae {
  place-self: auto center;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a68-6c23f146 {
  align-self: stretch;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a69-6c23f146 {
  align-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a6a-6c23f146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a6d-6c23f146 {
  align-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a70-6c23f146 {
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a73-6c23f146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a76-6c23f146 {
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a8b-6c23f146, #w-node-f35835b0-ef58-cc66-4904-f76b574c0a8d-6c23f146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a90-6c23f146 {
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a94-6c23f146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-f35835b0-ef58-cc66-4904-f76b574c0a97-6c23f146 {
  place-self: start;
}

#w-node-_03f15300-79bc-9f47-abbe-f3f1b04f7c81-c3fbb698 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-edeb1206-aeca-9fae-b16d-0363eb6c89d2-c3fbb698 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5f835629-f749-ff28-d6ef-b856ae2b64cd-c3fbb698 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-c33abe40-4aa5-2ae1-92df-29459a3fd140-c3fbb698 {
  grid-area: 10 / 1 / 13 / 8;
  place-self: end;
}

#w-node-deef44ac-bbab-873c-80d2-c7c2d38bc8bf-c3fbb698 {
  order: -9999;
  grid-area: 6 / 8 / 14 / 17;
  align-self: end;
}

#w-node-_95eac383-6fdf-bbe2-57c6-48249c8f717c-c3fbb698 {
  grid-area: 2 / 2 / 9 / 9;
}

#w-node-_268016fa-2e5d-9c6a-23ee-6989636ea790-c3fbb698 {
  grid-area: 1 / 2 / 8 / 6;
}

#w-node-d09c183a-fdde-02cc-cf24-11496ab1e1a7-c3fbb698 {
  grid-area: 1 / 6 / 8 / 11;
}

#w-node-_463cc5e1-648c-dc15-bee7-9e0e0cbd0cb7-c3fbb698 {
  grid-area: 8 / 3 / 20 / 11;
}

#w-node-_25ebb66b-a87b-ec29-a863-4cf2df83c5c9-c3fbb698 {
  grid-area: 1 / 2 / 5 / 11;
}

#w-node-da76542a-fbed-b377-b038-6ca39896a29e-c3fbb698 {
  grid-area: 3 / 11 / 5 / 14;
  place-self: auto;
}

#w-node-_405ff8d4-6b70-f9f7-1802-9a9d6ca75cba-c3fbb698 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-a495fa5f-1bac-978e-a1dc-0c32c60b7746-c3fbb698 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_388b4560-c875-e89d-dda0-a6f66e9e5e7c-c3fbb698 {
  grid-area: 2 / 11 / 3 / 14;
}

#w-node-bce46c07-a182-e891-3721-ed98163ca835-c3fbb698 {
  grid-area: 4 / 1 / 11 / 13;
}

#w-node-_339994d1-7fb2-9ff5-2bd5-13f1fef2721b-c3fbb698 {
  grid-area: 2 / 2 / 6 / 9;
}

#w-node-_339994d1-7fb2-9ff5-2bd5-13f1fef2721d-c3fbb698 {
  grid-area: 6 / 4 / 8 / 11;
}

#w-node-ed697b31-b12e-357a-4d16-9aea52fcd5f6-c3fbb698 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ed697b31-b12e-357a-4d16-9aea52fcd5f8-c3fbb698 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_346bef66-6c27-8882-f77b-761fe5937fd5-c3fbb698 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-b65c8947-716b-eed1-94a9-df950b819ed8-c3fbb698 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b65c8947-716b-eed1-94a9-df950b819eda-c3fbb698 {
  grid-area: 2 / 4 / 3 / 6;
  align-self: start;
}

#w-node-b65c8947-716b-eed1-94a9-df950b819edc-c3fbb698 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b65c8947-716b-eed1-94a9-df950b819ede-c3fbb698 {
  grid-area: 3 / 3 / 5 / 5;
  align-self: end;
}

#w-node-_8c969be5-2410-9d03-3414-b2e757dca016-30ee000c {
  place-self: center;
}

#w-node-_2fb0ccc0-f840-7c09-ed27-6e4d92e5ec2a-446cbc36 {
  place-self: start end;
}

#w-node-_36f043f2-deb5-4b11-699e-561177d7fe22-446cbc36 {
  place-self: start;
}

#w-node-_713e6694-b65d-8fbe-654c-c0b95a465723-446cbc36 {
  place-self: start end;
}

#w-node-_713e6694-b65d-8fbe-654c-c0b95a465706-446cbc36 {
  place-self: start;
}

#w-node-b46aab4e-e921-3b41-b1f3-c116877a952a-446cbc36, #w-node-c3bcaa92-1d50-8db7-4d0f-d4e5aab75b31-446cbc36, #w-node-_8a2bb41c-8848-ddfc-3214-8ffa9d6c4b7d-446cbc36, #w-node-_4fbbdace-3033-cc68-8d6a-4ab6284ff421-446cbc36 {
  justify-self: center;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d345a-b1ca8835 {
  align-self: stretch;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d345b-b1ca8835 {
  align-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d345c-b1ca8835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d345f-b1ca8835 {
  align-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3462-b1ca8835 {
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3463-b1ca8835 {
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3464-b1ca8835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3467-b1ca8835 {
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3473-b1ca8835, #w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3475-b1ca8835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d3478-b1ca8835 {
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d347c-b1ca8835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e89f80a1-ca6f-603a-f5e1-ca7e985d347f-b1ca8835 {
  place-self: start;
}

#w-node-b46aab4e-e921-3b41-b1f3-c116877a952a-b1ca8835, #w-node-c3bcaa92-1d50-8db7-4d0f-d4e5aab75b31-b1ca8835, #w-node-_8a2bb41c-8848-ddfc-3214-8ffa9d6c4b7d-b1ca8835, #w-node-_4fbbdace-3033-cc68-8d6a-4ab6284ff421-b1ca8835 {
  justify-self: center;
}

#w-node-_4d8833c0-7a76-2973-7f5a-ea2f4b37048c-8b2089dc {
  align-self: stretch;
}

#w-node-_8ae7e1ba-f8c7-ec82-1760-515f3d2df587-8b2089dc {
  align-self: start;
}

#w-node-_67f7056c-5cf8-65f2-254c-c0c72f67c110-8b2089dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecc7196c-a80b-4f81-fd1c-5b06afcc829e-8b2089dc {
  align-self: start;
}

#w-node-_8b4093c2-7d3a-94ea-b3b2-f90b1bcfe7e2-8b2089dc {
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91ac-8b2089dc {
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91ad-8b2089dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91b0-8b2089dc {
  place-self: start;
}

#w-node-b1f89827-f49b-c928-e487-6d6a111008c3-8b2089dc, #w-node-_645aa49b-a1c3-ccfb-f814-529e44f0dd4f-8b2089dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_645aa49b-a1c3-ccfb-f814-529e44f0dd52-8b2089dc {
  place-self: start;
}

#w-node-c02fdca4-b484-ab8e-fcea-345344d9dad2-8b2089dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7a70e875-9c32-ca78-d449-d8b1eb81ddcd-8b2089dc {
  place-self: start;
}

#w-node-a4154581-b575-cf19-898a-ed29023b0cef-8b2089dc {
  place-self: center start;
}

#w-node-a4154581-b575-cf19-898a-ed29023b0cf0-8b2089dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4154581-b575-cf19-898a-ed29023b0cf3-8b2089dc {
  align-self: start;
}

#w-node-b96d4a4e-309b-e72d-daaf-815063c12e33-8b2089dc, #w-node-df1665fd-cd82-d8c4-57ed-39818bf5d538-8b2089dc, #w-node-_66b53af9-fbe2-8410-3ea7-2504230c1742-8b2089dc, #w-node-_66b53af9-fbe2-8410-3ea7-2504230c173c-8b2089dc, #w-node-_7cdd9caf-dc6e-3c13-b968-38c5486a1761-8b2089dc, #w-node-_7cdd9caf-dc6e-3c13-b968-38c5486a1767-8b2089dc {
  align-self: center;
}

#w-node-_410ed121-5ce4-5573-13e2-1037047170ce-15a47bbd {
  place-self: start center;
}

#w-node-_1aa157aa-a8bf-4e39-9748-f4918192b830-15a47bbd {
  place-self: center;
}

#w-node-db9216fa-020b-8247-7b26-e3bff5f36391-15a47bbd, #w-node-_4a83d419-bb84-fb82-5b15-ce7252c70e8c-15a47bbd, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec6a-15a47bbd, #w-node-_6073a551-cc94-f219-679f-6f7d406840a2-15a47bbd, #w-node-_8652007c-843c-8c00-ae2c-acb4f8ab6714-15a47bbd, #w-node-f646ec7c-df1a-ae50-b625-36a08eaec38f-15a47bbd {
  justify-self: center;
}

#w-node-_4d8833c0-7a76-2973-7f5a-ea2f4b37048c-756d3e40 {
  align-self: stretch;
}

#w-node-_8ae7e1ba-f8c7-ec82-1760-515f3d2df587-756d3e40 {
  align-self: start;
}

#w-node-_67f7056c-5cf8-65f2-254c-c0c72f67c110-756d3e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecc7196c-a80b-4f81-fd1c-5b06afcc829e-756d3e40 {
  align-self: start;
}

#w-node-_8b4093c2-7d3a-94ea-b3b2-f90b1bcfe7e2-756d3e40 {
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91ac-756d3e40 {
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91ad-756d3e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_0922241c-c5a8-367d-6ba9-dba4f69f91b0-756d3e40 {
  place-self: start;
}

#w-node-b1f89827-f49b-c928-e487-6d6a111008c3-756d3e40, #w-node-_645aa49b-a1c3-ccfb-f814-529e44f0dd4f-756d3e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_645aa49b-a1c3-ccfb-f814-529e44f0dd52-756d3e40 {
  place-self: start;
}

#w-node-c02fdca4-b484-ab8e-fcea-345344d9dad2-756d3e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7a70e875-9c32-ca78-d449-d8b1eb81ddcd-756d3e40 {
  place-self: start;
}

#w-node-b96d4a4e-309b-e72d-daaf-815063c12e33-756d3e40, #w-node-df1665fd-cd82-d8c4-57ed-39818bf5d538-756d3e40, #w-node-_66b53af9-fbe2-8410-3ea7-2504230c1742-756d3e40, #w-node-_66b53af9-fbe2-8410-3ea7-2504230c173c-756d3e40, #w-node-_7cdd9caf-dc6e-3c13-b968-38c5486a1761-756d3e40, #w-node-_7cdd9caf-dc6e-3c13-b968-38c5486a1767-756d3e40 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4a83d419-bb84-fb82-5b15-ce7252c70e8c-62620faf, #w-node-_8652007c-843c-8c00-ae2c-acb4f8ab6714-62620faf, #w-node-db9216fa-020b-8247-7b26-e3bff5f36391-62620faf, #w-node-_1e1c2fda-db55-a945-027e-c7b6c4ce7797-62620faf, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec6a-62620faf, #w-node-_886f2221-b29b-db7b-ed64-edb4266dfab2-62620faf, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec5d-62620faf, #w-node-f646ec7c-df1a-ae50-b625-36a08eaec38f-62620faf, #w-node-deac94bc-1626-e28a-91d6-75ea323a86aa-62620faf, #w-node-aaabbfce-2308-2cb6-0c6d-9686d2438c88-62620faf {
    justify-self: center;
  }

  #w-node-_0b8c53ab-6893-2dd5-f1db-cb19a6ec30b6-6cd2c771 {
    justify-self: start;
  }

  #w-node-_3fe747c0-ad6b-5795-e0b9-39eaa7d77e57-e9f79fb2, #w-node-_2dd585d8-b55b-1ca0-816c-64a8befcea41-e9f79fb2 {
    justify-self: center;
  }

  #w-node-_11f982d7-76f9-5e28-6a59-64152de92142-446cbc36 {
    place-self: center;
  }

  #w-node-b46aab4e-e921-3b41-b1f3-c116877a952a-446cbc36 {
    justify-self: center;
  }

  #w-node-_57eef3d6-9bc6-80fd-8084-047367aec109-446cbc36 {
    place-self: center;
  }

  #w-node-c3bcaa92-1d50-8db7-4d0f-d4e5aab75b31-446cbc36 {
    justify-self: center;
  }

  #w-node-cda1ba68-8d78-a9ca-b6e0-76fffb69078d-446cbc36 {
    place-self: center;
  }

  #w-node-_8a2bb41c-8848-ddfc-3214-8ffa9d6c4b7d-446cbc36 {
    justify-self: center;
  }

  #w-node-_74d6e034-e550-1987-c324-263506e81b2d-446cbc36 {
    place-self: start center;
  }

  #w-node-_4fbbdace-3033-cc68-8d6a-4ab6284ff421-446cbc36, #w-node-b46aab4e-e921-3b41-b1f3-c116877a952a-b1ca8835, #w-node-c3bcaa92-1d50-8db7-4d0f-d4e5aab75b31-b1ca8835 {
    justify-self: center;
  }

  #w-node-d7aa51c0-b102-6cac-2417-9a63ef1fc64d-b1ca8835 {
    place-self: start center;
  }

  #w-node-_8a2bb41c-8848-ddfc-3214-8ffa9d6c4b7d-b1ca8835, #w-node-_4fbbdace-3033-cc68-8d6a-4ab6284ff421-b1ca8835 {
    justify-self: center;
  }

  #w-node-_57e8081a-7927-ffc6-25f0-caad1979bfab-b1ca8835, #w-node-_7bf401d5-42ae-821b-e884-cd9c09fb849c-b1ca8835 {
    align-self: start;
  }

  #w-node-db9216fa-020b-8247-7b26-e3bff5f36391-15a47bbd, #w-node-_4a83d419-bb84-fb82-5b15-ce7252c70e8c-15a47bbd, #w-node-d0d47858-9bd5-a0a4-1cf0-46f13a5eec6a-15a47bbd, #w-node-_6073a551-cc94-f219-679f-6f7d406840a2-15a47bbd, #w-node-_8652007c-843c-8c00-ae2c-acb4f8ab6714-15a47bbd, #w-node-f646ec7c-df1a-ae50-b625-36a08eaec38f-15a47bbd {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a46f844-c375-59cf-dab1-f029fde7aa66-5052daa4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b8c53ab-6893-2dd5-f1db-cb19a6ec30b6-6cd2c771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-e5bfcfe8-ce49-8538-755e-1d5b67651edb-0afd538e, #w-node-_73de2337-ef6e-2bb6-4dbe-136526cacaed-0afd538e, #w-node-adf7882a-4ffe-0378-76e2-f21003b2be98-0afd538e, #w-node-adf7882a-4ffe-0378-76e2-f21003b2be9b-0afd538e, #w-node-b42f8bf4-f7af-800a-ab46-645f2ec8d52d-0afd538e, #w-node-b42f8bf4-f7af-800a-ab46-645f2ec8d530-0afd538e {
    align-self: start;
  }

  #w-node-_2fb0ccc0-f840-7c09-ed27-6e4d92e5ec2a-446cbc36, #w-node-_36f043f2-deb5-4b11-699e-561177d7fe22-446cbc36, #w-node-_713e6694-b65d-8fbe-654c-c0b95a465706-446cbc36 {
    justify-self: center;
  }

  #w-node-d7aa51c0-b102-6cac-2417-9a63ef1fc64d-b1ca8835 {
    justify-self: start;
  }

  #w-node-_410ed121-5ce4-5573-13e2-1037047170ce-15a47bbd {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86a3124c-fa00-e065-3184-0a582884c561-2884c55f {
    justify-self: center;
  }

  #w-node-_8a46f844-c375-59cf-dab1-f029fde7aa69-5052daa4 {
    justify-self: start;
  }

  #w-node-_8a46f844-c375-59cf-dab1-f029fde7aa7f-5052daa4, #w-node-_2d520638-2043-e5a1-73c0-259b66ffd010-5052daa4, #w-node-f39da2ba-415b-5808-8dbb-69726868f503-5052daa4 {
    place-self: start;
  }

  #w-node-_95eac383-6fdf-bbe2-57c6-48249c8f717c-c3fbb698 {
    grid-area: span 7 / span 7 / span 7 / span 7;
  }
}


@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-BlackIta.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtLt.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtBdIta.ttf') format('truetype'), url('../fonts/HelveticaNowDisplay-ExtBlkIta.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-BoldIta.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay hairline';
  src: url('../fonts/HelveticaNowDisplay-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay hairline';
  src: url('../fonts/HelveticaNowDisplay-HairlineI.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtLtIta.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-LightIta.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-RegIta.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-ThinIta.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-MedIta.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}