@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Condensed;
  src: url('../fonts/Avenir-Next-Condensed.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --crimson: #cc2030;
  --dim-grey: #5e5e5e;
  --black: #333;
  --h3: 25px;
  --paragraph: 24px;
  --paragraph_spacing: 32px;
  --pinkish: #ccbdbe;
  --avenir: Avenir, sans-serif;
  --h1: 58px;
  --h2: 30px;
  --button: 58px;
  --h1_spacing: 0px;
  --h2_spacing: 0px;
  --h3_spacing: 0px;
  --helvetica-neue_add: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --outline_2024: #ffffff4d;
  --dark-outline_2024: #eff3f6;
  --dark-outline-2_2024: #cfdae2;
  --body-display_2024: #445663;
  --subtitle_2024: #6e7f8b;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

a {
  cursor: pointer;
}

.hero-without-image {
  z-index: 0;
  background-color: #f5f7fa00;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: column;
  padding: 175px 30px 170px;
  display: flex;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.hero-paragraph {
  color: #fff;
  letter-spacing: normal;
  margin-top: 35px;
  margin-bottom: 51px;
  padding-top: 15px;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 28px;
}

.button-primary-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f80;
  justify-content: center;
  align-items: center;
  padding: 15px 90px;
  font-family: Avenir, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  transition: color 1s cubic-bezier(.075, .82, .165, 1), all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-2:hover {
  color: var(--crimson);
  -webkit-text-stroke-color: var(--crimson);
  background-color: #99999940;
  transform: translate(0, -5px);
}

.button-primary-2:active {
  background-color: #08080880;
}

.button-primary-2.button-submit-quote {
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 29px;
  font-size: 24px;
  font-weight: 200;
  line-height: 26px;
}

.button-primary-2.button-submit-quote:hover {
  border-radius: 10px;
}

.body {
  background-color: #000;
  background-image: url('../images/HERO-background.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.languages {
  align-self: stretch;
  display: flex;
}

.languages.language-select {
  opacity: 1;
  border: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 52px;
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 12px;
  display: flex;
}

.languages.language-select:hover {
  background-color: #32343a80;
}

.language-select {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: auto;
  background-color: #1a1b1f80;
  padding: 20px 75px;
  font-size: 30px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.language-select:hover {
  color: #fff;
  background-color: #32343a;
}

.language-select:active {
  background-color: #43464d;
}

.language-sel-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
}

.language-sel-text.selected-language {
  color: #cc2030;
}

.heading-2 {
  display: none;
}

.home-top-with-navbar {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/szkicyk-26-10_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100svh;
  min-height: auto;
  max-height: none;
  display: flex;
}

.heading-3 {
  color: var(--dim-grey);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  margin-top: 10px;
  font-family: Avenir, sans-serif;
  font-weight: 700;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  display: flex;
}

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

.div-block-9 {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-right: 0;
  padding: 0 250px 0 0;
  display: flex;
}

.div-block-10 {
  opacity: 1;
  outline-offset: 0px;
  color: var(--dim-grey);
  cursor: default;
  mix-blend-mode: difference;
  outline: 3px #333;
  align-self: center;
  position: static;
}

.div-for-arrow-down {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.body-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  max-height: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 54px;
}

.heading-4.heading-about {
  margin-bottom: 70px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-weight: 100;
}

.text-white {
  color: #fff;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.text-block-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-extra-light_white {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  display: flex;
}

.paragraph-extra-light_white.blured-bg {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
}

.cell {
  align-items: center;
  display: flex;
}

.section-3 {
  align-self: center;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  top: 400px;
}

.text-block-3 {
  font-family: Avenir, sans-serif;
}

.div-block-11 {
  padding-right: 150px;
  display: block;
}

.text-block-4 {
  color: #fff;
  text-decoration: underline;
  display: inline;
}

.text-block-4.language-sel-text {
  text-decoration: none;
}

.text-block-4.language-sel-text:active {
  color: #cc2030;
}

.text-block-4.language-sel-text.selected-language {
  -webkit-text-stroke-color: var(--crimson);
}

.link-block-2 {
  text-decoration: none;
  transition: color .3s, transform .5s cubic-bezier(.075, .82, .165, 1);
}

.link-block-2:hover {
  transform: scale(1.2);
}

.link-block-3 {
  text-decoration: none;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 0;
  display: flex;
}

.cell-2 {
  font-size: 28px;
  line-height: 50px;
}

.container-home {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  max-width: 1620px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container-home.container-projects {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.container-home.container-projects.top-section {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-home.container-projects-top {
  flex-direction: column;
  align-self: center;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 15px;
}

.container-home.container-about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.learn-more {
  color: #838383;
  text-align: right;
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Avenir, sans-serif;
  transition: color .3s;
}

.learn-more:hover {
  color: #c5c5c5;
}

.heading-bold_black {
  display: flex;
}

.paragraph-black {
  text-align: left;
  font-family: Avenir, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-black.smaller-text {
  width: 380px;
  padding-top: 25px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-black.smaller-text-2 {
  width: 380px;
  padding-top: 50px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cell-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.section-5 {
  background-image: url('../images/23-10-kolejny-2_linearny.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 110svh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cell-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-5 {
  flex-direction: column;
  align-items: stretch;
  padding-right: 40px;
  display: flex;
}

.quick-stack {
  grid-row-gap: 85px;
  align-self: center;
  margin-top: 0;
}

.cell-6 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  padding: 40px 30px;
  font-family: Avenir, sans-serif;
  font-size: 58px;
  position: sticky;
  bottom: 15px;
}

.button.contact_me_about {
  position: static;
}

.heading-bold_white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.white-divider {
  height: 10px;
}

.footer-legal-block-2 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 15px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.home-selected-project {
  border: 1px solid #fff;
}

.body-3 {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.cell-7 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
}

.link-block_selected-project-home {
  filter: brightness(50%);
  max-width: 300px;
  max-height: 300px;
  transition: transform .7s cubic-bezier(.075, .82, .165, 1);
  position: relative;
}

.link-block_selected-project-home:hover {
  z-index: 1;
  filter: none;
  border: 1px solid #fff;
  transform: scale(1.2);
}

.topbar-hero {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container-7 {
  text-align: center;
  max-width: 1580px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-8 {
  max-width: 1240px;
  padding-left: 70px;
  padding-right: 70px;
}

.cell-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
}

.field-label, .field-label-2 {
  color: #fff;
}

.section-6 {
  align-self: center;
  padding-top: 0;
  position: static;
}

.body-4 {
  background-color: #fff;
  flex-direction: column;
  display: block;
}

.footer_section {
  background-color: #000;
}

.footer {
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-14 {
  align-self: stretch;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.div-block-15 {
  padding: 15px;
}

.text-block-6 {
  color: #fff;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.image-3 {
  transform: rotate(180deg);
}

.quick-stack-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 20px 0;
}

.footer_redirection {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Avenir, sans-serif;
}

.vertical-divider_white {
  z-index: 1;
  background-color: #fff;
  width: 1px;
  height: 30px;
  position: relative;
}

.link-block-5 {
  text-decoration: none;
}

.cell-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-block-17 {
  align-self: auto;
  font-family: Avenir, sans-serif;
  position: relative;
  top: -35px;
}

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

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.field-label-3 {
  color: #fff;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.form-2 {
  font-family: Avenir, sans-serif;
}

.div-block-18 {
  display: flex;
}

.submit-button {
  background-color: #0000;
  font-size: 30px;
  font-weight: 400;
}

.div-block-19 {
  position: relative;
  top: -35px;
}

.cell-13 {
  align-items: center;
}

.container-quote {
  max-width: 1620px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.text-field-3 {
  border: 0 solid #000;
}

.text-field-3:focus {
  border-width: 2px;
}

.textarea {
  margin-bottom: 20px;
  padding-bottom: 140px;
}

.textarea:focus {
  border: 2px solid #000;
}

.cell-14 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  padding: 0;
}

.cell-15 {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.success-message {
  background-color: #fff;
}

.text-block-8 {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.error-message {
  margin-top: 20px;
}

.image-4 {
  z-index: -99;
  object-fit: cover;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: fixed;
  inset: 0%;
}

.image-5 {
  z-index: -100;
  float: none;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
  position: static;
  top: 46px;
}

.image-6 {
  transition: opacity .7s cubic-bezier(.075, .82, .165, 1);
}

.collection-item {
  padding-bottom: 20px;
}

.quick-stack-8 {
  grid-column-gap: 20px;
  padding: 0;
}

.image-7 {
  order: 0;
  max-width: 100%;
}

.image-8 {
  max-width: 75%;
  margin-bottom: 30px;
}

.text-block-9 {
  text-align: justify;
  max-width: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-9 {
  max-width: 75%;
  margin-top: 30px;
}

.image-9.drop_shadow {
  max-width: 100%;
  margin-top: 95px;
  margin-bottom: 95px;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.quick-stack-9 {
  align-self: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.back-button {
  color: #575757;
  -webkit-text-stroke-color: var(--dim-grey);
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Avenir, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.link-block-8 {
  align-self: flex-start;
  text-decoration: none;
}

.div-block-24 {
  flex-direction: row;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.body-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-10 {
  margin: 0 0 10px 10px;
}

.nav-bar_container {
  flex-flow: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.navbar {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.brand_legacy {
  flex: 0 auto;
  align-self: auto;
  position: static;
  left: 0;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 30px;
  display: flex;
  position: static;
  right: 0;
}

.nav-link_new {
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.nav-link_new:hover {
  color: var(--black);
  -webkit-text-stroke-color: #c5c5c5;
  transform: translate(0, -7px)scale(1.2);
}

.nav-link_new.w--current {
  color: #c2c2c2;
  text-decoration: none;
}

.nav-link_new.navlink_light {
  color: #fff;
  text-decoration: none;
}

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

.nav-wrapper_desktop {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper_mobile {
  display: none;
}

.link-block-9 {
  display: block;
}

.image-11 {
  object-fit: fill;
  overflow: visible;
}

.image-11.magnify {
  width: 100vw;
}

.lightbox-link {
  object-fit: fill;
  width: 100vw;
}

.nav-bar_dark {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.nav-button {
  align-self: center;
  text-decoration: none;
}

.nav-button.w--current {
  display: none;
}

.nav-button.dropdown-menu {
  align-self: flex-end;
  margin-right: 25px;
}

.nav-wrapper_desktop1 {
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.mobile-overlay {
  background-color: #000000bf;
  width: 50%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.mobile-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.navbar-div-position-absolute {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-10 {
  cursor: pointer;
  text-decoration: none;
}

.link-block-10.w--current {
  display: none;
}

.section-13 {
  padding-bottom: 325px;
}

.paragraph {
  width: auto;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 120px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cell-20 {
  flex-direction: column;
  justify-content: center;
}

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

.image-12, .image-13 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-14, .image-15, .image-16 {
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.archixation_body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.block-quote {
  font-family: Avenir, sans-serif;
  font-size: var(--h3);
  align-self: center;
  padding-left: 80px;
  padding-right: 80px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-27 {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 300px;
  display: flex;
}

.text-block-10 {
  font-family: Avenir, sans-serif;
  font-size: var(--paragraph);
  align-self: flex-end;
  position: relative;
  top: -10px;
  left: -20px;
}

.image-17 {
  object-fit: fill;
  width: 800px;
  max-width: 800px;
  height: 520px;
  position: static;
}

.image-17:hover {
  opacity: 1;
}

.image-17.xray-17 {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0;
}

.image-17.xray-17.xray17_top {
  display: none;
}

.image-18 {
  object-fit: fill;
  width: 800px;
  max-width: 800px;
  height: 520px;
  margin-top: 0;
  margin-bottom: 29px;
  display: block;
}

.image-18.xray18 {
  z-index: -1;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.image-18.xray18.xray18_top {
  z-index: 1;
  display: none;
}

.image-19 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 0 auto;
  width: 800px;
  max-width: 800px;
  height: 520px;
  max-height: none;
  overflow: visible;
}

.image-19.xray19 {
  z-index: -1;
  position: absolute;
  inset: 0;
}

.image-19.xray19.xray19_top {
  z-index: 1;
  display: none;
}

.div-block-28 {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 230px;
  display: flex;
}

.image-20 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.lightbox-link-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.lightbox-link-2.stage_lightbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.lightbox-link-2.stage_lightbox_sketches {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-21 {
  object-fit: cover;
  width: 400px;
  height: 260px;
}

.image-22 {
  object-fit: cover;
  width: 400px;
  height: 260px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-23 {
  object-fit: cover;
  width: 400px;
  height: 260px;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-pusher {
  margin-bottom: 80px;
}

.nav-pusher.nav-pusher-contact {
  margin-bottom: 0;
}

.nav-pusher.nav-pusher-projects {
  margin-bottom: 130px;
}

.nav-pusher.nav-pusher-about {
  margin-bottom: 230px;
}

.div-block-30.above-the-section-db30 {
  margin-top: 20px;
  margin-bottom: 120px;
}

.atomy_body {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.atomy-image {
  max-height: 500px;
}

.cell-23, .cell-24, .cell-25 {
  align-items: center;
}

.cell-26, .cell-27, .cell-28 {
  justify-content: center;
  align-items: stretch;
}

.image-25 {
  z-index: -100;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-32 {
  z-index: -99;
  background-color: #00000059;
  position: fixed;
  inset: 0%;
}

.div-block-33 {
  z-index: -99;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.image-26 {
  z-index: -100;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.previous-and-next-project {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.collection-list-3 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-4 {
  justify-content: space-between;
  display: block;
}

.link-block-11 {
  filter: brightness(50%);
}

.link-block-11:hover {
  filter: brightness();
}

.cursor-wrapper {
  z-index: 9999;
  mix-blend-mode: difference;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--dim-grey);
  opacity: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  mix-blend-mode: multiply;
  border: 2px solid #fff;
  border-radius: 90%;
  width: 2rem;
  height: 2rem;
  transition: opacity .3s;
}

.cursor-hover.project-tile {
  filter: brightness(50%);
  transition: filter .2s;
}

.cursor-hover.project-tile:hover {
  filter: brightness();
}

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

.image-28 {
  width: 100%;
}

.image-29 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-37 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-30 {
  max-height: 80vh;
}

.div-block-38 {
  background-color: #051229;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-39 {
  align-self: flex-start;
  padding-left: 40px;
}

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-31 {
  height: 75vh;
  margin-top: 70px;
  margin-bottom: 150px;
  box-shadow: 2px 4px 5px 3px #0003;
}

.image-32 {
  margin-bottom: 40px;
}

.image-32.drop_shadow {
  margin-top: 40px;
}

.drop_shadow {
  box-shadow: 0 2px 5px 3px #0003;
}

.div-block-40 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.paragraph-white {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  font-family: Avenir, sans-serif;
  font-size: var(--paragraph);
  line-height: var(--paragraph_spacing);
  text-align: left;
}

.paragraph-white.centered {
  color: #fff;
  text-align: center;
  align-self: center;
}

.paragraph-white.sub-title-about {
  padding-left: 20px;
  padding-right: 20px;
}

.image-33, .image-34 {
  filter: brightness(200%);
}

.image-36 {
  filter: brightness(300%);
}

.image-37 {
  z-index: -100;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100svw;
  max-width: none;
  height: 120svh;
  max-height: none;
  position: fixed;
  inset: 0%;
}

.div-block-42 {
  z-index: -99;
  background-color: #00000059;
  position: fixed;
  inset: 0%;
}

.body-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.quick-stack-15 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.cell-30, .cell-32 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.logos-clients {
  display: none;
}

.div-block-44 {
  max-width: 100svw;
  margin-top: 30px;
  position: relative;
}

.biomorphic-megastructures_body {
  flex-direction: column;
  display: flex;
}

.lightbox-link-4 {
  flex-direction: row;
  align-self: center;
  margin-bottom: 100px;
  display: flex;
}

.biomprhic-lightbox-bottom {
  object-fit: cover;
  object-position: 73% 50%;
  width: 220px;
  height: 480px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-39 {
  border: 5px solid #fff;
  position: relative;
  top: -242px;
  left: -267px;
}

.image-40 {
  border: 5px solid #fff;
  position: relative;
  top: -185px;
  right: -350px;
}

.image-41 {
  border: 5px solid #fff;
  height: 260px;
  position: relative;
  top: -87px;
  right: -450px;
}

.div-block-45 {
  height: 0;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 400px;
  height: 260px;
}

.text-block-11 {
  align-self: center;
}

.image-44 {
  width: 30svw;
}

.menu-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.navigation-button {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: none;
  position: relative;
}

.solid-button-outline {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline.nav-outline {
  border-color: #fff;
  display: block;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.light {
  border-color: #fff;
}

.social-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-height: 34px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px #ffffff4d;
  justify-content: center;
  display: flex;
  position: relative;
}

.social-outline {
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 34px;
  min-height: 34px;
  position: absolute;
  inset: 0%;
}

.social-icon {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.brand {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand.dark {
  color: #000;
  letter-spacing: 4px;
  font-family: ethnocentric, sans-serif;
  font-weight: 200;
}

.nav-cover {
  background-color: #fff;
  border-bottom: 1px solid #eff3f6;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -100% 0% auto;
}

.icon {
  z-index: 10;
  position: relative;
}

.nav-separator {
  width: 1px;
  height: 24px;
  color: var(--black);
  background-color: #ffffff4d;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6dde200;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  transition: border-color .4s;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

.nav-link.contact-link {
  display: flex;
}

.nav-left {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.slide-nav {
  display: none;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.hero-content.dark {
  color: #000;
}

.body-display {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display.light {
  color: #ffffffe6;
}

.body-display.small {
  font-size: 14px;
}

.body-display.two-column {
  color: #445663;
  column-count: 2;
  column-gap: 60px;
}

.body-display.applications-list {
  text-indent: 0;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  padding-left: 85px;
  display: grid;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom, .verticle-line.bottom.dark {
  height: 120px;
}

.verticle-line.dark {
  background-color: #eff3f6;
}

.medium-width {
  max-width: 500px;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.verticle-hero-line.middle {
  z-index: 25;
  z-index: 25;
  margin-right: 50px;
}

.slider-background {
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url('../images/2_phone.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-background.three {
  background-image: url('../images/Towards-Simplicity-2.webp');
  background-position: 50%;
  background-size: cover;
}

.button-text {
  z-index: 10;
  padding-left: 4px;
  position: relative;
}

.hero-slider {
  background-color: #fff0;
  height: 100%;
}

.xxl-heading {
  font-size: 52px;
  line-height: 48px;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  border-color: #ffffff4d;
}

.hero-section {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.clip {
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.dark {
  border-color: #eff3f6;
}

.overlay {
  background-color: #0a111880;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #0a1118b3;
}

.overlay.light {
  background-color: #0e192226;
}

.hero-bottom {
  z-index: 10;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.hero-bottom.right {
  width: 85%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mask {
  overflow: visible;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.circle-button.dark {
  color: #6e7f8b;
}

.circle-button.dark.scroll-link {
  grid-template-columns: 1fr 1fr;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.nav-menu-3 {
  display: flex;
}

.navbar_2025 {
  background-color: #0000;
  border-bottom: 1px solid #ffffff4d;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body-7 {
  background-color: #fff;
}

.project-image-cover {
  background-image: url('../images/037.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.project-image-cover.small {
  width: 350px;
  min-width: 350px;
  height: 350px;
  min-height: 350px;
}

.project-image-cover.small.instagram-002 {
  background-image: url('../images/home_data-human.png');
}

.project-image-cover.small.instagram-003 {
  background-image: url('../images/FINISH_Moon_base_interior.jpg');
}

.project-image-cover.small.instagram-001 {
  background-image: url('../images/plakat-manoid-01.jpg');
}

.project-image-cover.small.instagram-004 {
  background-image: url('../images/gate-1.png');
}

.project-image-cover.large {
  background-image: url('../images/3D-prints-08_1.webp');
  width: 60vw;
  max-width: 900px;
  height: 60vw;
  max-height: 900px;
}

.dual-title {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-right: 0;
  display: grid;
}

.solid-view-circle {
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle.small {
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-right: 80px;
  display: grid;
}

.section-title.small-bottom-padding {
  padding-bottom: 80px;
}

.section-title.no-bottom-padding {
  padding-bottom: 0;
}

.section-title.extra-top-padding {
  padding-top: 140px;
}

.instagram-box {
  height: 15vw;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-004 {
  background-image: url('../images/039.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-004.background {
  background-image: url('../images/home_graduation.png');
  background-position: 50%;
  background-size: cover;
}

.social-boxes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4px;
  display: grid;
}

.instagram-003 {
  background-image: url('../images/011.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-003.background {
  background-image: url('../images/Astra-Sinter_Main-project-image.jpg');
  background-position: 50%;
  background-size: cover;
}

.underline-hover-fill {
  background-color: #cfdae2;
  width: 100%;
  height: 100%;
}

.scroll-cover {
  z-index: 25;
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.instagram-002 {
  background-image: url('../images/054.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-002.background {
  background-image: url('../images/ATRM_datapolis_poster_lower-res.jpg');
  background-position: 50%;
  background-size: cover;
}

.subtitle {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.subtitle.light {
  color: #fffc;
}

.subtitle.small {
  font-size: 8px;
}

.subtitle.pla-href, .subtitle.petg-href {
  padding-left: 20px;
  text-decoration: none;
}

.section {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.underline-hover-wrapper.top {
  top: -1px;
  bottom: auto;
}

.undeline-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-line {
  background-color: #eff3f6;
  height: 1px;
}

.instagram-001 {
  background-image: url('../images/046.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-001.background {
  background-image: url('../images/Graphics-for-Atomy-Collective_icon.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 15%;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-icon {
  z-index: 10;
  width: 24px;
  position: relative;
}

.navigation-column {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 91px;
}

.action-content {
  color: #fff;
  align-items: center;
  min-height: 600px;
  padding-top: 140px;
  padding-bottom: 160px;
  display: flex;
}

.card-grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  border: 1px #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1px;
  display: grid;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 24px;
  display: grid;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-verticle-line {
  background-color: #eff3f6;
  width: 1px;
  height: 100%;
}

.stacked-paragraphs {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-arrow-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 60px;
}

.testimonial-slide-arrow {
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 60px 0%;
  overflow: visible;
}

.testimonial-slide-arrow.right {
  top: 0%;
  left: auto;
  right: 0%;
}

.fill {
  z-index: 10;
  background-color: #fff;
  height: 70px;
  margin-top: 0;
  margin-bottom: -10px;
  position: relative;
}

.fill.top {
  margin-top: -10px;
}

.background {
  background-image: url('../images/3D-prints-17_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.testimonial-background {
  background-image: url('../images/016.jpeg');
}

.background.action-background {
  background-image: url('../images/23-10-kolejny-3.jpg');
}

.background.portrait-background {
  background-image: url('../images/Screenshot-2024-08-07-at-17.30.40.png');
  background-position: 50%;
  background-size: cover;
}

.background.contact-background {
  background-image: url('../images/pexels-jakubzerdzicki-18428283.jpg');
  background-position: 50%;
  background-size: cover;
}

.background.contact-background.main-page {
  background-image: url('../images/Concrete_Business_Card_ATRM.webp');
}

.project-arrow {
  width: 18px;
  min-width: 18px;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  border: 1px solid #eff3f6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  height: 400px;
  margin: -1px;
  padding: 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.footer-list-wrapper.hide {
  display: none;
}

.banner-wrapper {
  height: 45vw;
  min-height: 100%;
  max-height: 600px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait21.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.about-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

.banner-background-wrapper {
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.section_2025 {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_2025.bottom-border {
  border-bottom: 1px solid #eff3f6;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-scroll-cover {
  z-index: 100;
  justify-content: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scroll-fill {
  background-color: #fff;
  padding: 0;
}

.scroll-fill.left {
  margin-left: -10px;
}

.scroll-fill.right {
  margin-right: -10px;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding-bottom: 60px;
  display: grid;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.client-avatar {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 6px;
  display: flex;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading_2025 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.section-17 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-17.clip {
  z-index: 10;
}

.section-2025 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2025.clip {
  z-index: 10;
}

.preloader {
  z-index: 1000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-fill {
  background-color: #fff;
  padding: 0;
}

.preloader-fill.left {
  margin-left: -10px;
}

.preloader-fill.right {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.hero-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.inner-page-hero {
  justify-content: center;
  min-height: 750px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solid-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  min-height: 32px;
  padding: 16px 28px 16px 32px;
  font-size: 10px;
  line-height: 1.3em;
}

.success-message-3 {
  background-color: #0000;
  padding: 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #eff3f6;
  border: 1px solid #cfdae266;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  min-height: 300px;
  padding: 24px;
  display: grid;
}

.form-block {
  margin-bottom: 0;
}

.error-message-2 {
  background-color: #eff3f6;
  margin-top: 24px;
  padding: 12px;
}

.text-field {
  border: 1px solid #eff3f6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 18px;
  position: relative;
}

.text-field:focus {
  border-style: solid;
  border-color: #cfdae2;
}

.text-field.large {
  min-height: 120px;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrapper.recaptcha {
  grid-template-rows: auto;
}

.text-block-12 {
  letter-spacing: 4px;
  font-family: ethnocentric, sans-serif;
  font-weight: 200;
  display: block;
}

.background-video {
  position: static;
  inset: auto;
}

.video-wrapper {
  position: absolute;
  inset: 0%;
}

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  display: grid;
}

.project-hero-content {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-hero {
  background-color: #fff;
  justify-content: center;
  min-height: 500px;
  margin-bottom: -60px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-background-2 {
  background-image: url('../images/042.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.client-details-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 85px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  padding-right: 50px;
  display: grid;
  position: relative;
}

.client-detail {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-right: 36px;
  display: grid;
}

.project-showcase {
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-overview {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.project-banner {
  height: 80vh;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 4px 2px;
  position: relative;
  overflow: hidden;
}

.banner-background {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.add-to-cart {
  flex-flow: column;
  display: flex;
}

.product-image {
  vertical-align: middle;
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: relative;
}

.lightbox-link-5 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-lightbox-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.applications-wrapper {
  padding-left: 30px;
}

.background-2 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.gallery-image {
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-6 {
  position: absolute;
  inset: 0%;
}

.image-46 {
  background-image: url('../images/059.jpeg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-3 {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lightbox-link-7 {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.xxl-heading-2 {
  font-size: 52px;
}

.chart-wrapper {
  min-height: 500px;
  margin-bottom: 20px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.chart-3d-printing {
  background-image: url('../images/3D-printing-material-charts-PLA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chart-3d-printing.petg-chart {
  background-image: url('../images/3D-printing-material-charts-PETG.png');
}

._3d-printing-chart {
  position: relative;
}

.button-wrapper {
  padding-top: 30px;
}

.available-materials-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.xxl-heading-3 {
  font-size: 52px;
}

.div-block-46 {
  display: block;
}

.spline-scene {
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: absolute;
}

.spline-scene-2 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.spline-scene-3 {
  z-index: 1000;
  position: absolute;
}

.spline-scene-4 {
  position: static;
}

.div-block-47 {
  height: 300vh;
  position: relative;
}

.div-block-48 {
  flex-flow: column;
  margin-top: 116px;
  display: flex;
  position: sticky;
}

.div-block-49 {
  background-color: #c27f7f;
  margin-top: 563px;
  position: static;
}

.div-block-50, .background-service {
  position: absolute;
  inset: 0%;
}

.background-service.service-graphic-design {
  background-image: url('../images/graphic-design-copy.webp');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .project-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .footer-content-2 {
    grid-column-gap: 48px;
  }

  .contact-wrapper {
    grid-column-gap: 100px;
    grid-template-columns: .6fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .project-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .contact-wrapper {
    grid-column-gap: 120px;
    grid-template-columns: .6fr 1fr;
  }

  .project-hero-content {
    grid-row-gap: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-without-image {
    padding-top: 145px;
  }

  .hero-wrapper-two {
    max-width: 1024px;
  }

  .hero-paragraph {
    font-size: 32px;
    line-height: 32px;
  }

  .button-primary-2 {
    font-size: 36px;
  }

  .button-primary-2:hover {
    font-size: 42px;
  }

  .home-top-with-navbar {
    background-image: url('../images/szkicyk-26-10_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-3 {
    color: var(--dim-grey);
    -webkit-text-stroke-color: var(--dim-grey);
    font-size: 44px;
  }

  .div-block-10 {
    color: var(--dim-grey);
    -webkit-text-stroke-color: #c4c4c4;
    font-size: 16px;
  }

  .body-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/23-10-kolejny-3.jpg');
    background-position: 0 0, 50%;
  }

  .heading-4 {
    font-size: 56px;
    line-height: 60px;
  }

  .heading-4.heading-about {
    margin-bottom: 75px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .text-white {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-extra-light_white {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-3 {
    color: var(--dim-grey);
    -webkit-text-stroke-color: var(--dim-grey);
  }

  .container-home {
    max-width: 1620px;
  }

  .container-home.container-projects-top {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .learn-more {
    font-size: 18px;
  }

  .heading-bold_black {
    font-size: 36px;
  }

  .paragraph-black {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-bold_white {
    font-size: 62px;
    font-weight: 500;
    line-height: 66px;
  }

  .field-label, .field-label-2 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .footer {
    flex-direction: column;
    max-width: none;
  }

  .text-block-6 {
    position: static;
  }

  .div-block-17 {
    position: relative;
    top: -15px;
  }

  .container-quote {
    max-width: 1620px;
  }

  .text-field-3, .textarea {
    font-size: 22px;
    line-height: 26px;
  }

  .image-4 {
    position: fixed;
  }

  .image-5 {
    float: left;
    clear: none;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100svw;
    height: 100%;
    max-height: 100svh;
    position: fixed;
    overflow: auto;
  }

  .section-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .back-button {
    margin-top: 50px;
    padding-left: 0;
    font-size: 42px;
  }

  .nav-bar_container {
    justify-content: flex-start;
  }

  .navbar {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-left: 70px;
    display: flex;
    position: relative;
  }

  .brand_legacy {
    align-self: auto;
    left: -460px;
  }

  .nav-wrapper_desktop {
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: inline-block;
  }

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

  .image-11.magnify {
    width: 100vw;
    max-width: none;
  }

  .lightbox-link {
    object-fit: none;
  }

  .cell-20 {
    align-items: center;
  }

  .archixation_body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block-quote {
    align-self: center;
  }

  .quick-stack-13 {
    padding-top: 251px;
    padding-bottom: 251px;
  }

  .paragraph-white {
    font-size: 18px;
    line-height: 22px;
  }

  .quick-stack-14 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 991px) {
  .hero-without-image {
    padding-top: 150px;
  }

  .hero-text {
    max-width: 728px;
  }

  .hero-paragraph {
    line-height: 28px;
  }

  .body {
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
  }

  .languages {
    flex: 0 auto;
    order: 1;
    align-self: stretch;
  }

  .languages.language-select {
    margin-right: 0;
  }

  .home-top-with-navbar {
    background-image: url('../images/szkicyk-26-10_2.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .div-block-9 {
    justify-content: flex-end;
    padding-right: 38px;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#00000059, #00000059), url('../images/23-10-kolejny-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    background-clip: border-box;
    max-height: none;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .text-white {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-2 {
    font-size: 21px;
    line-height: 25px;
  }

  .section-3 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-11 {
    padding-right: 45px;
  }

  .section-4 {
    flex-direction: column;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .container-home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .container-home.container-projects-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-black {
    text-align: justify;
  }

  .paragraph-black.smaller-text {
    width: auto;
    position: relative;
  }

  .paragraph-black.smaller-text.paragraph {
    margin-top: 15px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-black.smaller-text-2 {
    width: auto;
    position: relative;
  }

  .paragraph-black.smaller-text-2.paragraph {
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .cell-3 {
    padding-right: 40px;
  }

  .div-block-12 {
    align-self: center;
    max-width: 80%;
  }

  .section-5 {
    flex-direction: column;
    justify-content: space-around;
    height: auto;
  }

  .quick-stack {
    grid-row-gap: 30px;
  }

  .cell-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.contact_me_about {
    position: static;
  }

  .heading-bold_white {
    color: #fff;
    text-align: center;
    font-family: Avenir, sans-serif;
    font-size: 30px;
  }

  .home-selected-project {
    display: block;
  }

  .cell-7 {
    padding-right: 0;
  }

  .image-home-selected-project {
    position: static;
  }

  .image-home-selected-project:hover {
    z-index: 1;
    position: relative;
  }

  .quick-stack-2 {
    overflow: visible;
  }

  .container-7 {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
  }

  .quick-stack-3, .quick-stack-4 {
    text-align: center;
  }

  .cell-8 {
    align-items: center;
  }

  .form {
    flex-direction: column;
    align-items: center;
    min-width: 500px;
    display: flex;
  }

  .section-6 {
    padding-top: 0;
  }

  .cell-9 {
    align-items: center;
  }

  .text-block-5 {
    line-height: 24px;
  }

  .container-quote {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-8 {
    max-width: 90%;
  }

  .image-9.drop_shadow {
    max-width: 100%;
  }

  .section-10 {
    position: relative;
  }

  .quick-stack-9 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  .image-10 {
    margin-left: 0;
  }

  .nav-bar_container {
    flex-direction: row;
    justify-content: space-between;
    display: inline-block;
  }

  .brand_legacy {
    left: -130px;
  }

  .nav-menu {
    background-color: #00000080;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 110px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-link_new {
    color: #fff;
  }

  .nav-link_new:hover {
    color: #fff;
    transform: none;
  }

  .nav-link_new.selected {
    display: block;
  }

  .burger-line {
    background-color: var(--black);
    width: 30px;
    height: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 65px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #333;
    background-color: #0000;
  }

  .collection-list-wrapper {
    flex-direction: column;
    display: block;
  }

  .nav-wrapper_desktop {
    display: none;
  }

  .nav-wrapper_mobile {
    z-index: 2;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 35px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-bar_dark {
    justify-content: center;
    align-items: center;
  }

  .nav-button.dropdown-menu.w--current, .nav-wrapper_desktop1 {
    display: none;
  }

  .mobile-overlay {
    z-index: -10;
    opacity: 0;
    color: #000;
    background-color: #000000bf;
    width: 40%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mobile-wrapper {
    z-index: -1;
    display: none;
    position: relative;
  }

  .navbar-div-position-absolute {
    z-index: 1000;
  }

  .paragraph {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Avenir, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .cell-20 {
    align-items: center;
  }

  .block-quote {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .image-17 {
    object-fit: cover;
    max-width: 100svw;
  }

  .image-17.xray-17 {
    display: none;
  }

  .image-17.xray-17.xray17_top {
    z-index: 1;
    display: block;
  }

  .image-18 {
    object-fit: cover;
    max-width: 100svw;
  }

  .image-18.xray18 {
    display: none;
  }

  .image-18.xray18.xray18_top {
    display: block;
  }

  .image-19 {
    object-fit: cover;
    max-width: 100svw;
  }

  .image-19.xray19 {
    display: none;
  }

  .image-19.xray19.xray19_top {
    display: block;
  }

  .lightbox-link-2 {
    flex-flow: column;
    align-items: center;
    max-width: 80%;
  }

  .image-22 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .nav-pusher, .nav-pusher.nav-pusher-contact {
    margin-bottom: 100px;
  }

  .nav-pusher.nav-pusher-projects {
    margin-bottom: 130px;
  }

  .nav-pusher.nav-pusher-about {
    margin-bottom: 175px;
  }

  .div-block-30 {
    max-width: 90%;
  }

  .div-block-30.above-the-section-db30 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .quick-stack-12, .quick-stack-13 {
    margin-bottom: 30px;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-block-40 {
    width: 100svw;
    max-width: none;
  }

  .div-block-41 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .paragraph-white {
    text-align: justify;
  }

  .lightbox-link-4 {
    align-self: center;
    max-width: 90vw;
  }

  .biomprhic-lightbox-bottom {
    max-width: 30vw;
    margin-left: 0;
    margin-right: 0;
  }

  .image-39, .image-40, .image-41 {
    display: none;
  }

  .image-42 {
    margin-top: 0;
    margin-bottom: 250px;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navigation-button {
    display: none;
  }

  .navigation {
    grid-template-columns: auto 1fr 1fr .5fr;
  }

  .brand {
    padding-left: 0;
  }

  .menu-icon {
    width: 32px;
  }

  .nav-link {
    color: #000;
    border-bottom-color: #eff3f6;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link.contact-link {
    display: flex;
  }

  .nav-left {
    grid-template-columns: auto 1px;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .menu-link {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 222px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-content.dark {
    padding-top: 100px;
  }

  .body-display.two-column {
    column-count: 1;
  }

  .hero-intro {
    max-width: 650px;
    padding-left: 0;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .verticle-hero-line.middle {
    z-index: 25;
    z-index: 25;
  }

  .slider-background {
    min-width: 105vw;
  }

  .slider-background.two {
    background-position: 50%;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .hero-slide-arrow {
    right: 7%;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .hero-bottom.right {
    width: 93%;
  }

  .menu-button-3 {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100vw;
  }

  .navbar_2025 {
    position: absolute;
  }

  .solid-view-circle {
    display: none;
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .section-title.extra-top-padding {
    padding-top: 80px;
  }

  .instagram-box {
    height: 35vw;
    min-height: 275px;
  }

  .social-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 7%;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

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

  .footer-info {
    grid-row-gap: 80px;
  }

  .testimonial-arrow-line {
    margin-bottom: 170px;
  }

  .testimonial-slide-arrow {
    top: auto;
    bottom: 120px;
  }

  .testimonial-slide-arrow.right {
    top: auto;
  }

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

  .card {
    height: auto;
  }

  .banner-wrapper {
    width: 65%;
    min-height: 500px;
  }

  .footer-content-2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1px 1fr;
  }

  .testimonial-content {
    max-width: 525px;
  }

  .banner-content {
    min-height: 700px;
    padding-top: 160px;
    padding-bottom: 220px;
  }

  .hero-intro-2 {
    padding-left: 0;
  }

  .inner-page-hero {
    min-height: 600px;
  }

  .contact-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .success-message-3 {
    background-color: #0000;
    padding: 0;
  }

  .success-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #eff3f6;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    min-height: 400px;
    padding: 24px;
    display: grid;
  }

  .project-hero-content {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-right: 60px;
  }

  .project-hero {
    padding-top: 80px;
  }

  .slider-background-2 {
    min-width: 105vw;
  }

  .client-details-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 42px 1fr;
  }

  .client-detail {
    padding-right: 0;
  }

  .project-banner {
    min-height: 600px;
    margin-top: 80px;
  }

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

  .gallery-image {
    height: 45vw;
    min-height: 350px;
  }

  .xxl-heading-2 {
    font-size: 48px;
  }

  .chart-wrapper {
    min-height: 300px;
  }

  .available-materials-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .xxl-heading-3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 140px 70px 105px;
  }

  .hero-wrapper-two {
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .hero-paragraph {
    line-height: 32px;
  }

  .body {
    justify-content: center;
    align-items: stretch;
    height: 100svh;
  }

  .home-top-with-navbar {
    background-size: cover;
    min-height: auto;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 27px;
  }

  .div-block-10 {
    -webkit-text-stroke-color: var(--dim-grey);
    mix-blend-mode: difference;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#00000059, #00000059), url('../images/23-10-kolejny-3.jpg');
    background-position: 0 0, 50% 0;
    background-attachment: scroll, fixed;
    background-clip: border-box;
    height: auto;
  }

  .section-3 {
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: 250px;
  }

  .container-home.container-projects {
    max-width: 100svw;
  }

  .container-home.container-projects.top-section {
    height: auto;
  }

  .cell-3 {
    padding-right: 0;
  }

  .div-block-12 {
    text-align: center;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-5 {
    text-align: center;
    padding-right: 0;
  }

  .quick-stack {
    grid-row-gap: 19px;
  }

  .cell-6 {
    line-height: 60px;
  }

  .button {
    padding: 20px 15px;
  }

  .footer-legal-block-2 {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block_selected-project-home {
    width: 99%;
  }

  .topbar-hero {
    position: fixed;
  }

  .quick-stack-2 {
    width: auto;
  }

  .container-7 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    min-width: 80svw;
    max-width: 90svw;
  }

  .projects-wrapper {
    max-width: 70%;
  }

  .section-6 {
    padding-top: 200px;
  }

  .footer {
    flex-direction: column;
    padding-top: 20px;
  }

  .div-block-14, .div-block-15 {
    flex-direction: column;
    display: flex;
  }

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

  .image-3 {
    display: none;
  }

  .div-block-17 {
    position: static;
  }

  .field-label-3 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-18 {
    padding-left: 55px;
  }

  .div-block-19 {
    position: static;
  }

  .container-quote {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-6 {
    align-self: stretch;
  }

  .cell-15 {
    align-items: stretch;
  }

  .div-block-22 {
    overflow: visible;
  }

  .cell-16 {
    display: none;
  }

  .quick-stack-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .quick-stack-8 {
    text-align: left;
  }

  .cell-17 {
    text-align: justify;
    align-items: center;
  }

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

  .image-9.drop_shadow {
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .nav-bar_container {
    justify-content: space-between;
    display: inline-block;
  }

  .brand_legacy {
    max-width: 200px;
    left: -69px;
  }

  .burger-line {
    height: 5px;
  }

  .menu-button-2 {
    margin-right: 25px;
    padding-right: 18px;
  }

  .nav-wrapper_mobile {
    padding-top: 10px;
  }

  .mobile-overlay {
    width: 45%;
  }

  .div-block-27 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .image-17 {
    max-width: 100svw;
  }

  .lightbox-link-2 {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
  }

  .image-22 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-pusher, .nav-pusher.nav-pusher-projects {
    margin-bottom: 100px;
  }

  .nav-pusher.nav-pusher-about {
    margin-bottom: 150px;
  }

  .div-block-30.above-the-section-db30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-29 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lightbox-link-3 {
    flex-direction: column;
  }

  .image-31 {
    max-width: none;
    height: 60vh;
    margin-bottom: 120px;
  }

  .image-37 {
    max-height: none;
  }

  .lightbox-link-4 {
    align-self: center;
  }

  .image-42 {
    margin-top: 120px;
    margin-bottom: 200px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 236px;
    padding-right: 0;
  }

  .hero-intro {
    padding-right: 0;
  }

  .verticle-line.bottom {
    display: none;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    margin-right: 0;
    padding-bottom: 120px;
    display: grid;
  }

  .xxl-heading {
    font-size: 40px;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-right: 0;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .slider-link-text {
    display: block;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .dual-title {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .section-title.no-bottom-padding {
    padding-top: 36px;
  }

  .instagram-box {
    height: 35vw;
    min-height: 180px;
  }

  .action-content {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .footer-info {
    grid-row-gap: 60px;
  }

  .footer-verticle-line {
    display: none;
  }

  .testimonial-slide-arrow {
    width: 80px;
    height: 80px;
    bottom: 130px;
  }

  .banner-wrapper {
    width: 100%;
  }

  .footer-content-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 212px;
  }

  .hero-intro-2 {
    padding-right: 0;
  }

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

  .client-details-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-right: 0;
  }

  .client-detail {
    justify-items: center;
  }

  .project-banner {
    margin-top: 60px;
  }

  .product-image {
    object-fit: contain;
    max-width: 200%;
  }

  .xxl-heading-2 {
    font-size: 40px;
  }

  .chart-wrapper {
    min-height: 240px;
  }

  .available-materials-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .xxl-heading-3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-without-image {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    justify-content: center;
  }

  .languages.language-select {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40px;
    margin-right: 0;
  }

  .home-top-with-navbar {
    background-position: 50%;
  }

  .heading-3 {
    color: #696969;
  }

  .div-block-9 {
    -webkit-text-stroke-color: #646464;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }

  .div-block-10 {
    color: #5e5e5e;
    -webkit-text-stroke-color: var(--dim-grey);
    mix-blend-mode: difference;
  }

  .section-3 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    color: #696969;
  }

  .div-block-11 {
    padding-right: 15px;
  }

  .container-home {
    flex-wrap: wrap;
    align-content: center;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .learn-more, .div-block-13 {
    align-self: center;
  }

  .section-5 {
    flex-wrap: wrap;
    align-items: center;
  }

  .cell-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    overflow-wrap: normal;
    flex: 1;
    font-size: 36px;
    line-height: 60px;
    bottom: auto;
  }

  .body-3 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .topbar-hero {
    flex-direction: row;
  }

  .quick-stack-3 {
    max-width: 100svw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-11 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-18 {
    padding-left: 55px;
  }

  .container-quote {
    flex-wrap: wrap;
    align-content: center;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-bar_container {
    flex-direction: row;
    display: inline-block;
  }

  .brand_legacy {
    max-width: 200px;
  }

  .nav-link_new {
    padding-right: 10px;
  }

  .burger-line {
    width: 25px;
    height: 5px;
  }

  .nav-wrapper_mobile, .nav-button.dropdown-menu {
    margin-right: 10px;
  }

  .mobile-overlay {
    width: 60%;
    display: none;
  }

  .mobile-wrapper {
    display: none;
  }

  .nav-pusher {
    margin-bottom: 0;
  }

  .nav-pusher.nav-pusher-contact {
    margin-bottom: 100px;
  }

  .nav-pusher.nav-pusher-projects {
    margin-bottom: 80px;
  }

  .nav-pusher.nav-pusher-about {
    margin-bottom: 150px;
  }

  .container-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lightbox-link-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
  }

  .biomprhic-lightbox-bottom {
    width: 160px;
    height: 360px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .navigation {
    grid-template-columns: auto 1fr;
  }

  .menu-icon {
    width: 28px;
  }

  .nav-separator, .nav-right {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
  }

  .hero-content.dark {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .verticle-hero-line.middle {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 24px 100px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 100px;
    right: 2%;
  }

  .xxl-heading {
    font-size: 8.5vw;
    line-height: 44px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .hero-slide-arrow {
    bottom: 100px;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .slider-link-text {
    display: block;
  }

  .hero-bottom {
    min-height: 58px;
  }

  .hero-bottom.right {
    width: 98%;
  }

  .circle-button.dark {
    min-width: 80px;
    min-height: 80px;
    margin-left: -40px;
  }

  .circle-button.dark.scroll-link {
    display: none;
  }

  .dual-title {
    grid-row-gap: 24px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .section-title.small-bottom-padding, .section-title.extra-top-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .instagram-box {
    height: 40vw;
    min-height: 124px;
  }

  .horizontal-line {
    display: none;
  }

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

  .navigation-column {
    position: relative;
    top: 0;
  }

  .action-content {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .fill {
    height: 58px;
  }

  .about-wrapper {
    grid-row-gap: 36px;
  }

  .banner-wrapper {
    min-height: 375px;
  }

  .about-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-content-2 {
    grid-row-gap: 36px;
  }

  .testimonial-content {
    grid-row-gap: 24px;
  }

  .footer-credit {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .banner-content {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 212px;
  }

  .stacked-content-2 {
    grid-row-gap: 36px;
  }

  .hero-intro-2 {
    width: 100%;
    max-width: 90vw;
  }

  .inner-page-hero {
    min-height: 500px;
  }

  .project-hero-content {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .project-hero {
    min-height: 400px;
  }

  .client-details-wrapper {
    padding-top: 200px;
    padding-bottom: 220px;
  }

  .project-showcase {
    min-height: 600px;
  }

  .project-overview {
    grid-row-gap: 12px;
  }

  .project-banner {
    min-height: 250px;
    margin-top: 48px;
  }

  .product-image {
    max-width: 250%;
  }

  .gallery-image {
    min-height: 300px;
  }

  .xxl-heading-2, .xxl-heading-3 {
    font-size: 8.5vw;
  }
}

#w-node-_3fda4c66-b485-b0bc-47cd-f1679015c61d-4c23431f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_2a28e649-6a79-ead4-2567-861000d6d783-4c23431f, #w-node-_56bca68d-7ede-984f-bba0-203d34dbc39a-4c23431f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d29649a4-4842-5b92-04e7-87ecf3ed0111-4c23431f {
  grid-template-rows: auto 85px;
  grid-template-columns: 1fr 2fr;
}

#w-node-d0802847-b603-d624-8181-b77a9e12b713-4c23431f, #w-node-_172e8066-5788-f07a-b139-67cdaa6d621a-4c23431f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9fc7dc6-f55a-d328-aa3a-88c555948eee-4c23431f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a9fc7dc6-f55a-d328-aa3a-88c555948eef-4c23431f, #w-node-a9fc7dc6-f55a-d328-aa3a-88c555948ef0-4c23431f, #w-node-c5e4592b-7a84-7e00-9ec2-df2feff32e0a-4c23431f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_512caa8e-6037-0d8e-5e7c-3ee35f67b3d9-4c23431f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42a-a52cc424 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42b-a52cc424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42f-a52cc424 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc430-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc433-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc436-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc439-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc445-a52cc424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc455-a52cc424 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc456-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc457-a52cc424, #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc45a-a52cc424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c92deb28-992e-ad96-9785-e3187156d454-546b243e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_7a446f19-1e80-0e3f-1434-fd68950569c9-546b243e, #w-node-_52999bf7-c91c-3bcb-31dd-a882fdc9fd0c-546b243e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9123eb5-bae3-dedd-48c3-6bf0d4493f70-f1a825da {
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-a9123eb5-bae3-dedd-48c3-6bf0d4493f71-f1a825da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dedd1bf1-772a-ac0b-1d7a-0a637ed84bae-f1a825da {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f4d642af-459a-8061-a043-5f60ede335ec-f1a825da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d87c322b-f2ad-f1ef-a02d-7de3e43b15d2-cf79377b {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 400px);
}

#w-node-_205fe41f-5e4b-59d3-a769-319ff943028a-cf79377b, #w-node-_9d720645-cfce-1920-164e-afa0a0e2bc6f-cf79377b, #w-node-_8c4a1523-1b9c-daac-6624-70ecd250ede9-cf79377b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c4eba805-220d-4381-7515-cfc9f86eed34-d7d83aa8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-ce81d6da-7998-ca2b-2173-88eb7a6e1644-d7d83aa8, #w-node-a884580b-75f5-264a-dd53-babd71a9a200-d7d83aa8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2120874b-3c51-4561-218c-472227b7e43d-4cdaf67b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0929a529-ac12-2daf-588a-c6188b3c8663-67e843da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0929a529-ac12-2daf-588a-c6188b3c8664-67e843da {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_0929a529-ac12-2daf-588a-c6188b3c8665-67e843da {
  align-self: center;
}

#w-node-_0929a529-ac12-2daf-588a-c6188b3c8668-67e843da {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b56-67e843da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b57-67e843da {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b58-67e843da {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b59-67e843da {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b5d-67e843da {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b61-67e843da {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_59ae57c1-c111-93c0-bfdd-558983260b65-67e843da {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be69c5-67e843da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ba73729b-5356-b213-d047-eff352be69c6-67e843da {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ba73729b-5356-b213-d047-eff352be69c7-67e843da {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be69c8-67e843da {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be69cd-67e843da {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be69d2-67e843da {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be69d7-67e843da {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ba73729b-5356-b213-d047-eff352be69da-67e843da {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ba73729b-5356-b213-d047-eff352be69db-67e843da {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ba73729b-5356-b213-d047-eff352be69ee-67e843da {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-ba73729b-5356-b213-d047-eff352be69f2-67e843da {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba73729b-5356-b213-d047-eff352be69f6-67e843da {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ba73729b-5356-b213-d047-eff352be69fa-67e843da {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a00-67e843da {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a04-67e843da {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a08-67e843da {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a0c-67e843da {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a11-67e843da {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ba73729b-5356-b213-d047-eff352be6a12-67e843da {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_77cc37bb-71d2-ae41-591c-2d76d520aeca-67e843da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_77cc37bb-71d2-ae41-591c-2d76d520aecb-67e843da {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_77cc37bb-71d2-ae41-591c-2d76d520aecc-67e843da {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_77cc37bb-71d2-ae41-591c-2d76d520aecd-67e843da {
  align-self: center;
}

#w-node-_77cc37bb-71d2-ae41-591c-2d76d520aed0-67e843da {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_36d9bbb9-b14e-d4af-3882-b7ac8b0082b3-67e843da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36d9bbb9-b14e-d4af-3882-b7ac8b0082b4-67e843da {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a4dad804-d81d-5756-50b1-6a63777c124f-67e843da {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto center;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a1f-7a104a1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a20-7a104a1d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a21-7a104a1d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a22-7a104a1d {
  align-self: center;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a25-7a104a1d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a27-7a104a1d {
  align-self: start;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a2a-7a104a1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a2b-7a104a1d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a2c-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a2f-7a104a1d {
  align-self: start;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a42-7a104a1d {
  align-self: stretch;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a45-7a104a1d {
  align-self: start;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a5c-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a60-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a64-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a68-7a104a1d {
  align-self: center;
}

#w-node-_9df101a9-2824-2141-7831-097b7a104a69-7a104a1d {
  justify-self: stretch;
}

#w-node-_15b198c1-10b3-1337-a3cd-59c4aeec8742-7a104a1d {
  justify-self: end;
}

#w-node-_80e535bf-6f96-7621-cac8-fabccbba636d-cbba636b {
  justify-self: stretch;
}

#w-node-_80e535bf-6f96-7621-cac8-fabccbba636f-cbba636b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316b8-9c7316b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316c0-9c7316b6 {
  align-self: center;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316cb-9c7316b6 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center end;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316cc-9c7316b6 {
  place-self: center end;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316da-9c7316b6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316dc-9c7316b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316de-9c7316b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316e0-9c7316b6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316e5-9c7316b6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a49-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a4d-a3148355 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a4e-a3148355 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a58-a3148355 {
  justify-self: stretch;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a5a-a3148355 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a5e-a3148355 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a6b-a3148355 {
  justify-self: start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a6d-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a6f-a3148355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a71-a3148355 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a73-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a7b-a3148355 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a88-a3148355 {
  justify-self: start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a8a-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a8c-a3148355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a8e-a3148355 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a90-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a98-a3148355 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4aa5-a3148355 {
  justify-self: start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4aa7-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4aa9-a3148355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4aab-a3148355 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4aad-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ab1-a3148355 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ab5-a3148355 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ab9-a3148355 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4abd-a3148355 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ac3-a3148355 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ac7-a3148355 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4acb-a3148355 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4acf-a3148355 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ad2-a3148355 {
  justify-self: end;
}

#w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ad4-a3148355 {
  align-self: end;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaeda-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaedb-a3148355 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaedc-a3148355 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaedd-a3148355 {
  align-self: center;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee0-a3148355 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee1-a3148355 {
  place-self: auto;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee4-a3148355 {
  justify-self: start;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee5-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee7-a3148355 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee9-a3148355 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaeeb-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af511535-6b4d-21a8-f60d-131ac248e300-a3148355, #w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaf0b-a3148355, #w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaf1e-a3148355 {
  place-self: end start;
}

#w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f393a-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f393b-a3148355 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f393c-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f3943-a3148355 {
  align-self: center;
}

#w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f3946-a3148355 {
  align-self: end;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b92-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b93-a3148355 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9b-a3148355 {
  align-self: end;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9c-a3148355 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9d-a3148355 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9e-a3148355 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9f-a3148355 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4ba3-a3148355 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4ba7-a3148355 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4bab-a3148355 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4bae-a3148355 {
  justify-self: end;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0ac-dfa5f0aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0ad-dfa5f0aa {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0ae-dfa5f0aa {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0af-dfa5f0aa, #w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0b1-dfa5f0aa {
  align-self: center;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0b3-dfa5f0aa {
  place-self: center end;
}

#w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0b8-dfa5f0aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1655-713e1653 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1656-713e1653 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1657-713e1653 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1658-713e1653 {
  align-self: center;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e165b-713e1653 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e165c-713e1653 {
  align-self: start;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e165f-713e1653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1674-713e1653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1676-713e1653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1679-713e1653, #Email-2.w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e167b-713e1653, #w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e167d-713e1653, #Phone-2.w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e167f-713e1653, #w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1681-713e1653, #Message-2.w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1683-713e1653, #w-node-c7337c65-b63d-6a54-50b4-cfe8e118e702-713e1653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1684-713e1653 {
  justify-self: start;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c19-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c1a-2264ef5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c22-2264ef5d {
  align-self: end;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c23-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c24-2264ef5d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c25-2264ef5d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c26-2264ef5d {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c2a-2264ef5d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c2e-2264ef5d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c32-2264ef5d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c35-2264ef5d {
  justify-self: end;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359cd-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359ce-2264ef5d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359cf-2264ef5d {
  align-self: center;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359d2-2264ef5d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359d8-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359d9-2264ef5d {
  grid-area: 2 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-b1cfb202-7789-ddc9-7260-7d12b08988b1-2264ef5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1cfb202-7789-ddc9-7260-7d12b08988b2-2264ef5d {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-b1cfb202-7789-ddc9-7260-7d12b08988b6-2264ef5d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b1cfb202-7789-ddc9-7260-7d12b08988ba-2264ef5d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1cfb202-7789-ddc9-7260-7d12b08988be-2264ef5d {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e2-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e3-2264ef5d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e4-2264ef5d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e5-2264ef5d {
  align-self: center;
}

#w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e8-2264ef5d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1bda247e-1434-1d52-0875-a6a878669379-2264ef5d, #w-node-_9f0b06cc-a4ca-1650-7f04-496f0d369193-2264ef5d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0632-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0633-2264ef5d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0634-2264ef5d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0635-2264ef5d {
  align-self: center;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0638-2264ef5d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd064c-2264ef5d, #w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd064f-2264ef5d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c6f-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c70-2264ef5d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: start;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c71-2264ef5d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c72-2264ef5d {
  align-self: center;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c75-2264ef5d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c77-2264ef5d {
  align-self: start;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7a-2264ef5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7b-2264ef5d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7c-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7f-2264ef5d {
  align-self: start;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c92-2264ef5d {
  align-self: stretch;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c95-2264ef5d {
  align-self: start;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cac-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cb0-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cb4-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cb8-2264ef5d {
  align-self: center;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cb9-2264ef5d {
  justify-self: stretch;
}

#w-node-_73990ae1-5857-969c-a0f5-db9a0fe09cbc-2264ef5d {
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96d2-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96d6-bb858947 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96d7-bb858947 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96e3-bb858947 {
  justify-self: stretch;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96e5-bb858947 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96e9-bb858947 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96f6-bb858947 {
  justify-self: start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96f8-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96fa-bb858947 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96fc-bb858947 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe96fe-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9708-bb858947 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9715-bb858947 {
  justify-self: start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9717-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9719-bb858947 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe971b-bb858947 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe971d-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9725-bb858947 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9732-bb858947 {
  justify-self: start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9734-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9736-bb858947 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9738-bb858947 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe973a-bb858947 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe973e-bb858947 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9742-bb858947 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9746-bb858947 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe974a-bb858947 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9750-bb858947 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9754-bb858947 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9758-bb858947 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe975c-bb858947 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe975f-bb858947 {
  justify-self: end;
}

#w-node-a366f9b3-0c69-9f16-5ac9-777015fe9761-bb858947 {
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c92deb28-992e-ad96-9785-e3187156d454-546b243e {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-d87c322b-f2ad-f1ef-a02d-7de3e43b15d2-cf79377b {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(200px, 400px);
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee0-a3148355 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f393b-a3148355 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3fda4c66-b485-b0bc-47cd-f1679015c61d-4c23431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a28e649-6a79-ead4-2567-861000d6d783-4c23431f, #w-node-_56bca68d-7ede-984f-bba0-203d34dbc39a-4c23431f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d29649a4-4842-5b92-04e7-87ecf3ed0111-4c23431f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0802847-b603-d624-8181-b77a9e12b713-4c23431f, #w-node-_172e8066-5788-f07a-b139-67cdaa6d621a-4c23431f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9fc7dc6-f55a-d328-aa3a-88c555948eee-4c23431f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9fc7dc6-f55a-d328-aa3a-88c555948eef-4c23431f, #w-node-a9fc7dc6-f55a-d328-aa3a-88c555948ef0-4c23431f, #w-node-c5e4592b-7a84-7e00-9ec2-df2feff32e0a-4c23431f, #w-node-_512caa8e-6037-0d8e-5e7c-3ee35f67b3d9-4c23431f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c92deb28-992e-ad96-9785-e3187156d454-546b243e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a446f19-1e80-0e3f-1434-fd68950569c9-546b243e, #w-node-_52999bf7-c91c-3bcb-31dd-a882fdc9fd0c-546b243e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9123eb5-bae3-dedd-48c3-6bf0d4493f70-f1a825da {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-a9123eb5-bae3-dedd-48c3-6bf0d4493f71-f1a825da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dedd1bf1-772a-ac0b-1d7a-0a637ed84bae-f1a825da {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4d642af-459a-8061-a043-5f60ede335ec-f1a825da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d87c322b-f2ad-f1ef-a02d-7de3e43b15d2-cf79377b, #w-node-_205fe41f-5e4b-59d3-a769-319ff943028a-cf79377b, #w-node-_9d720645-cfce-1920-164e-afa0a0e2bc6f-cf79377b, #w-node-_8c4a1523-1b9c-daac-6624-70ecd250ede9-cf79377b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba73729b-5356-b213-d047-eff352be69cd-67e843da {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ba73729b-5356-b213-d047-eff352be69d2-67e843da {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a27-7a104a1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a2a-7a104a1d {
    grid-row: 2 / 3;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a2b-7a104a1d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a2c-7a104a1d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a42-7a104a1d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316ba-9c7316b6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316cb-9c7316b6 {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center start;
  }

  #w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316e2-9c7316b6 {
    justify-self: end;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ad4-a3148355 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b92-a3148355 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9b-a3148355 {
    align-self: end;
  }

  #w-node-_2ea41b86-1aa7-7cd3-724d-cba5d3af4b9c-a3148355 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1665-713e1653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c19-2264ef5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c22-2264ef5d {
    align-self: end;
  }

  #w-node-_7251145a-82c7-eed4-3ea9-03a636fa1c23-2264ef5d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c77-2264ef5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7a-2264ef5d {
    grid-row: 2 / 3;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7b-2264ef5d {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7c-2264ef5d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c92-2264ef5d {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe9761-bb858947 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42a-a52cc424 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42b-a52cc424 {
    order: 9999;
  }

  #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc42f-a52cc424 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a629ff1c-b2aa-1eef-0db0-6e1aa52cc455-a52cc424 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-c4eba805-220d-4381-7515-cfc9f86eed34-d7d83aa8 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-ba73729b-5356-b213-d047-eff352be69c7-67e843da {
    place-self: center;
  }

  #w-node-ba73729b-5356-b213-d047-eff352be69c8-67e843da, #w-node-ba73729b-5356-b213-d047-eff352be69cd-67e843da, #w-node-ba73729b-5356-b213-d047-eff352be69d2-67e843da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a27-7a104a1d {
    grid-column: span 1 / span 1;
  }

  #w-node-_9df101a9-2824-2141-7831-097b7a104a2a-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a2b-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a2c-7a104a1d, #w-node-_9df101a9-2824-2141-7831-097b7a104a42-7a104a1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a4d-a3148355 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a4e-a3148355 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a5e-a3148355, #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a7b-a3148355, #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a98-a3148355 {
    grid-column: span 4 / span 4;
  }

  #w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e1674-713e1653, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c77-2264ef5d {
    grid-column: span 1 / span 1;
  }

  #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7a-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7b-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c7c-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c92-2264ef5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe96d6-bb858947 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe96d7-bb858947 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe96e9-bb858947, #w-node-a366f9b3-0c69-9f16-5ac9-777015fe9708-bb858947, #w-node-a366f9b3-0c69-9f16-5ac9-777015fe9725-bb858947 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0929a529-ac12-2daf-588a-c6188b3c8668-67e843da, #w-node-_77cc37bb-71d2-ae41-591c-2d76d520aed0-67e843da, #w-node-_9df101a9-2824-2141-7831-097b7a104a25-7a104a1d {
    grid-column: 1 / 2;
  }

  #w-node-f3f6b6d6-4d9f-d61d-2779-a50d9c7316e2-9c7316b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4a5e-a3148355 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_112a0fd1-aa87-66bc-a6fb-3f6c8eff4ad2-a3148355 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5fc19103-78ba-4baf-51b9-691eb3eeaee0-a3148355, #w-node-_8aa6ed53-04f6-6bbf-dfc5-d9c4f04f393c-a3148355 {
    grid-column: 1 / 2;
  }

  #w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0b3-dfa5f0aa {
    justify-self: start;
  }

  #w-node-e3cef8de-f8c9-5cad-2b14-9f17dfa5f0b8-dfa5f0aa, #w-node-abdbf33b-3bc3-a29b-fccb-b8ff713e165b-713e1653, #w-node-_0fe147c3-3f6a-9b00-63b3-e82b8b2359d2-2264ef5d, #w-node-bc67b14d-1106-2bfc-2bc9-8e266ed3d2e8-2264ef5d, #w-node-_1bda247e-1434-1d52-0875-a6a878669379-2264ef5d, #w-node-_9f0b06cc-a4ca-1650-7f04-496f0d369193-2264ef5d, #w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd0638-2264ef5d, #w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd064c-2264ef5d, #w-node-a16b76d1-593a-9b8c-cde1-6a8b6abd064f-2264ef5d, #w-node-_73990ae1-5857-969c-a0f5-db9a0fe09c75-2264ef5d {
    grid-column: 1 / 2;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe96e9-bb858947 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-a366f9b3-0c69-9f16-5ac9-777015fe975f-bb858947 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/Avenir-Next-Condensed.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}