@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --white: whitesmoke;
  --light-gray: #eee;
  --primary: #eee;
  --yellow: #dfcf24;
  --border-radius: 5px;
  --secondary: #1c1c1c;
  --transparent: transparent;
  --orange: #e28316;
  --lp-header_video-corner: 12px;
  --red: #cc3fe2;
  --renderblue: #5c80df;
  --baby-violett: #ad8fff;
  --green: #5aa549;
  --blue-blue: #5e85b5;
  --mint: #68d3ac;
  --text-color: var(--white);
  --logo-lower: 50px;
  --index-howto-buttonmargin: 0px;
  --babyblue: #48b5c9;
  --rose: #e96ebc;
  --halbtransparant: #0000;
}

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

.w-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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .02vw;
  flex-flow: column;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

h1 {
  color: var(--white);
  letter-spacing: .15vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 5vw;
}

h2 {
  color: var(--white);
  letter-spacing: .06vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 5.1vw;
}

h3 {
  color: var(--white);
  letter-spacing: .06vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 3.6vw;
}

h4 {
  letter-spacing: .06vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 2.5vw;
}

h5 {
  color: var(--white);
  letter-spacing: .16vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .95vw;
  font-weight: 200;
  line-height: .95vw;
}

h6 {
  color: var(--white);
  letter-spacing: .16vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: .82vw;
  font-weight: 300;
  line-height: .82vw;
}

p {
  letter-spacing: .02vw;
  margin-bottom: 0;
  font-family: Interdisplay, sans-serif;
  font-size: 1.15vw;
  font-weight: 200;
  line-height: 1.83vw;
}

a {
  color: var(--light-gray);
  font-family: Interdisplay, sans-serif;
  font-size: 1.15vw;
  font-weight: 200;
  line-height: 1.83vw;
  text-decoration: none;
  transition: color .3s;
}

a:hover, a.w--current {
  color: var(--primary);
}

ul, ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-gray);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

li {
  letter-spacing: .02vw;
  font-family: Interdisplay, sans-serif;
  font-size: 1.15vw;
  font-weight: 200;
  line-height: 1.83vw;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

form {
  width: 100%;
}

label {
  color: var(--light-gray);
  margin-bottom: 5px;
  font-family: Interdisplay, sans-serif;
  font-weight: 300;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.15vw;
  line-height: 1.83vw;
}

.space-112px {
  min-height: 5vw;
  display: none;
}

.space-112px.mobile-hidden {
  display: none;
}

.space-32px {
  min-height: 2.2vw;
}

.space-16px {
  min-height: 1.1vw;
}

.section {
  z-index: 3;
  border-color: #383838 #383838 var(--yellow);
  width: 100vw;
  max-width: 100%;
  padding-bottom: 40px;
  display: inline-block;
  position: relative;
}

.section.relative {
  z-index: 3;
  background-color: var(--black);
  border-width: 0;
  border-color: #000;
  position: relative;
}

.section.min-height {
  background-color: var(--black);
  min-height: 400vh;
  padding-bottom: 0;
  position: relative;
}

.section.min-height.home {
  display: none;
}

.section.how-to {
  min-height: 100vh;
  display: block;
  position: relative;
}

.section.header {
  z-index: 5;
  background-color: var(--black);
  width: 100vw;
  max-width: 100%;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.header.footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 0;
}

.section.header.cta {
  padding-bottom: 20px;
  overflow: visible;
}

.section.howto {
  height: 100vh;
  padding-bottom: 0;
}

.section.bottom-padding {
  padding-bottom: 15vh;
}

.section.testing {
  padding-top: 120px;
}

.section.timeline {
  z-index: 1;
}

.section.leistungen {
  padding-bottom: 140px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.container.padding-72px {
  border: 1px solid #000;
  padding: 40px 72px 0;
  display: inline-block;
}

.container.padding-72px.overflow {
  position: relative;
  overflow: visible;
}

.container.overflow {
  overflow: visible;
}

.container.padding-216px {
  padding-left: 216px;
  padding-right: 216px;
}

.container.padding-144px.overflow {
  display: none;
}

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

.container.justify-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.container.sticky {
  display: block;
  position: sticky;
  top: 3vw;
}

.container.sticky.home {
  display: none;
}

.container.center {
  position: relative;
}

.space-64px {
  text-align: left;
  min-height: 8vw;
  font-size: 18px;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.submit-button {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .06vw;
  text-transform: uppercase;
  margin-top: 0;
  padding: 12px 32px;
  line-height: 1.83vw;
  transition: color .25s, background-color .25s;
}

.submit-button:hover {
  background-color: var(--secondary);
  color: var(--light-gray);
}

.faq-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.max-width-480px {
  max-width: 480px;
}

.max-width-480px.centered {
  text-align: center;
}

.navbar {
  border: 1px solid var(--transparent);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 72px;
  padding-right: 72px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link-wrapper.hide-on-tab {
  position: static;
  left: 50%;
  transform: translate(-50%);
}

.nav-link {
  color: var(--light-gray);
  letter-spacing: .16vw;
  text-transform: uppercase;
  padding: 2px 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: .95vw;
  font-weight: 400;
  line-height: .95vw;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--light-gray);
}

.nav-link.w--current:hover {
  color: var(--white);
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-link.move-down.hide-on-tab {
  font-family: Montserrat, sans-serif;
}

.nav-link.move-down.hide-on-tab.no-left-padding.truncrate {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 6vw;
  margin-right: 20px;
  padding-right: 0;
  overflow: hidden;
}

.nav-link.move-down.hide-on-tab.no-right-padding {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-link.no-left-padding {
  padding-left: 0;
}

.nav-link.no-right-padding {
  padding-right: 0;
}

.nav-link.dropdown-label {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.dropdown-label.truncrate {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 12ch;
  margin-right: 20px;
  padding-right: 0;
  overflow: hidden;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Inconsolata, monospace;
  display: flex;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-parallax-curve {
  min-width: 100%;
}

.faq-dropdown {
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  min-width: 100%;
  transition: filter .25s;
}

.faq-dropdown:hover {
  filter: brightness(150%);
}

.dropdown-toggle {
  text-align: left;
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 3vw 0;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.invert {
  filter: invert();
}

.dropdown-answer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-message {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #f5f5f5;
  text-align: center;
  border-radius: 20px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 24px 32px;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.field-wrapper {
  width: 100%;
  position: relative;
}

.field-wrapper.fill-width {
  width: 100%;
}

.message-area {
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  color: var(--white);
  height: 100%;
  min-height: 100%;
  margin-bottom: 40px;
  padding: 1.1vw;
  font-size: 1vw;
  line-height: 1.2vw;
  overflow: auto;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #aaa;
}

.message-area.index {
  border-radius: var(--lp-header_video-corner);
  min-height: 200px;
}

.form-wrapper {
  width: 50%;
  max-width: 700px;
}

.text-field {
  border: 1px solid var(--secondary);
  border-radius: var(--lp-header_video-corner);
  background-color: var(--secondary);
  color: #f5f5f5;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: 1vw;
  line-height: 1.2vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--red);
  background-color: var(--secondary);
  color: var(--red);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 24px 32px;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.utilities-side-bar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  border: 0 solid #363636;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 32px;
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-wrapper-paragraph {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-flex-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-flex-title.w--current {
  color: var(--primary);
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.utilities-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.utilities-wrapper-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-title-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.color-wrapper {
  border-radius: 100px;
  min-width: 100%;
  max-width: 256px;
  min-height: 128px;
  max-height: 128px;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: 1px solid var(--light-gray);
}

.fill {
  position: absolute;
  inset: -16px;
}

.background-primary {
  background-color: var(--primary);
}

.background-secondary {
  background-color: var(--secondary);
}

.background-light-gray {
  background-color: var(--light-gray);
}

.background-black {
  background-color: var(--black);
}

.background-white {
  background-color: var(--white);
}

.utilities-line {
  background-color: var(--primary);
  min-width: 32px;
  min-height: 4px;
}

.line-spacer {
  width: 100%;
}

.utilities-line-spacer {
  background-color: var(--primary);
  width: 100%;
  min-height: 1px;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.logo {
  filter: none;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 3vw;
  max-height: 3vw;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper {
  border-radius: var(--border-radius);
  min-height: 30vw;
  max-height: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-wrapper.slide-up-animation {
  min-height: 38vw;
  max-height: 38vw;
}

.title-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-title-wrapper.slide-up-animation {
  padding-top: 20px;
}

.text-align-right {
  text-align: right;
  display: flex;
}

.text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.works-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.services-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.reviews-text {
  color: var(--white);
  text-align: center;
  text-transform: none;
  max-width: 960px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.3;
}

.flex {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.works-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.service-project-title {
  font-size: 6.3vw;
  line-height: 6.3vw;
}

.nav-link-wrapper {
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.login {
  display: flex;
}

.link-wrapper-animation {
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}

.footer-link.w--current {
  color: var(--primary);
  font-weight: 300;
}

.footer-link.w--current:hover {
  color: var(--orange);
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-link.move-down.w--current {
  color: var(--primary);
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Chameleon_Rendo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .25s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-button:hover {
  background-color: var(--renderblue);
  color: var(--light-gray);
}

.utility-button.w--current {
  color: var(--black);
}

.utility-button.w--current:hover {
  color: var(--light-gray);
}

.centered {
  text-align: center;
  align-self: center;
  padding-bottom: 40px;
}

.caps {
  text-transform: uppercase;
  font-family: Interdisplay, sans-serif;
  font-size: 2vw;
}

.caps.move-down {
  position: absolute;
  top: 100%;
}

.caps.no-wrap {
  font-size: 1.5vw;
}

.caps.detail-page.no-space-top {
  margin-top: -1ch;
  padding-top: 0;
}

.contact-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-wrapper.slide-up-animation {
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.faq-main-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-big-image {
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
  min-height: 540px;
  max-height: 540px;
}

.footer-bottom-text {
  color: var(--baby-violett);
  padding-left: 5px;
}

.footer-bottom-text:hover {
  color: var(--primary);
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utitlities-title-wrapper.slide-up-animation {
  justify-content: space-between;
  align-items: flex-start;
}

.packages-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-thirds {
  width: 60%;
  position: relative;
}

.price-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--secondary);
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 64px 16px 64px 64px;
  display: flex;
}

.price-card-title {
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.bulleted-description-wrapper {
  width: 100%;
  max-width: 240px;
  margin: 0 40px 10px;
}

.bulleted-description {
  text-align: center;
  border-bottom: 1px solid #9999994d;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .06vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
  position: relative;
}

.button:hover {
  border: 1px solid var(--primary);
  background-color: var(--black);
  color: var(--white);
}

.button.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.button.w--current:hover {
  background-color: #d0d0d0;
}

.button.align-right {
  border-style: none;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button.align-right:hover {
  background-color: var(--renderblue);
  border-style: none;
}

.button.success {
  background-color: var(--green);
}

.button.black {
  background-color: var(--black);
  color: var(--primary);
}

.button.disabled {
  display: none;
}

.button.loading {
  color: var(--transparent);
  mix-blend-mode: multiply;
  background-image: url('../images/1487_11487.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.button.loader-black {
  color: var(--transparent);
}

.button.nowrap {
  white-space: nowrap;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.side-bar-left {
  margin-top: 20px;
  position: sticky;
  top: 64px;
}

.package-button-wrapper {
  margin-top: 20px;
}

.fix-scroll-container-products {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 16px;
  background-color: var(--secondary);
  flex-direction: column;
  padding: 36px 32px;
  display: flex;
}

.services-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.package-text-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.quantity {
  color: var(--black);
}

.select-field {
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  color: #f5f5f5;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1.2;
}

.select-field:hover {
  background-color: var(--yellow);
}

.select-field:focus {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.select-field::placeholder {
  color: #aaa;
}

.select-field.min-width {
  min-width: 110px;
  margin-bottom: 0;
  font-weight: 700;
  transition: background-color .2s;
  position: relative;
}

.color-black, .font-black {
  color: var(--black);
}

.button-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--white);
  color: #fff;
  letter-spacing: .02vw;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 13px 100px 12px;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-icon:hover {
  color: var(--black);
}

.button-with-icon.w--current:hover {
  background-color: var(--white);
}

.button-icon {
  color: var(--light-gray);
  line-height: 17px;
  position: relative;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

.button-text {
  color: var(--secondary);
  letter-spacing: .06vw;
  -webkit-text-stroke-color: var(--blue-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Interdisplay, sans-serif;
  font-size: .88vw;
  font-weight: 300;
}

.button-text.text {
  color: var(--primary);
  font-size: .88vw;
}

.brands-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .2;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: none;
  overflow: hidden;
}

.services-link-wrapper-old {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  min-height: 540px;
  max-height: 540px;
  display: flex;
  position: relative;
}

.services-link-wrapper-old:hover {
  color: #f5f5f5;
}

.reviews-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 18px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.no-wrap {
  white-space: nowrap;
  font-size: .95vw;
  font-weight: 500;
  line-height: 3.6vw;
}

.thumbnails {
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.checkout {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.billing-address-toggle {
  align-items: flex-start;
}

.title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-link {
  border-radius: 24px;
  min-width: 100%;
  max-width: 100%;
  min-height: 540px;
  max-height: 540px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.package-title {
  text-align: center;
  max-width: 800px;
  font-size: 5vw;
  line-height: 5vw;
}

.faq-question {
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 2.4vw;
}

.selection {
  background-color: var(--black);
  color: var(--white);
}

.selection:hover {
  color: var(--primary);
}

.selection.w--ecommerce-pill-selected {
  background-color: var(--primary);
  color: var(--black);
}

.cart-text {
  display: none;
}

.cart-button {
  background-color: var(--transparent);
  color: var(--white);
  height: 100%;
  margin-left: 36px;
  padding: 8px;
  position: relative;
}

.cart-quantity {
  background-color: var(--transparent);
  color: var(--white);
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-container {
  background-color: var(--black);
}

.checkout-button {
  background-color: var(--primary);
  color: var(--black);
  transition: color .25s, background-color .25s, color .3s;
}

.checkout-button:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.main-cart-quantity {
  color: var(--black);
  font-family: Archivo;
  font-size: 13px;
}

.main-cart-quantity:hover, .main-cart-quantity:active, .main-cart-quantity:focus, .main-cart-quantity:focus-visible, .main-cart-quantity[data-wf-focus-visible], .main-cart-quantity:lang(en) {
  color: var(--black);
}

.cart-footer {
  border-top-color: var(--light-gray);
}

.cart-header {
  border-bottom-color: var(--light-gray);
}

.cart {
  z-index: 999;
  color: var(--white);
}

.icon-wrapper-circle {
  border: 1px solid var(--primary);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
}

.timeline-line {
  background-color: var(--primary);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.red-font {
  color: #f77;
}

.input {
  color: var(--black);
}

.text-overlay {
  z-index: 3;
  background-color: #050505a6;
  width: 0%;
  min-height: 64px;
  position: absolute;
  inset: 0% -1px auto auto;
}

.metrics-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.metrics-text-wrapper {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.metrics-text {
  font-size: 10vw;
  font-weight: 500;
  line-height: 9vw;
}

.metrics-text.outline {
  color: #0000;
  -webkit-text-stroke-width: .14vw;
  -webkit-text-stroke-color: var(--white);
  line-height: 10vw;
}

.page-title-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.page-title-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-title-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title-flex:hover {
  color: var(--mint);
}

.page-title-flex.down {
  flex-flow: column;
}

.lightbox-link-small {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.hero-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 112px 144px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.card-image {
  object-fit: cover;
  align-self: center;
  min-width: 14vw;
  max-width: 14vw;
  min-height: 43vw;
  max-height: 43vw;
}

.card-image.slide-up-animation {
  border-radius: var(--border-radius);
}

.cta-text {
  z-index: 3;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 500;
  line-height: 8vw;
  position: relative;
}

.cta-text.outline-white {
  -webkit-text-stroke-color: var(--white);
}

.cta-text.outline-white:hover {
  border: 1px #000;
}

.cta-text.align-left {
  align-self: flex-start;
  transition: color .3s;
}

.cta-text.align-left:hover {
  color: var(--renderblue);
}

.mask {
  max-width: 100%;
}

.reviews-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-block.align-center {
  grid-column-gap: 16px;
  align-items: center;
}

.reviews-slide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.reviews-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-arrow-icon {
  font-size: 128px;
}

.reviews-arrow {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 32px;
}

.reviews-arrow:hover {
  color: #9ef916;
  border-color: #9ef916;
}

.reviews-arrow.left {
  display: none;
  bottom: 64px;
  left: -20px;
  right: 0%;
}

.reviews-arrow.right {
  display: none;
  position: absolute;
  inset: 39% 0% auto auto;
}

.slide-nav {
  display: block;
}

.spinner-wrapper {
  z-index: 3;
  border: 0px solid var(--primary);
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 32% auto auto 35.5%;
  overflow: hidden;
}

.spinner-image {
  background-image: url('../images/Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
}

.card-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-block.move-down {
  margin-top: 16vw;
}

.works-title-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.works-title-block.slide-up-animation {
  padding-top: 40px;
}

.works-title-huge {
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 500;
  line-height: 8vw;
}

.works-title-huge.outline-white {
  padding-left: 20px;
}

.works-title-huge.home {
  font-size: 6vw;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--light-gray) 80%, #000 90%);
  object-fit: cover;
  border-radius: 100%;
  max-width: 32px;
  max-height: 32px;
}

.social-icon.round {
  filter: invert();
}

.awards-icon-wrapper {
  background-color: var(--light-gray);
  color: var(--black);
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-bottom: 8px;
  display: flex;
}

.awards-card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #262626 #262626 var(--secondary);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 7vw;
  max-height: 10vw;
  padding: 0 2vw;
  display: flex;
  position: sticky;
  top: 0;
}

.icon {
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.awards-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.awards-wrapper.slide-up-animation {
  justify-content: center;
  align-items: center;
  padding-left: 140px;
}

.awards-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.price-card-description-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.price-title {
  text-align: left;
  text-transform: uppercase;
}

.projects-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.projects-title-flex.slide-down-animation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-title {
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.works-description {
  max-width: 520px;
}

.projects-flex {
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.works-details-info {
  border-bottom: 1px solid var(--primary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5vw;
  padding-bottom: .5vw;
  display: flex;
}

.hero-title-01 {
  color: var(--primary);
  text-align: right;
  text-transform: uppercase;
  font-size: 20vw;
  font-weight: 600;
  line-height: 20vw;
  position: relative;
}

.services-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.large-title {
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 500;
  line-height: 11vw;
}

.large-title:hover {
  color: var(--white);
}

.large-title.outline-white:hover {
  color: var(--transparent);
}

.large-title.blog {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
}

.services-details-flex {
  background-image: linear-gradient(180deg, transparent, var(--secondary));
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 256px;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.services-link-wrapper {
  border-radius: var(--border-radius);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32vw;
  height: 32vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-text-flex {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.animate-button-h5 {
  max-width: 45vw;
}

.animate-button-h5.move-down {
  position: absolute;
  top: 100%;
  left: -1px;
}

.services-image {
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-card-title-wrapper {
  position: relative;
  overflow: hidden;
}

.large-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.skills-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 360px;
  max-width: 360px;
  display: flex;
}

.skills-image {
  object-fit: cover;
  object-position: 30% 50%;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 44vw;
  max-height: 44vw;
}

.skills-image.fade-in-animation {
  border-radius: 12px;
}

.skills-text {
  text-transform: uppercase;
}

.skills-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-progress {
  background-color: var(--light-gray);
  min-width: 100%;
  min-height: 1px;
}

.line-wrapper {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}

.skills-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -1.1vw;
}

.skills-block-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start center;
  padding-top: 48px;
  display: flex;
}

.cta-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-image-top {
  z-index: 1;
  transform-origin: 100% 100%;
  min-width: 16vw;
  max-width: 16vw;
  min-height: 12vw;
  max-height: 12vw;
  position: absolute;
  bottom: 62%;
  right: 21%;
  transform: rotate(20deg);
  box-shadow: -5px 7px 5px #0003;
}

.cta-image-left {
  z-index: 1;
  transform-origin: 100% 100%;
  min-width: 16vw;
  max-width: 16vw;
  min-height: 12vw;
  max-height: 12vw;
  display: block;
  position: absolute;
  bottom: 66%;
  right: 23%;
  transform: rotate(10deg);
}

.cta-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image-bottom {
  z-index: 1;
  transform-origin: 100% 100%;
  min-width: 16vw;
  max-width: 16vw;
  min-height: 12vw;
  max-height: 12vw;
  display: block;
  position: absolute;
  bottom: 64%;
  right: 22%;
  transform: rotate(15deg);
  box-shadow: -5px 7px 5px #0003;
}

.space-page-top {
  min-height: 12vw;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.social-icon {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.social-icon:hover {
  color: var(--yellow);
}

.award-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.max-width-250px {
  max-width: 250px;
}

.reviews-image {
  border-radius: 100%;
}

.contact-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 225px;
  padding-top: 30px;
  display: flex;
  position: sticky;
  top: 125px;
}

.contact-card1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  max-width: 580px;
  padding: 25px 40px;
  transition: color .3s;
  display: flex;
}

.contact-card1.cool-image {
  border: 1px solid #1c1c1c;
  padding: 0;
}

.icon-wrapper {
  background-color: var(--renderblue);
  color: #1c1b1f;
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 16px;
  transition: color .3s;
  display: flex;
}

.icon-wrapper:hover {
  background-color: var(--orange);
}

.contact-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-wrapper.show-on-tab {
  display: none;
}

.hero-text {
  text-align: left;
  text-transform: none;
  padding-bottom: 0;
  font-size: 2.5vw;
  font-weight: 200;
  line-height: 3vw;
  display: flex;
}

.hero-flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-text-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-image {
  border-radius: var(--border-radius);
  pointer-events: auto;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45vw;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero-image-back {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 0%;
  transform-style: preserve-3d;
  background-color: #aaa;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 26vw;
  max-height: 26vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)translate3d(0, 0, 0);
}

.hero-image-bottom {
  background-color: var(--light-gray);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 36vw;
  max-width: 36vw;
  min-height: 1vw;
  max-height: 1vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 11vw, 0)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.hero-image-top {
  background-color: var(--light-gray);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 36vw;
  max-width: 36vw;
  min-height: 1vw;
  max-height: 1vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, -11vw, 0)rotateX(90deg)rotateY(0)rotateZ(0);
}

.hero-image-left {
  background-color: var(--light-gray);
  transform-origin: 0%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 1vw;
  max-width: 1vw;
  min-height: 23vw;
  max-height: 23vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate(-17.5vw)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.hero-image-right {
  background-color: var(--light-gray);
  transform-origin: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 1vw;
  max-width: 1vw;
  min-height: 23vw;
  max-height: 23vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(17.5vw, 0, 0)rotateX(0)rotateY(90deg)rotateZ(0);
}

.hero-image-front {
  z-index: 2;
  border-radius: var(--border-radius);
  object-position: 50% 0%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  max-width: 40vw;
  min-height: 26vw;
  max-height: 26vw;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 1vw);
}

.about-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-wrapper.slide-up-animation {
  padding-top: 20px;
  padding-bottom: 20px;
}

.large-description {
  color: #b8b8b8;
  text-align: center;
  text-transform: none;
  max-width: 70vw;
}

.hero-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 20vw;
  padding-bottom: 20vw;
  display: flex;
  overflow: hidden;
}

.works-flex {
  z-index: 2;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-flex.example {
  padding-bottom: 140px;
}

.works-flex.nogap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.space {
  min-height: 100px;
}

.works-button-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.animate-image {
  filter: none;
  object-position: 50% 100%;
  flex: 0 auto;
  display: none;
}

.text-wrapper {
  z-index: 0;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  width: 100%;
  max-width: 45vw;
  margin-top: auto;
  display: flex;
  position: relative;
}

.works-image-absolute {
  z-index: -2;
  border-radius: var(--border-radius);
  vertical-align: baseline;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.works-title-flex {
  z-index: 2;
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.works-title-flex.space-between {
  justify-content: space-between;
  width: 100%;
  max-width: 45vw;
}

.badge-works {
  background-color: var(--secondary);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: none;
}

.image-tall-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 32vw;
  max-width: 32vw;
  min-height: 42vw;
  max-height: 42vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-link-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 1.5rem 0 0 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.works-link-wrapper.tall-wrapper {
  max-width: 32vw;
}

.works-link-wrapper.mid-wrapper {
  max-width: 45vw;
}

.works-link-wrapper.large-wrapper {
  max-width: 58vw;
}

.works-link-wrapper.large-wrapper.bottom-margin {
  margin-bottom: 60px;
}

.works-link-wrapper._33 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  cursor: pointer;
}

.image-mid-wrapper {
  z-index: 2;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 45vw;
  max-width: 45vw;
  min-height: 27vw;
  max-height: 27vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-mid-wrapper.no-min-size {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  min-width: auto;
  min-height: auto;
}

.image-large-wrapper {
  z-index: 1;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 58vw;
  max-width: 58vw;
  min-height: 34vw;
  max-height: 34vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-02 {
  color: var(--primary);
  text-align: right;
  text-transform: uppercase;
  font-size: 20vw;
  font-weight: 600;
  line-height: 20vw;
  position: relative;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.cta-flex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-paragraph {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 20vw;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.hero-socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: none;
}

.about-images-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 25vh;
  padding-left: 5%;
  display: inline-flex;
}

.about-images-flex.homeflex {
  width: 100%;
  margin-top: 25vh;
  margin-bottom: 25vh;
  padding-left: 0%;
}

.about-image {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  object-fit: cover;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 33vw;
  max-width: 33vw;
  min-height: 44vw;
  max-height: 44vw;
  display: flex;
}

.history-text-flex {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  display: none;
}

.history-text-flex.right {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 2vw;
}

.history-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -.7vw;
}

.max-width-56vw {
  text-align: left;
  text-transform: none;
  max-width: 56vw;
  font-size: 2.5vw;
  line-height: 4vw;
}

.team-flex {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-title-block {
  z-index: 2;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-22vw {
  text-align: center;
  text-transform: none;
  max-width: 40vw;
  font-size: 1.8vw;
  font-weight: 200;
  line-height: 1.5vw;
}

.team-image {
  z-index: 1;
  border-radius: var(--border-radius);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 18vw;
  max-width: 18vw;
  min-height: 24vw;
  max-height: 24vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teams-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.teams-title-wrapper.slide-up-animation {
  padding-top: 40px;
}

.badge-dark {
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #1c1c1c;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-radius: 1.5rem 0 0 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 18vw;
  display: flex;
}

.image-parallax-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-wrapper-parallax {
  min-height: 50vw;
  max-height: 50vw;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  width: 100%;
}

.nav-flex {
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.max-width-16vw {
  color: var(--renderblue);
  max-width: 16vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
  font-weight: 600;
}

.max-width-16vw.mobile-font-size {
  transition: color .3s;
}

.max-width-16vw.mobile-font-size:hover {
  color: var(--orange);
}

.remove-button, .option-list {
  font-size: 14px;
  line-height: 24px;
}

.max-width-30vw {
  max-width: 40vw;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.package-description {
  text-align: left;
  max-width: 30vw;
}

.user-dashboard_nav_counter {
  aspect-ratio: 1;
  background-color: var(--red);
  color: #eee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px;
  display: flex;
  position: absolute;
  right: 15px;
}

.user-dashboard_nav-link_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: .4vw;
  display: flex;
}

.user-dashboard_nav-link_icon.nav {
  width: 2vw;
  height: 2vw;
}

.user-dashboard_nav-top {
  justify-content: center;
  align-items: center;
  height: 20vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.user-dashboard_title {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  max-width: 50vw;
  font-size: 6vw;
  font-weight: 500;
  line-height: 10vw;
  overflow: hidden;
}

.user-dashboard_title.outline-white {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: whitesmoke;
  font-weight: 400;
}

.user-dashboard-content-wrapper {
  z-index: 0;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.user-dashboard_nav-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  flex-flow: column;
  flex: 1;
  padding: 32px;
  display: flex;
}

.user-dashboard_nav-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.user-dashboard_nav-link {
  color: #eee;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  font-size: .95vw;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.user-dashboard_nav-link:hover {
  color: var(--light-gray);
  background-color: #383838;
}

.user-dashboard_nav-link.w--current {
  color: var(--black);
  background-color: #eee;
  border-radius: 12px;
}

.user-dashboard_nav-link.logout {
  color: var(--red);
  cursor: pointer;
}

.user-dashboard_nav-link.logout:hover {
  background-color: var(--red);
  color: var(--secondary);
}

.user-dashboard_nav-link.upcoming {
  opacity: .5;
  cursor: not-allowed;
}

.user-dashboard_nav-wrapper {
  z-index: 2;
  background-color: var(--black);
  border-right: 1px solid #383838;
  flex-flow: column;
  width: 30vw;
  min-width: 270px;
  max-width: 500px;
  max-height: calc(100dvh - 112px);
  display: flex;
  position: sticky;
  top: 112px;
}

.user-dashboard_nav-wrapper.right-placeholder {
  z-index: 0;
  display: none;
}

.user-dashboard_nav-logo {
  width: 50%;
}

.user-dashboard_wrapper {
  min-height: calc(100dvh - 112px);
  margin-top: 112px;
  display: flex;
}

.user-dashboard_wrapper.admin {
  flex-flow: row;
  height: 100%;
  min-height: auto;
  max-height: 100vh;
  margin-top: 0;
  padding-top: 112px;
}

.order-history_item {
  background-color: #1c1c1c;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 12px 7px 8px;
  transition: background-color .2s, color .2s;
  display: none;
}

.order-history_item:hover {
  color: #1c1c1c;
  background-color: #f5f5f5;
}

.order-name {
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  overflow: hidden;
}

.order-history_list {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: none;
  position: relative;
}

.order-split-content {
  width: 100%;
  display: flex;
  position: relative;
}

.order-info-wrapper {
  flex: 1;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.order-item_action-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.order-history_wrapper {
  padding: 32px;
  position: relative;
}

.order-preview_details {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.order-item_thumbnail {
  z-index: 2;
  object-fit: cover;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  position: relative;
}

.order_header-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  height: 100%;
  display: grid;
}

.order-history_filter-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.render-list_add {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.upload-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uploader-status {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80px;
  transition: transform .3s;
  display: flex;
  position: absolute;
}

.uploader-status.lottie {
  width: 100%;
  height: 100px;
}

.ratio-checkbox-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 150px;
  display: flex;
}

.model-upload-section {
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  width: 100%;
  height: 100%;
  padding: 32px;
}

.coupon-form-input {
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.coupon-form-input:hover, .coupon-form-input:active, .coupon-form-input:focus, .coupon-form-input:focus-visible, .coupon-form-input[data-wf-focus-visible] {
  border-color: #193736;
}

.post-payment-alert {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.model-data-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 100%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px 15px 7px;
  display: flex;
}

.payment-conf_lottie {
  width: 50px;
  height: 50px;
  padding-bottom: 10px;
}

.payment-conf_text-bold {
  font-weight: 700;
}

.payment_wrapper {
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 32px;
}

.model-metadata {
  width: 100%;
}

.upload-wrapper {
  border: 1px solid var(--transparent);
  border-radius: 12px;
  width: 100%;
  position: relative;
}

.order-confirmation_data-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.order-confirmation_data-wrapper.details {
  opacity: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.logger-step {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
  position: relative;
}

.checkbox-field-5 {
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2px;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox-field-5:hover {
  background-color: var(--yellow);
}

.upload-wrapper-copy {
  height: 100%;
}

.request-comment-wrapper {
  border-radius: var(--border-radius);
  height: 100%;
  position: relative;
}

.upload-queue-files {
  color: #f3f3f3;
  border: 1px solid #585858;
  border-radius: 5px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-left: 5px;
  padding-right: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.delete-item-wrapper {
  border: 1px solid var(--yellow);
  background-color: var(--black);
  color: #d33100;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: -12px 14px auto auto;
}

.dropzone {
  border: 1px solid var(--yellow);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 50px 35px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropzone:hover {
  border-color: var(--transparent);
  background-color: var(--secondary);
  filter: invert();
  color: var(--white);
}

.dropzone.required.green-star, .dropzone.required.yellow-star {
  margin-top: 0;
}

.filename {
  font-size: 16px;
  line-height: 1;
}

.order-confirmation_button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.additional-images {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 32px 50px;
  display: flex;
}

.confirmation-tab_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-output-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.one-item-render {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  flex-flow: column;
  width: 100%;
  min-height: 100px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.rquest-btn-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  display: flex;
}

.submit-logger {
  z-index: 99;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: var(--border-radius);
  background-color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
}

.ration-image-wrapper {
  filter: invert();
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.upload-status-icon {
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.place-order_radio-content {
  height: 0;
  display: none;
  overflow: hidden;
}

.paypal-checkout-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 300px;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.renderrequest-form-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.loader {
  width: 100%;
  height: 100%;
}

.payment-conf_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.number-text {
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  line-height: 1;
  position: absolute;
  inset: 0%;
}

.lottie-animation-4 {
  z-index: 1;
  filter: invert();
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.logger-lottie {
  opacity: 0;
  filter: invert();
  width: 40px;
  min-width: 45px;
  max-width: 45px;
  height: 40px;
  min-height: 45px;
  max-height: 45px;
  margin: -10px;
}

.order-tab-selector {
  opacity: .5;
  color: #f3f3f3;
  background-color: #585858;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: box-shadow .2s, background-color .3s, opacity .4s, color .4s;
  display: flex;
}

.order-tab-selector.w--current {
  opacity: 1;
  color: #292929;
  background-color: #cfbc86;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px #00000014;
}

.order-tab-selector.none {
  pointer-events: none;
}

.place-order_unit {
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 10px;
}

.payment-conf_text {
  font-size: 14px;
}

.tabs-content {
  overflow: visible;
}

.order-data_block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-top: 20px;
  display: none;
}

.card-header {
  flex: 0 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
}

.form-4 {
  grid-row-gap: 20px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.error-catcherr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  transition: transform .3s;
  display: flex;
  position: absolute;
}

.error-catcherr.error {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  color: var(--secondary);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  display: none;
  position: absolute;
  inset: 20px 0% 0%;
}

.dimension-wrap {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.upload-queue-item {
  border-radius: var(--border-radius);
  border: 1px solid #585858;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: none;
  position: relative;
  overflow: hidden;
}

.payment-wrapper {
  grid-column-gap: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.imageoutput {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  width: 101%;
  padding: 0;
  display: flex;
  overflow: auto;
}

.imageoutput.files {
  flex-flow: column;
  width: 100%;
}

.inline-text {
  padding-left: 5px;
  display: inline;
}

.request-ratio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.coupon-input-wrap {
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.coupon-input-wrap.upload {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
  transition: border-color .3s;
  display: flex;
}

.coupon-input-wrap.upload:hover {
  border-color: #193736;
}

.coupon-input-wrap.hidden {
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.render-list_item-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.checkbox-render {
  border: 1px solid var(--yellow);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-render.w--redirected-checked {
  color: var(--black);
  background-color: #acacac75;
  background-image: none;
  border-style: solid;
  border-color: #292929;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.logger-done-img {
  color: var(--green);
  width: 45px;
  height: 45px;
  margin-left: -10px;
  padding: 14px;
  display: none;
  position: absolute;
}

.render-requests-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .95vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.other-material-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.main-select-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.checkbox-text {
  z-index: auto;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.coupon-form-label {
  z-index: 4;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 0;
  padding-right: 8px;
  position: relative;
  top: 0;
  left: 0;
}

.tabs-menu-3 {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #252525bf;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: none;
  position: sticky;
  top: 94px;
  box-shadow: 2px 2px 5px #0000001a;
}

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

.checkbox-label-1 {
  z-index: 10;
  display: none;
  position: relative;
}

.render-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  flex-flow: column;
  grid-template: "main-select comment"
                 "ratio comment"
                 / 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.render-item:hover {
  background-color: #141414;
}

.flex-rightside-40 {
  width: 50%;
  padding-right: 0;
}

.div-block-71 {
  text-align: center;
  flex-flow: column;
  max-width: 450px;
  margin-bottom: 50px;
  display: flex;
}

.other-material-input {
  width: 100%;
  height: 0;
  min-height: 0;
  overflow: hidden;
}

.request-item-wrapper {
  width: 100%;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.request-item-wrapper.visible-only-on-designer {
  display: flex;
}

.delete-icon-svg {
  color: var(--red);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.delete-icon-svg:hover {
  opacity: .5;
}

.delete-icon-svg.trash-button {
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 25px;
  height: 25px;
  transition: background-color .3s;
  display: flex;
}

.delete-icon-svg.trash-button:hover {
  border-radius: var(--border-radius);
  background-color: var(--red);
  opacity: 1;
  color: var(--secondary);
}

.code-embed {
  width: 40px;
  height: 40px;
}

.filesize {
  font-size: 16px;
  line-height: 1;
}

.error-catcher {
  background-color: #8d4a35fc;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.logger-text {
  color: #777;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}

.user-dashboard_support-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}

.message-dropdown_icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.message-dropdown {
  background-color: #1c1c1c;
  border-radius: 12px;
  min-width: 100%;
  transition: filter .25s;
}

.message-dropdown:hover {
  filter: brightness(150%);
}

.inbox_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #f5f5f5;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.message-dropdown_title-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.message-dropdown_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.message-dropdown_subject {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2.4vw;
}

.user-dashboard_inbox-wrapper {
  padding-bottom: 60px;
}

.message-dropdown_toggle {
  text-align: left;
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 2vw 0;
  position: relative;
}

.paragraph-6 {
  font-family: Interdisplay, sans-serif;
}

.footer-link_heading {
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.1vw;
}

.heading-2, .heading-3, .bold-text {
  font-weight: 400;
}

.testimonials-name {
  color: var(--white);
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
}

.bold-text-3 {
  font-size: 1vw;
}

.heading-5 {
  font-size: 1vw;
  font-weight: 700;
}

.preferences-form_placeholder {
  width: 0;
  height: 0;
}

.bento-grid_inbox-message {
  color: #f5f5f5;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #383838;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 32px 12px 12px;
  font-size: 14px;
  line-height: 24px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-grid_inbox-message:hover {
  color: #1c1c1c;
  background-color: #eee;
}

.bento-grid_user-info_title {
  min-width: 95px;
  font-weight: 700;
}

.bento-grid_user-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bento-grid_user-info.additional {
  flex-flow: column;
}

.recent-order_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 10vw;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.bento-grid_title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bento-grid_recent-order {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #eee;
  background-color: #383838;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 32px 12px 12px;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.bento-grid_recent-order:hover {
  color: #1c1c1c;
  background-color: #eee;
}

.dashboard_bento-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.bento-grid_content-grid {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bento-grid_inbox-message_icon {
  color: #383838;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  right: 12px;
}

.form-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-line.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.form-line.lower {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.bento-grid_item-list {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--black);
  flex-flow: column;
  display: flex;
  position: relative;
}

.bento-grid_user-info_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  overflow: hidden;
}

.bento-grid_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #383838;
  border-radius: 12px;
  flex-flow: column;
  padding: 32px;
  transition: background-color .2s;
  display: flex;
}

.bento-grid_item.link {
  color: var(--secondary);
  background-color: #eee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bento-grid_item.upcoming {
  opacity: .5;
  cursor: not-allowed;
}

.bento-grid_item.history {
  position: relative;
}

.bento-grid_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.bento-grid_title.black {
  color: var(--secondary);
}

.ms-pill-label {
  z-index: 2;
  border: 1px solid var(--yellow);
  background-color: #1c1c1c;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  background-color: var(--yellow);
}

.order-history_date-picker {
  background-color: var(--secondary);
  color: #fff;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  border: 1px solid #333;
  border-radius: 12px;
  height: 48px;
  padding: 9px 22px;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.order-history_date-picker:hover {
  background-color: var(--yellow);
}

.order-history_date-picker:focus {
  color: #1c1c1c;
  background-color: #eee;
}

.order-history_list-sorting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 65px;
  padding-right: 65px;
  display: grid;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.order-history_filter-by-status {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-checkbox {
  display: none;
}

.order-history_filter-by-time {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: nowrap;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.list-sorting_header {
  font-size: 20px;
  line-height: 1.1;
}

.radio-css_embed {
  background-color: #1c1c1c;
  border: 1px solid #eee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.order-history_filter-label {
  height: 48px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 700;
}

.ms-toggle-checkbox {
  display: none;
}

.preferences-form_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 32px 50px;
  display: flex;
  position: relative;
}

.ms-toggle-label {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-dot {
  background-color: var(--yellow);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.checkboxes-css {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  display: none;
}

.ms-toggle-wrap {
  cursor: pointer;
  width: 42px;
  height: 26px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.no-margin, .preferences-form_wrapper {
  margin-bottom: 0;
}

.user-dashboard_preferences-input {
  border: 1px solid var(--secondary);
  background-color: var(--text-color);
  color: #f5f5f5;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  padding: 8px 1.1vw 8px 1ch;
  font-size: 18px;
  line-height: 1.2;
  transition: border-width .2s, border-color .3s;
}

.user-dashboard_preferences-input:hover {
  border-color: var(--yellow);
  background-color: var(--secondary);
}

.user-dashboard_preferences-input:focus {
  border-color: #171f33;
}

.user-dashboard_preferences-input::placeholder {
  color: #aaa;
}

.user-dashboard_preferences-input.message {
  height: auto;
  min-height: 200px;
  padding-top: .8vw;
}

.user-dashboard_preferences-input.message.full-height {
  height: 85px;
  min-height: 30px;
  position: relative;
  overflow: visible;
}

.user-dashboard_preferences-input.select {
  min-width: 115px;
}

.user-dashboard_preferences-input.unit-select {
  width: 70px;
}

.ms-toggle-bg {
  border: 1px solid var(--yellow);
  background-color: var(--secondary);
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.hidden {
  display: none;
}

.button-dashboard {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .06vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
}

.button-dashboard:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-dashboard.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.button-dashboard.w--current:hover {
  background-color: #d0d0d0;
}

.button-dashboard.align-right {
  order: 1;
  align-self: flex-end;
  font-size: 18px;
  line-height: 1.1;
}

.user-dashboard_order-item {
  width: 100%;
  position: relative;
  overflow: auto;
}

.order-items_pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-end;
  place-items: center end;
  padding-top: 58px;
  padding-bottom: 10px;
  padding-right: 25px;
  display: flex;
}

.order-history_customer-info {
  width: 100%;
  min-width: 350px;
  max-width: 100%;
  position: relative;
  top: 0;
}

.order-item_line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.order-item_line.tags {
  margin-left: 10px;
}

.order-item_line.comment {
  margin-top: 10px;
}

.order-items_pricing-price {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
}

.order-item_text {
  text-align: right;
  min-width: 70px;
  font-size: 14px;
  line-height: 20px;
}

.order-item_text.price {
  text-align: center;
}

.order-item_text.price.thick {
  font-weight: 500;
}

.customer-info_line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  word-break: break-all;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.order-console_action-menu {
  position: absolute;
  inset: 0% 0% auto auto;
}

.order-items_render-type {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.order-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.order-details-wrapper.address {
  flex-flow: column;
}

.order-details-wrapper.gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: inline-flex;
}

.order-item_info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.dropdown-list-2 {
  right: 0;
}

.dropdown-list-2.w--open {
  border: 1px solid var(--yellow);
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 5px;
  right: 0;
  overflow: hidden;
}

.line {
  z-index: 0;
  border-bottom: 1px solid var(--primary);
  position: absolute;
  inset: 0% 0% 45%;
}

.customer-info_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #333;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.customer-info_wrapper.small {
  font-size: 8px;
  line-height: 1;
  position: relative;
}

.order-items_pricing-headings {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.checkbox-paragraph {
  z-index: 1;
  background-color: var(--black);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.action-menu_button {
  color: var(--primary);
  text-align: right;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .3s, color .3s;
}

.action-menu_button:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--secondary);
}

.action-menu_button.cancel {
  color: var(--red);
  display: none;
}

.action-menu_button.cancel:hover {
  background-color: var(--red);
  color: var(--primary);
}

.order-item_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: none;
}

.order-console_details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(350px, 450px);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  opacity: 1 !important;
}

.order-items_pricing-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  width: 100%;
  display: grid;
}

.customer-info_heading {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
  font-size: 24px;
  line-height: 1;
}

.order-history_order-items {
  width: 100%;
  overflow: hidden;
}

.order-items_pricing-heading {
  text-align: right;
  white-space: nowrap;
  width: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.order-items_pricing-heading.right {
  text-align: right;
}

.order-items_pricing-heading.width {
  text-align: left;
  width: 100%;
}

.dropdown-toggle-3 {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.order-items_wrapper {
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
}

.order-items-item-details {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.order-items_header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--primary);
  color: var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: flex;
}

.scriptus {
  display: none;
}

.order-item_paragraph {
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.order-item_paragraph.json {
  font-size: 9px;
  line-height: 1.2;
}

.order-item_paragraph.bold {
  font-weight: 400;
}

.image-11 {
  border-radius: 500px;
  width: 25px;
  margin-right: 6px;
}

.dropdown-list {
  border: 1px solid var(--yellow);
  background-color: var(--secondary);
  border-radius: 5px;
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: var(--black);
  top: 40px;
  right: 15px;
}

.user-link {
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  padding: 11px;
  font-size: .95vw;
  font-weight: 300;
  transition: background-color .2s, color .3s;
  display: flex;
}

.user-link:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

.user-link.w--current {
  color: var(--primary);
  text-decoration: underline;
}

.user-link.w--current:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.user-link.logout {
  color: var(--red);
}

.user-link.logout:hover {
  background-color: var(--red);
  color: var(--black);
}

.user-link.disable {
  opacity: .5;
  cursor: not-allowed;
}

.login-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.login-wrapper.hidden {
  display: none;
}

.dropdown-toggle-4 {
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px 5px 0;
  display: flex;
}

.dropdown-toggle-4.w--open {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-3 {
  color: #fff;
}

.dropdown {
  z-index: 999;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.dropdown.show {
  display: flex;
}

.img__showcase_6_t {
  z-index: 1;
  width: 16.625em;
  height: 21.187em;
  position: absolute;
  top: 17em;
  left: 7.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_5 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 20.187em;
  height: 14.375em;
  position: absolute;
  top: 11.25em;
  left: 20.5em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_5:hover {
  z-index: 10;
}

.div__home_pc {
  perspective: 1000px;
  width: 53.1em;
  height: 38.3em;
  margin: 7vh auto;
  position: relative;
  inset: 0% 0% auto;
  transform: translate(0);
}

.img__showcase_1 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 15.625em;
  height: 14em;
  position: absolute;
  top: 9.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_1:hover {
  z-index: 10;
}

.img__showcase_3_m {
  z-index: 1;
  width: 16.375em;
  height: 20.93em;
  position: absolute;
  top: 3.4em;
  left: 36.7em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_1_t {
  z-index: 1;
  width: 15.625em;
  height: 14em;
  position: absolute;
  top: 9.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_2 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 24.06em;
  height: 31.25em;
  position: absolute;
  left: 14.4em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_2:hover {
  z-index: 10;
}

.img__showcase_3_t {
  z-index: 1;
  width: 16.375em;
  height: 20.93em;
  position: absolute;
  top: 3.4em;
  left: 36.7em;
  box-shadow: 3px 3px 6px #0006;
}

.div__home_t {
  perspective: 1000px;
  width: 53.1em;
  height: 38.3em;
  margin: 7vh auto;
  display: none;
  position: relative;
  inset: 0% 0% auto;
  transform: translate(0);
}

.img__showcase_1_m {
  z-index: 1;
  width: 15.625em;
  height: 14em;
  position: absolute;
  top: 9.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_6_m {
  z-index: 1;
  width: 16.625em;
  height: 21.187em;
  position: absolute;
  top: 17em;
  left: 7.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_2_m {
  z-index: 1;
  width: 24.06em;
  height: 31.25em;
  position: absolute;
  left: 14.4em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_4_t {
  z-index: 1;
  width: 25.62em;
  height: 19.68em;
  position: absolute;
  top: 15.6875em;
  left: 22em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_6 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 16.625em;
  height: 21.187em;
  position: absolute;
  top: 17em;
  left: 7.6em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_6:hover {
  z-index: 10;
}

.img__showcase_3 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 16.375em;
  height: 20.93em;
  position: absolute;
  top: 3.4em;
  left: 36.7em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_3:hover {
  z-index: 10;
}

.img__showcase_4_m {
  z-index: 1;
  width: 25.62em;
  height: 19.68em;
  position: absolute;
  top: 15.6875em;
  left: 22em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_2_t {
  z-index: 1;
  width: 24.06em;
  height: 31.25em;
  position: absolute;
  left: 14.4em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_4 {
  z-index: 1;
  border-radius: var(--border-radius);
  width: 25.62em;
  height: 19.68em;
  position: absolute;
  top: 15.6875em;
  left: 22em;
  box-shadow: 3px 3px 6px #0006;
}

.img__showcase_4:hover {
  z-index: 10;
}

.img__showcase_5_t, .img__showcase_5_m {
  z-index: 1;
  width: 20.187em;
  height: 14.375em;
  position: absolute;
  top: 11.25em;
  left: 20.5em;
  box-shadow: 3px 3px 6px #0006;
}

.div__wrapper_images {
  display: none;
  position: static;
  left: 0;
}

.div__home_m {
  perspective: 1000px;
  width: 53.1em;
  height: 38.3em;
  margin: 7vh auto;
  display: none;
  position: relative;
  inset: 0% 0% auto;
  transform: translate(0);
}

.preferences-form_heading {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.div-block-76 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-76.hidden {
  display: none;
}

.works_wrapper {
  width: 100%;
}

.works_list {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.works_collection {
  width: 100%;
}

.error-catcher_paragraph, .uploader-status_paragraph {
  font-size: 16px;
  line-height: 1;
}

.uploader-status_paragraph.mobile {
  display: none;
}

.one-item-render_delete-button {
  border: 1px solid var(--yellow);
  background-color: var(--black);
  color: var(--red);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Interdisplay, sans-serif;
  font-size: 23px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
}

.message-dropdown_date {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  inset: -15px auto auto 0%;
}

.short-wrapper {
  width: 130px;
  position: relative;
}

.address-modal {
  z-index: 901;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100%);
}

.customer-address_line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-order-id {
  background-color: var(--black);
  color: var(--primary);
  border: 0 solid #000;
}

.modal-bg {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000096;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  inset: 0%;
}

.address-form-wrapper {
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--black);
  color: var(--primary);
  min-width: 600px;
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 40px;
  position: relative;
}

.address-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.signup-input-label {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 5px;
  left: 10px;
}

.signup-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  min-width: 450px;
  display: flex;
}

.address-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.signup-input-wrap {
  position: relative;
}

.long-wrapper {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.modal-close {
  position: absolute;
  inset: 5px 5px auto auto;
}

.label {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.place-order_cart {
  z-index: 1;
  margin-left: 32px;
  margin-right: 32px;
  position: static;
}

.place-order_cart.dev {
  position: static;
}

.cart_wrapper {
  color: var(--light-gray);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding: 0;
  display: flex;
}

.cart_icon {
  display: flex;
}

.cart_svg {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  display: flex;
  position: absolute;
  right: 0;
}

.cart_svg.disabled {
  display: none;
}

.cart_counter {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.cart_details {
  inset: 0% auto auto 0%;
}

.cart_details.w--open {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--secondary);
  border: 1px solid #000;
  width: 50vw;
  min-width: 610px;
  max-width: 800px;
  height: 100vh;
  min-height: 200px;
  max-height: 60vh;
  padding: 20px 20px 50px;
  inset: -10px 10px auto auto;
  overflow: auto;
  transform: translate(0%, -100%);
}

.cart_order-list {
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: auto;
}

.cart_order-render {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: -1px;
  margin-left: 20px;
  padding: 10px 0;
  display: flex;
}

.cart_order-item_info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.cart_order-items_item-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart_order-items_render-type {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.cart_checkbox-paragraph {
  z-index: 1;
  border-right: 5px solid var(--white);
  border-left: 5px solid var(--primary);
  background-color: var(--black);
  color: var(--primary);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.place-order_cart-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 48px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.place-order_cart-wrapper.disabled {
  pointer-events: none;
}

.place-order_cart-wrapper.dev {
  position: static;
}

.admin-console_oder-selection_list {
  border-right: 1px solid var(--yellow);
  background-color: var(--black);
  flex-flow: column;
  width: 10vw;
  min-width: 150px;
  max-width: 250px;
  height: 100%;
  display: flex;
  position: sticky;
  top: 112px;
}

.user-dashboard_admin-console {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.user-dashboard_admin-console.admin {
  max-width: none;
  height: 100%;
  position: relative;
}

.admin-console_wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--yellow);
  height: calc(80vh - 112px);
  display: flex;
  position: relative;
}

.admin-console_filter-header {
  z-index: 99;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid var(--yellow);
  background-color: var(--black);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 3px;
  display: flex;
  position: sticky;
  top: 0;
}

.admin-console_filter-header.actions {
  flex: 1;
  order: -1;
  padding-right: 15px;
  position: sticky;
  top: 0;
  right: 0;
}

.filter-header_search {
  border: 1px none var(--light-gray);
  background-color: var(--transparent);
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0 10px;
}

.admin-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .06vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
}

.admin-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.admin-button.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.admin-button.w--current:hover {
  background-color: #d0d0d0;
}

.admin-button.cancel {
  background-color: var(--red);
}

.modal-wrapper {
  z-index: 999;
  position: relative;
}

.order-history_loader-wrapper {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.order-history_loader {
  width: 20px;
  height: 20px;
}

.hidden-later {
  outline-offset: 0px;
  color: var(--baby-violett);
  outline: 3px solid #ad8fff;
  display: none;
}

.form-flex {
  flex-flow: column;
  display: flex;
}

.order-console_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-bottom: 1px solid #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 15px;
  font-size: 9px;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.order-console_icon {
  margin-right: 5px;
  transition: transform .3s;
  transform: translate(20px)rotate(-90deg);
}

.generate-button {
  background-color: var(--green);
  font-weight: 600;
}

.order-item_image {
  border-radius: var(--border-radius);
  width: 50px;
  height: 50px;
}

.order-item_image-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.modal-title_paragraph {
  align-self: flex-end;
  margin-left: 30px;
}

.user-dashboard_empty-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 42px;
  display: none;
  position: absolute;
  inset: 48px 0% auto;
}

.user-dashboard_empty-list.dash {
  padding: 10px;
  position: static;
}

.cart_order-general_info {
  flex-flow: row;
  padding-top: 10px;
  display: flex;
}

.general-info_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.general-info_dimensions {
  font-size: 14px;
  line-height: 1;
}

.general-info_dimensions.title {
  font-weight: 400;
}

.general-info_line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.general-info_price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 15%;
  display: flex;
}

.general-info_wrapper {
  width: 85%;
}

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

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.link-block {
  position: absolute;
  inset: 0 0% auto auto;
}

.paragraph-8 {
  font-size: 12px;
  line-height: 1.2;
}

.paragraph-9 {
  font-size: 25px;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-79 {
  padding-top: 30px;
  position: relative;
}

.payment-heading {
  font-size: 30px;
  line-height: 1.2;
}

.cart_order {
  border-bottom: 1px solid #000;
}

.cart_order-renders {
  flex-flow: column;
  display: flex;
}

.collection-list {
  max-height: calc(100vh - 112px);
  overflow: scroll;
}

.order-console_order-status-wrapper {
  width: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.order-console_order-status {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.order-console_order-status.red {
  background-color: var(--red);
}

.order-console_order-status.blue {
  background-color: var(--blue-blue);
}

.order-console_order-status.green {
  background-color: var(--green);
}

.order-console_order-status.violett {
  background-color: var(--baby-violett);
}

.order-console_order-status.yellow {
  background-color: #a6a757;
}

.admin-console_mobile {
  display: none;
}

.div-block-80 {
  margin-bottom: 16px;
  position: relative;
}

.login-modal_expired {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #050505b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-81 {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-83 {
  border-top: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contact-info {
  align-items: center;
  display: flex;
}

.invoice-table-bg {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  grid-template-rows: 50px auto;
  grid-template-columns: 50px 1fr 100px 160px 160px;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.invoice-amount-wrapper {
  width: 350px;
}

.invoice-date {
  font-family: PT Serif, serif;
  font-size: 20px;
}

.footer-invoice {
  justify-content: space-between;
  height: 60px;
  padding-left: 115px;
  padding-right: 115px;
  display: flex;
  position: absolute;
  inset: auto 0% 60px;
}

.pdf-header-right {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.logo-text-underneath {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-size: 13px;
  text-decoration: underline;
}

.footer-contact-info {
  letter-spacing: .3px;
  font-size: 11px;
  line-height: 1.3;
}

.invoice-heading {
  color: var(--black);
}

.amount-total {
  justify-content: space-between;
  padding: 10px 20px;
  font-weight: 700;
  display: flex;
}

.pdf-contact-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.periode-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.pdf-header-left {
  width: 50%;
}

.invoice-table-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 50px 1fr 100px 160px 160px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.customer-name {
  text-transform: capitalize;
}

.invoice-number {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.invoice-table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50px;
  grid-template-columns: 50px 1fr 100px 160px 160px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.invoice-summary {
  justify-content: space-between;
  padding-top: 75px;
  display: flex;
}

.carryover-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -30px;
  display: flex;
}

.invoice-sign-title {
  font-size: 12px;
}

.devider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.invoice-table-footer-text {
  margin-bottom: 0;
  font-weight: 400;
}

.subtotal-wrapper {
  border: 1px solid #000;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  width: 321px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pdf-invoice-summary {
  text-align: right;
  border: 1px solid #000;
  flex-direction: column;
  width: 350px;
  margin-bottom: 25px;
  padding: 10px 25px;
  font-size: 13px;
  display: flex;
}

.stat-heading {
  margin-bottom: 0;
}

.carryover {
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-info-image {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  display: flex;
}

.footer-letter {
  background-color: var(--yellow);
  justify-content: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 50px;
}

.pdf-payment-info {
  text-align: right;
  flex-direction: column;
  width: 350px;
  margin-bottom: 25px;
  padding: 10px 25px;
  font-size: 13px;
  display: flex;
}

.pdf-payment-info.left {
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
}

.footer-paragraph-big {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 30px;
}

.payment-date {
  color: #2f7a3a;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.amount-line {
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.footer-letter-logo {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.invoice-table-item-text {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.85;
}

.invoice-table-item-text.custom-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.contact-info-text {
  margin-bottom: 0;
}

.invoice-table {
  z-index: 1;
  flex: none;
  position: relative;
}

.footer-invoice-logo {
  color: var(--secondary);
  justify-content: center;
  width: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.pdf-header {
  width: 100%;
  display: flex;
}

.creative-logo-big {
  color: var(--yellow);
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.caryover-text {
  margin-bottom: 0;
}

.pdf-stats-wrapper {
  justify-content: space-between;
  display: flex;
}

.table-bg-lines {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  height: 100%;
}

.invoice-wrapper {
  color: #000;
  background-color: #fff;
  flex-flow: column;
  font-family: Interdisplay, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.3;
  display: block;
  position: relative;
}

.invoice-wrapper.hidden {
  display: none;
}

.date-wrapper {
  justify-content: flex-end;
  display: flex;
}

.invoice-sign-wrapper {
  margin-top: 50px;
}

.invoice-table-wrapper {
  flex-direction: column;
  height: 685px;
  display: flex;
  position: relative;
}

.invoice-table-footer {
  height: 40px;
  display: flex;
}

.pdf-main {
  color: #000;
  border: 1px solid #000;
  width: 1050px;
  height: 1484px;
  padding: 85px 115px;
  display: block;
  position: relative;
}

.invoice-summary-text {
  padding-top: 60px;
  font-size: 16px;
}

.invoice-table-header-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.customer-address {
  margin-top: 25px;
  margin-bottom: 0;
}

.div-block-84 {
  border-bottom: 1px solid var(--yellow);
  padding: 10px 25px 10px 10px;
  display: flex;
}

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

.order-details_nav-wrapper {
  width: 30vw;
  min-width: 270px;
  max-width: 500px;
  display: flex;
}

.submit-btn_wrapper {
  position: relative;
}

.no-click-zone {
  z-index: 99999;
  cursor: progress;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 112px 0% auto auto;
}

.cart-line {
  z-index: 0;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  display: flex;
}

.div-block-87 {
  background-color: var(--black);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.invoice-table_item-details {
  width: 100%;
}

.invoice-table-idetails {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1;
}

.invoice-table-idetails.custom-style {
  font-size: 12px;
}

.paragraph-10 {
  text-align: center;
}

.delete-icon {
  background-color: var(--black);
  color: var(--red);
  cursor: pointer;
  border-radius: 0 0 0 5px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.required-text_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3px;
  padding-right: 3px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pflicht {
  color: #fff;
  white-space: nowrap;
  align-self: flex-end;
  font-size: 12px;
  line-height: 12px;
}

.pflicht.long {
  white-space: normal;
  margin-top: 10px;
}

.pflicht.long._3d {
  margin-top: 10px;
}

.red {
  color: red;
  font-size: 18px;
  line-height: 10px;
}

.green {
  color: #04a11ed9;
  font-size: 18px;
  line-height: 10px;
}

.input-wrapper {
  width: 100%;
}

.input-wrapper.small {
  width: auto;
}

.div-block-88 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-2 {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--light-gray);
  background-color: #fff0;
}

.dropdown-list-3 {
  background-color: #e8e5e5;
  margin-bottom: 5px;
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
}

.locales-list-2 {
  width: 19px;
  height: 19px;
}

.locale {
  width: 19px;
  height: 19px;
  position: absolute;
}

.locales-wrapper-2 {
  width: 19px;
}

.image-3 {
  object-fit: cover;
  border-radius: 1px;
  width: 15px;
  height: 15px;
  display: block;
}

.image-2 {
  object-fit: cover;
  width: 15px;
  height: 15px;
}

.dropdown-toggle-5 {
  background-color: #e8e5e5;
  border-radius: 2px;
  padding: 2px;
}

.dropdown-toggle-5:hover {
  opacity: .5;
  background-color: #e8e5e5;
  border-radius: 3px;
}

.dropdown-toggle-5.w--open {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  transition: opacity .3s;
}

.locales-wrapper {
  z-index: 999;
  pointer-events: auto;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15px;
  transition: height .4s;
  display: flex;
  position: fixed;
  inset: auto auto 18px 18px;
}

.code-embed-6 {
  display: none;
}

.locales-link {
  background-color: #e8e5e5;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  padding: 2px;
  transition: opacity .3s;
  display: flex;
}

.locales-link:hover {
  opacity: .5;
}

.locales-link.w--current {
  width: 19px;
  height: 19px;
  padding: 2px;
  display: none;
}

.icon-7 {
  display: none;
}

.dropdown-2 {
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.paragraph-11 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.how-to_wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.how-to_cam {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 144px;
  padding-right: 144px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-89 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-upper_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-upper_right {
  background-color: var(--primary);
  width: 122px;
  height: 30px;
  margin-left: -8.5px;
  transform: rotate(30deg)skew(30deg);
}

.logo-upper_left {
  background-color: var(--primary);
  width: 122px;
  height: 30px;
  margin-right: -8.5px;
  transform: rotate(-30deg)skew(-30deg);
}

.logo-mid_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.logo-mid_upper, .logo-mid_lower {
  display: flex;
}

.div-block-92 {
  background-color: var(--primary);
  width: 30px;
  height: 36px;
  margin-top: 9px;
  margin-right: 77px;
  transform: rotate(30deg)skew(30deg);
}

.div-block-92.right {
  margin-left: 77px;
  margin-right: 0;
  transform: rotate(-30deg)skew(-30deg);
}

.logo-lower_wrapper {
  grid-column-gap: 18.5px;
  grid-row-gap: 18.5px;
  justify-content: center;
  align-items: flex-start;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.logo-lower_left-up {
  background-color: var(--primary);
  width: 30px;
  height: 100%;
  transform: rotate(-30deg)skew(-30deg);
}

.logo-lower_left {
  height: var(--logo-lower);
  position: relative;
}

.logo-lower_left-down {
  background-color: var(--primary);
  width: 30px;
  height: 100%;
  margin-top: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(30deg)skew(30deg);
}

.logo-lower_right {
  height: var(--logo-lower);
  position: relative;
}

.logo-lower_right-up {
  background-color: var(--primary);
  width: 30px;
  height: 100%;
  transform: rotate(30deg)skew(30deg);
}

.logo-lower_right-down {
  background-color: var(--primary);
  width: 30px;
  height: 100%;
  margin-top: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-30deg)skew(-30deg);
}

.logo-lower_mid {
  height: calc(var(--logo-lower)  + 45px);
  margin-top: -18px;
  display: flex;
}

.logo-lower_mid-left_up {
  background-color: var(--primary);
  width: 15px;
  height: 100%;
  transform: rotate(-30deg)skew(-30deg);
}

.logo-lower_mid-left {
  height: 100%;
  margin-right: -1px;
  position: relative;
}

.logo-lower_mid-left_down {
  background-color: var(--primary);
  width: 15px;
  height: 100%;
  margin-top: 7.5px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(30deg)skew(30deg);
}

.logo-lower_mid-right {
  height: 100%;
  margin-left: -1px;
  position: relative;
}

.logo-lower_mid-right_up {
  background-color: var(--primary);
  width: 15px;
  height: 100%;
  transform: rotate(30deg)skew(30deg);
}

.logo-lower_mid-right_down {
  background-color: var(--primary);
  width: 15px;
  height: 100%;
  margin-top: 7.5px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-30deg)skew(-30deg);
}

.how-to_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-top: 55vh;
  padding-bottom: 55vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.how-to_logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.3);
}

.how-to_content-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.how-to_content-container.last {
  margin-right: var(--index-howto-buttonmargin);
}

.how-to_content-q {
  z-index: 1;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1;
  display: none;
  position: relative;
}

.how-to_content-q._2 {
  font-size: 2.9vw;
}

.how-to_content-q._1 {
  font-size: 1.9vw;
}

.how-to_content-q._3 {
  font-size: 2.35vw;
}

.how-to_content-a {
  z-index: 1;
  letter-spacing: .12vw;
  text-transform: uppercase;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.how-to_content-a._1 {
  font-size: 3.1vw;
}

.how-to_content-a._2 {
  font-size: 3vw;
}

.how-to_content-a._3 {
  letter-spacing: .06vw;
  font-size: 3.4vw;
}

.how-to_content-a._4 {
  font-size: 3vw;
}

.how-to_content-bg {
  z-index: 0;
  color: var(--yellow);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

.how-to_height-wrapper {
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.trigger-wrapper {
  background-color: var(--baby-violett);
  width: 10px;
  height: 50vh;
}

.trigger-wrapper._1 {
  background-color: var(--red);
  width: 10px;
  height: 120vh;
}

.trigger-wrapper._2 {
  background-color: var(--blue-blue);
  width: 10px;
  height: 190vh;
}

.trigger-wrapper._3 {
  background-color: var(--green);
  width: 10px;
  height: 260vh;
  margin-top: 70vh;
}

.popup_wrapper {
  height: 100%;
  position: fixed;
  inset: 0 0% 0% auto;
}

.how-to_image-1 {
  z-index: 0;
  object-fit: contain;
  object-position: 25% 20%;
  width: 100%;
  height: 100%;
}

.place-order_radio-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.place-order_radio {
  z-index: 0;
  pointer-events: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.place-order_radio-overlay {
  z-index: 99;
  position: absolute;
}

.place-order_radio-overlay.w--redirected-checked {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  border-radius: 0;
}

.place-order_radio-label {
  z-index: 1;
  line-height: 1.4;
}

.how-to_image-2 {
  z-index: 0;
  object-fit: contain;
  object-position: 75% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.how-to_image-3 {
  z-index: 0;
  object-fit: contain;
  object-position: 25% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.how-to_image-4 {
  z-index: 0;
  object-fit: contain;
  object-position: 75% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.how-to_image-wrapper {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.how-to_content-placeholder {
  width: 100%;
}

.how-to_modal {
  z-index: 999;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  background-color: #05050559;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.how-to_card {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-flow: column;
  width: 50vw;
  max-height: 80vh;
  padding: 32px;
  display: flex;
  position: relative;
}

.how-to_video {
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
}

.how-to_heading {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2.5vw;
}

.how-to_pargraph {
  margin-top: 20px;
}

.how-to_modal-wrapper {
  z-index: 9999;
  pointer-events: none;
  display: none;
}

.how-to_modal-popup {
  z-index: 999;
  background-color: var(--red);
  pointer-events: auto;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: 50% 10px 0% auto;
}

.how-to_modal-bg {
  position: absolute;
  inset: 0%;
}

.user-link_p {
  font-size: .95vw;
}

.div-block-94 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-8 {
  letter-spacing: .2vw;
  text-transform: uppercase;
  font-size: .95vw;
  font-weight: 500;
  line-height: .95vw;
}

.agb-rich {
  text-transform: none;
}

.agb-rich p {
  margin-bottom: 10px;
}

.agb-rich h4 {
  text-transform: none;
}

.slider {
  z-index: 10;
  border-radius: var(--border-radius);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider.enabled_pointer {
  pointer-events: auto;
}

.hero-image-slider {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.order-item_action-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 2px;
  display: flex;
}

.order-item_action-link:hover {
  color: var(--green);
}

.code-embed-7 {
  display: none;
}

.textarea-wrapper {
  margin-top: 255px;
  position: relative;
}

.form-6 {
  width: 50%;
  display: flex;
}

.body-2 {
  background-color: var(--white);
}

.action-menu_embed {
  display: flex;
}

.form-heading {
  padding-left: 15px;
  font-family: Interdisplay, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  inset: 0% auto auto 0%;
}

.hero-text-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 40vw;
  display: flex;
}

.collection-item {
  aspect-ratio: 1;
}

.dropzone-wrapper {
  width: 100%;
  position: relative;
}

.yellow {
  color: #ff0;
  font-size: 18px;
  line-height: 10px;
}

.heading-8 {
  text-transform: capitalize;
}

.body-3, .code-embed-8 {
  color: var(--black);
}

.order-confirmation_paragraph {
  display: inline-block;
}

.cta_three-simple-steps {
  z-index: 4;
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.tss_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.tss_heading {
  color: var(--primary);
  letter-spacing: .5vw;
  text-transform: none;
  font-style: italic;
  font-weight: 100;
}

.tss_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-button {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.fs-consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.howto_wrapper {
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.howto_left-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  max-height: 100vh;
  padding-left: 144px;
  padding-right: 144px;
  display: grid;
  position: relative;
  inset: 0%;
}

.howto_image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100vh;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.howto_content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 112px;
  padding-bottom: 112px;
  padding-left: 50px;
  display: flex;
}

.howto_image {
  object-fit: contain;
  transform-style: preserve-3d;
  width: 70%;
  height: 100%;
  transform: translate3d(0, 0, 150px);
}

.howto_content-heading {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--transparent), var(--black));
  position: relative;
}

.div-block-95, .div-block-96 {
  flex-flow: column;
  display: flex;
}

.mandatory-classes-for-script {
  justify-content: center;
  align-items: flex-start;
  padding: 73px;
  display: flex;
}

.howto_image-cam {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-user-name {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #2229;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  display: block;
  overflow: scroll;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_button {
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  color: var(--primary);
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition-property: all;
}

.fs-cc-prefs_button:hover {
  background-color: var(--yellow);
  color: #e9e9e9;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--secondary);
  background-color: var(--transparent);
  color: var(--secondary);
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.fs-cc-banner_button {
  border: 2px solid var(--secondary);
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  color: var(--primary);
  text-align: center;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  transition-property: all;
}

.fs-cc-banner_button:hover {
  border-bottom-color: var(--yellow);
  background-color: var(--renderblue);
  color: #e9e9e9;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--secondary);
  border-radius: var(--border-radius);
  color: var(--secondary);
  background-color: #f5f5f5;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_trigger, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: var(--primary);
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #222;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_text-link {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--secondary);
  color: var(--black);
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: var(--yellow);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.cookie-consent-wrapper, .fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 13px;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_title {
  color: var(--secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--primary);
  color: var(--secondary);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.before-after-slider {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  aspect-ratio: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bas-wrapper {
  aspect-ratio: inherit;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bas-image_left {
  z-index: 1;
  object-position: 0% 50%;
  aspect-ratio: inherit;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.before-after_ratio {
  aspect-ratio: 1280 / 960;
}

.before-after_ratio.cms-thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.before-after_ratio.index, .before-after_ratio.cms-detail-page {
  aspect-ratio: 1280 / 960;
}

.before-after_ratio.index-cms-humbnail {
  z-index: 2;
  aspect-ratio: 1280 / 869;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
}

.before-after_ratio.index-cms-humbnail._2 {
  aspect-ratio: 13 / 9;
}

.before-after_ratio.index-slider {
  aspect-ratio: 13 / 9;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.bas-image_right {
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bas-slider {
  z-index: 3;
  height: 100%;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 20px;
  position: absolute;
  inset: auto 0%;
}

.thumb-style {
  border: 1px solid #000;
  display: none;
}

.general-script {
  display: none;
}

.div-block-97 {
  padding-right: 20px;
}

.before-after_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 112px;
  display: flex;
}

.howto_content-heading-wrapper {
  position: relative;
}

.howto-content_heading-lottie {
  z-index: 0;
  pointer-events: none;
  margin: -246px;
  position: absolute;
  inset: -290% 0% 0%;
  transform: scale(1.8);
}

.login-overlay {
  z-index: 9999;
  opacity: 0;
  background-color: #05050580;
  transition: all .3s;
  display: none;
  position: fixed;
  inset: 0%;
}

.login-overlay.show {
  opacity: 1;
  display: flex;
}

.div-block-98 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.render-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--yellow);
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.order-type_select {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 12px;
  width: auto;
  height: auto;
  font-size: 2vw;
  line-height: 1.2;
}

.render-list_item {
  border-bottom: 1px solid var(--yellow);
  display: flex;
}

.render-list_item-delete {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
}

.recaptcha {
  align-self: flex-end;
}

.render-item_container {
  border-bottom: 1px solid var(--yellow);
  padding: 15px 15px 0;
  display: none;
}

.div-block-99 {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.template {
  display: block;
}

.div-block-100 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: -1px;
  display: flex;
}

.visible-only-on-designer {
  width: 100%;
  display: block;
}

.header-text {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 11rem;
  position: relative;
}

.div-block-101 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.div-block-102 {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 21px;
  display: flex;
}

.paragraph-12 {
  margin-bottom: 24px;
  font-size: 2.2rem;
  line-height: 1.5rem;
}

.mentainance-body {
  overflow: hidden;
}

.social-icon_embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.place-order_cart-tooltip {
  z-index: 0;
  height: 25px;
  position: absolute;
  left: 32px;
  right: 32px;
}

.maintenance_lottie {
  z-index: 0;
  opacity: .1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(1.6);
}

.maintenance_lottie-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.show {
  display: flex;
  transform: translate(0);
}

.uploader-wrapper_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.user-dashboard_mobile-landscape {
  z-index: -1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span {
  margin-top: -6px;
  padding-left: 5px;
}

.testimonial-company {
  color: var(--primary);
}

.pay-later_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  display: none;
}

.payment-devider {
  background-color: var(--yellow);
  width: 80%;
  height: 1px;
  margin: 20px 10%;
}

.div-block-103 {
  width: 100%;
}

.collection-item-2 {
  width: 31%;
}

.empty-state {
  background-color: var(--transparent);
}

.code-embed-9 {
  color: var(--black);
  background-color: #000;
}

.before-after_anim {
  width: 100%;
  height: 100%;
  position: relative;
}

.baa_image-left {
  object-position: 0% 50%;
  border-right: 1px solid #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.baa_image-right {
  object-position: 100% 50%;
  border-left: 1px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.error-logger_container {
  z-index: 9999;
  min-width: 200px;
  padding: 5px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.error-logger_list {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  transition: all .3s;
  display: flex;
}

.error-logger_item {
  border: 1px solid var(--yellow);
  background-color: var(--white);
  opacity: 0;
  color: var(--black);
  border-radius: 3px;
  transition: opacity .3s, transform .3s;
  display: none;
  position: relative;
  transform: translate(100%);
}

.error-logger_item.error-logger_show {
  opacity: 1;
  display: flex;
  transform: translate(0%);
}

.error-logger_item.error-logger_show.error-logger_hide {
  opacity: 0;
  transform: translate(0%, -100%);
}

.error-logger_close-icon {
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.error-logger_hide {
  opacity: 0;
  transform: translate(0%, -100%);
}

.error-logger_inner {
  padding: 8px;
  transition: all .3s;
}

.code-embed-10 {
  display: none;
}

.slider-timer {
  background-color: var(--yellow);
  opacity: .15;
  border-radius: 3px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 15px;
  right: 15px;
  overflow: hidden;
}

.slider-timer_progress {
  background-color: var(--primary);
  width: 0%;
  height: 100%;
}

.preloader_wrapper {
  z-index: 99999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-104 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-subtitel-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2vw;
  display: none;
}

.hero-subtitle {
  font-size: 2vw;
}

.preloader_bar {
  border: 1px solid var(--yellow);
  border-radius: 5px;
  width: 100%;
  height: 10px;
  padding: 1px;
  display: none;
}

.preloader_bar-progress {
  background-color: var(--primary);
  border-radius: 100px;
  width: 0%;
  height: 100%;
}

.paragraph-13 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.setdefault-tab {
  display: none;
}

.index-heading {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Interdisplay, sans-serif;
  font-size: calc(10vw - 28px);
  font-weight: 600;
  line-height: 8vw;
  display: flex;
}

.upload-progress {
  border: 1px solid var(--light-gray);
  opacity: 0;
  border-radius: 50px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  position: relative;
}

.upload-progress.active {
  opacity: 1;
}

.hero-slider_image-1 {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-slider_image-1.wired {
  background-image: url('../images/Sprossen_clay_1301Sprossen_clay_1300.webp');
}

.hero-slider_image-2 {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  background-image: url('../images/Pooltable_corner_closeup_real_801Pooltable_corner_closeup_real_800.webp');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-slider_image-2.wired {
  background-image: url('../images/Pooltable_corner_closeup_clay_1301Pooltable_corner_closeup_clay_1300.webp');
}

.hero-slider_image-3 {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  background-image: url('../images/HOTEL2.1_LIVING_real_1301HOTEL2.1_LIVING_real_1300.webp');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-slider_image-3.wired {
  background-image: url('../images/HOTEL2.1_LIVING_clay_1301HOTEL2.1_LIVING_clay_1300.webp');
}

.hero-slider_image-5 {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  background-image: url('../images/HOTEL2.1_red_couch_closeup_real_1301HOTEL2.1_red_couch_closeup_real_1300.webp');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-slider_image-5.wired {
  background-image: url('../images/HOTEL2.1_red_couch_closeup_clay_1301HOTEL2.1_red_couch_closeup_clay_1300.webp');
}

.hero-slider_image-4 {
  z-index: 2;
  border-radius: var(--border-radius);
  transform-origin: 50%;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  background-color: #aaa;
  background-image: url('../images/whiteball_billard_closeup_real_1301whiteball_billard_closeup_real_1300.webp');
  background-position: 50%;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-slider_image-4.wired {
  background-image: url('../images/whiteball_billard_closeup_clay_1301whiteball_billard_closeup_clay_1300.webp');
}

.div-block-105 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--yellow);
  border-radius: 24px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  height: 50vw;
  margin: 266px auto;
  padding: 10px 0 10px 10px;
  display: flex;
}

.div-block-106 {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--yellow);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--yellow);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--yellow);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--yellow);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: #1d1d1d;
  width: calc(8vw - 10px);
}

.works-list {
  grid-column-gap: 50px;
  grid-row-gap: 116px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: none;
}

.work-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.admin-console_order-select_list {
  height: 100%;
  overflow: hidden auto;
}

.details_template_wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.details_template_wrapper.visible-only-on-designer {
  padding: 20px;
}

.coupon-wrapper {
  display: none;
}

.coupon-details_wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000c9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20vh;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.coupon-details_container {
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  background-color: var(--black);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.table-container {
  width: 100%;
  margin: 20px auto;
}

.table-body {
  width: 100%;
}

.table-name {
  width: 30%;
}

.user-dashboard_preferences-label {
  padding-left: 10px;
  line-height: 1;
}

.form-input_divider {
  background-color: var(--yellow);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-input_heading {
  margin-bottom: 15px;
}

.form-7 {
  flex-flow: column;
  display: flex;
}

.tr {
  outline-offset: 0px;
  border-radius: 12px;
  outline: 1px solid #f5f5f5;
  width: 100%;
}

.table-2 {
  margin: 18px;
}

.code-embed-11 {
  justify-content: center;
  align-items: center;
  padding: 199px;
  display: flex;
}

.charts-wrapper {
  display: none;
}

.nav-button {
  border-radius: var(--border-radius);
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: .06vw;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
}

.nav-button:hover {
  border: 1px solid var(--primary);
  background-color: var(--black);
  color: var(--white);
}

.nav-button.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.nav-button.w--current:hover {
  background-color: #d0d0d0;
}

.nav-button.align-right {
  align-self: flex-end;
}

.nav-button.success {
  background-color: var(--green);
}

.nav-button.black {
  background-color: var(--black);
  color: var(--primary);
}

.nav-button.login {
  height: 35px;
  padding: 6px 18px;
}

.nav-button.disabled {
  display: none;
}

.nav-button.menu {
  background-color: var(--renderblue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-button.menu:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.nav-button.menu.w--current {
  background-color: var(--renderblue);
}

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

.div-block-108 {
  margin-top: 12px;
}

.rechnungsadresseblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.project-link-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.coupon-message {
  font-size: 14px;
  line-height: 1;
  display: none;
}

.coupon-message.success {
  color: var(--green);
  display: flex;
}

.coupon-message.success.hidden {
  display: none;
}

.coupon-message.error {
  color: var(--red);
  display: flex;
}

.coupon-message.error.hidden {
  display: none;
}

.main, .wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.previewbody {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
}

.model-viewer-js {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.code-embed-13, .code-embed-14 {
  display: none;
}

.code-embed-15 {
  margin-top: 138px;
  padding-top: 80px;
}

.code-embed-16 {
  color: #b2b0aa;
}

.code-embed-17 {
  display: none;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-radius: var(--border-radius);
  background-color: var(--transparent);
  border: 1px solid #e4e4e4ba;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_item.is-alternate {
  background-color: #d1ad7b;
  border-color: #b99768d9;
  box-shadow: 0 2px 5px #0003;
}

.text-align-center {
  text-align: center;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--white);
  border-radius: 5px;
  width: 5px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_line {
  background-color: #ececec4d;
  width: 5px;
  height: 100%;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h6.text-color-white {
  color: #f5f5f5;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 4px #f5f5f5;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h5-2.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.text-size-tiny.text-color-586174 {
  color: var(--light-gray);
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black), #0000);
  width: 5px;
  height: 4rem;
  position: absolute;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--black));
  width: 5px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline-heading {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.timeline-heading.text-color-white {
  color: #f5f5f5;
}

.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_empty-space {
  width: 100%;
}

.pricing-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 0;
}

.request-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vw;
}

.steps-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
}

.steps-grid.slide-up-animation {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.pricing-card {
  aspect-ratio: auto;
  border: 1px solid var(--white);
  border-radius: var(--border-radius);
  padding: 20px;
}

.pricing-card.highlighted {
  background-color: var(--white);
  color: var(--black);
  transform: translate(0, -10px);
}

.pricing_name {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
}

.horizontal-divider {
  background-color: var(--yellow);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-14 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
}

.list {
  padding-left: 25px;
}

.pricing_perk-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 2ch;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.83vw 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.pricing_perk-icon {
  color: var(--green);
  justify-content: center;
  align-items: center;
  width: 1.83vw;
  height: 1.83vw;
  display: flex;
}

.hero-video {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dropdown-field {
  border: 1px solid var(--secondary);
  border-radius: var(--lp-header_video-corner);
  background-color: var(--secondary);
  color: #f5f5f5;
  width: 100%;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: 1vw;
  line-height: 1.2vw;
  transition: border-width .2s, border-color .3s;
}

.dropdown-field:hover {
  border-color: var(--yellow);
  background-color: var(--secondary);
}

.dropdown-field:focus {
  border-color: #171f33;
}

.dropdown-field::placeholder {
  color: #aaa;
}

.dropdown-field.message {
  height: auto;
  min-height: 200px;
  padding-top: .8vw;
}

.dropdown-field.message.full-height {
  height: 85px;
  min-height: 30px;
  position: relative;
  overflow: visible;
}

.dropdown-field.select {
  min-width: 115px;
  height: 3.3vw;
}

.dropdown-field.unit-select {
  width: 70px;
}

.full-size {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-field {
  border: 1px solid var(--renderblue);
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #383838, var(--transparent) 1%);
  color: #f5f5f5;
  height: 2.5vw;
  margin-bottom: 0;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: 1vw;
  line-height: 1.2vw;
}

.newsletter-field:focus {
  border-top-color: var(--yellow);
  border-bottom-color: var(--yellow);
  border-left-color: var(--yellow);
  background-image: linear-gradient(90deg, #383838, var(--transparent));
}

.newsletter-field::placeholder {
  color: #aaa;
}

.submit-button-2 {
  border: 1px solid var(--blue-blue);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  color: var(--white);
  background-color: #1c1c1c;
  height: 2.5vw;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.success-message {
  border-radius: var(--border-radius);
  background-color: var(--green);
  width: 100%;
  height: 2.5vw;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.checkbox-label-2 {
  font-size: 12px;
  line-height: 1.2;
}

.form-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button-2 {
  border-radius: var(--border-radius);
  color: var(--black);
}

.default-state {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.upload-reveal-footer {
  opacity: 0;
  height: 0;
  transition: height .2s cubic-bezier(0, .662, .25, 1), opacity .2s cubic-bezier(1, -.023, .982, .2);
  overflow: hidden;
}

.upload-reveal-footer.active {
  opacity: 1;
  height: 100%;
  transition-duration: .5s, .5s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.reveal-upload-field {
  display: none;
}

.checkbox-field-6 {
  margin-top: 10px;
}

.button-3 {
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
}

.uploaded-file {
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  border: 1px #000;
}

.div-block-109 {
  width: 100%;
  display: flex;
}

.file-upload-note {
  color: var(--renderblue);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  display: flex;
}

.file-upload-note.hidden {
  display: none;
}

.collection-item-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.services-collection, .services-list {
  width: 100%;
}

.services-layout {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
  width: 100%;
  height: 80%;
  display: grid;
}

.grid-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-item_wrapper-text {
  text-align: justify;
  width: 100%;
}

.blog-post_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: 20vh;
  max-height: 300px;
  display: flex;
}

.blog-post_thumbnail {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
  height: 100%;
}

.auto-tabs_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4vw;
  line-height: 5vw;
  display: flex;
}

.blog-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-post_link {
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  width: 50px;
  height: 100%;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.heading-9 {
  text-transform: none;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.blog-post_icon {
  aspect-ratio: 1;
  pointer-events: none;
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(90deg);
}

.grid-item_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.code-embed-18 {
  justify-content: space-between;
  align-items: stretch;
  width: 8vw;
  height: 9vw;
  display: flex;
}

.blog-post_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.blog-post_content-richtext {
  text-align: left;
  text-transform: none;
  font-size: 4vw;
}

.blog-post_content-richtext a {
  font-weight: 700;
}

.blog-post_content-richtext ol, .blog-post_content-richtext ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer-mention-text {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.div-block-110 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  display: grid;
}

.square-small {
  border-radius: var(--border-radius);
  outline-color: var(--black);
  outline-offset: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #000;
  outline-width: 12px;
  outline-style: solid;
}

.square-big {
  border-radius: var(--border-radius);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-111 {
  border-radius: var(--border-radius);
  outline-color: var(--green);
  outline-offset: 0px;
  border: 0 #000;
  border-style: solid none none solid;
  outline-width: 12px;
  outline-style: solid;
  height: 100%;
}

.div-block-112 {
  margin-bottom: 12px;
  margin-right: 12px;
}

.paragraph-16 {
  font-family: Montserrat, sans-serif;
}

.code-embed-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-image {
  text-transform: none;
  background-image: url('../images/desk-in-photo-render-beech.jpg');
  background-position: 50%;
  background-size: cover;
  height: 30vh;
}

.lp-header_section {
  height: 200vh;
  position: relative;
}

.lp-header_video-wrapper {
  z-index: 4;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video {
  border-radius: var(--lp-header_video-corner);
  opacity: .7;
  pointer-events: auto;
  width: 80%;
  height: 40%;
  transform: translate(0, -10%);
}

.div-block-114 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-icon {
  height: 50px;
}

.masonry-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.masonry-grid_item {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  break-inside: avoid;
  page-break-inside: avoid;
  width: 32%;
  margin-bottom: 1em;
}

.masonry-grid_item.text {
  text-align: justify;
  padding: 20px;
}

.div-block-115 {
  aspect-ratio: 16 / 9;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.steps-image {
  aspect-ratio: 2.39;
  border-radius: var(--border-radius);
  width: 100%;
}

.steps-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.steps-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-count {
  color: var(--renderblue);
  font-size: 4vw;
  line-height: 4vw;
}

.steps-text {
  font-family: Montserrat, sans-serif;
}

.steps-heading {
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}

.lp-wrapper-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
}

.paragraph-17 {
  text-align: center;
  max-width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid.slide-up-animation {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.div-block-117 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  max-width: 30%;
  display: flex;
}

.lp-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-grid-2 {
  grid-column-gap: 10vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: grid;
}

.lp-2_image {
  border-radius: var(--border-radius);
  width: 100%;
}

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

.div-block-119 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-counter_card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  flex-flow: column;
  width: 100%;
  padding: 15px;
  display: flex;
}

.number-counter_heading {
  font-size: 2.3vw;
  font-weight: 600;
  line-height: 1.2;
}

.lp-2_image-wrapper {
  position: relative;
}

.lp-2_image_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1vw;
  padding-right: 1vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-11 {
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.div-block-120 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.lp-3-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.lp-3_card {
  aspect-ratio: 1 / 1.1;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.lp-3--container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.lp-3--container.sticky {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--transparent), #fffffffa 34%), url('../images/Sprossen_real_801Sprossen_real_800.webp');
  color: var(--black);
  background-position: 0 0, 0 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: sticky;
  top: 150px;
}

.lp-3_sticky-heading {
  color: var(--black);
}

.lp-4_wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.auto-tabs_menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-right: 1.5vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.auto-tabs_link {
  border-radius: var(--border-radius);
  background-color: var(--transparent);
  color: var(--primary);
  height: 100%;
  padding: 15px;
  transition: background-color .3s;
}

.auto-tabs_link.w--current {
  background-color: var(--yellow);
}

.auto-tabs_content {
  width: 50%;
  padding-left: 1.5vw;
}

.auto-tab_pane-container {
  aspect-ratio: 1;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.absolute {
  position: absolute;
  inset: 0%;
}

.auto-tab_pane-heading {
  z-index: 1;
  position: relative;
}

.section-intro {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3vw;
  display: flex;
}

.gutter-sizer {
  width: 2%;
}

.lp-4-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.lp-4_card {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--baby-violett);
  border-radius: var(--border-radius);
  background-color: var(--white);
  color: var(--black);
  max-width: 20vw;
  padding: 24px;
  overflow: hidden;
}

.lp-4_grid {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.lp-4_number {
  color: inherit;
  font-size: 3vw;
}

.lp-4_heading {
  line-height: 1.1;
}

.lp-5-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.lp-5_benefit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 2ch;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.83vw 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.lp-5_container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.lp-5_container.sticky {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  border: 1px solid var(--yellow);
  border-radius: var(--border-radius);
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--transparent), #fffffffa 34%), url('../images/Sprossen_real_801Sprossen_real_800.webp');
  color: var(--black);
  background-position: 0 0, 0 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: sticky;
  top: 150px;
}

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

.maschinenbau-compare {
  aspect-ratio: 1280 / 960;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.steps-grid_paragraph {
  font-family: Montserrat, sans-serif;
}

.link-2 {
  font-size: 12px;
}

.button-4 {
  color: #eeebdc;
  text-align: center;
  letter-spacing: .03rem;
  background-color: #000;
  border: .15em solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-4.is-bright {
  color: #000;
  background-color: #eeebdc;
}

.button-4.is-bright.is-secondary {
  color: #eeebdc;
  background-color: #0000;
  border-color: #eeebdc;
  font-size: 1rem;
}

.button-4.is-bright.is-secondary.is-large {
  border-style: solid;
  border-width: .15em;
  border-radius: 1.1rem;
}

.section-after-intro-text {
  z-index: 3;
  color: #eeebdc;
  background-color: #000;
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.header-button {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .4em;
  width: 100%;
}

.page-intro-splitscreen-top {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-style-h3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.header-right {
  color: #757575;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro-2 {
  position: relative;
}

.intro-title {
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.container-small {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.section-page-intro {
  background-color: var(--renderblue);
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
}

.page-intro-title.is-animation {
  margin-left: 3em;
}

.page-intro-title.is-skills {
  margin-left: .89em;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 7.9em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.copy-tiny-2 {
  font-size: .9rem;
  line-height: 1.4;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-main {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #757575;
  position: absolute;
  inset: 0% 0% auto;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.page-intro-splitscreen-bottom {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.bold-text-4 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text-5 {
  font-weight: 300;
}

.nav-wrapper {
  width: 33%;
}

.nav-wrapper.right {
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.nav-wrapper.mid {
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.nav-wrapper.left {
  font-weight: 500;
}

.nav-bottom {
  z-index: 3;
  color: #fff;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-8 {
  width: 20px;
  margin-left: 7px;
  transform: rotate(-90deg);
}

.c-sticky {
  z-index: 5;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image {
  width: 35px;
}

.bg-video-inner-wrapper {
  width: 100vw;
  height: 100vh;
}

.nav-outer-wrapper {
  z-index: 3;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.filled-heading {
  z-index: 99;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
}

.sun-icon {
  z-index: 99;
  opacity: 0;
  width: 35vw;
  display: none;
  position: absolute;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.s-main {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 300vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.outline-heading {
  z-index: 99;
  color: #0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
}

.bg-video-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-video-border-wrapper {
  z-index: 2;
  border: 8vw solid #000;
  border-width: 8vw 15vw;
  position: absolute;
  inset: 0%;
}

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.home_hero_titles-left {
  flex: 1;
  position: absolute;
  inset: 0%;
  container-type: inline-size;
}

.home_hero_content-frame, .home_hero_image-list {
  position: absolute;
  inset: 0%;
}

.home_hero_titles-right {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 50lvh 0% 0%;
  container-type: inline-size;
}

.bc_script {
  display: none;
}

.home_hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero_trigger {
  height: 100lvh;
  position: relative;
}

.home_hero {
  position: relative;
}

.end {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end;
  height: 100lvh;
  display: flex;
  position: relative;
}

.home_hero_sticky {
  flex-flow: column;
  height: 100lvh;
  display: flex;
  position: sticky;
  top: 0;
}

.home_hero_title {
  color: #edebeb;
  text-transform: uppercase;
  font-size: 12cqw;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.end_text {
  color: #edebeb;
  text-transform: uppercase;
  margin-right: 12px;
  font-size: 8cqw;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  position: relative;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.end_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn {
  z-index: 4;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 24% 12% auto;
}

.heading-h1 {
  z-index: 10;
  perspective: 2000px;
  color: #fff;
  letter-spacing: .2vw;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  margin-left: 16vw;
  font-size: 7vw;
  line-height: 10vw;
  position: relative;
  transform: perspective(2000px);
}

.heading-h1.solid {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h1.outline {
  z-index: 3;
  color: #ffffff69;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto;
}

.project-container {
  perspective: 3500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20vw;
  margin-bottom: 20vw;
  display: flex;
  position: relative;
  transform: perspective(3500px);
}

.project {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.btn-line {
  background-color: #fff;
  width: 56px;
  height: 2px;
  margin-right: 24px;
}

.img {
  object-fit: contain;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.page {
  padding-bottom: 100px;
  overflow: hidden;
}

.page-background {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blur {
  filter: blur(100px);
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
  position: absolute;
}

.bg-blur._1 {
  width: 50vw;
  height: 50vw;
  inset: -25vw auto auto 25%;
}

.bg-blur.inner {
  width: 100%;
  height: 100%;
  position: static;
}

.bg-blur.inner._1 {
  opacity: .1;
  background-color: #00f;
}

.form-block-2 {
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  margin-top: 60px;
}

.slide-heading {
  font-size: 48px;
  line-height: 1.4;
  transition: all .4s;
}

.modal-trigger {
  margin-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
}

.swiper-slide {
  text-align: center;
  border-radius: 20px;
  flex: none;
  width: 30%;
  height: 70vh;
  margin-top: 8vh;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.controls {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.nav {
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
}

.swiper-nav-btn {
  z-index: 40;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: rotate(-20deg);
}

.swiper-nav-btn:hover {
  color: #00ffe1;
}

.swiper-nav-btn.next {
  left: auto;
  right: 20%;
  transform: rotate(20deg);
}

.footer-bottom {
  border-top: 1px solid #ffffff4a;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.submit-button-3 {
  z-index: 10;
  opacity: 0;
  background-color: #00ffe1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.wheel-slider {
  position: relative;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-2.is--nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-2.is--footer-bottom {
  text-align: center;
}

.container-2.is--footer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-embed {
  width: 160px;
}

.nav-item-text-mobile {
  display: none;
}

.contact {
  z-index: 998;
  background-color: #051328;
  border-top: 1px solid #ffffff4a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 140px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.btn-2 {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-2.submit {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 500;
  overflow: hidden;
}

.slide-category {
  color: #dfdfdf;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  transition: all .6s;
}

.subline {
  color: #051328;
  background-color: #00ffe1;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
}

.subline.ontop {
  margin-bottom: 12px;
}

.nav-link-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  left: -22px;
}

.clone-the-child-of-this {
  width: 100%;
}

.modal-close-wrap {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff17;
  border-radius: 40px;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  line-height: 1;
  transition: all .3s;
  display: flex;
  position: relative;
}

.modal-close-wrap:hover {
  color: #051328;
  background-color: #00ffe1;
}

.contact-trigger-wrap {
  justify-content: center;
  padding-bottom: 2vh;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-text-wrap {
  overflow: hidden;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-show-slider-nav {
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.page-content {
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.wlfwc-holder {
  z-index: 20;
  color: #fff;
  position: relative;
}

.swiper-nav-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.textarea {
  color: #cacaca;
  background-color: #121f33;
  border: 1px solid #ffffff4a;
  border-radius: 5px;
  max-width: 100%;
  min-height: 280px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 19px;
}

._wf-button__wrapper {
  z-index: 900;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-logo-link {
  color: #fff;
  align-items: center;
  height: 60px;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.nav-logo-link:hover {
  color: #00ffe1;
}

.form {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.slide-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-container {
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.heart {
  color: #00ffe1;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.modal-close-icon {
  color: #051328;
  background-color: #00ffe1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  transform: rotate(45deg);
}

.submit-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 160px;
  display: flex;
  position: absolute;
  inset: auto -14% -25% auto;
}

.noiser {
  display: none;
}

.db {
  display: block;
}

.swiper-navigation {
  z-index: 40;
  justify-content: center;
  align-items: center;
}

.nav-item-list {
  align-items: center;
  margin-bottom: 0;
  margin-right: -12px;
  display: flex;
}

.footer-bottom-link {
  color: #fff;
  transition: all .2s;
  position: relative;
}

.footer-bottom-link:hover {
  color: #00ffe1;
}

.nav-item-link {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-left: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-item-link:hover {
  color: #00ffe1;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 200px;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control-btn {
  z-index: 80;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.control-btn:hover {
  color: #051328;
  background-color: #00ffe180;
}

.section-3 {
  height: 100vh;
  display: flex;
}

.section-1-img {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/Camelion-Ronodo-RD24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: relative;
}

.section-1-img.pic {
  background-image: url('../images/Drakkenstein_0003_golden_lid.jpg');
  background-position: 50% 70%;
}

.section-1-img.pic._1-3 {
  flex: 0 33.33%;
}

.section-1-img._2-3 {
  flex: 0 66.66%;
}

.section-1-content {
  background-color: var(--orange);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-text-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-title {
  transform-origin: 50%;
  color: #000;
  letter-spacing: .2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  display: none;
  transform: rotate(-90deg);
}

.hamb-line {
  background-color: #000;
  height: 3px;
}

.img-sec {
  width: 100%;
  height: 80%;
}

.section-3-img {
  background-image: url('../images/Lange--Söhne-Uhr-Modelierung.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.section-3-img._1-2 {
  flex: 0 50%;
}

.section-3-img._1-2.pic {
  background-image: url('../images/Maya2_Scene_4Maya2_Scene_3.avif');
}

.section-3-img._1-2.alternative {
  background-image: url('../images/curv-e-presentation-renderstudio24.jpg');
}

.section-4 {
  height: 100vh;
  display: flex;
}

.section-3-content {
  background-color: var(--renderblue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.quarter-page {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section-2-contentt {
  background-color: #f55143;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
  position: relative;
}

.section-title-3 {
  transform-origin: 0 100%;
  color: #000;
  letter-spacing: .2vw;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  display: none;
  transform: rotate(-90deg);
}

.hamburger-btn {
  flex-direction: column;
  justify-content: space-between;
  width: 80px;
  height: 15px;
  display: flex;
  position: absolute;
  top: 5rem;
  left: 8%;
}

.section-text-block-3 {
  flex: 0 auto;
  display: flex;
  position: relative;
}

.section-2-img {
  background-image: url('../images/Relita-Betten.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.section-2-img.alternative {
  background-image: url('../images/CardiostrongTX50_Knockout_5CardiostrongTX50_Knockout_4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2-img.pic {
  background-image: url('../images/Aufhängung-Dolphin-Silver.jpg');
}

.section-2-img._1-3 {
  flex: 0 33.33%;
}

.header-container {
  height: 100vh;
  display: block;
  position: relative;
}

.header-container.hidden {
  display: none;
}

.logo-2 {
  background-color: var(--primary);
  background-image: url('../images/asset-11.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 528px;
  width: 50%;
  margin-top: 0;
  margin-bottom: -2px;
  margin-left: -3px;
  font-size: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bold-text-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.text-block-10 {
  font-size: 22px;
  font-weight: 300;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
}

.class-for-animation {
  display: none;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.home-header_img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 1.25rem;
  max-width: none;
  height: 9rem;
  position: absolute;
}

.section_cta {
  display: block;
}

.padding-section-xsmall {
  padding-top: 4rem;
}

.home-header_headings {
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.home-header_imgs-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 80%;
  min-height: 50rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.heading-style-h5 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.button_inner {
  padding: 1.5rem 2rem;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.cta_text {
  color: #6b6b6b;
  max-width: 350px;
  font-size: .875rem;
  font-weight: 500;
}

.cta_graphic-wrap {
  aspect-ratio: 1;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.services_desc {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.cta_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.home-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

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

.work-list_head {
  position: relative;
}

.text-style-label {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.services_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .25fr;
  grid-auto-columns: 1fr;
  display: block;
  position: sticky;
  top: 3rem;
}

.services_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button_text {
  z-index: 5;
  position: relative;
}

.pill_wrap {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7e6e0;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  padding: .35rem 1.125rem;
  display: flex;
}

.work-list_number-wrap {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.heading-style-h3-2 {
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line-2 {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.home-header_imgs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-list_list {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.work-list_item {
  width: 100%;
}

.cta_button-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_graphic {
  filter: blur(20px);
  object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
}

.brands_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.services_item-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-wrapper-2 {
  position: relative;
  overflow: clip;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.work-list_number {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.home-header_location-globe {
  width: 1.5rem;
  height: 1.5rem;
}

.home-header_text {
  color: #474747;
  text-align: center;
  max-width: 25.625rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.home-header_img-wrap._2 {
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._1 {
  top: 0;
}

.home-header_img-wrap._5 {
  bottom: 0%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.heading-style-h6-3 {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.home-header_label {
  font-size: 1rem;
  font-weight: 500;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.label_wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global-2.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.spacer-large {
  width: 80%;
  padding-top: 8rem;
}

.padding-section-small {
  padding-top: 6rem;
}

.brands_list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.brands_heading {
  max-width: 56rem;
}

.cta_head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.cta_pill {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.work-list_wrapper {
  width: 60%;
  max-width: 50rem;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button-5 {
  color: #fff;
  background-color: #000;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: clip;
}

.button-5:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.padding-section-medium {
  padding-top: 8rem;
}

.home-header_labels {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_home-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.label_line {
  width: 3.5rem;
  height: 2px;
}

.home-header_labels-wrap {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.home-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header_heading {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
}

.home-header_heading._3, .home-header_heading._2 {
  display: none;
  position: absolute;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.padding-section-xxlarge {
  padding-top: 13rem;
}

.brands_item-desc {
  color: #6b6b6b;
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
}

.heading-style-h5-3 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.line-3 {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.main-wrapper-3 {
  position: relative;
  overflow: clip;
}

.heading-style-h6-4 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.padding-global-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global-3.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-wrapper-2 {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}

.image-cover {
  z-index: 1;
  mix-blend-mode: color-burn;
  background-color: #0a100d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor-dot {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.section-5 {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  margin-top: 8rem;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #edf2f466;
  border-bottom: .0625rem solid #edf2f466;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.large-heading {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.15;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  transition: opacity .2s;
}

.work-item-wrapper {
  color: #edf2f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.overflow-none {
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
  display: none;
}

.work-item-title-2 {
  font-weight: 400;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  display: none;
}

.section-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: lighten;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.page-padding-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
  display: block;
}

.container-large-5 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.logo-strip-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 3.5rem;
  display: flex;
}

.logo-strip {
  grid-column-gap: 7vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  padding-right: 7vw;
  display: flex;
}

.logo-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.image-12 {
  mix-blend-mode: normal;
}

.section-7 {
  padding-top: 140px;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-about-hero {
  border-bottom: 1px #1a242c;
  margin-bottom: 4rem;
}

.about-image-2 {
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -4.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.about-hero-component {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: 1fr auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 75vh;
  padding-top: 8rem;
  padding-bottom: 0;
  display: grid;
}

.heading-xlarge {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.about-hero-right {
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  min-height: 100vh;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
}

.about-history {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px #cfe0e4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30rem;
  min-height: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20rem;
  display: flex;
}

.heading-medium {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.page-padding-3 {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 7vw;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.text-size-tiny-2.text-style-allcaps {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.history-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.portrait-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.title-stacked {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
}

.container-large-6 {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.65;
}

.text-size-large {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2vw;
}

.about-hero-intro {
  margin-left: auto;
  margin-right: auto;
}

.viewport {
  perspective: 2000px;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.section-8 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slide-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 98%;
  display: flex;
  position: relative;
}

.slide__image {
  object-fit: cover;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.slide__text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% 10% -10%;
}

.heading-1 {
  margin-bottom: .5vw;
  margin-left: -3vw;
  font-size: 8vw;
}

.text-block-11 {
  line-height: 1;
}

.project-link {
  color: #ffffff80;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  transition: color .2s;
}

.project-link:hover {
  color: #fff;
}

.main-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8b6d4b;
  flex: 0 auto;
  padding: 20px 80px;
  font-size: 18px;
  font-weight: 200;
  transition: transform .4s ease-in-out;
}

.main-button:hover {
  opacity: .8;
  text-align: center;
  transform: translate(0, -2px);
}

.main-button.paragraph-video-btn {
  background-color: var(--light-gray);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 30px;
  transition-property: none;
}

.video-wrapper {
  width: 50%;
  height: 100vh;
}

.paragraph-21 {
  order: 0;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: static;
}

.wrapper-color {
  background-color: #f3efef7d;
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 60px;
  padding-right: 100px;
  display: flex;
}

.video-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-video {
  text-align: left;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
  display: block;
}

.paragraph-video.position {
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
}

.paragraph-video.position.txt:hover {
  color: var(--blue-blue);
}

.background-video-4 {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.section-9 {
  display: none;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.bold-text-8 {
  font-size: 4vw;
  font-weight: 800;
  transition: color .4s;
}

.section-10 {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.checkbox {
  margin-top: 6px;
}

.checkbox-2 {
  margin-top: 7px;
}

.background-image {
  background-image: url('../images/business-cargo-container-cargo-ship-2091159.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.white-section {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: 100vh;
  margin-left: -30vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask-2 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/business-cargo-container-cargo-ship-2091159.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10vw;
  line-height: 15vw;
  display: block;
  position: relative;
}

.image-13, .image-14 {
  width: 60px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.text-block-12 {
  text-transform: none;
  line-height: 1.7vw;
}

.hero-without-image {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  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: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  letter-spacing: .01vw;
  text-transform: none;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 2vw;
  display: block;
}

.margin-bottom-24px.mobile-font {
  font-weight: 300;
}

.button-primary {
  background-color: var(--renderblue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.button1 {
  font-weight: 500;
}

.button-primary.button1:hover {
  background-color: var(--orange);
  border: 1px #fff;
}

.heading-12 {
  color: var(--black);
  font-size: 2vw;
  display: flex;
}

.bold-text-9 {
  color: var(--white);
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-size: 2vw;
  font-weight: 400;
}

.link-3 {
  color: var(--renderblue);
  font-family: Montserrat, sans-serif;
  font-size: .8vw;
  font-weight: 500;
}

.link-3.mobile-font-size {
  font-size: 1vw;
  transition: color .3s;
}

.link-3.mobile-font-size:hover {
  color: var(--yellow);
  font-weight: 500;
}

.links-wrapper {
  -webkit-text-stroke-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10vw;
  padding-bottom: 0;
  display: flex;
  overflow: scroll;
}

.link-item {
  color: #131313;
  justify-content: center;
  align-items: center;
  margin-top: -.5vw;
  margin-bottom: -.5vw;
  font-size: 9vw;
  line-height: 1;
  display: flex;
}

.link-item__text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #2e2e2e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  transition: color .4s;
}

.link-item__text:hover {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-item__text.txt {
  transition: color .4s;
}

.link-item__text.txt:hover {
  background-image: linear-gradient(to bottom, var(--mint), var(--mint)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-item__text.t2:hover {
  background-image: linear-gradient(to bottom, var(--red), var(--red)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-item__text.t1:hover {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-item__text.t3:hover {
  background-image: linear-gradient(to bottom, var(--green), var(--green)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-item__text.t4:hover {
  background-image: linear-gradient(to bottom, var(--blue-blue), var(--blue-blue)), linear-gradient(90deg, #131313, #2e2e2e);
}

.link-4 {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.link-4.mobile-font-size {
  font-weight: 400;
}

.link-4.mobile-font-size:hover {
  color: var(--orange);
  font-weight: 400;
}

.flowbase-heading {
  color: #11023b;
  text-align: center;
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.bas-wrapper-2 {
  border: 8px #03030300;
  border-radius: 6px;
  width: 100%;
  max-width: 1200px;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-line-v {
  z-index: 1;
  background-color: #fff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.fb-booster {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #f8f9fb00;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 0 3% 140px;
  display: flex;
}

.bas-handle-v {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 24px;
  left: 24px;
}

.flowbase-text-link {
  color: #11023b;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-label-after-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bas-label-before-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-image-after-v {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.carousel_track {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_arrow_link {
  background-color: #c8ff00;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31%;
  border-radius: 100vw;
  width: 4.2rem;
  height: 2rem;
}

.carousel_arrow_link.is-right {
  transform: rotate(-180deg);
}

.carousel_item {
  border-radius: .5rem;
  flex: none;
  position: absolute;
  overflow: hidden;
}

.carousel_content_wrap {
  z-index: 2;
  position: relative;
}

.carousel_content_item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.8rem;
  display: flex;
}

.carousel_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.carousel_arrow_wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.carousel_list {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel_component {
  position: relative;
}

.carousel_arrow_sticky {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide-content-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.card-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.cards-wrapper {
  border-radius: 2rem;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.cards-scroller {
  border-radius: 2rem;
  height: 600vh;
  position: relative;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.main-wrapper-4 {
  width: 100vw;
  padding-top: 0;
}

.button-6 {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-6:hover, .button-6.color-2 {
  background-color: #fff;
}

.button-6.color-3 {
  color: #14193b;
  background-color: #f6fcfe;
}

.button-6.color-1 {
  background-color: #fff;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-1 {
  color: #fff;
}

.paragraph-23 {
  opacity: .61;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.max-width-85 {
  width: 85%;
}

.card-wrapper {
  border-radius: .25rem;
  width: 100%;
  height: 61.18vh;
  max-height: 80rem;
  position: relative;
  overflow: hidden;
}

.full-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-small {
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.42;
}

.card-text-wrapper {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.card-text-details {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 10vw;
  max-width: 9.375rem;
  padding-top: 2vh;
  font-size: .875rem;
  display: flex;
}

.card-title {
  direction: ltr;
  text-transform: uppercase;
  text-overflow: clip;
  border: 1px #000;
  border-radius: 0;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.grid-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.full-video {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-5 {
  max-width: 120rem;
  padding: 10vh 5vw;
}

.card-link {
  color: #1f1f1f;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.card-link:hover {
  text-decoration: underline;
}

.infinite-marquee {
  display: none;
}

.container-6 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-6.padding-72px {
  border: 1px solid #000;
  padding: 40px 72px 0;
  display: inline-block;
}

.section-11 {
  z-index: 3;
  border-color: #383838;
  width: 100vw;
  max-width: 100%;
  padding-bottom: 40px;
  display: inline-block;
  position: relative;
}

.before-after-slider-2 {
  aspect-ratio: inherit;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-123 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  max-width: 30%;
  display: flex;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  line-height: 2.8vw;
}

.bold-text-10.mobile-text-hight {
  font-size: 2.8vw;
  font-weight: 400;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
}

.paragraph-24.mobile-text-size {
  font-size: 1.5vw;
  font-weight: 400;
}

.quick-stack-2 {
  padding-top: 0;
}

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

.accent-l03-grid {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 5px;
}

.accent-l03-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  display: flex;
}

.accent-l03-title-wrapper.mobile-text {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-60 {
  text-align: center;
  letter-spacing: .1vw;
  text-transform: uppercase;
  width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3vw;
}

.hero-60.mobile-text {
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 2.8vw;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10vw 5vw;
  display: flex;
  position: relative;
}

.image-vertical {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.accent-l03-image-01 {
  background-image: url('../images/Renderstudio-24-Living-Existing--Vorher-Rohbau.jpg');
  background-size: cover;
  border-radius: 4px;
}

.image-vertical.accent-l03-image-03 {
  background-image: url('../images/Living-Grey-_-Nachher.jpg');
  border-radius: 3px;
}

.image-vertical.accent-l03-image-02 {
  background-image: url('../images/Renderstudio-24-Living-Grey-Blend-2---Visualisiert.jpg');
  border-radius: 3px;
}

.about-hero-interaction {
  flex-flow: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.hero-sticky-component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 5.5rem;
  display: flex;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
}

.sticky-images {
  border-radius: 1.5rem;
  width: 30vw;
  height: 30vw;
  position: absolute;
  overflow: hidden;
}

.sticky-images.left {
  z-index: 2;
  margin-top: 5vh;
  right: 58vw;
}

.sticky-images.middle {
  z-index: 3;
}

.sticky-images.right {
  z-index: 1;
  margin-top: 5vh;
  left: 58vw;
}

.hero-video-2 {
  width: 100%;
  height: 100%;
}

.bold-text-11 {
  vertical-align: baseline;
  display: inline;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
}

.paragraph-26 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw;
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.rich-text-block, .heading-14 {
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.heading-16 {
  font-size: 2.8vw;
  line-height: 3vw;
}

.div-block-124 {
  flex-flow: column;
  flex: 0 50%;
  display: flex;
}

.video-embed-hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-16.desktop-hidden {
  display: none;
}

.bold-text-12 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.8vw;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 26px;
}

.heading-18 {
  text-align: left;
  padding-bottom: 20px;
}

.heading-19 {
  letter-spacing: .12vw;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  line-height: 3.2vw;
}

.container-8 {
  -webkit-text-stroke-color: var(--black);
  max-width: 1100px;
}

.bold-text-13 {
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

.features-table {
  border-bottom: 1px none var(--black);
  padding: 80px 30px 100px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 4vw;
}

.centered-subheading {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  display: grid;
}

.comparison-negative {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-size: 16px;
}

.comparison-positive {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bold-text-20 {
  font-weight: 400;
}

.content-container {
  width: 100vw;
  display: block;
  overflow: visible;
}

.projects {
  position: static;
  top: 0;
}

.projects-list {
  display: block;
}

.projects-list.camera {
  margin-bottom: -50vh;
  padding-top: 100vh;
  overflow: visible;
}

.project-slider-container {
  width: 100vw;
  height: 200vh;
  position: relative;
}

.project-slider-container.with-margin {
  margin-top: -150vh;
  position: static;
}

.about-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.container-10 {
  color: #fff;
  max-width: 640px;
  font-size: 12px;
}

.h2 {
  margin-bottom: 40px;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 200;
}

.clone-button {
  z-index: 30;
  color: #fff;
  cursor: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 32px;
  right: 32px;
}

.clone-button-label {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.1;
}

.clone-button-arrow {
  width: 1.5em;
  height: 2em;
}

.section-turnkey {
  padding-top: 15vh;
  padding-bottom: 12vh;
}

.turnkey-headings {
  max-width: 900px;
  margin-left: 15%;
}

.subheading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: .5em;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
}

.turnkey-heading {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

.scroll-gallery_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1920px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.scroll-gallery_row-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 1920px;
  height: 400px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.scroll-gallery_item-wrapper {
  background-color: #41414112;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-gallery_item-image {
  object-fit: cover;
  width: 100%;
  height: 170%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-top {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #fff;
  flex-flow: column;
  padding: 10vw 6vw 6vw;
  display: flex;
}

.section-top.muted {
  background-color: #f8f8f8;
}

.max-width-huge {
  width: 100%;
  max-width: 87.5rem;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-xxlarge {
  text-transform: uppercase;
  font-size: 19vw;
  font-weight: 400;
  line-height: 100%;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xsmall {
  margin-top: 2rem;
}

.margin-bottom-2.margin-xhuge {
  grid-template-columns: .3fr 1fr;
}

.margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-meta {
  letter-spacing: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
}

.text-meta.text-color-muted {
  color: var(--black);
}

.overflow-hidden {
  overflow: hidden;
}

.heading-alt-small {
  text-transform: none;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
}

.heading-alt-h6 {
  font-size: 1.375vw;
  font-weight: 600;
  line-height: 120%;
}

.section-home-hero {
  transform-origin: 50% 100%;
  background-color: #fff;
  position: relative;
}

.text-meta-small {
  color: #0e1011;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.text-meta-small.text-color-muted {
  color: #0e101199;
}

.heading-style-small {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-small:hover, .heading-style-small.t44:hover {
  color: var(--white);
}

.dark-mode {
  display: none;
}

.text-color-muted {
  color: #0e101199;
}

.clients-item {
  background-color: #f8f8f8;
  padding: 5vw;
}

.home-services-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-clients-item-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.home-hero-right {
  flex-flow: column;
  display: flex;
}

.home-hero-logos {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.heading-style-large {
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
}

.section-home-projects {
  transform-origin: 50% 100%;
  background-color: #f8f8f8;
  position: relative;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f8f8f8;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.odd {
  background-color: #fff;
  grid-template-columns: 1fr .8fr;
  display: none;
}

.heading-alt-h2 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 120%;
}

.heading-alt-h5 {
  text-transform: none;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 140%;
}

.border-radius-circle {
  border-radius: 50%;
}

.home-hero-right-top {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 10vw 6vw 4vw;
  display: flex;
}

.home-services-item-content {
  background-image: linear-gradient(#000, #fff);
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 6vw;
  display: flex;
}

.main-wrapper-5 {
  transform-origin: 50% 100%;
  position: relative;
}

.project-preview {
  background-color: #f8f8f8;
}

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

.home-services-list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  display: grid;
}

.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-home-clients {
  background-color: #fff;
  position: relative;
}

.home-hero-right-bottom {
  flex-flow: column;
  justify-content: space-between;
  padding: 6vw 6vw 8vw;
  display: flex;
}

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

.heading-alt-h3 {
  color: var(--white);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
}

.section-home-services {
  transform-origin: 50% 100%;
  padding-top: 0;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 50rem;
  padding-top: 40px;
}

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

.bold-text-21 {
  color: var(--white);
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
}

.bold-text-21:hover {
  color: var(--white);
}

.bold-text-22 {
  font-size: 3vw;
  transition: color .4s;
}

.bold-text-22:hover {
  color: var(--blue-blue);
}

.bold-text-23 {
  font-family: Montserrat, sans-serif;
  font-size: 2.8vw;
  transition: color .4s;
}

.bold-text-23:hover {
  color: var(--orange);
}

.bold-text-24 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-24:hover {
  color: var(--orange);
}

.bold-text-25 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-25:hover {
  color: var(--babyblue);
}

.bold-text-26 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-26:hover {
  color: var(--rose);
}

.bold-text-27 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-27:hover {
  color: var(--baby-violett);
}

.bold-text-28 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-28:hover {
  color: var(--mint);
}

.bold-text-29 {
  color: var(--light-gray);
  font-family: Montserrat, sans-serif;
  transition: color .3s;
}

.bold-text-29:hover {
  color: var(--yellow);
  background-color: #0000;
}

.hover {
  transition: color .4s;
}

.hover:hover {
  color: var(--green);
}

.vorteile {
  transition: color .4s;
}

.vorteile:hover {
  color: var(--mint);
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.button-7 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-7:active {
  transform: scale(.95);
}

.button-7.w--current {
  border-radius: 100rem;
}

.button-7.is-alternate {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.mid-grey-span {
  color: #818181;
}

.max-width-large-2 {
  width: 100%;
  max-width: 59rem;
}

.text-align-center-2 {
  text-align: center;
  width: 100%;
}

.container-large-7 {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2-2 {
  letter-spacing: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.portfolio-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.section-padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.portfolio-component {
  flex-direction: column;
  align-items: center;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

.large-title-2 {
  font-size: 10vw;
  line-height: 100%;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.right-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(100%);
}

.left-overlay-block {
  background-color: #fff;
  width: 50%;
  transform: translate(-100%);
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.container-11 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-foreground {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.hero-image-background {
  background-image: url('../images/Renderstudio-24-Möbelkunde-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.floating-image {
  background-color: var(--halbtransparant);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffc7;
  min-width: 400px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  background-color: #ffffffc7;
  min-width: 400px;
  left: 0;
  right: auto;
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.bullet-indicator {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.bottom-margin-medium {
  text-transform: uppercase;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

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

.project-label {
  color: #747474;
  font-size: .875rem;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.container-12 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.section-16 {
  padding-top: 250px;
  padding-left: 40px;
  padding-right: 40px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-28 {
  color: var(--secondary);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 18px;
}

.heading-20 {
  color: var(--black);
  font-size: 3vw;
  transition: color .4s;
}

.heading-20:hover {
  color: var(--renderblue);
}

.heading-21 {
  color: var(--black);
  font-size: 3vw;
  transition: color .4s;
}

.heading-21:hover {
  color: var(--renderblue);
}

.paragraph-29 {
  color: var(--secondary);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-22 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  transition: color .4s;
}

.heading-22:hover {
  color: var(--renderblue);
}

.paragraph-30 {
  color: var(--secondary);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section-17 {
  display: none;
}

.rich-text-block-2 {
  font-size: 2vw;
}

.text-block-14 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-49 {
  font-size: 3vw;
}

.gtad-button-script {
  display: none;
}

.button-8 {
  background-color: var(--renderblue);
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.selection-based_container {
  border-radius: var(--lp-header_video-corner);
  background-color: var(--renderblue);
  opacity: 0;
  height: 0;
  transition: height .5s, opacity .5s;
  overflow: hidden;
}

.selection-based_container.active {
  opacity: 1;
  border-radius: 16px;
  height: 100%;
  padding: 8px 8px 0;
}

.form-input_horizontal-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tooltip-library {
  display: none;
}

.tooltip-wrapper {
  aspect-ratio: 1;
  height: 1.5vw;
  position: absolute;
  inset: 5px 5px auto auto;
}

.tooltip_info-svg {
  color: var(--black);
  width: 100%;
  height: 100%;
}

.tooltip_popup {
  border-radius: var(--border-radius);
  background-color: var(--black);
  pointer-events: none;
  flex: 1;
  justify-content: flex-start;
  width: 1000%;
  max-width: 300px;
  padding: 6px;
  position: absolute;
  bottom: 100%;
  right: -7px;
  box-shadow: 0 2px 5px #46464699;
}

.paragraph-32 {
  z-index: 1;
  flex: 1;
  max-width: 500px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

.code-embed-20 {
  z-index: 0;
  color: var(--black);
  position: absolute;
  inset: auto 6px -11px auto;
  transform: rotate(180deg);
}

.bold-text-32 {
  font-weight: 400;
}

.bold-text-33 {
  font-size: 3vw;
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .paragraph-33, .heading-51, .bold-text-41 {
  font-size: 2vw;
}

.heading-52, .bold-text-42, .bold-text-43 {
  font-size: 1.5vw;
}

.bold-text-44 {
  font-size: 2vw;
}

.heading-53, .heading-54, .heading-55, .heading-56, .heading-57 {
  font-size: 1.5vw;
}

.heading-58 {
  font-size: 1.65vw;
}

.heading-59, .heading-60, .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66, .heading-67 {
  font-size: 1.5vw;
}

.file-upload-label {
  border: 2px dashed var(--renderblue);
  border-radius: var(--lp-header_video-corner);
  cursor: pointer;
  min-width: 300px;
  margin-bottom: 0;
  padding: 15px;
  transition: all .3s;
}

.file-upload-label:hover {
  border-style: solid;
}

.file-upload-label.is-dragover {
  background-color: var(--blue-blue);
  border-style: solid;
}

.file-upload-label.is-uploading {
  border-style: solid;
  border-color: var(--orange);
  pointer-events: none;
}

.file-upload-label.is-success {
  border-style: solid;
  border-color: var(--green);
  opacity: 1;
}

.file-upload-label.is-error {
  border-style: solid;
  border-color: var(--red);
  background-color: var(--red);
  opacity: 1;
}

.browse-button {
  border-radius: var(--border-radius);
  font-weight: 200;
  text-decoration: underline;
}

.file-upload-design {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-21 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.upload-loader {
  border: 3px solid var(--white);
  display: none;
}

.upload-icon_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.upload-js, .upload-css {
  display: none;
}

.upload-progress__bar {
  background-color: var(--white);
  border-radius: 50px;
  width: 10%;
  height: 100%;
  transition: width .4s;
}

.upload-metrics {
  opacity: .85;
  width: 100%;
  padding: 4px;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.1;
}

.drag-text {
  font-size: 1.5vw;
}

.paragraph-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: .85vw;
  font-weight: 100;
  display: flex;
}

.text-span-2 {
  letter-spacing: -3px;
  font-size: 25px;
  line-height: 1.83vw;
}

.button-locked {
  opacity: .8;
  pointer-events: none;
}

@media screen and (min-width: 1440px) {
  strong {
    color: var(--light-gray);
  }

  .section.header.cta {
    padding-top: 50px;
  }

  .container, .footer-footer-top, .navbar {
    max-width: none;
  }

  .text-field {
    font-size: .8vw;
  }

  .reviews-text {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .caps.no-wrap {
    font-size: 2vw;
  }

  .works-big-image {
    max-height: 80vh;
  }

  .button.align-right {
    text-decoration: none;
  }

  .button.index {
    height: auto;
    font-size: 2.5vw;
  }

  .button-with-icon {
    border-color: var(--white);
    padding-left: 120px;
    padding-right: 120px;
  }

  .button-text {
    font-size: .88vw;
  }

  .button-text.text {
    color: var(--primary);
  }

  .lightbox-link.slide-up-animation {
    max-height: 80vh;
  }

  .metrics-text.outline {
    line-height: 10vw;
  }

  .hero-wrapper {
    border: 1px solid var(--transparent);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-text {
    z-index: 3;
  }

  .cta-text.outline-white {
    -webkit-text-stroke-color: var(--white);
  }

  .reviews-slider-wrapper.slide-up-animation {
    justify-content: center;
    align-items: center;
  }

  .works-description {
    max-width: 50vw;
  }

  .large-title.blog {
    color: var(--text-color);
  }

  .hero-text {
    border: 1px solid var(--transparent);
    font-size: 2vw;
    line-height: 1.3;
  }

  .hero-title-wrapper {
    border: 1px solid #0000;
    position: relative;
  }

  .about-images-flex {
    margin-top: 10vh;
  }

  .about-images-flex.homeflex {
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .image-parallax-container {
    max-width: none;
  }

  .utility-side-bar-title {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .user-dashboard_title {
    font-size: 4.5vw;
    line-height: 8vw;
  }

  .user-dashboard-content-wrapper {
    width: 100%;
    min-width: 10vw;
  }

  .user-dashboard_nav-wrapper.right-placeholder {
    border-left: 1px solid var(--yellow);
    display: flex;
  }

  .paragraph {
    font-size: 1vw;
    line-height: 1vw;
    position: static;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .testimonials-name {
    font-size: 1.3vw;
  }

  .heading-5 {
    font-size: 1vw;
    font-weight: 700;
  }

  .bento-grid_recent-order {
    font-size: 14px;
    line-height: 24px;
  }

  .preferences-form_grid {
    display: grid;
  }

  .user-dashboard_preferences-input {
    height: 55px;
  }

  .user-dashboard_preferences-input.message.full-height {
    height: 87px;
  }

  .hidden {
    display: none !important;
  }

  .bento-grid_paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .user-dashboard_order-item {
    overflow: visible;
  }

  .order-history_customer-info {
    flex: 1 0 40%;
    order: 0;
    max-width: 380px;
    position: sticky;
    top: 100px;
  }

  .order-history_customer-info.admin {
    top: 70px;
  }

  .customer-info_wrapper {
    margin-bottom: 0;
  }

  .order-console_details-grid {
    flex-flow: wrap;
  }

  .order-history_order-items {
    flex: 1 0 60%;
  }

  .img__showcase_5 {
    width: 35em;
    height: 26em;
    top: 27em;
    left: 44em;
  }

  .div__home_pc {
    width: 110em;
    height: 85em;
  }

  .img__showcase_1 {
    width: 37em;
    height: 30em;
    top: 26em;
  }

  .img__showcase_2 {
    width: 41em;
    height: 50em;
    left: 34em;
  }

  .img__showcase_6 {
    width: 35em;
    height: 46em;
    top: 39em;
    left: 19em;
  }

  .img__showcase_3 {
    width: 35em;
    height: 48em;
    top: 16em;
    left: 68em;
  }

  .img__showcase_4 {
    width: 45em;
    height: 31em;
    top: 48em;
    left: 47em;
  }

  .works_list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .error-catcher_paragraph {
    font-size: 20px;
    line-height: 20px;
  }

  .admin-console_filter-header {
    flex-flow: wrap;
    flex: 1 0 auto;
    order: -1;
    align-self: stretch;
    display: flex;
  }

  .order-item_image-list {
    flex-flow: wrap;
  }

  .div-block-78 {
    border-right: 1px solid var(--yellow);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .invoice-wrapper {
    font-family: Interdisplay, sans-serif;
  }

  .how-to_content-bg {
    font-size: 15vw;
  }

  .how-to_heading {
    font-size: 2.5vw;
    line-height: 1;
  }

  .how-to_pargraph {
    font-size: 25px;
    line-height: 1.3;
  }

  .div-block-94 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hero-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .howto_wrapper {
    flex-flow: column;
    width: 100vw;
    max-width: 100%;
    display: flex;
  }

  .howto_left-right {
    grid-auto-columns: 1fr;
  }

  .howto_image {
    max-width: 800px;
  }

  .before-after_ratio.index {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-101 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .details_template_wrapper.visible-only-on-designer {
    flex-flow: row;
  }

  .nav-button.index {
    height: auto;
    font-size: 2.5vw;
  }

  .nav-button.login {
    height: 40px;
  }

  .rechnungsadresseblock {
    border-right: 1px solid var(--yellow);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-tiny.text-color-586174 {
    line-height: 1.3;
  }

  .pricing-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .steps-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .steps-grid.slide-up-animation, .pricing-card {
    width: 100%;
  }

  .paragraph-14 {
    font-size: 2.3vw;
  }

  .dropdown-field.message.full-height {
    height: 87px;
  }

  .blog-list {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-9 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .blog-post_content {
    justify-content: center;
    align-items: flex-start;
  }

  .blog-post_content-richtext {
    text-align: justify;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1440px;
    display: flex;
  }

  .blog-post_content-richtext h2 {
    color: var(--text-color);
    font-size: 60px;
    line-height: 1.2;
  }

  .blog-post_content-richtext h3 {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.2;
  }

  .blog-post_content-richtext h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
  }

  .blog-post_content-richtext p {
    color: var(--text-color);
  }

  .blog-post_content-richtext ol, .blog-post_content-richtext ul {
    margin-top: 20px;
  }

  .blog-item {
    max-width: 1440px;
  }

  .paragraph-15 {
    font-size: 20px;
    line-height: 1.4;
  }

  .pricing_perk-text {
    font-size: .9vw;
    line-height: 1.7vw;
  }

  .grid {
    margin-left: auto;
    margin-right: auto;
  }

  .grid.slide-up-animation {
    width: 100%;
  }

  .heading-style-h3-2 {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-8 {
    color: var(--black);
  }

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

  .txt {
    color: var(--black);
  }

  .section-top {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 6rem 5rem;
  }

  .heading-style-xxlarge {
    font-size: 19rem;
  }

  .text-meta, .text-meta.text-color-muted {
    font-size: 22px;
  }

  .heading-alt-small {
    font-size: 5rem;
  }

  .heading-alt-h6 {
    font-size: 1.375rem;
  }

  .heading-style-small {
    font-size: 5rem;
  }

  .clients-item {
    padding: 5rem;
  }

  .heading-style-large {
    font-size: 12rem;
  }

  .section-home-projects {
    background-color: #f8f8f8;
  }

  .home-services-item {
    position: relative;
  }

  .heading-alt-h2 {
    font-size: 3.5rem;
  }

  .heading-alt-h5 {
    font-size: 1.75rem;
  }

  .home-hero-right-top {
    padding: 8rem 6rem 4rem;
  }

  .home-services-item-content {
    padding: 6rem;
  }

  .project-preview {
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-bottom {
    padding: 6rem 6rem 8rem;
  }

  .heading-alt-h3 {
    font-size: 1.2vw;
  }

  .heading-style-h2 {
    font-size: 6rem;
  }

  .home-projects-grid {
    grid-auto-columns: 1fr;
  }

  .bold-text-21 {
    font-size: 5vw;
  }

  .bold-text-31 {
    color: var(--secondary);
  }
}

@media screen and (min-width: 1920px) {
  .section.leistungen {
    padding-bottom: 140px;
  }

  .container {
    font-family: Montserrat, sans-serif;
  }

  .navbar {
    border-width: 1px;
    border-radius: 0;
  }

  .nav-link {
    font-size: .85vw;
  }

  .nav-menu {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .text-field {
    font-size: .65vw;
  }

  .reviews-text {
    max-width: 1300px;
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 2vw;
  }

  .nav-link-wrapper {
    font-size: 12px;
    font-weight: 400;
  }

  .button.align-right {
    border-style: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .button.align-right:hover {
    background-color: var(--renderblue);
  }

  .page-title-block {
    font-size: 12px;
  }

  .cta-text.outline-white, .cta-text.align-left {
    font-size: 8vw;
  }

  .reviews-images {
    font-size: 13px;
  }

  .large-title {
    font-size: 4vw;
  }

  .large-title.blog {
    font-family: Montserrat, sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
  }

  .history-text-flex.right {
    width: 100%;
  }

  .max-width-16vw {
    color: var(--renderblue);
  }

  .testimonials-name {
    font-size: 1.3vw;
  }

  .login-button {
    font-size: .8vw;
  }

  .nav-button.menu {
    border-width: 1px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-107 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .checkbox-label-2 {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .checkbox-field-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    line-height: 1;
    display: flex;
  }

  .blog-post_content {
    font-family: Montserrat, sans-serif;
  }

  .blog-post_content-richtext {
    font-size: 4vw;
  }

  .footer-mention-text {
    font-family: Montserrat, sans-serif;
    font-size: .8vw;
  }

  .link-2 {
    font-size: 12px;
  }

  .heading-style-h1 {
    text-transform: none;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .heading-style-h6-2 {
    font-size: 2.2rem;
  }

  .bold-text-4 {
    text-transform: none;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .page {
    padding-bottom: 120px;
  }

  .section-1-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-1-content {
    width: 35%;
  }

  .section-title {
    font-size: 75px;
    line-height: 60px;
  }

  .img-sec {
    height: 90%;
  }

  .img-sec.pic {
    height: 40%;
  }

  .section-4 {
    height: 100vh;
    display: flex;
  }

  .section-title-3 {
    font-size: 75px;
    line-height: 70px;
  }

  .bold-text-7 {
    color: var(--white);
    font-family: Inconsolata, monospace;
    font-weight: 400;
  }

  .text-style-label {
    color: var(--black);
  }

  .heading-style-h3-2 {
    font-family: Montserrat, sans-serif;
  }

  .services_img-wrap {
    border-radius: .4rem;
  }

  .services_item-infos {
    justify-content: flex-start;
    align-items: center;
  }

  .spacer-large {
    width: 100%;
    font-size: 5vw;
  }

  .label_line {
    background-image: none;
  }

  .padding-global-3 {
    padding-top: 0;
  }

  .padding-global-3.is-tiny {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .section-6 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }

  .section-logos {
    overflow: visible;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph-19, .paragraph-20 {
    text-align: left;
  }

  .heading-xlarge {
    text-transform: uppercase;
    font-size: 3rem;
  }

  .heading-medium {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 400;
  }

  .text-size-tiny-2.text-style-allcaps {
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
  }

  .title-stacked {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-size-regular {
    font-size: 1vw;
  }

  .text-size-large {
    font-size: 1.25rem;
    line-height: 1.5vw;
  }

  .paragraph-21 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6vw;
  }

  .paragraph-22 {
    font-family: Montserrat, sans-serif;
    font-size: .8vw;
  }

  .bold-text-8 {
    color: var(--black);
    font-size: 3vw;
    line-height: .8;
  }

  .bold-text-8:hover {
    color: var(--blue-blue);
  }

  .hero-without-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .hero-wrapper-two {
    justify-content: flex-start;
    align-items: center;
    max-width: 1500px;
    display: block;
  }

  .margin-bottom-24px {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    font-size: 1.3vw;
    display: block;
  }

  .button-primary {
    padding: 15px 30px;
    font-size: 20px;
  }

  .heading-12 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-9 {
    font-size: 1.8vw;
  }

  .link-3 {
    color: var(--renderblue);
    font-family: Montserrat, sans-serif;
    font-size: .8vw;
    font-weight: 500;
  }

  .link-3.mobile-font-size:hover {
    color: var(--orange);
  }

  .container-4 {
    max-width: 1300px;
  }

  .link-item__text {
    text-transform: none;
    font-size: 6vw;
    font-weight: 600;
  }

  .link-4 {
    font-size: .8vw;
  }

  .link-4.mobile-font-size {
    color: var(--renderblue);
  }

  .fb-booster {
    padding-top: 0;
  }

  .card-title {
    font-size: 1.2em;
  }

  .div-block-123 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    display: flex;
  }

  .bold-text-10 {
    letter-spacing: .1vw;
    line-height: 2.7vw;
  }

  .bold-text-10.mobile-text-hight {
    font-size: 2.2vw;
    line-height: 2vw;
  }

  .paragraph-24 {
    font-size: 1.5vw;
  }

  .paragraph-24.mobile-text-size {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .hero-60 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 2.7vw;
  }

  .hero-60.mobile-text {
    text-transform: uppercase;
  }

  .heading-16 {
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .text-block-13 {
    line-height: 34px;
  }

  .heading-19 {
    padding-bottom: 30px;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .container-8 {
    max-width: 1500px;
  }

  .bold-text-13 {
    font-size: 2.2vw;
    line-height: .8vw;
  }

  .features-table {
    padding-bottom: 100px;
  }

  .container-9 {
    max-width: 1300px;
  }

  .centered-heading {
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 2.8vw;
  }

  .centered-subheading {
    max-width: 1300px;
    font-family: Montserrat, sans-serif;
    font-size: .9vw;
    font-weight: 300;
    line-height: 1.5vw;
  }

  .comparison-negative {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .comparison-positive {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-14 {
    font-size: 20px;
    font-weight: 700;
  }

  .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    font-size: 20px;
  }

  .txt {
    color: var(--black);
  }

  .section-turnkey {
    padding-top: 15vh;
  }

  .subheading {
    font-size: 1.3em;
  }

  .turnkey-heading {
    font-size: 4em;
  }

  .scroll-gallery_row-wrapper {
    max-width: 2000px;
    height: 500px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .overflow-hidden {
    font-size: 5rem;
    font-weight: 700;
  }

  .heading-style-small {
    margin-top: 60px;
    padding-bottom: 40px;
    font-size: 3.5vw;
  }

  .heading-alt-h3 {
    font-size: 1vw;
    line-height: 1.65;
  }

  .bold-text-21 {
    font-size: 3.5vw;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 2.2vw;
  }

  .hover:hover {
    color: var(--mint);
  }

  .hero-image-foreground {
    background-image: none;
  }

  .hero-image-background {
    background-image: url('../images/Renderstudio-24-Möbelkunde-2.jpg');
  }

  .project-content-box, .project-content-box.left-aligned {
    min-width: 450px;
  }

  .bottom-margin-medium {
    font-size: 2.5vw;
  }

  .paragraph-28 {
    font-size: .9vw;
    line-height: 1.3vw;
  }

  .heading-20, .heading-21 {
    font-size: 2.5vw;
  }

  .paragraph-29 {
    font-size: .9vw;
    line-height: 1.3vw;
  }

  .heading-22 {
    font-size: 2.5vw;
  }

  .paragraph-30 {
    font-size: .9vw;
    line-height: 1.3vw;
  }

  .selection-based_container {
    opacity: 0;
    height: 0;
    transition: opacity .5s, height .5s;
    overflow: hidden;
  }

  .selection-based_container.active {
    height: 100%;
  }

  .file-upload {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: .3px;
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    letter-spacing: 2.1px;
    margin-left: 0;
    font-size: 72px;
    line-height: 82px;
  }

  h2 {
    letter-spacing: .8px;
    font-size: 54px;
    line-height: 64px;
  }

  h3 {
    letter-spacing: .6px;
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    letter-spacing: .7px;
    font-size: 32px;
    line-height: 42px;
  }

  h5 {
    letter-spacing: 2.4px;
    font-size: 14px;
    line-height: 14px;
  }

  h6 {
    letter-spacing: 2.4px;
    font-size: 12px;
    line-height: 12px;
  }

  p {
    letter-spacing: .3px;
    font-size: 17px;
    line-height: 27px;
  }

  a {
    font-size: 17px;
    line-height: 27px;
  }

  li {
    letter-spacing: .3px;
    font-size: 17px;
    line-height: 27px;
  }

  label {
    font-size: 13px;
    line-height: 26px;
  }

  blockquote {
    font-size: 17px;
    line-height: 27px;
  }

  .space-112px {
    min-height: 112px;
  }

  .space-112px.smaller-on-tab {
    min-height: 64px;
  }

  .space-32px {
    min-height: 32px;
  }

  .space-16px {
    min-height: 16px;
  }

  .section.min-height {
    min-height: auto;
  }

  .section.header.mobile-hidden {
    display: none;
  }

  .container.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.padding-216px, .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.padding-144px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container.sticky {
    position: static;
  }

  .space-64px {
    min-height: 64px;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .submit-button {
    letter-spacing: .8px;
    font-size: 17px;
    line-height: 27px;
  }

  .faq-text-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .max-width-480px {
    text-align: left;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 1000000;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    letter-spacing: 2.4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
    font-size: 64px;
    display: flex;
  }

  .nav-link.move-down.hide-on-tab.no-left-padding.truncrate {
    max-width: 300px;
  }

  .nav-link.dropdown-label.truncrate {
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
    font-size: 20px;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-right: 0;
    position: fixed;
    inset: 0%;
  }

  .faq-wrapper {
    width: 100%;
  }

  .image-parallax-curve {
    top: -64px;
  }

  .dropdown-toggle {
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .message-area {
    min-height: 112px;
    margin-bottom: 16px;
    padding: 8px 16px 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .form-wrapper {
    width: 70%;
  }

  .text-field {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .utilities-side-bar {
    display: none;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .logo {
    min-height: 42px;
    max-height: 42px;
  }

  .image-wrapper {
    min-height: 540px;
    max-height: 540px;
  }

  .awards-title-wrapper {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .text-align-right {
    text-align: left;
  }

  .text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .services-card-wrapper {
    flex-wrap: wrap-reverse;
  }

  .works-details, .services-details {
    max-width: 600px;
  }

  .reviews-text {
    max-width: 100%;
    font-size: 2.3vw;
    line-height: 1.2;
  }

  .service-project-title {
    font-size: 90px;
    line-height: 90px;
  }

  .nav-link-wrapper {
    overflow: visible;
  }

  .footer-link {
    font-size: 17px;
    line-height: 27px;
  }

  .caps {
    font-size: 18px;
    line-height: 30px;
  }

  .caps.no-wrap {
    font-size: 2vw;
  }

  .contact-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .faq-main-wrapper {
    flex-wrap: wrap;
  }

  .hide-on-tab {
    display: none;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .wrapper-thirds {
    width: 100%;
  }

  .price-card-title {
    font-size: 36px;
    line-height: 36px;
  }

  .button {
    letter-spacing: .8px;
    font-size: 17px;
    line-height: 27px;
  }

  .button.login {
    height: auto;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 1;
    display: flex;
  }

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .select-field.min-width {
    height: 30px;
    padding: 0 12px;
  }

  .nav-container {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .button-text {
    letter-spacing: .8px;
  }

  .button-text.text {
    color: var(--primary);
    font-size: 10px;
  }

  .title-wrapper {
    width: 90%;
  }

  .package-title {
    max-width: 600px;
    font-size: 72px;
    line-height: 72px;
  }

  .faq-question {
    font-size: 24px;
    line-height: 34px;
  }

  .cart-button {
    margin-left: 0;
  }

  .checkout-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .icon-wrapper-circle {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .red-font {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .metrics-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .metrics-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .metrics-text {
    font-size: 96px;
    line-height: 96px;
  }

  .metrics-text.outline {
    -webkit-text-stroke-width: 1px;
    line-height: 96px;
  }

  .page-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .page-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .page-title-flex {
    justify-content: center;
  }

  .page-title-flex.cta {
    flex-flow: row;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
  }

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

  .burger-icon {
    color: var(--black);
    font-size: 30px;
  }

  .hero-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .card-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-image {
    width: 100%;
    display: none;
  }

  .cta-text {
    font-size: 112px;
    line-height: 96px;
  }

  .cta-text.outline-white {
    order: -1;
    font-size: 90px;
  }

  .cta-text.align-left {
    align-self: center;
    font-size: 90px;
  }

  .reviews-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
  }

  .reviews-arrow {
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 48px;
  }

  .reviews-arrow.right {
    bottom: 80px;
  }

  .spinner-wrapper {
    inset: 24px auto auto 31%;
  }

  .card-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-block.move-down {
    margin-top: 0;
  }

  .works-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .works-title-huge {
    font-size: 96px;
    line-height: 72px;
  }

  .awards-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    min-height: auto;
    max-height: none;
    padding: 32px;
    top: 112px;
  }

  .awards-wrapper.slide-up-animation {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .price-card-description-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-title-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .price-title {
    text-align: center;
  }

  .projects-title-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .flex-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .works-description {
    max-width: 330px;
  }

  .projects-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .works-details-info {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-title-01 {
    font-size: 20vw;
    line-height: 20vw;
  }

  .services-wrapper {
    justify-content: center;
    align-items: center;
  }

  .large-title {
    font-size: 70px;
    line-height: 72px;
  }

  .services-details-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 0;
    width: 100%;
    padding-bottom: 32px;
  }

  .services-link-wrapper {
    width: 420px;
    height: 420px;
  }

  .services-text-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .animate-button-h5 {
    letter-spacing: 1px;
    font-family: Interdisplay, sans-serif;
    font-size: 12px;
  }

  .skills-image {
    min-width: 360px;
    max-width: 360px;
    min-height: 480px;
    max-height: 480px;
  }

  .skills-flex {
    justify-content: space-between;
    align-items: center;
  }

  .skills-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
    position: static;
    top: -12px;
  }

  .skills-block-wrapper {
    grid-template-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-image-top, .cta-image-left {
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
    display: none;
  }

  .cta-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-image-bottom {
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
    display: none;
  }

  .space-page-top {
    min-height: 160px;
  }

  .contact-flex {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 170px;
    padding-top: 50px;
  }

  .contact-card1 {
    width: 360px;
    min-height: 128px;
  }

  .logo-wrapper {
    margin-left: 18px;
  }

  .logo-wrapper.show-on-tab {
    z-index: 998;
    display: block;
  }

  .hero-text-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
  }

  .large-description {
    max-width: 100%;
  }

  .hero-title-wrapper {
    max-height: 20vw;
  }

  .works-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

  .image-tall-wrapper {
    min-width: 480px;
    max-width: 480px;
    min-height: 640px;
    max-height: 640px;
  }

  .works-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .works-link-wrapper.tall-wrapper {
    max-width: 480px;
  }

  .works-link-wrapper.mid-wrapper, .works-link-wrapper.large-wrapper {
    max-width: 640px;
  }

  .image-mid-wrapper {
    min-width: 640px;
    max-width: 640px;
    min-height: 380px;
    max-height: 380px;
  }

  .image-large-wrapper {
    min-width: 640px;
    max-width: 640px;
    min-height: 500px;
    max-height: 500px;
  }

  .hero-title-02 {
    font-size: 20vw;
    line-height: 20vw;
  }

  .footer-right-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta-paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    font-size: 15px;
  }

  .about-images-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .about-images-flex.homeflex.about-mobile {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .history-text-flex {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .history-text-flex.right {
    padding-right: 0;
  }

  .max-width-56vw {
    max-width: 580px;
  }

  .team-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .team-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .max-width-22vw {
    max-width: 320px;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .team-image {
    min-width: 180px;
    max-width: 180px;
    min-height: 240px;
    max-height: 240px;
  }

  .team-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    max-width: 180px;
  }

  .nav-flex {
    flex-flow: column;
  }

  .max-width-16vw {
    max-width: 240px;
  }

  .max-width-16vw.mobile-font-size {
    font-size: 2vw;
  }

  .max-width-30vw {
    max-width: 420px;
  }

  .package-description {
    text-align: center;
    max-width: 220px;
  }

  .user-dashboard_nav_counter {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .user-dashboard_nav-link_icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }

  .user-dashboard_nav-link_icon.nav {
    width: 7vw;
    height: 7vw;
  }

  .user-dashboard_nav-top {
    height: 10vh;
    min-height: 100px;
  }

  .user-dashboard_nav-top.mobile {
    display: none;
  }

  .user-dashboard_title {
    font-size: 60px;
    line-height: 72px;
  }

  .user-dashboard-content-wrapper {
    max-width: calc(100vw - 210px);
  }

  .user-dashboard_nav-center, .user-dashboard_nav-bottom {
    padding: 15px;
  }

  .user-dashboard_nav-link {
    font-size: 12px;
  }

  .user-dashboard_nav-wrapper {
    min-width: 210px;
  }

  .user-dashboard_wrapper {
    width: 100vw;
    max-width: 100%;
  }

  .order-name {
    font-size: 20px;
  }

  .order-history_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-history_filter-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 29px;
  }

  .additional-images {
    padding-left: 20px;
    padding-right: 20px;
  }

  .renderrequest-form-wrapper {
    padding-bottom: 20px;
  }

  .order-tab-selector {
    font-size: 12px;
  }

  .dimension-wrap {
    flex-flow: column;
  }

  .payment-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .request-ratio-wrapper {
    flex-flow: column;
  }

  .coupon-input-wrap.upload:hover {
    border-color: #193736;
  }

  .other-material-wrapper {
    width: 100%;
  }

  .main-select-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .render-item {
    flex-flow: column;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .flex-rightside-40 {
    width: 100%;
    padding-right: 0;
  }

  .other-material-input, .inbox_list {
    width: 100%;
  }

  .message-dropdown_subject {
    margin-top: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .message-dropdown_toggle {
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-link_heading {
    font-size: 1.8vw;
  }

  .testimonials-name {
    font-size: 2.3vw;
  }

  .bold-text-3 {
    font-size: 2vw;
  }

  .bento-grid_inbox-message {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .bento-grid_user-info {
    grid-template-columns: .7fr 1fr;
  }

  .recent-order_title {
    font-size: 14px;
  }

  .bento-grid_title-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .bento-grid_recent-order {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 22px;
    font-size: 12px;
  }

  .dashboard_bento-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .bento-grid_content-grid {
    flex-flow: column;
    display: flex;
  }

  .bento-grid_inbox-message_icon {
    right: 0;
  }

  .form-line.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bento-grid_item {
    padding: 15px;
  }

  .bento-grid_title {
    font-size: 18px;
  }

  .bento-grid_title.black {
    font-size: 14px;
  }

  .ms-pill-label, .order-history_date-picker {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .order-history_filter-by-time {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-history_filter-label {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ms-toggle-label {
    flex-flow: wrap;
    width: 100%;
    padding-right: 30px;
    line-height: 13px;
    bottom: auto;
  }

  .checkboxes-css {
    display: none;
  }

  .ms-toggle-wrap {
    width: 100%;
    height: 40px;
  }

  .user-dashboard_preferences-input {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .user-dashboard_preferences-input.extra-material {
    width: 100%;
  }

  .ms-toggle-bg {
    height: 26px;
  }

  .button-dashboard {
    letter-spacing: .8px;
    font-size: 17px;
    line-height: 27px;
  }

  .button-dashboard.align-right {
    padding: 8px 22px;
    font-size: 14px;
  }

  .bento-grid_paragraph {
    font-size: 12px;
    line-height: 1.1;
  }

  .user-dashboard_order-item.admin-console {
    display: none;
  }

  .order-item_line.tags {
    flex-flow: column;
  }

  .customer-info_wrapper, .order-items_wrapper {
    max-width: calc(100vw - 250px);
  }

  .image-11 {
    width: 40px;
  }

  .dropdown-list {
    z-index: 999;
    background-color: var(--black);
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw;
    height: 100vh;
    padding-top: 120px;
    padding-left: 30px;
    transition: transform .6s;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
  }

  .dropdown-list.w--open {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw;
    padding-right: 30px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(0%);
  }

  .user-link {
    border-radius: var(--border-radius);
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    font-size: 64px;
    line-height: 1;
    display: flex;
  }

  .login-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 20px;
    position: static;
  }

  .dropdown {
    width: 100%;
    display: none;
    position: static;
  }

  .dropdown.show {
    justify-content: center;
    align-items: center;
    display: flex;
    transform: none;
  }

  .img__showcase_6_t {
    width: 12em;
    height: 17em;
    left: 10em;
  }

  .div__home_pc {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .img__showcase_3_t {
    left: 29em;
  }

  .div__home_t {
    width: 46em;
    height: 39em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .img__showcase_4_t {
    width: 19em;
    height: 13em;
    top: 19em;
  }

  .img__showcase_2_t {
    width: 16em;
    height: 21em;
  }

  .img__showcase_5_t {
    width: 17em;
    height: 12em;
  }

  .div__wrapper_images {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 10px;
    display: block;
  }

  .div__home_m {
    margin-left: auto;
    margin-right: auto;
  }

  .preferences-form_heading {
    margin-bottom: 20px;
  }

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

  .message-dropdown_date {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-67 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .place-order_cart {
    z-index: 999;
    position: static;
  }

  .cart_details.w--open {
    min-width: 540px;
  }

  .cart_details.dev.w--open {
    right: 10px;
  }

  .place-order_cart-wrapper {
    z-index: 99;
  }

  .admin-console_oder-selection_list {
    display: none;
  }

  .admin-button {
    letter-spacing: .8px;
    font-size: 17px;
    line-height: 27px;
  }

  .admin-console_mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 70px;
    display: flex;
  }

  .order-details_nav-wrapper {
    min-width: 210px;
  }

  .required-text_wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .pflicht {
    margin-bottom: 0;
  }

  .green {
    color: #04a133d9;
  }

  .locales-wrapper {
    width: auto;
  }

  .div-block-89 {
    flex-flow: column;
  }

  .how-to_content-a._4 {
    font-size: 4vw;
  }

  .how-to_image-1, .how-to_image-2, .how-to_image-3, .how-to_image-4 {
    object-position: 50% 30%;
  }

  .user-link_p {
    font-size: 5vw;
    line-height: 1.3;
  }

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

  .login-button {
    font-size: inherit;
    line-height: inherit;
  }

  .howto_left-right {
    padding-left: 50px;
    padding-right: 50px;
  }

  .howto_content-heading {
    font-size: 4vw;
  }

  .mobile-user-name {
    padding: 17px;
    font-size: 5vw;
    line-height: 1.3;
    display: flex;
  }

  .username-truncrated {
    text-transform: capitalize;
    white-space: nowrap;
    font-size: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
  }

  .fs-cc-banner_text-link {
    font-size: inherit;
    line-height: inherit;
  }

  .fs-cc-banner_text {
    line-height: 1.3;
  }

  .fs-cc-banner_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .before-after_ratio.cms-thumbnail {
    pointer-events: none;
  }

  .before-after_ratio.index-cms-humbnail {
    width: 100%;
  }

  .div-block-97 {
    padding-right: 0;
  }

  .collection-item-2 {
    width: 49%;
  }

  .index-heading {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: calc(12vw - 28px);
    line-height: 1.1;
  }

  .hero-slider_image-1 {
    background-image: url('../images/Sprossen_real_851Sprossen_real_850.webp');
  }

  .hero-slider_image-1.wired {
    background-image: url('../images/Sprossen_clay_851Sprossen_clay_850.webp');
  }

  .hero-slider_image-2 {
    background-image: url('../images/Pooltable_corner_closeup_real_851Pooltable_corner_closeup_real_850.webp');
  }

  .hero-slider_image-2.wired {
    background-image: url('../images/Pooltable_corner_closeup_clay_851Pooltable_corner_closeup_clay_850.webp');
  }

  .hero-slider_image-3 {
    background-image: url('../images/HOTEL2.1_LIVING_real_851HOTEL2.1_LIVING_real_850.webp');
  }

  .hero-slider_image-3.wired {
    background-image: url('../images/HOTEL2.1_LIVING_clay_851HOTEL2.1_LIVING_clay_850.webp');
  }

  .hero-slider_image-5 {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_real_851HOTEL2.1_red_couch_closeup_real_850.webp');
  }

  .hero-slider_image-5.wired {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_clay_851HOTEL2.1_red_couch_closeup_clay_850.webp');
  }

  .hero-slider_image-4 {
    background-image: url('../images/whiteball_billard_closeup_real_851whiteball_billard_closeup_real_850.webp');
  }

  .hero-slider_image-4.wired {
    background-image: url('../images/whiteball_billard_closeup_clay_851whiteball_billard_closeup_clay_850.webp');
  }

  .works-list {
    flex-flow: column;
    display: flex;
  }

  .nav-button {
    letter-spacing: .8px;
    font-size: 17px;
    line-height: 27px;
  }

  .nav-button.login {
    height: auto;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 1;
    display: flex;
  }

  .nav-button.menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
  }

  .div-block-107 {
    justify-content: center;
    align-items: flex-start;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline10_fade-overlay-top {
    margin-top: -5px;
  }

  .timeline10_fade-overlay-bottom {
    margin-bottom: -5px;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-wrapper {
    max-width: 90%;
  }

  .steps-grid.slide-up-animation {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-field {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-field.extra-material {
    width: 100%;
  }

  .newsletter-field {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .submit-button-2 {
    height: 48px;
  }

  .blog-post_wrapper {
    height: 12vh;
    max-height: 250px;
  }

  .blog-post_thumbnail {
    aspect-ratio: 1;
  }

  .code-embed-18 {
    aspect-ratio: 7 / 8;
    width: auto;
    height: 96px;
  }

  .metrics-heading {
    font-size: 12px;
  }

  .footer-mention-text {
    font-size: 1.4vw;
  }

  .masonry-grid_item {
    width: 30%;
  }

  .masonry-grid_item.text {
    width: 60%;
  }

  .div-block-115 {
    width: 100%;
  }

  .heading-10 {
    text-align: center;
  }

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

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

  .lp-grid-2 {
    grid-template-columns: 1fr;
  }

  .lp-3-wrapper {
    flex-flow: column;
  }

  .lp-4_wrapper {
    text-align: center;
  }

  .auto-tabs_menu {
    position: relative;
  }

  .auto-tab_heading {
    font-size: 25px;
    transition: height .2s;
  }

  .lp-4-wrapper {
    flex-flow: column;
  }

  .lp-4_card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
  }

  .lp-4_number {
    font-size: 4vw;
  }

  .lp-4_heading {
    font-size: 2vw;
  }

  .lp-5-wrapper, .div-block-122 {
    flex-flow: column;
  }

  .maschinenbau-compare {
    width: 100%;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .header-inner {
    padding-top: 2em;
  }

  .filled-heading {
    text-align: center;
    font-size: 100px;
  }

  .sun-icon {
    width: 50vw;
  }

  .outline-heading {
    text-align: center;
    font-size: 100px;
  }

  .bg-video-border-wrapper {
    border-top-width: 13vw;
    border-bottom-width: 13vw;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .project-container {
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .project {
    width: 80%;
  }

  .img {
    object-fit: cover;
  }

  .bg-blur._1 {
    width: 75vw;
    top: -12.5vw;
    left: 12.5%;
  }

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

  .swiper-slide {
    width: 45%;
    height: 60vh;
  }

  .swiper-nav-btn.prev {
    left: 16%;
  }

  .swiper-nav-btn.next {
    right: 16%;
  }

  .nav-item-text-desktop {
    display: none;
  }

  .wheel-slider {
    position: relative;
  }

  .logo-embed {
    width: 140px;
  }

  .nav-item-text-mobile {
    display: block;
  }

  .slide-category {
    font-size: 12px;
  }

  ._wf-button__wrapper {
    transform-origin: 100% 100%;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.8);
  }

  .submit-wrapper {
    right: -6%;
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-1-img._2-3.mobile {
    background-image: url('../images/Walnuss-Sofa-Linead.jpg');
  }

  .background-video-3 {
    display: none;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .home-header_imgs-wrap {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .brands_item-logo {
    height: 25%;
  }

  .cta_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .cta_content {
    padding: 3rem;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .heading-style-h3-2 {
    -webkit-text-stroke-width: 0px;
  }

  .services_items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-list_list {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

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

  .brands_head {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .padding-global-2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .cta_head {
    max-width: none;
  }

  .work-list_wrapper {
    width: 80%;
  }

  .home-header_heading {
    font-size: 3.5rem;
  }

  .padding-global-3 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .card-hover {
    display: none;
  }

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

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .page-padding-2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-about-hero {
    margin-bottom: 0;
  }

  .about-image-2 {
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .about-hero-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .about-hero-right {
    max-width: 35rem;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .about-history {
    min-height: auto;
    padding-bottom: 12rem;
  }

  .heading-medium {
    font-size: 2.25rem;
  }

  .page-padding-3 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-size-regular {
    font-size: 1.8vw;
  }

  .main-button {
    margin-top: 0;
    margin-left: 20px;
  }

  .video-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    display: flex;
  }

  .wrapper-color {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-section {
    flex-direction: column-reverse;
    height: auto;
  }

  .background-video-4 {
    height: 700px;
  }

  .paragraph-22.mobile-font-size {
    font-size: 1.4vw;
  }

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

  .margin-bottom-24px.mobile-font {
    font-size: 2.1vw;
    line-height: 2.2vw;
  }

  .bold-text-9.mobile-font {
    font-size: 2.5vw;
  }

  .link-3.mobile-font-size {
    font-size: 1.4vw;
  }

  .links-wrapper {
    padding-bottom: 0;
    display: none;
  }

  .link-4.mobile-font-size {
    font-size: 1.4vw;
  }

  .slide-content-2 {
    padding: 2rem;
  }

  .card-heading {
    font-size: 2rem;
  }

  .cards-wrapper {
    height: 60vh;
  }

  .main-wrapper-4 {
    padding-top: 10vh;
  }

  .paragraph-23 {
    font-size: 1rem;
  }

  .max-width-85 {
    width: auto;
  }

  .card-wrapper {
    height: auto;
  }

  .full-image-2 {
    height: 50vh;
  }

  .text-small {
    text-align: right;
  }

  .card-text-wrapper {
    justify-content: space-between;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .card-text-details {
    flex-flow: column;
    flex: none;
    align-items: flex-end;
    width: auto;
  }

  .card-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .card-link {
    height: 100%;
  }

  .container-6.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .hero-60 {
    width: 90%;
  }

  .section-12.top-margin-mobile {
    margin-top: 80px;
  }

  .container-7 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-vertical {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: block;
  }

  .image-16 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .image-16.desktop-hidden {
    display: none;
  }

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

  .container-10 {
    max-width: 640px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-turnkey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .turnkey-headings {
    margin-left: 5%;
  }

  .subheading {
    margin-top: 100px;
    font-size: .7em;
  }

  .section-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 4rem 4rem 3rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-alt-small {
    font-size: 2.75rem;
  }

  .heading-alt-h6 {
    font-size: 1.125rem;
  }

  .heading-style-small {
    padding-bottom: 0;
    font-size: 5vw;
    line-height: 100%;
  }

  .clients-item {
    padding: 3rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .home-hero-grid {
    display: flex;
  }

  .heading-style-large {
    font-size: 18vw;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.odd {
    flex-flow: column-reverse wrap;
  }

  .heading-alt-h2 {
    font-size: 1.75rem;
  }

  .heading-alt-h5 {
    font-size: 1.25rem;
  }

  .home-hero-right-top {
    height: auto;
    padding: 3rem 4rem 0;
  }

  .home-services-item-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

  .main-wrapper-5 {
    padding-top: 0;
  }

  .home-clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-services-list {
    grid-row-gap: 1rem;
  }

  .home-hero-image {
    height: 75vw;
    position: static;
  }

  .home-hero-right-bottom {
    padding: 4rem;
  }

  .heading-alt-h3 {
    padding-top: 25px;
    font-size: 1.8vw;
  }

  .heading-style-h2 {
    font-size: 12vw;
  }

  .section-home-services {
    padding-top: 100px;
  }

  .max-width-large {
    font-size: 1.8vw;
  }

  .bold-text-21 {
    line-height: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 3.5rem;
  }

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    display: flex;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-title-2 {
    font-size: 15.5vw;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground, .hero-image-background {
    background-attachment: scroll;
  }

  .project-content-box {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding: 0 40px;
    display: block;
    position: static;
    transform: translate(0);
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .section-16 {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .project-description {
    margin-bottom: 0;
  }

  .paragraph-28 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .heading-20, .heading-21 {
    font-size: 4vw;
  }

  .paragraph-29 {
    margin-bottom: 20px;
  }

  .heading-22 {
    font-size: 4vw;
  }

  .paragraph-30 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-footer-top {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .nav-link.dropdown-label.truncrate {
    display: none;
  }

  .form-wrapper {
    width: 100%;
    max-width: none;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-wrapper-paragraph, .utilities-wrapper-title {
    width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .rich-text {
    width: 100%;
  }

  .rich-text h4 {
    white-space: normal;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-details, .services-details {
    max-width: 420px;
  }

  .works-grid-thirds {
    grid-column-gap: 16px;
  }

  .service-project-title {
    font-size: 56px;
    line-height: 56px;
  }

  .works-big-image {
    min-height: 360px;
    max-height: 360px;
  }

  .wrapper-thirds {
    min-width: 75%;
    max-width: 75%;
  }

  .price-card {
    flex-flow: column;
    padding-left: 16px;
  }

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

  .side-bar-left {
    position: static;
  }

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

  .services-link-wrapper-old {
    text-align: center;
  }

  .lightbox-link {
    min-height: 360px;
    max-height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .package-title {
    max-width: 480px;
  }

  .cart-button {
    margin-left: 0;
  }

  .timeline-line {
    display: none;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
  }

  .page-title-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-title-block {
    text-align: center;
    align-items: center;
  }

  .cta-text {
    font-size: 72px;
    line-height: 56px;
  }

  .reviews-slide {
    padding-bottom: 0;
  }

  .reviews-arrow.left {
    bottom: 0;
  }

  .reviews-arrow.right {
    inset: auto 0% 0% auto;
  }

  .spinner-wrapper {
    margin-top: -112px;
    position: static;
    top: auto;
    bottom: 192px;
    left: auto;
  }

  .awards-card {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .awards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-wrapper.slide-up-animation {
    padding-left: 0;
  }

  .projects-title-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-title {
    align-items: center;
  }

  .works-description {
    max-width: 240px;
  }

  .projects-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .works-details-info {
    justify-content: center;
  }

  .large-title {
    font-size: 88px;
    line-height: 64px;
  }

  .large-title.blog {
    font-size: 5.8vw;
  }

  .services-details-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .skills-image {
    min-height: 360px;
    max-height: 360px;
  }

  .skills-text {
    font-size: 29px;
    line-height: 29px;
  }

  .skills-wrapper {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .cta-image-top, .cta-image-left, .cta-image-bottom {
    display: none;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contact-card1 {
    width: 360px;
  }

  .hero-text {
    text-align: center;
    max-width: none;
  }

  .hero-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .hero-image {
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
    top: 0;
  }

  .hero-image-back {
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-image-bottom {
    min-width: 75vw;
    max-width: 75vw;
    inset: auto 0% 26%;
  }

  .hero-image-top {
    min-width: 75vw;
    max-width: 75vw;
    inset: 26% 0% auto;
  }

  .hero-image-left {
    min-height: 75vw;
    max-height: 75vw;
    inset: 0% auto 0% 33%;
  }

  .hero-image-right {
    min-height: 75vw;
    max-height: 75vw;
    inset: 0% 33% 0% auto;
  }

  .hero-image-front {
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .large-description {
    line-height: 60px;
  }

  .works-flex {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: space-between;
    align-items: center;
  }

  .works-large-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .works-large-wrapper.flip-animation.hidden {
    display: none;
  }

  .works-title-flex.space-between {
    flex-flow: column;
  }

  .image-tall-wrapper {
    width: 100%;
    min-width: 420px;
    max-width: 420px;
    min-height: 320px;
    max-height: 320px;
  }

  .works-link-wrapper {
    width: 100%;
  }

  .works-link-wrapper.tall-wrapper, .works-link-wrapper.mid-wrapper, .works-link-wrapper.large-wrapper {
    max-width: 100%;
  }

  .image-mid-wrapper {
    width: 100%;
    min-width: 420px;
    max-width: 420px;
    min-height: 320px;
    max-height: 320px;
  }

  .image-large-wrapper {
    width: 100%;
    min-width: 420px;
    max-width: 420px;
    min-height: 360px;
    max-height: 360px;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-socials-wrapper {
    align-self: center;
    margin-top: 8px;
  }

  .about-images-flex {
    width: 80%;
  }

  .about-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 480px;
    max-height: 480px;
  }

  .history-text-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .history-text {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .max-width-56vw {
    font-size: 40px;
    line-height: 48px;
  }

  .team-flex {
    flex-flow: wrap;
  }

  .team-wrapper {
    width: 100%;
  }

  .image-wrapper-parallax {
    min-height: 380px;
    max-height: 380px;
  }

  .max-width-30vw {
    font-size: 40px;
    line-height: 48px;
  }

  .user-dashboard_title {
    font-size: 30px;
    line-height: 64px;
  }

  .image-11 {
    margin-right: 21px;
  }

  .dropdown-list.w--open {
    right: -41px;
  }

  .address-form-wrapper {
    min-width: 360px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  .signup-section {
    min-width: 330px;
  }

  .hero-image-slider {
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .cta_three-simple-steps, .howto_left-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fs-cc-prefs_button:hover {
    border-color: var(--yellow);
    background-color: var(--yellow);
  }

  .fs-cc-prefs_button.fs-cc-button-alt:hover {
    color: var(--primary);
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .header-text {
    font-size: 50px;
    line-height: 3.8;
  }

  .paragraph-12 {
    font-size: 24px;
  }

  .hero-slider_image-1 {
    background-image: url('../images/Sprossen_real_801Sprossen_real_800.webp');
    background-size: cover;
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-slider_image-1.wired {
    background-image: url('../images/Sprossen_clay_801Sprossen_clay_800.webp');
  }

  .hero-slider_image-2 {
    background-image: url('../images/Pooltable_corner_closeup_real_801Pooltable_corner_closeup_real_800.webp');
    background-size: cover;
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-slider_image-2.wired {
    background-image: url('../images/Pooltable_corner_closeup_clay_801Pooltable_corner_closeup_clay_800.webp');
  }

  .hero-slider_image-3 {
    background-image: url('../images/HOTEL2.1_LIVING_real_801HOTEL2.1_LIVING_real_800.webp');
    background-size: cover;
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-slider_image-3.wired {
    background-image: url('../images/HOTEL2.1_LIVING_clay_801HOTEL2.1_LIVING_clay_800.webp');
  }

  .hero-slider_image-5 {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_real_801HOTEL2.1_red_couch_closeup_real_800.webp');
    background-size: cover;
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-slider_image-5.wired {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_clay_801HOTEL2.1_red_couch_closeup_clay_800.webp');
  }

  .hero-slider_image-4 {
    background-image: url('../images/whiteball_billard_closeup_real_801whiteball_billard_closeup_real_800.webp');
    background-size: cover;
    min-width: 75vw;
    max-width: 75vw;
    min-height: 75vw;
    max-height: 75vw;
  }

  .hero-slider_image-4.wired {
    background-image: url('../images/whiteball_billard_closeup_clay_801whiteball_billard_closeup_clay_800.webp');
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .div-block-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .timeline10_progress {
    left: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .timeline-heading {
    font-size: 1.125rem;
  }

  .timeline10_empty-space {
    display: none;
  }

  .pricing-wrapper {
    max-width: 90%;
  }

  .request-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps-grid.slide-up-animation {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    aspect-ratio: auto;
  }

  .pricing-card.highlighted {
    transform: none;
  }

  .services-layout {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .masonry-grid_item.text {
    text-align: justify;
  }

  .grid.slide-up-animation {
    grid-template-columns: 1fr;
  }

  .auto-tab_pane-heading {
    font-size: 7vw;
    line-height: 1.1;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-title.is-skills {
    margin-left: 0;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .filled-heading {
    text-align: center;
    font-size: 75px;
  }

  .sun-icon {
    width: 55vw;
  }

  .outline-heading {
    text-align: center;
    font-size: 75px;
  }

  .bg-video-border-wrapper {
    border-top-width: 20vw;
    border-bottom-width: 20vw;
  }

  .project-container {
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .project {
    height: 90vh;
  }

  .swiper-slide {
    width: 60%;
  }

  .nav {
    padding-top: 12px;
  }

  .swiper-nav-btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .swiper-nav-btn.prev {
    left: 14%;
  }

  .swiper-nav-btn.next {
    right: 14%;
  }

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

  .container-2.is--nav {
    flex-direction: column;
    display: flex;
  }

  .logo-embed {
    width: 120px;
  }

  .nav-link-icon {
    height: 20px;
  }

  .wlfwc-holder {
    transform: scale(.8);
  }

  .swiper-nav-btn-icon {
    width: 40%;
  }

  ._wf-button__wrapper {
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .submit-wrapper {
    right: -6%;
    transform: scale(.8);
  }

  .nav-item-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-item-list.is--main-nav {
    margin-top: 8px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-item-link {
    margin-left: 32px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .button_inner {
    padding: 1.25rem 1.75rem;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .heading-style-h3-2 {
    -webkit-text-stroke-width: 0px;
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .spacer-custom-1.is-mobile-small {
    padding-top: .75rem;
  }

  .home-header_imgs-wrapper {
    display: none;
  }

  .work-list_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .home-header_location-globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-header_text {
    font-size: 1rem;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .home-header_label {
    font-size: .75rem;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-5 {
    border-radius: 1.25rem;
  }

  .section_home-header {
    height: auto;
    min-height: auto;
  }

  .label_line {
    width: 1.75rem;
  }

  .home-header_heading {
    font-size: 2rem;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cursor-dot, .cursor-wrap {
    display: none;
  }

  .page-padding-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-icon {
    width: 10rem;
    min-width: 10rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .page-padding-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .history-info {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .title-stacked {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .about-hero-intro {
    padding-bottom: 2rem;
  }

  .main-button {
    background-color: #8b6d4b;
    margin-bottom: 10px;
  }

  .paragraph-video {
    font-size: 32px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .full-image-2 {
    min-height: 31.25rem;
  }

  .text-small {
    text-align: left;
    white-space: nowrap;
    font-size: .8125rem;
  }

  .card-text-wrapper {
    padding-bottom: 4vh;
  }

  .card-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-12 {
    min-height: 400px;
  }

  .container-7 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .features-table {
    padding: 60px 15px;
  }

  .container-10 {
    max-width: 100vw;
  }

  .section-turnkey {
    padding-top: 8vh;
    padding-bottom: 8vh;
    padding-left: 10%;
  }

  .turnkey-heading {
    font-size: 1.9em;
  }

  .section-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
  }

  .heading-style-xxlarge {
    font-size: 20vw;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-alt-small {
    font-size: 2.25rem;
  }

  .heading-style-small {
    font-size: 16vw;
  }

  .clients-item {
    padding: 2.5rem;
  }

  .home-hero-logos {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-right-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .home-services-item-content {
    padding: 3rem 2.5rem;
  }

  .main-wrapper-5 {
    padding-top: 70px;
  }

  .home-services-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .home-hero-right-bottom {
    padding: 3rem 2.5rem;
  }

  .home-projects-grid {
    flex-flow: column;
    display: flex;
  }

  .button-7 {
    padding: .25rem 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .large-title-2 {
    font-size: 15vw;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 1.4px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    letter-spacing: .6px;
    font-size: 32px;
    line-height: 32px;
  }

  h3 {
    font-size: 32px;
    line-height: 32px;
  }

  h4 {
    overflow-wrap: anywhere;
  }

  h5 {
    line-height: 18px;
  }

  .space-112px.mobile-hidden {
    display: none;
  }

  .space-112px.mobile-no-space {
    min-height: 0;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: block;
  }

  .section.relative.hidden.mobil, .section.hidden.mobil {
    display: none;
  }

  .section.header {
    padding-bottom: 20px;
  }

  .section.header.footer {
    font-size: 16px;
  }

  .section.header.cta {
    padding-bottom: 0;
  }

  .container.padding-72px {
    padding-top: 53px;
  }

  .container.padding-144px {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .footer-flex-bottom {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    min-height: 64px;
    font-size: 25px;
    transition-duration: .3s;
  }

  .nav-link:hover {
    color: var(--orange);
    font-weight: 500;
  }

  .nav-link.move-down.hide-on-tab.no-left-padding.truncrate, .nav-link.dropdown-label.truncrate {
    max-width: 180px;
  }

  .image-parallax-curve {
    top: -32px;
  }

  .faq-dropdown {
    transition: none;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    z-index: 999;
    max-width: none;
    min-height: 36px;
    max-height: 36px;
    position: relative;
  }

  .logo.invert {
    max-width: none;
  }

  .utilities-rtb-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .awards-title-wrapper.slide-up-animation {
    padding-top: 0;
  }

  .text-align-right {
    text-align: center;
  }

  .text-block {
    grid-row-gap: 16px;
    align-items: center;
  }

  .flex-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
  }

  .works-details, .services-details {
    max-width: 240px;
  }

  .reviews-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.3;
  }

  .flex {
    align-items: center;
  }

  .works-grid-thirds {
    grid-column-gap: 8px;
  }

  .service-project-title {
    font-size: 32px;
    line-height: 32px;
  }

  .nav-link-wrapper {
    padding-bottom: 0;
    font-size: 12px;
  }

  .footer-link-wrapper.bug {
    display: none;
  }

  .utility-page-content {
    justify-content: flex-start;
    align-items: center;
    width: 320px;
  }

  .caps {
    font-size: 5vw;
    line-height: 1.9;
  }

  .caps.centered-on-mobile {
    font-size: 24px;
  }

  .caps.no-wrap {
    font-size: 6vw;
  }

  .caps.detail-page {
    margin-bottom: 20px;
    font-size: 10vw;
    line-height: 1.3;
  }

  .contact-wrapper.slide-up-animation {
    grid-row-gap: 40px;
  }

  .works-big-image {
    min-height: 240px;
    max-height: 240px;
  }

  .slide-up-animation {
    width: 100%;
  }

  .footer-bottom-text {
    font-size: 14px;
  }

  .utitlities-title-wrapper.slide-up-animation {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .wrapper-thirds {
    min-width: 100%;
    max-width: 100%;
  }

  .price-card-title {
    font-size: 24px;
    line-height: 24px;
  }

  .button.align-right {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .button.login {
    padding-left: 13px;
    padding-right: 13px;
  }

  .product_total {
    font-size: 24px;
    line-height: 24px;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .side-bar-left {
    max-width: 100%;
  }

  .fix-scroll-container-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .row-content {
    align-items: center;
  }

  .brochure-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-page, .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-right: 0;
  }

  .outline-white {
    -webkit-text-stroke-width: .5px;
  }

  .button-text.text {
    font-size: 10px;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .services-link-wrapper-old {
    align-items: center;
    width: 240px;
  }

  .title-wrapper {
    flex-direction: column;
  }

  .checkout {
    flex-flow: column;
  }

  .title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lightbox-link {
    min-height: 240px;
    max-height: 240px;
  }

  .package-title {
    max-width: 280px;
    font-size: 42px;
    line-height: 42px;
  }

  .cart-button {
    z-index: 1001;
    margin-right: 4px;
  }

  .cart-header {
    z-index: 1001;
    background-color: var(--black);
  }

  .cart-form-wrapper {
    z-index: 1001;
    background-color: var(--black);
    position: relative;
  }

  .cart {
    z-index: 1001;
  }

  .metrics-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .metrics-text-wrapper {
    min-height: auto;
    max-height: none;
    padding-bottom: 32px;
  }

  .metrics-text.outline {
    line-height: 1.1;
  }

  .page-title-wrapper {
    text-align: center;
    border-radius: 24px;
    align-items: center;
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-title-block {
    padding-top: 40px;
  }

  .page-title-flex {
    align-items: center;
    font-size: 16px;
  }

  .menu-button {
    padding-left: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-flex {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .card-image {
    max-height: 320px;
  }

  .cta-text {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
  }

  .cta-text.outline-white, .cta-text.align-left {
    font-size: 60px;
  }

  .reviews-images {
    max-width: 76px;
    max-height: 66px;
  }

  .reviews-block {
    align-items: center;
  }

  .slide {
    height: 100%;
  }

  .reviews-slide {
    justify-content: space-around;
    margin-bottom: 0;
    overflow: hidden;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
    max-width: 320px;
  }

  .reviews-arrow.right {
    width: 64px;
    height: 64px;
  }

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .spinner-wrapper {
    margin-top: -96px;
  }

  .card-block {
    width: 100%;
  }

  .works-title-block {
    text-align: center;
    border-radius: 24px;
    align-items: center;
  }

  .works-title-huge {
    font-size: 54px;
    line-height: 54px;
  }

  .works-title-huge.outline-white.home.showcase {
    padding-left: 0;
  }

  .works-title-huge.outline-white.home.cta {
    padding-left: 10px;
  }

  .works-title-huge.home.showcase {
    font-size: 12vw;
  }

  .works-title-huge.home.cta {
    line-height: 1.3;
  }

  .awards-card {
    padding-left: 0;
    padding-right: 0;
  }

  .price-title-wrapper {
    flex-direction: column;
  }

  .price-title {
    overflow-wrap: normal;
    font-size: 32px;
    line-height: 32px;
  }

  .projects-title-flex {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .large-title {
    font-size: 11vw;
    line-height: 1;
  }

  .large-title.blog {
    padding-bottom: 40px;
    font-size: 5vw;
  }

  .services-link-wrapper {
    width: 100%;
    height: 240px;
  }

  .services-text-flex {
    text-align: center;
    align-items: center;
  }

  .skills-content-wrapper {
    min-width: 240px;
    max-width: 200px;
  }

  .skills-image {
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .skills-image.fade-in-animation {
    border-radius: var(--border-radius);
    max-width: none;
  }

  .skills-text {
    font-size: 24px;
  }

  .skills-flex {
    align-items: center;
  }

  .skills-wrapper {
    text-align: center;
    align-items: center;
  }

  .cta-text-wrapper.slide-up-animation {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .space-page-top {
    min-height: 130px;
  }

  .socials-wrapper {
    top: 64%;
  }

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

  .contact-card1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: none;
    padding: 20px;
  }

  .contact-block {
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .hero-text {
    font-size: 6vw;
    line-height: 1.3;
  }

  .hero-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .hero-image-back {
    min-width: 90vw;
    max-width: 90vw;
    min-height: 90vw;
    max-height: 90vw;
  }

  .hero-image-bottom {
    min-width: 90vw;
    max-width: 90vw;
    bottom: 25%;
    left: 5%;
  }

  .hero-image-top {
    min-width: 90vw;
    max-width: 90vw;
    top: 24%;
    left: 5%;
  }

  .hero-image-left {
    min-height: 90vw;
    max-height: 90vw;
    top: 5%;
    left: 29%;
  }

  .hero-image-right {
    min-height: 90vw;
    max-height: 90vw;
    top: 5%;
    right: 30%;
  }

  .hero-image-front {
    min-width: 90vw;
    max-width: 90vw;
    min-height: 90vw;
    max-height: 90vw;
  }

  .large-description {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 1.3;
  }

  .works-title-flex.space-between {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-tall-wrapper {
    text-align: center;
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
  }

  .works-link-wrapper.mid-wrapper {
    align-items: stretch;
  }

  .image-mid-wrapper {
    text-align: center;
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
  }

  .image-mid-wrapper.no-min-size {
    max-width: none;
    max-height: none;
  }

  .image-large-wrapper {
    text-align: center;
    min-width: 240px;
    min-height: 180px;
    max-height: 180px;
  }

  .footer-right-flex {
    margin-top: 50px;
  }

  .hero-socials-wrapper {
    top: 64%;
  }

  .order-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .line-item {
    flex-flow: column;
  }

  .about-images-flex {
    width: 85%;
  }

  .about-images-flex.homeflex {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-image {
    min-height: 360px;
    max-height: 360px;
  }

  .history-text-flex.right {
    padding-right: 0;
  }

  .max-width-56vw {
    text-align: justify;
    font-size: 23px;
    line-height: 1.3;
  }

  .max-width-22vw {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 5vw;
    line-height: 1.3;
  }

  .team-image {
    text-align: center;
  }

  .image-wrapper-parallax {
    min-height: 210px;
    max-height: 210px;
  }

  .nav-flex {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .max-width-16vw.mobile-font-size {
    font-size: 16px;
  }

  .max-width-30vw {
    font-size: 16px;
    line-height: 1.3;
  }

  .user-dashboard_nav_counter {
    pointer-events: none;
    padding-top: 1px;
    padding-left: 1px;
    inset: -3px -3px auto auto;
  }

  .user-dashboard_nav-link_icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .user-dashboard_nav-link_icon.nav {
    width: 20px;
    height: 20px;
  }

  .user-dashboard_nav-top {
    height: 5vh;
    min-height: 50px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .user-dashboard_title {
    font-size: 34px;
    line-height: 36px;
  }

  .user-dashboard-content-wrapper {
    max-width: calc(100vw - 45px);
  }

  .user-dashboard_nav-center, .user-dashboard_nav-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 10px 3px;
    display: flex;
  }

  .user-dashboard_nav-link {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    padding: 2px;
  }

  .user-dashboard_nav-link.upcoming {
    opacity: .6;
    justify-content: center;
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
  }

  .user-dashboard_nav-wrapper {
    z-index: 10;
    width: 45px;
    min-width: 45px;
    max-width: none;
  }

  .user-dashboard_nav-logo {
    width: 100%;
  }

  .order-name {
    font-size: 16px;
  }

  .order-history_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    position: relative;
  }

  .order-preview_details {
    font-size: 12px;
  }

  .order-item_thumbnail {
    width: 30px;
    height: 30px;
  }

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

  .order-history_filter-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .render-list_add {
    padding-bottom: 63px;
  }

  .model-upload-section {
    padding: 16px;
  }

  .model-data-section {
    padding-top: 40px;
    padding-right: 15px;
  }

  .payment_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-confirmation_data-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .order-confirmation_data-wrapper.details {
    display: none;
  }

  .order-confirmation_button-wrapper {
    flex-flow: column;
  }

  .additional-images {
    padding-left: 15px;
    padding-right: 15px;
  }

  .confirmation-tab_wrapper {
    max-width: calc(100vw - 45px);
    padding: 15px;
  }

  .image-output-wrap {
    padding-top: 10px;
  }

  .one-item-render {
    padding-bottom: 120px;
  }

  .card-header {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .request-ratio-wrapper {
    flex-flow: column;
  }

  .coupon-input-wrap.upload {
    flex-flow: column;
    display: flex;
  }

  .main-select-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .coupon-form-label {
    font-size: 12px;
    line-height: 1;
    top: -5px;
    left: 10px;
  }

  .ratios-wrapper {
    flex-flow: wrap;
  }

  .render-item {
    flex-flow: column;
    margin-right: 0;
    padding-top: 40px;
  }

  .flex-rightside-40 {
    padding-right: 0;
  }

  .div-block-71 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .request-item-wrapper {
    position: relative;
  }

  .code-embed {
    width: 20px;
    height: 20px;
  }

  .user-dashboard_support-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inbox_list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .message-dropdown_subject {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
  }

  .message-dropdown_toggle {
    padding-top: 15px;
  }

  .footer-link_heading {
    font-family: Interdisplay, sans-serif;
    font-size: 4vw;
    font-weight: 600;
  }

  .testimonials-name {
    font-size: 14px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .bento-grid_user-info_title {
    font-size: 19px;
  }

  .bento-grid_user-info {
    flex-flow: column;
    display: flex;
  }

  .recent-order_title {
    max-width: 100%;
  }

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

  .bento-grid_content-grid {
    flex-flow: column;
    display: flex;
  }

  .form-line.date-filter {
    flex-flow: wrap;
  }

  .form-line.date-filter.filter {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .bento-grid_item {
    order: 10;
  }

  .bento-grid_item.link {
    order: -1;
  }

  .bento-grid_item.history {
    order: 0;
    overflow: hidden;
  }

  .ms-pill-label {
    height: 30px;
    padding: 5px 12px;
  }

  .order-history_date-picker {
    width: 115px;
    height: 30px;
    padding: 5px 12px;
    font-size: 11px;
  }

  .order-history_list-sorting {
    padding-left: 45px;
    padding-right: 45px;
  }

  .order-history_filter-by-time {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-sorting_header {
    font-size: 12px;
  }

  .order-history_filter-label {
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 1;
    display: flex;
  }

  .preferences-form_grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms-toggle-label {
    white-space: normal;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-weight: 200;
    line-height: 1;
  }

  .ms-toggle-wrap {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }

  .user-dashboard_preferences-input {
    font-size: 16px;
  }

  .user-dashboard_preferences-input.select {
    min-width: 90px;
    font-size: 16px;
  }

  .ms-toggle-bg {
    height: 26px;
  }

  .order-history_customer-info {
    min-width: auto;
    max-width: calc(100vw - 65px);
  }

  .order-item_line.tags {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 5px;
    display: none;
  }

  .order-item_text {
    width: 60px;
    font-size: 12px;
  }

  .order-item_text.price {
    text-align: right;
  }

  .order-items_render-type {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1;
  }

  .customer-info_wrapper {
    max-width: calc(100vw - 65px);
  }

  .order-console_details-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-info_heading {
    font-size: 22px;
  }

  .order-items_pricing-heading.right {
    width: 80px;
    font-size: 12px;
  }

  .order-items_wrapper {
    max-width: calc(100vw - 65px);
  }

  .order-items-item-details {
    max-width: 150px;
  }

  .order-item_paragraph {
    font-size: 13px;
  }

  .order-item_paragraph.json {
    width: 100px;
  }

  .image-11 {
    width: 30px;
    margin-right: 11px;
  }

  .dropdown-list.w--open {
    right: 0;
  }

  .user-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 32px;
  }

  .user-link.disable {
    display: none;
  }

  .login-wrapper {
    flex-flow: column;
    margin-right: 10px;
  }

  .dropdown-toggle-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-3 {
    margin-right: 10px;
  }

  .dropdown {
    justify-content: center;
    align-items: center;
  }

  .div__home_pc {
    width: 91vw;
    height: 80vh;
    margin-top: 2vh;
    display: none;
  }

  .img__showcase_1 {
    width: 39.939vw;
    height: auto;
    top: 49.58%;
    left: 22.86%;
  }

  .img__showcase_3_m {
    width: 41.46%;
    height: auto;
    top: 25.12%;
    left: 0%;
  }

  .img__showcase_1_t {
    width: 39.939vw;
    height: auto;
    top: 49.58%;
    left: 22.86%;
  }

  .div__home_t {
    width: 91vw;
    height: 80vh;
    margin-top: 2vh;
    display: none;
  }

  .img__showcase_1_m {
    width: 39.94%;
    height: auto;
    top: 46.58%;
    left: 29.86%;
  }

  .img__showcase_6_m {
    width: 48.48%;
    height: auto;
    top: 60.22%;
    left: 11.49%;
  }

  .img__showcase_2_m {
    width: 61.28%;
    height: auto;
    top: 0%;
    left: 32.01%;
  }

  .img__showcase_4_m {
    width: 65.24%;
    height: auto;
    top: 29.43%;
    left: 34.76%;
  }

  .img__showcase_5_m {
    width: 55.79%;
    height: auto;
    top: 61.73%;
    left: 37.5%;
  }

  .div__wrapper_images {
    flex: none;
    align-self: auto;
    display: block;
  }

  .div__home_m {
    object-fit: fill;
    align-items: flex-start;
    width: 91vw;
    height: 130vw;
    margin-top: 3vh;
    margin-bottom: 0;
    display: flex;
  }

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

  .uploader-status_paragraph.mobile {
    display: block;
  }

  .uploader-status_paragraph.desktop {
    display: none;
  }

  .message-dropdown_date {
    font-size: 12px;
    line-height: 1;
  }

  .short-wrapper {
    width: auto;
    min-width: 130px;
  }

  .address-form-wrapper {
    min-width: 200px;
    max-height: 580px;
    overflow: scroll;
  }

  .address-wrap {
    flex-flow: column;
  }

  .signup-section {
    min-width: 150px;
  }

  .user-dashboard_nav-text {
    width: 0;
    overflow: hidden;
  }

  .place-order_cart {
    margin-left: 0;
    margin-right: 0;
  }

  .cart_wrapper {
    padding: 5px;
  }

  .cart_svg {
    width: 24px;
    height: 24px;
  }

  .cart_counter {
    font-size: 9px;
  }

  .cart_details.w--open {
    width: calc(100vw - 65px);
    min-width: 290px;
    max-width: 410px;
  }

  .cart_order-render {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 10px;
  }

  .cart_order-item_info, .cart_order-items_item-details {
    flex-flow: wrap;
  }

  .cart_order-items_render-type {
    font-size: 15px;
  }

  .place-order_cart-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .hidden-later {
    display: none;
  }

  .general-info_dimensions {
    white-space: nowrap;
  }

  .general-info_line {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 65px 30px;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
  }

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

  .div-block-78 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .generate-random-data {
    display: none;
  }

  .div-block-85 {
    max-width: calc(100vw - 65px);
  }

  .order-details_nav-wrapper {
    min-width: 45px;
    max-width: 45px;
  }

  .div-block-87 {
    z-index: 20;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
  }

  .required-text_wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pflicht {
    align-self: auto;
  }

  .how-to_wrapper {
    padding-right: 0;
  }

  .how-to_cam {
    z-index: 4;
    padding-right: 20px;
    top: 112px;
  }

  .logo_wrapper {
    transform: scale(.6);
  }

  .how-to_content {
    z-index: 1;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-to_content-container {
    z-index: 3;
    width: 100vw;
    max-width: 100%;
    height: 60vh;
    inset: 40vh 0% auto;
  }

  .how-to_content-q {
    font-size: 7vw;
  }

  .how-to_content-q._2 {
    font-size: 5vw;
  }

  .how-to_content-q._1 {
    text-align: center;
    letter-spacing: .35px;
    font-size: 3.4vw;
  }

  .how-to_content-q._3 {
    font-size: 4.2vw;
  }

  .how-to_content-a._1 {
    font-size: 6vw;
  }

  .how-to_content-a._2, .how-to_content-a._3 {
    font-size: 6.3vw;
  }

  .how-to_content-a._4 {
    font-size: 6vw;
  }

  .how-to_content-bg {
    font-size: 70vw;
  }

  .how-to_image-1, .how-to_image-2, .how-to_image-3, .how-to_image-4 {
    object-position: 50% 10%;
  }

  .agb-rich h4 {
    font-size: 25px;
    line-height: 32px;
  }

  .hero-image-slider {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

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

  .modal-heading {
    word-break: break-all;
  }

  .hero-text-wrap {
    max-width: 90vw;
  }

  .order-confirmation_heading {
    font-size: 7vw;
  }

  .order-confirmation_paragraph {
    word-break: keep-all;
    font-size: 4vw;
    line-height: 1.3;
  }

  .login-button {
    color: var(--white);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
  }

  .howto_left-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .howto_image-wrapper {
    max-height: 50vh;
    margin-top: 112px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .howto_content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 60px 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .howto_content-heading {
    font-size: 6vw;
    font-weight: 400;
  }

  .howto_content-paragraph {
    font-size: 15px;
    line-height: 1.3;
  }

  .div-block-95, .div-block-96 {
    flex-flow: column;
    display: flex;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .fs-cc-banner_component {
    padding: 25px 15px 12px;
  }

  .order-type_select {
    font-size: 5vw;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .recaptcha {
    align-self: flex-end;
  }

  .header-text {
    font-size: 25px;
    line-height: 1.7;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .uploader-wrapper_wrapper {
    flex-flow: column;
  }

  .collection-item-2 {
    width: 100%;
  }

  .index-heading {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: calc(20vw - 28px);
  }

  .hero-slider_image-1 {
    background-image: url('../images/Sprossen_real_751Sprossen_real_750.webp');
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-slider_image-1.wired {
    background-image: url('../images/Sprossen_clay_751Sprossen_clay_750.webp');
  }

  .hero-slider_image-2 {
    background-image: url('../images/Pooltable_corner_closeup_real_751Pooltable_corner_closeup_real_750.webp');
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-slider_image-2.wired {
    background-image: url('../images/Pooltable_corner_closeup_clay_751Pooltable_corner_closeup_clay_750.webp');
  }

  .hero-slider_image-3 {
    background-image: url('../images/HOTEL2.1_LIVING_real_751HOTEL2.1_LIVING_real_750.webp');
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-slider_image-3.wired {
    background-image: url('../images/HOTEL2.1_LIVING_clay_751HOTEL2.1_LIVING_clay_750.webp');
  }

  .hero-slider_image-5 {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_real_751HOTEL2.1_red_couch_closeup_real_750.webp');
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-slider_image-5.wired {
    background-image: url('../images/HOTEL2.1_red_couch_closeup_clay_751HOTEL2.1_red_couch_closeup_clay_750.webp');
  }

  .hero-slider_image-4 {
    background-image: url('../images/whiteball_billard_closeup_real_751whiteball_billard_closeup_real_750.webp');
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .hero-slider_image-4.wired {
    background-image: url('../images/whiteball_billard_closeup_clay_751whiteball_billard_closeup_clay_750.webp');
  }

  .nav-button.login {
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-button.menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--renderblue);
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    transition: color .3s, background-color .25s ease-in-out;
    display: flex;
  }

  .nav-button.menu:hover {
    background-color: var(--renderblue);
    color: var(--renderblue);
  }

  .div-block-107 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
    display: block;
  }

  .rechnungsadresseblock {
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-heading {
    text-align: left;
    font-size: 1rem;
  }

  .steps-grid.slide-up-animation {
    flex-flow: column;
    display: flex;
  }

  .pricing-card.free {
    border-width: 2px;
  }

  .pricing_name {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-14 {
    font-size: 30px;
  }

  .dropdown-field {
    font-size: 16px;
  }

  .dropdown-field.select {
    min-width: 90px;
    font-size: 16px;
  }

  .form-8 {
    width: 100%;
  }

  .checkbox-label-2 {
    font-size: 11px;
  }

  .form-9 {
    justify-content: space-between;
    align-items: center;
  }

  .services-layout {
    display: flex;
  }

  .grid-item_wrapper-text {
    order: 2;
  }

  .grid-item_wrapper-text.left {
    order: 4;
  }

  .blog-post_wrapper {
    border: 1px none var(--yellow);
    border-radius: 18px;
    flex-flow: column;
    height: auto;
    max-height: none;
    padding: 6px;
  }

  .blog-post_thumbnail {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .blog-list {
    padding-top: 40px;
  }

  .blog-post_link {
    display: none;
  }

  .heading-9 {
    text-transform: none;
    font-size: 6vw;
    font-weight: 700;
  }

  .grid-item_wrapper {
    order: 1;
  }

  .grid-item_wrapper.left {
    order: 5;
  }

  .grid-item_wrapper.right {
    order: 3;
  }

  .blog-post_content-richtext {
    text-align: left;
    text-transform: none;
    width: 100%;
  }

  .blog-post_content-richtext h1 {
    font-size: 34px;
  }

  .blog-post_content-richtext h2 {
    font-size: 27px;
  }

  .blog-post_content-richtext h3 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.2;
  }

  .blog-post_content-richtext h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
  }

  .blog-item {
    padding: 6px;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 1.2;
  }

  .checkbox-field-7 {
    flex: 0 auto;
  }

  .footer-mention-text {
    font-size: 12px;
  }

  .paragraph-16 {
    align-self: flex-end;
    margin-top: -5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 700;
  }

  .div-block-113 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }

  .blog-image {
    height: 50vh;
  }

  .background-video {
    height: 60%;
  }

  .masonry-grid_item {
    width: 45%;
  }

  .masonry-grid_item.text {
    width: 100%;
    padding: 10px;
  }

  .div-block-115 {
    width: 100%;
  }

  .steps-count, .steps-heading {
    font-size: 10vw;
    line-height: 1;
  }

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

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

  .number-counter_heading {
    font-size: 10vw;
  }

  .lp-2_image-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .auto-tabs_menu {
    z-index: 1;
    width: 100%;
    padding: 1.5vw;
  }

  .auto-tabs_link {
    opacity: .7;
  }

  .auto-tabs_link.w--current {
    opacity: 1;
    background-color: #ffffff30;
  }

  .auto-tabs_pane {
    height: 100%;
  }

  .auto-tabs_content {
    z-index: 0;
    opacity: .5;
    width: 100%;
    height: 100%;
    padding-left: 0;
    position: absolute;
  }

  .auto-tab_pane-container {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }

  .div-block-121 {
    order: -1;
  }

  .lp-4_card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 12px;
  }

  .lp-4_grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-4_number {
    font-size: 9vw;
  }

  .lp-4_heading {
    font-size: 4vw;
  }

  .maschinenbau-compare {
    aspect-ratio: 1193 / 831;
    width: 100%;
  }

  .site-heading_sub-text {
    font-size: 4vw;
    line-height: 1;
  }

  .header-button {
    width: 100%;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .header-button-wrapper {
    width: 100%;
  }

  .heading-style-h1 {
    text-align: left;
    font-size: 2.3rem;
  }

  .heading-style-h6-2 {
    text-align: left;
    font-size: 1.8rem;
  }

  .page-intro-title.is-webdesign {
    padding-bottom: 10px;
    font-size: 14vw;
  }

  .page-intro-title.is-animation, .page-intro-title.is-skills {
    padding-bottom: 20px;
    font-size: 14vw;
  }

  .page-intro-title-small {
    font-size: 3.5vw;
    display: block;
  }

  .page-intro-title-small.is-made-in-webflow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .page-intro-title-small.is-best-in-class {
    font-size: 3.6vw;
    font-weight: 400;
  }

  .header-left {
    font-size: .8em;
  }

  .bold-text-4 {
    font-size: 2.3rem;
  }

  .nav-wrapper.left {
    display: none;
  }

  .filled-heading {
    text-align: center;
    font-size: 48px;
  }

  .sun-icon {
    width: 75vw;
  }

  .background-video-2.mobile-hidden {
    display: none;
  }

  .outline-heading {
    text-align: center;
    font-size: 48px;
  }

  .bg-video-border-wrapper {
    border-top-width: 25vw;
    border-bottom-width: 25vw;
  }

  .bold-text-6 {
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.6vw;
    display: inline;
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    padding-right: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .project {
    width: 80%;
    height: 80vh;
  }

  .form-block-2 {
    min-width: auto;
  }

  .swiper-slide {
    height: 65vh;
  }

  .swiper-nav-btn.prev {
    left: 5%;
  }

  .swiper-nav-btn.next {
    right: 5%;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subline {
    font-size: 10px;
  }

  .submit-wrapper {
    bottom: -29%;
  }

  .db {
    display: inline;
  }

  .db.mobile-db {
    display: block;
  }

  .nav-item-list.is--main-nav {
    display: flex;
  }

  .section-1-img.pic._1-3.mobile, .section-1-img._2-3.mobile {
    flex-basis: 50%;
  }

  .section-4, .section-4.mobile-flex {
    flex-flow: column;
  }

  .section-4.mobile {
    height: 150vh;
  }

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

  .background-video-3 {
    width: 100%;
    display: none;
  }

  .section-2-img._1-3.mobile {
    flex-basis: 50%;
  }

  .header-container {
    flex-direction: column;
    display: flex;
  }

  .header-container.hidden {
    display: none;
  }

  .logo-2 {
    background-size: auto 450px;
    width: 100%;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .home-header_img {
    border-radius: 1.75vh;
    width: 10vh;
    height: auto;
  }

  .home-header_headings {
    max-width: 15rem;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60vh;
  }

  .cta_content {
    padding: 2rem;
  }

  .heading-style-h3-2 {
    margin-bottom: 10px;
    font-size: 4vw;
    font-weight: 300;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .home-header_imgs-wrapper {
    display: flex;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .padding-section-medium.mobile-no-pad {
    padding-top: 0;
  }

  .section_home-header {
    min-height: 100vh;
  }

  .home-header_labels-wrap {
    bottom: 1.25rem;
  }

  .home-header_component {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h6-4 {
    font-weight: 600;
  }

  .page-wrapper-2 {
    padding-top: 20px;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .large-heading {
    font-size: 8vw;
  }

  .section-logos {
    width: 100%;
  }

  .page-padding-2 {
    flex-flow: wrap;
    display: block;
  }

  .logo-strip-wrapper.mobile-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-strip.mobile-grid {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .about-history {
    padding-bottom: 0;
  }

  .title-stacked {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .text-size-large {
    font-size: 1rem;
    line-height: 4.5vw;
  }

  .about-hero-intro {
    padding-bottom: 0;
  }

  .main-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-button.paragraph-video-btn {
    margin-left: 0;
  }

  .video-wrapper.mobile-hide-video {
    display: block;
  }

  .paragraph-21 {
    font-size: 15px;
    font-weight: 400;
  }

  .wrapper-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    padding: 100px 20px;
    display: flex;
  }

  .video-section {
    overflow: hidden;
  }

  .paragraph-video {
    height: auto;
    padding-bottom: 0;
    font-size: 32px;
    display: flex;
  }

  .paragraph-video.position {
    font-weight: 400;
  }

  .background-video-4 {
    display: block;
  }

  .paragraph-22.mobile-font-size {
    font-size: 12px;
  }

  .bold-text-8 {
    font-size: 8vw;
  }

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

  .margin-bottom-24px.mobile-font {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-9.mobile-font {
    font-size: 4.5vw;
  }

  .link-3.mobile-font-size {
    font-size: 12px;
  }

  .links-wrapper {
    display: none;
  }

  .link-4.mobile-font-size {
    font-size: 12px;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .slide-content-2 {
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-heading {
    margin-bottom: 1rem;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .cards-scroller {
    height: auto;
  }

  .card-image-mobile {
    max-height: 20vh;
    display: block;
  }

  .card-slide {
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .full-image-2 {
    height: 25vh;
    min-height: auto;
  }

  .text-small {
    text-align: right;
    font-size: .7em;
  }

  .card-text-wrapper {
    justify-content: center;
  }

  .card-title {
    white-space: normal;
    font-size: 1.1em;
  }

  .container-6.padding-72px {
    padding-top: 53px;
  }

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

  .bold-text-10.mobile-text-hight {
    text-align: left;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .paragraph-24.mobile-text-size {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }

  .accent-l03-grid.mobile-grid {
    grid-template-columns: 1fr;
  }

  .accent-l03-title-wrapper.mobile-text {
    margin-top: 0;
  }

  .hero-60.mobile-text {
    text-align: left;
    width: 100%;
    font-size: 6vw;
    line-height: 2.9rem;
  }

  .container-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-interaction {
    height: auto;
    margin-top: 4rem;
  }

  .hero-sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .sticky-images {
    border-radius: .5rem;
  }

  .sticky-images.left {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .sticky-images.middle {
    width: 100%;
    max-width: none;
    height: 50vw;
    position: relative;
  }

  .sticky-images.right {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-top: 0;
    position: relative;
    left: auto;
  }

  .heading-15.mobil {
    font-size: 3vw;
  }

  .section-14 {
    font-size: 15px;
  }

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

  .heading-16 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    line-height: 25px;
  }

  .heading-17 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
    font-size: 15px;
  }

  .div-block-124.mobile {
    flex-basis: 100%;
  }

  .image-16.desktop-hidden {
    display: block;
  }

  .heading-19 {
    font-size: 2vw;
    line-height: 4.5vw;
  }

  .bold-text-13 {
    font-size: 6vw;
    line-height: 3.2vw;
  }

  .features-table {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-heading {
    text-align: left;
    margin-bottom: 24px;
    font-size: 7vw;
    line-height: 2.9rem;
  }

  .centered-subheading {
    text-align: left;
    font-size: 3.5vw;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    font-size: 16px;
  }

  .container-10 {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 8px;
  }

  .clone-button {
    font-size: 16px;
  }

  .section-turnkey {
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-left: 0%;
  }

  .subheading {
    margin-bottom: 1em;
    font-size: 14px;
  }

  .turnkey-heading {
    min-height: 1px;
    line-height: 1.2;
  }

  .scroll-gallery_row-wrapper {
    height: 140px;
  }

  .scroll-gallery_item-wrapper {
    padding-top: 140px;
  }

  .section-top {
    padding: 2rem 2rem 1.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-alt-small {
    font-size: 2rem;
  }

  .heading-alt-h6 {
    font-size: 1rem;
  }

  .heading-style-small {
    padding-top: 60px;
    font-size: 7vw;
  }

  .clients-item {
    padding: 2rem;
  }

  .home-hero-logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-alt-h2 {
    font-size: 1.5rem;
  }

  .heading-alt-h5 {
    font-size: 1.125rem;
  }

  .home-hero-right-top {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-services-item-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .main-wrapper-5 {
    padding-top: 62px;
  }

  .home-clients-grid {
    flex-flow: column;
    display: flex;
  }

  .home-services-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .home-hero-right-bottom {
    padding: 2.5rem 1.5rem;
  }

  .heading-alt-h3 {
    font-size: 16px;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .bold-text-21 {
    font-size: 7vw;
  }

  .bold-text-22 {
    font-size: 6vw;
  }

  .bold-text-23 {
    text-transform: uppercase;
    font-size: 6vw;
  }

  .bold-text-30 {
    font-size: 7vw;
  }

  .padding-global-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-7 {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .button-arrow {
    width: 1.5rem;
  }

  .portfolio-list {
    grid-row-gap: 2rem;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .large-title-2 {
    font-size: 16.5vw;
    overflow: visible;
  }

  .large-title-2.mobil {
    display: none;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

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

  .project-content-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bottom-margin-medium {
    font-size: 5.5vw;
    line-height: 28px;
  }

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

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

  .project-description {
    margin-top: 30px;
  }

  .paragraph-28 {
    padding-top: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .heading-20, .heading-21 {
    font-family: Montserrat, sans-serif;
    font-size: 6.5vw;
  }

  .paragraph-29 {
    padding-top: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .heading-22 {
    text-transform: none;
    font-size: 6.5vw;
  }

  .paragraph-30 {
    font-size: 16px;
    line-height: 23px;
  }

  .heading-23 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 25px;
    display: block;
  }

  .heading-24 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
  }

  .heading-25 {
    font-size: 25px;
  }

  .heading-26, .heading-27 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-28 {
    text-transform: none;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-29, .heading-30, .heading-31 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-32, .heading-33, .heading-34 {
    font-size: 25px;
  }

  .heading-35 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-36 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-37, .heading-38 {
    text-transform: none;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-39, .heading-40 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-41 {
    text-transform: none;
    font-size: 25px;
    line-height: 42px;
  }

  .heading-42 {
    text-transform: none;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-43 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-44 {
    font-size: 25px;
  }

  .heading-45 {
    text-transform: none;
    font-size: 25px;
  }

  .heading-46 {
    font-size: 25px;
  }

  .heading-47 {
    text-transform: none;
    font-size: 25px;
  }

  .rich-text-block-2 {
    width: 100%;
    font-size: 16px;
    display: block;
  }

  .heading-48 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

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

  .heading-49 {
    font-size: 6vw;
  }

  .mobil {
    text-transform: none;
    font-size: 35px;
  }

  .paragraph-31 {
    margin-bottom: 20px;
  }

  .heading-50 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}

#w-node-_3b26c16f-334a-d740-ede4-07849651e0d3-4d3c1944, #w-node-_3b26c16f-334a-d740-ede4-07849651e0d9-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea0f-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea11-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea14-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea16-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea19-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea1b-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea1e-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea20-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea23-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea25-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea28-4d3c1944, #w-node-e6502247-046f-9c12-8105-a23dcf7aea2a-4d3c1944 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3595132a-7355-3b50-b384-b2f73a76a0c2-2e90a39c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-4d3c194c, #w-node-_5d110268-179e-1371-ecd7-5eaf057a1928-4d3c194c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bb1-4d3c195b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bf8-4d3c195b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bd2-4d3c195b {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bd9-4d3c195b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bc9-4d3c195b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bfd-4d3c195b {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5c2e-4d3c195b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a1ffca2-3d0b-f7fb-119a-5924c8c58f29-4d3c195c {
  align-self: center;
}

#w-node-_8a1ffca2-3d0b-f7fb-119a-5924c8c58f2b-4d3c195c, #w-node-_8a1ffca2-3d0b-f7fb-119a-5924c8c58f2f-4d3c195c {
  align-self: end;
}

#error2.w-node-_706c022e-9104-44bd-b055-0a614e49d2bd-4d3c195d {
  grid-column: span 2 / span 2;
}

#w-node-f0271f2c-0ccc-9d23-b4d7-9c39de885170-4d3c195d, #w-node-f0271f2c-0ccc-9d23-b4d7-9c39de885173-4d3c195d, #w-node-f0271f2c-0ccc-9d23-b4d7-9c39de885177-4d3c195d {
  grid-area: main-select;
}

#w-node-f0271f2c-0ccc-9d23-b4d7-9c39de885179-4d3c195d {
  grid-area: ratio;
}

#w-node-f0271f2c-0ccc-9d23-b4d7-9c39de885184-4d3c195d {
  grid-area: comment;
}

#w-node-_64505261-d59d-665e-1563-aac04ed26ddc-4d3c195d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23ea7fda-8f13-bd3c-d438-cb28a84d2369-4d3c195d {
  justify-self: end;
}

#w-node-_81c8adf8-5261-4512-0b29-4e30941c0750-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0752-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0754-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0756-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0758-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c075c-4d3c195d, #w-node-fb2566ed-362e-a01f-92b6-d89e7786a0a4-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0760-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0762-4d3c195d, #w-node-_81c8adf8-5261-4512-0b29-4e30941c0764-4d3c195d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66d51482-b404-59c6-dafc-e4f570a67cef-4d3c195e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d37158e2-41a5-00bb-faa5-23de4d46f9ad-4d3c1962 {
  justify-self: end;
}

#w-node-d37158e2-41a5-00bb-faa5-23de4d46f9b9-4d3c1962 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_073486b1-0bb5-3c2c-9009-0f47531f1b9e-4d3c199a {
  justify-self: end;
}

#w-node-_073486b1-0bb5-3c2c-9009-0f47531f1baa-4d3c199a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_647a92c7-c715-3cda-a94a-c846132c32b6-4d3c1a00 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b82d548c-0792-64b0-3bb9-3bb7a8f9df99-4d3c1a00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_647a92c7-c715-3cda-a94a-c846132c32b6-4d3c1a17 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b82d548c-0792-64b0-3bb9-3bb7a8f9df99-4d3c1a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-e6502247-046f-9c12-8105-a23dcf7aea20-4d3c1944 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_2378ffd7-ec17-860f-afc0-7acaaff43e90-4d3c195e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3b26c16f-334a-d740-ede4-07849651e0ec-4d3c1944 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aea56820-883c-96ab-0af8-ee2ab7a7e8c9-2e90a39c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3595132a-7355-3b50-b384-b2f73a76a0c2-2e90a39c {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-4d3c194c {
    justify-self: center;
  }

  #w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5bd2-4d3c195b {
    grid-row: span 2 / span 2;
  }

  #w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5c03-4d3c195b, #w-node-_87384fbd-cb7c-7ced-507e-92632d6b316d-4d3c195b, #w-node-_2756aaf4-86fb-6e04-d049-df1f79ee5c20-4d3c195b, #w-node-b5fde027-460d-2757-38f0-962217b07bf9-4d3c195d, #w-node-_706c022e-9104-44bd-b055-0a614e49d2ba-4d3c195d, #w-node-d0917cb6-5e7c-8e43-3ef2-822b1a08e662-4d3c195d, #error1.w-node-_706c022e-9104-44bd-b055-0a614e49d2e2-4d3c195d, #w-node-_706c022e-9104-44bd-b055-0a614e49d2db-4d3c195d, #w-node-_23ea7fda-8f13-bd3c-d438-cb28a84d233d-4d3c195d, #w-node-_9c64a45a-46a8-65d8-0f8f-b31ad027fd3f-4d3c1a00, #w-node-_907740a4-146b-4311-5e67-f45db6861ac3-4d3c1a00, #w-node-_9c64a45a-46a8-65d8-0f8f-b31ad027fd3f-4d3c1a17, #w-node-_907740a4-146b-4311-5e67-f45db6861ac3-4d3c1a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}