:root {
  --light-blau: #b3c9dc;
  --white: white;
  --dunkel-blau: #005681;
  --black: #333;
  --black-2: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Outfit variable, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1;
}

a {
  color: var(--light-blau);
  font-size: 2.5vw;
  font-weight: 300;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
}

.loop-image {
  width: 100%;
}

.lottie {
  z-index: 18;
  height: 10vh;
  position: absolute;
  bottom: 0;
  left: 50vw;
  transform: translate(-50%, -43px);
}

.hero-heading {
  z-index: 3;
  color: #0000;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #00000024;
  background-clip: padding-box;
  align-items: center;
  width: 200vw;
  height: 100%;
  margin-top: 0;
  font-size: 80vh;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0%;
  transform: translate(-95px);
}

.hero-heading.second {
  z-index: 36;
  opacity: 1;
  letter-spacing: -3vw;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: auto;
  margin: auto 0;
  font-size: 70vh;
  font-weight: 700;
  display: block;
  position: static;
  left: 0%;
  transform: none;
}

.overflow-hidden {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.slide-image {
  height: 25vh;
  position: relative;
}

.overflow-hidden.slide-image._4x {
  height: 100vh;
}

.overflow-hidden.align-center {
  align-self: center;
}

.overflow-hidden.project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.overflow-hidden.project.background-color-black {
  background-color: #000;
}

.overflow-hidden.absolute-works {
  width: 39vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overflow-hidden.absolute {
  position: absolute;
  transform: none;
}

.overflow-hidden.change {
  width: 100%;
  height: 10vh;
}

.overflow-hidden.center {
  text-align: center;
}

.wrapper-move-heading {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: overlay;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
  position: relative;
}

.background-color-black.absolute {
  z-index: 4;
  background-color: var(--dunkel-blau);
  opacity: 1;
  height: 101%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.about-scroll {
  justify-content: flex-end;
  height: 200vh;
  overflow: visible;
}

.section.overflow-visible {
  align-items: center;
  overflow: visible;
}

.section.overflow-visible.bachground-white {
  display: flex;
}

.section.full {
  align-items: center;
  height: 100vh;
  overflow: visible;
}

.section.full.color {
  background-color: var(--black);
  color: #fff;
  align-items: flex-start;
  overflow: hidden;
}

.section.full.sticky {
  mix-blend-mode: normal;
}

.section.full.background-white {
  z-index: 2;
  background-color: #fff;
}

.section.full.bottom {
  justify-content: flex-end;
}

.section.full.overflow-hidden {
  overflow: hidden;
}

.section.full.left {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  position: relative;
}

.section.full.is-tablet-auto {
  height: auto;
}

.section.full.background-black {
  z-index: 2;
  background-color: #000;
}

.section.full.left {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 4em;
  position: relative;
}

.section.sticky {
  z-index: 1;
  color: #fff;
  mix-blend-mode: difference;
  align-items: center;
  height: 100vh;
  display: flex;
  top: 0;
  overflow: visible;
}

.section.align-center {
  align-items: center;
}

.section.align-center.full {
  align-items: center;
  height: auto;
}

.section.padding-0 {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section.horizontal {
  flex-direction: row;
  flex: none;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section.works-scroll {
  flex-direction: row;
  justify-content: flex-start;
  height: 300vh;
  padding-right: 0;
  overflow: visible;
}

.section.sticky-contact {
  position: sticky;
  top: 0;
}

.section.shop {
  display: inline-block;
}

.section.flex {
  align-items: flex-end;
  display: flex;
}

.section.flex.left {
  align-items: flex-start;
}

.background-image {
  background-image: url('../images/max-van-den-oetelaar-buymYm3RQ3U-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image.third {
  background-image: linear-gradient(#00000080, #00000080), url('../images/04.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: flex;
}

.background-image.first {
  background-image: url('../images/05.webp');
  display: flex;
}

.background-image.first.ub {
  background-image: url('../images/13_1.webp');
}

.background-image.first.pers {
  background-image: url('../images/02.webp');
}

.background-image.first.kontakt {
  background-image: url('../images/04_1.webp');
}

.background-image.first.tran {
  background-image: url('../images/14_1.webp');
}

.background-image.first.stra {
  background-image: url('../images/07.webp');
}

.background-image.first.digi {
  background-image: url('../images/11.webp');
}

.background-image.first.head {
  background-image: url('../images/08.webp');
}

.background-image.first.pro {
  background-image: url('../images/10.webp');
}

.background-image.first.out {
  background-image: url('../images/01.webp');
}

.background-image.first.int {
  background-image: url('../images/03_1.webp');
}

.background-image.first.exe {
  background-image: url('../images/00.webp');
}

.background-image.first.act {
  background-image: url('../images/06.webp');
}

.background-image.first.exp {
  background-image: url('../images/02.webp');
}

.background-image.second {
  background-image: linear-gradient(#00000080, #00000080), url('../images/03.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: flex;
}

.background-image.beruns {
  background-image: url('../images/09.webp');
  display: flex;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section.full {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.spacer-medium {
  border-bottom: 1px none var(--light-blau);
  width: 100%;
  height: 5vw;
}

.row {
  grid-column-gap: 2.5vw;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.row.overflow-hidden {
  align-self: stretch;
}

.row.overflow-hidden.horizontal {
  flex-direction: column;
  align-items: flex-start;
}

.row.top {
  align-items: flex-start;
}

.row.bottom {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.row.bottom.right {
  justify-content: flex-end;
}

.row.bottom.top {
  margin-top: 20px;
}

.row.left {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-self: flex-start;
}

.row.left.slide-fade-from-bottom-0-1 {
  display: none;
}

.row.left.horizontal.white {
  filter: invert();
}

.row.newsletter, .row.gap-0 {
  grid-column-gap: 0vw;
}

.row.full {
  flex: 1;
  align-items: flex-start;
}

.row.form-send {
  justify-content: flex-end;
}

.row.faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.small-text {
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
}

.small-text.extra-light {
  font-weight: 200;
}

.small-text.extra-light.slide-from-bottom-0-3 {
  color: var(--black);
  font-size: 4vw;
  font-weight: 300;
}

.small-text.slide-fade-from-bottom-0-1, .small-text.slide-from-bottom-0-2.sx-header, .small-text.sx-ticker {
  font-size: 4vw;
}

.lottie-animation {
  width: 6vw;
}

.lottie-animation.view-from-bottom-0-1-delay {
  display: none;
}

.lottie-animation.home-2 {
  width: 6vw;
  margin-top: 2rem;
}

.paragraph-large {
  color: var(--black);
  letter-spacing: -.2rem;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-large.slide-fade-from-bottom-0-1 {
  letter-spacing: normal;
  font-family: Outfit variable, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-large.slide-fade-from-bottom-0-1.bold {
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 20px;
  font-weight: 700;
  overflow: visible;
}

.paragraph-large.slide-fade-from-bottom-0-1.bold.right, .paragraph-large.slide-fade-from-bottom-0-1.right {
  text-align: right;
}

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

.color-span {
  color: var(--black-2);
  font-size: 4vw;
  font-weight: 300;
}

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

.bold-span {
  font-weight: 300;
}

.button-block {
  grid-column-gap: 5px;
  color: var(--black);
  text-transform: lowercase;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button-block.text-color-white {
  color: var(--white);
  text-transform: none;
}

.html-embed {
  color: var(--light-blau);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.html-embed.position-absolute {
  position: absolute;
  left: -100%;
}

.html-embed.white {
  color: #c4c4c4;
  mix-blend-mode: normal;
}

.xsmall-text {
  color: var(--light-blau);
  font-size: 5vw;
  line-height: 1;
}

.looped-text {
  grid-column-gap: 2.5vw;
  opacity: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.align-right {
  align-self: flex-end;
  padding-right: 30px;
}

.allcaps {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 400;
}

.allcaps.small {
  font-size: 1.4vw;
  line-height: 1.1;
}

.allcaps.small.slide-fade-from-bottom-0-1.color-gray {
  color: #acacac;
  font-size: 1.4vw;
}

.allcaps.slide-fade-from-bottom-0-1 {
  text-transform: none;
}

.allcaps.right {
  text-align: right;
}

.column-small {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.column-small.right {
  align-self: flex-end;
  align-items: stretch;
}

.column-small.left {
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  align-content: flex-end;
  align-items: stretch;
  display: flex;
}

.column-small.righttext {
  text-align: left;
  align-items: stretch;
}

.main-dropdown {
  border-bottom: 1px solid var(--black-2);
  width: 100%;
}

.dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  padding: 0 0 30px;
  display: flex;
}

.arrow {
  width: 25px;
  height: 25px;
}

.text-size-medium {
  opacity: 1;
  color: var(--black);
  font-size: 1.5vw;
}

.text-size-medium.white {
  color: #fff;
}

.text-size-medium.black {
  color: var(--black);
}

.dropdown-list {
  display: none;
  position: relative;
}

.dropdown-list.w--open {
  grid-row-gap: 2rem;
  background-color: #0000;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.column {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.gap-0 {
  grid-row-gap: 0rem;
}

.column.contact {
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.column.large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.text-size-small {
  font-size: 1.1rem;
}

.spacer-small {
  height: 3vw;
}

.footer {
  background-color: var(--dunkel-blau);
  padding-left: 5vw;
  padding-right: 5vw;
}

.spacer-large {
  width: 100%;
  height: 10vw;
}

.text-span {
  color: #f96167;
}

.text-span.projects {
  margin-bottom: 29px;
  font-size: 4.1rem;
}

.xxsmall-text {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.xxsmall-text.white {
  color: var(--white);
}

.line {
  background-color: var(--white);
  mix-blend-mode: normal;
  width: 100%;
  height: 1px;
}

.text-white {
  background-color: var(--black);
  color: #fff;
}

.grid-2-column {
  grid-column-gap: 72px;
  grid-template-rows: auto;
}

.link-block-white {
  grid-column-gap: 5px;
  color: var(--white);
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.image-sticky {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 50vh;
  transform: translate(0, -51%);
}

.large-text {
  font-size: 11vw;
  font-weight: 600;
  line-height: 1;
}

.heading-medium {
  letter-spacing: -.2rem;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1;
}

.heading-medium.about.slide-fade-from-bottom-0-1 {
  line-height: 1.3;
}

.heading-medium.about.slide-fade-from-bottom-0-1.ohnepadding {
  margin-bottom: 0;
}

.about-image {
  object-fit: cover;
  width: 50%;
  height: 89vh;
  position: relative;
  top: -143px;
}

.large-paragraph {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.large-paragraph.works {
  font-size: 2rem;
  line-height: 1.4;
}

.large-paragraph.slide-fade-from-bottom-0-1 {
  margin-right: 0;
}

.large-paragraph.insights_home {
  width: 20vw;
}

.small {
  font-size: 1.5vw;
}

.small.color-gray {
  color: #acacac;
  font-size: 1.2vw;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field-large {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  padding: 0 0 3vw;
  font-size: 6vw;
  line-height: 1;
}

.text-field-large.text-color-white {
  border-bottom-color: var(--white);
  color: #fff;
}

.text-field-small {
  color: #999;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  padding: 0 0 1vw;
  font-size: 1.8vw;
  line-height: 1;
}

.text-field-small.text-color-white {
  border-bottom-color: var(--white);
  color: #fff;
}

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

.radio-button-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid #f96167;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 10px 11px 10px 31px;
  font-size: 1rem;
  display: flex;
}

.radio-button-field.white {
  color: #fff;
}

.radio-button {
  margin-top: 0;
  margin-bottom: 1px;
}

.radio-button:focus {
  color: #bb2649;
  background-color: #bb2649;
}

.radio-button.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-color: #bb2649;
  border: 3px solid #fff;
  outline: 1px solid #bb2649;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.submit-button {
  color: var(--light-blau);
  text-transform: lowercase;
  mix-blend-mode: normal;
  background-color: #0000;
  padding: 0;
  font-size: 1.5vw;
  line-height: 1.3;
}

.submit-button.black {
  color: #fff;
  line-height: 1.4;
}

.collection-list-wrapper-project {
  width: 100%;
}

.collection-list-projects {
  perspective: 1000px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(1118px);
}

.collection-item-projects {
  perspective: 1039px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
  transform: perspective(1118px);
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #f96167;
  font-size: 1.1rem;
}

.text-works {
  font-size: 1.5vw;
  font-weight: 400;
}

.text-works.insights_content {
  width: 60vw;
}

.image-projects {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 40vw;
  height: 40vw;
  margin: auto;
}

.image-projects.small {
  width: 40vw;
  height: 50vh;
}

.image-projects.small.left {
  object-position: 0% 50%;
}

.image-projects.small.left-custom {
  object-position: 14% 50%;
}

.image-projects.left {
  object-position: 0% 50%;
}

.image-projects.customleft {
  object-position: 26% 50%;
}

.image-projects._01 {
  object-position: 50% 50%;
}

.image-projects._02 {
  object-position: 50% 100%;
}

.image-projects._05 {
  object-position: 20% 50%;
}

.collection-list-wrapper-news {
  border-bottom: 1px solid #a5a5a5;
  width: 100%;
  margin-top: 4rem;
  display: none;
}

.collection-list-news {
  flex-direction: column-reverse;
  display: flex;
}

.column-2 {
  position: relative;
}

.column-2.news {
  flex: none;
  width: 45vw;
  margin-left: auto;
}

.row-3 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-time-read {
  color: #a5a5a5;
  font-size: 1.5vw;
  font-weight: 400;
}

.card-link-news {
  color: #a5a5a5;
  border-top: 1px solid #a5a5a5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 300;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.card-link-news:hover {
  color: #333;
}

.card-link-news.section.hover-white {
  color: #bebebe;
}

.card-link-news.section.hover-white:hover, .card-link-news.white {
  color: #fff;
}

.absolute-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.absolute-image.news {
  mix-blend-mode: darken;
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  width: 20%;
  position: absolute;
  inset: 0% auto;
}

.absolute-image.news.fixed {
  opacity: .46;
  filter: blur(3px);
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.absolute-image.news.black {
  mix-blend-mode: exclusion;
}

.absolute-image.blog-home-2 {
  mix-blend-mode: darken;
  object-fit: cover;
  border-radius: 11px;
  width: 40vh;
  height: 49vh;
  inset: 50vh 50vw auto auto;
  transform: translate(50%, -50%);
}

.absolute-image.blog-home-2.hide-tablet {
  display: none;
}

.absolute-image.blog-home-2.hide-tablet.white {
  mix-blend-mode: difference;
}

.absolute-image.about {
  width: 31vh;
  position: static;
  bottom: auto;
  left: auto;
}

.absolute-image.home-3 {
  z-index: 3;
  border-radius: 0;
  height: 43vh;
}

.absolute-image.home-3.second {
  height: 33vh;
}

.time-read {
  border: 1px solid #f96167;
  border-radius: 20px;
  margin-right: auto;
  padding: 4px 16px;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.checkbox-field {
  color: #fff;
}

.newsletter-link {
  color: var(--light-blau);
  font-size: 16px;
}

.text-field-newsletter {
  color: var(--light-blau);
  mix-blend-mode: screen;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a5a5;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5vw;
  font-weight: 400;
}

.text-field-newsletter:focus {
  border-bottom-color: var(--light-blau);
}

.form-block-footer {
  flex: none;
  width: 40%;
}

.checkbox {
  border: 1px solid var(--light-blau);
  margin-top: 0;
}

.succes-message {
  color: var(--light-blau);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.review-slider {
  background-color: #0000;
  width: 66%;
  height: auto;
}

.slide-nav {
  grid-column-gap: 1vw;
  mix-blend-mode: difference;
  align-items: flex-end;
  width: auto;
  font-size: 7px;
  display: flex;
}

.hide {
  display: none;
}

.content-slider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
}

.wrap-quote-text {
  align-items: center;
  display: flex;
}

.testimonial {
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-right: 16px;
  font-size: 24px;
}

.line-review {
  background-color: #000;
  width: 170px;
  height: 1px;
}

.review-wrapper {
  grid-column-gap: 74px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-news {
  letter-spacing: 0;
  margin-top: 0;
  margin-left: -19px;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
}

.heading-news.first {
  margin-left: auto;
  margin-right: auto;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
}

.collection-list-blog {
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.collection-list-blog.works-page {
  width: 69%;
  display: block;
}

.collection-list-wrapper-blog {
  margin-top: auto;
  margin-right: auto;
}

.empty-state-2 {
  color: #fff;
  text-align: center;
  background-color: #f96167;
}

.collection-item-blog {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: static;
}

.collection-item-blog.works-page {
  margin-right: 20px;
  display: inline-block;
}

.link-news-home-2 {
  z-index: 3;
  color: #000;
  align-items: flex-end;
  font-size: 4vw;
  font-weight: 200;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-news-home-2.mobile-horizontal.text-color-white {
  color: #fff;
}

.text-size-small-2 {
  color: var(--light-blau);
  margin-bottom: 9px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .25em;
  font-weight: 500;
}

.textblock {
  text-transform: none;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
}

.call-to-action {
  margin-left: auto;
  margin-right: auto;
}

.heading-large {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large.align-center {
  text-align: center;
}

.heading-large.sticky {
  padding-left: 0;
  overflow: visible;
}

.heading-large.right {
  text-align: right;
  padding-right: 30px;
}

.newsletter-form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.link-wrapper-2 {
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 80.9vw;
  padding: 40px 0 40px 5vw;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
}

.link-wrapper-2:hover {
  color: #8b8b8b;
}

.link-wrapper-2._2 {
  justify-content: space-between;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 5vw;
}

.link-wrapper-2._2:hover {
  color: #8b8b8b;
}

.nav-link {
  letter-spacing: -4px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  width: auto;
  margin: 4px 0 0 auto;
  font-size: 7vh;
  font-weight: 300;
  line-height: 1;
}

.nav-menu {
  z-index: 18;
  background-color: #0000;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-image {
  background-image: url('../images/09.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 25vh;
  height: 15vh;
  position: absolute;
  inset: auto -17% auto auto;
}

.bg-image._4 {
  background-image: url('../images/11.webp');
  right: -17%;
}

.bg-image._2 {
  background-image: url('../images/02.webp');
  left: 5%;
  right: auto;
}

.bg-image._6 {
  background-image: url('../images/04_1.webp');
  right: -17%;
}

.bg-image._5 {
  background-image: url('../images/00.webp');
  left: 5%;
  right: auto;
}

.bg-image._7 {
  background-image: url('../images/06.webp');
  left: 5%;
  right: auto;
}

.menu-button {
  justify-content: center;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

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

.navbar {
  z-index: 9999999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 7vw;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-line {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #3330;
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.background-menu {
  z-index: 0;
  background-color: #fff;
  height: 100vh;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.background-menu.black {
  background-color: #000;
}

.container-menu-link {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.overflow {
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.overflow._1 {
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.brand {
  z-index: 2;
}

.brand.w--current {
  z-index: 16;
  color: #fff;
}

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

.aligh-center.full {
  width: 100%;
}

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

.container-image {
  opacity: .59;
  perspective: 1294px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(3)perspective(1275px);
}

.hero-image {
  width: 201px;
  height: 268px;
}

.hero-image.position-absolute {
  position: absolute;
  inset: auto;
}

.hero-image.position-absolute.nav {
  z-index: 1;
}

.wrapper-text {
  width: 84vw;
}

.collection-list-wrapper-projects {
  width: 100%;
  position: relative;
}

.collection-list-projects-home-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-item-projects-home-2 {
  width: 66%;
}

.collection-item-projects-home-2:nth-child(odd) {
  width: 66%;
  margin-right: auto;
}

.collection-item-projects-home-2:nth-child(2n) {
  margin-top: 19%;
}

.collection-item-projects-home-2:first-child, .collection-item-projects-home-2:last-child {
  width: 100%;
}

.projects-card {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.projects-card.slide-fade-from-bottom-0-1 {
  grid-row-gap: .5rem;
  flex-direction: column;
  font-size: 1.4rem;
  display: flex;
}

.projects-card.slide-fade-from-bottom-0-1.color-white {
  color: #fff;
}

.projects-card.home-3 {
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  display: flex;
}

.projects-card.white {
  color: #fff;
}

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

.main-image.home-3 {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.main-image.about-3 {
  width: auto;
  height: 67vh;
}

.project-name {
  width: 40vw;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
}

.project-name.all-caps {
  text-transform: uppercase;
  margin-top: 1rem;
}

.project-name.all-caps.position-absolute {
  text-transform: capitalize;
  font-size: 1.8rem;
  position: absolute;
  inset: auto auto 4% 5%;
}

.field {
  font-size: 1.2rem;
}

.sticky {
  width: 100%;
  padding-left: 5vw;
  position: sticky;
  top: 24.2vh;
  overflow: hidden;
}

.sticky.second {
  padding-left: 0;
  overflow: visible;
}

.sticky.second.about {
  align-items: center;
  height: auto;
  display: flex;
  top: 50vh;
  overflow: hidden;
  transform: translate(0, -50%);
}

.sticky.product {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-left: 0;
  display: flex;
  top: 0;
}

.heading-solutions {
  letter-spacing: -2vh;
  white-space: nowrap;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35vw;
  line-height: 1;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-container {
  height: 300vh;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 78px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
}

.grid-2-columns.home-2 {
  grid-column-gap: 108px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1.25fr;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}

.light {
  font-weight: 300;
}

.grid-3-columns {
  grid-column-gap: 69px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.product {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.heading-xlarge {
  z-index: 1;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-xlarge.slide-fade-from-bottom-02 {
  color: #fff;
}

.heading-xlarge.works {
  text-align: justify;
  width: 70%;
  font-size: 8vw;
  font-weight: 300;
  line-height: 1.1;
}

.image-about {
  width: 437px;
  position: absolute;
  inset: 18% auto auto 5vw;
}

.heading-scrolling {
  white-space: nowrap;
  font-size: 14vw;
  line-height: 1.5;
}

.absolute-wrap-image {
  position: absolute;
  inset: -116% auto auto 43%;
  overflow: hidden;
}

.image-heading-scroll {
  height: auto;
}

.horizontal-section {
  height: 179vh;
  position: relative;
}

.blanding-difference {
  z-index: 1;
  mix-blend-mode: difference;
  position: relative;
}

.wrap-rotate-image {
  grid-column-gap: 10vw;
  justify-content: center;
  align-items: flex-start;
  height: 140vh;
  display: flex;
}

.wrap-rotate-image.hide-tablet {
  justify-content: center;
}

.services-image {
  width: 45vw;
}

.services-image.third {
  margin-top: auto;
}

.services-image.second {
  margin-top: auto;
  margin-bottom: auto;
}

.absolute-wrap {
  grid-column-gap: 10vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(16deg);
}

.text-awards {
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-awards.small {
  font-size: 2vw;
  font-weight: 300;
}

.text-awards.middle {
  font-size: 3vw;
}

.award-line {
  color: #000;
  mix-blend-mode: difference;
  background-color: #000;
  flex: 1;
  height: 7px;
}

.wrap-awards {
  grid-column-gap: 28px;
  opacity: .37;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-awards:hover {
  opacity: 1;
}

.wrap-awards.slide-fade-from-bottom-0-1 {
  color: var(--black-2);
  -webkit-text-stroke-color: var(--black-2);
}

.wrap-awards.slide-fade-from-bottom-0-1 {
  opacity: 1;
  transition: all .6s;
}

.wrap-awards.slide-fade-from-bottom-0-1:hover {
  opacity: 1;
  transform: scale(.9);
}

.wrap-awards.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.awards-number {
  color: #f96167;
  font-size: 22vw;
  line-height: 1;
}

.awards-number.about-4 {
  font-size: 10vw;
}

.awards-number.about-4.position-absoluyte {
  position: absolute;
  bottom: 0;
}

.slide-fade-from-bottom-0-1 {
  text-align: left;
  padding-right: 30px;
  font-size: 1.5vw;
}

.text-style-undeline {
  text-decoration: underline;
}

.hero-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.hero-line {
  background-color: #333;
  width: 70px;
  height: 1px;
}

.hero-line.contact {
  color: #f96167;
  background-color: #f96167;
  width: 200px;
  margin-right: 20px;
}

.overflow-flex-hidden {
  grid-column-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.overflow-flex-hidden.works {
  height: 48vh;
}

.overflow-flex-hidden.center {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.main-flex-container {
  flex-direction: row;
  width: 100%;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.main-flex-container.bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.contact-info-wrap {
  background-color: #f96167;
  border-radius: 0;
}

.contact-info-wrap._2 {
  z-index: 15;
  cursor: pointer;
  background-color: #333;
  border-radius: 0;
  justify-content: flex-start;
  width: 90vw;
  height: 80vh;
  padding: 8% 46px 13% 72px;
  display: flex;
  position: absolute;
  inset: auto -49.9vw -40vh auto;
}

.column---6 {
  flex: 0 60%;
}

.column---6.background-primary-color {
  background-color: var(--light-blau);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.spacer-xsmall {
  height: 1rem;
}

.contact-link {
  color: #fff;
  font-size: 1.2vw;
}

.main-heading {
  margin-bottom: 65px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  position: static;
  inset: auto -39% 31% auto;
}

.main-heading.contact {
  color: #e7e4dd;
  text-transform: none;
  margin-top: 0;
  font-size: 4vw;
  font-weight: 700;
  transition: color .4s ease-in-out, transform .4s ease-in-out;
  position: absolute;
  inset: 10% 63% auto auto;
}

.main-heading.contact:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.main-heading.contact._2 {
  right: 10%;
}

.main-heading._10-vw {
  width: 50%;
  margin-bottom: 140px;
  font-size: 10vw;
  font-weight: 300;
  position: static;
}

.main-heading._10-vw.auto {
  text-align: right;
  width: auto;
  line-height: 1;
}

.main-heading._10-vw.auto.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vw;
  font-weight: 500;
}

.link-block-2 {
  grid-column-gap: 5px;
  color: #000;
  text-transform: lowercase;
  align-items: flex-end;
  margin-top: 4rem;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-2.text-size-small {
  border-bottom: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.link-block-2.white {
  color: #fff;
  margin-top: 1rem;
  margin-left: 0;
  font-weight: 300;
}

.row-4 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.error-message {
  color: #f96167;
  letter-spacing: -.03em;
  background-color: #0000;
  padding-left: 0;
}

.text {
  font-size: 2vw;
}

.text.left {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

.submit-button-2 {
  background-color: #0000;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-block-2 {
  width: 62%;
  height: 100%;
}

.text-field-form {
  letter-spacing: -.03em;
  text-transform: lowercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e7e4dd;
  height: auto;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 2vw;
  font-weight: 300;
}

.text-field-form:focus {
  border-bottom-style: solid;
  border-bottom-color: #e7e4dd;
}

.text-field-form._2 {
  color: #e7e4dd;
  text-transform: lowercase;
  flex: 0 auto;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 2vw;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.text-field-form._2:focus {
  border-bottom-style: solid;
}

.text-field-form.small {
  border-bottom-color: var(--black);
  color: var(--black-2);
  margin-bottom: 0;
  font-size: 22px;
}

.text-field-form.small.text-color-white {
  color: var(--white);
}

.text-field-form.center {
  color: #fff;
  text-align: center;
}

.form-2 {
  flex-direction: column;
  width: auto;
  height: 100%;
  display: flex;
}

.sticky-works {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.semibold {
  font-weight: 600;
}

.collection-list-projects-works-2 {
  grid-column-gap: 0px;
  grid-row-gap: 150px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-section-home-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rotate {
  filter: invert();
  width: 6vw;
  height: 7vw;
  margin-left: 3vw;
  margin-right: 3vw;
  transform: rotate(45deg);
}

.rotate.second {
  filter: none;
}

.background-primary-color {
  background-color: var(--light-blau);
  width: 100%;
  height: 200vh;
  position: relative;
}

.collection-list-wrapper-project-home-3 {
  mix-blend-mode: multiply;
  width: 100%;
}

.collection-list-wrapper-project-home-3.black {
  mix-blend-mode: difference;
}

.collection-list-projects-home-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: grid;
  position: relative;
  transform: perspective(1118px);
}

.collection-item-projects-home-3 {
  perspective: 1039px;
  justify-content: space-around;
  align-items: center;
  height: 61vh;
  display: flex;
  transform: perspective(1118px);
}

.collection-item-projects-home-3:nth-child(odd) {
  height: 79vh;
}

.collection-item-projects-home-3:nth-child(2n) {
  transform: translate(0, -43px)perspective(1118px);
}

.collection-item-projects-home-3:last-child {
  align-items: flex-start;
  margin-bottom: auto;
}

.collection-item-projects-home-3.projects-page {
  margin-bottom: 20px;
}

.collection-item-projects-home-3.projects-page:nth-child(odd) {
  height: 50vh;
}

.collection-item-projects-home-3.projects-page:nth-child(2n) {
  height: 50vh;
  transform: perspective(1118px);
}

.collection-item-projects-home-3.projects-page:first-child {
  height: 79vh;
}

.collection-item-projects-home-3.projects-page:last-child {
  height: 79vh;
  margin-bottom: 0;
}

.position-absolute {
  position: absolute;
}

.news-list-wrapper {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 4rem;
}

.news-list-wrapper.home-3 {
  width: 100%;
}

.news-item.home-3 {
  height: 100vh;
  position: sticky;
  top: auto;
  bottom: 0;
}

.card-blog {
  height: 100%;
}

.grid-blog {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.wrapper-text-blog {
  background-color: #fff;
}

.wrapper-text-blog.padding-global {
  background-color: #ffecec;
  flex-direction: column;
  justify-content: space-between;
  padding: 10vw 5vw 6vw;
  display: flex;
}

.wrapper-text-blog.padding-global.black {
  background-color: var(--black);
}

.spacer-xxlarge {
  flex: 1;
}

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

.collection-list-projects-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  column-count: 2;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: relative;
  transform: perspective(1118px);
}

.collection-list-wrapper-project-home-3.works {
  mix-blend-mode: normal;
}

.container-info-contact-1 {
  padding-right: 70px;
  display: flex;
}

.container-info-contact-1._2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.image-contact {
  max-width: none;
  height: 100vh;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  height: 40vh;
}

.contact-grid.hero-contact-second {
  grid-template-columns: 1fr 20% 1fr;
  height: 100vh;
}

.contact-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-designed {
  background-color: #f96167;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-designed._2 {
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-heading-contact {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold {
  font-weight: 600;
  line-height: .9;
}

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

.container-medium {
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
}

.fiel-dlabel {
  border-bottom: 1px solid var(--black);
  color: var(--light-blau);
  width: 30%;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.checkbox-field-contact {
  align-items: center;
  padding-left: 22px;
  display: flex;
}

.checkbox-label-2 {
  color: #a4a4a4;
  letter-spacing: .05em;
  font-size: 11px;
}

.checkbox-label-text {
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
  text-decoration: none;
}

.privacy-link-contact {
  color: #f96167;
  letter-spacing: -.03em;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.horizontal-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.overflow-mask {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overflow-mask._2 {
  background-image: url('../images/Hro-Image.png');
  background-position: 50%;
  background-size: cover;
}

.small-paragraph {
  width: auto;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.3;
}

.small-paragraph.hide-mobile-landscape {
  width: 27%;
  font-size: 1.5vw;
  line-height: 1.3;
}

.text-span-right {
  text-align: right;
  letter-spacing: normal;
  line-height: 1.3;
  display: block;
}

.works-list {
  justify-content: flex-end;
  display: flex;
}

.collection-item-works-about-3 {
  width: 9vw;
  height: auto;
  padding-left: 2vw;
}

.link-works-about-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 7vw;
}

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

.client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 3vw;
  padding-bottom: 3vw;
  transition: color .7s, background-color .7s;
  display: flex;
  overflow: hidden;
}

.client:hover {
  color: #fff;
  background-color: #000;
}

.client.no-margin {
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.text-client {
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 10vw;
  font-weight: 300;
}

.subscript {
  color: #f96167;
  font-size: 2vw;
  font-style: normal;
  font-weight: 900;
  bottom: -.19444px;
}

.heading-about {
  font-size: 8vw;
  line-height: .8;
}

.heading-about.slide-fade-from-bottom-0-1 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.2;
}

.nav-menu-2 {
  background-color: #0000;
  height: 100vh;
}

.button-navbar {
  z-index: 37;
  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;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 3% 3% auto auto;
}

.button-navbar.hover-cursor {
  position: static;
  top: 1%;
}

.content-navbar {
  z-index: 5;
  perspective: 1294px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
  transform: perspective(1314px);
}

.link-nav {
  color: #fff;
  justify-content: flex-start;
  font-size: 12vh;
  text-decoration: none;
  display: flex;
}

.link-nav.overflow-hidden {
  margin-right: auto;
  font-size: 12vh;
  font-weight: 400;
  display: flex;
}

.container-link-navbar {
  z-index: 4;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.container-link-navbar.invert {
  filter: invert();
}

.text-span-4 {
  filter: invert();
  color: #f96167;
  background-image: url('../images/64071978174e61b85da74044_north_east_FILL1_wght600_GRAD0_opsz40-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 61%;
  width: 8vw;
  margin-right: 14px;
  display: block;
  transform: rotate(45deg);
}

.menu-button-3 {
  z-index: 7;
  background-color: #0000;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.brand-image {
  z-index: 1;
  width: 250px;
  position: relative;
}

.brand-image.white {
  filter: none;
  margin-top: 0;
}

.bg-menu {
  background-image: url('../images/Senza-titolo-1-01-02.svg');
  background-position: 50% 100%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-menu.white {
  filter: invert();
}

.navbar-layout-2 {
  background-color: #0000;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.line-3 {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.line-3.menu {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #757575;
  width: 50px;
  height: 4px;
  position: relative;
}

.line-3.menu.absolute {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #757575;
  position: absolute;
  left: auto;
}

.link-nav-layour-2 {
  color: #fff;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social-link {
  width: 22px;
  height: auto;
}

.social-link.margin-left.margin-small.hover {
  background-color: #0000;
  position: static;
}

.social-link.hover {
  color: #fff;
  background-color: #0000;
  width: 31px;
  position: static;
}

.navbar-layout-3 {
  z-index: 999;
  background-color: #0000;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-link-layout-3 {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.background-color-black-2 {
  color: #f5f5f5;
  background-color: #000;
  width: 100%;
  height: 101%;
}

.button-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.button-menu.w--open {
  z-index: 2;
  color: var(--light-blau);
  background-color: #0000;
}

.content-menu {
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.change-bg-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.change-bg-wrapper.absolute {
  filter: invert();
  position: absolute;
  inset: 0%;
}

.nav-menu-layout-3 {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  inset: 0%;
}

.link-block-layout-3 {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-links-wrapper-second {
  grid-column-gap: 17px;
  grid-row-gap: 11px;
  padding-bottom: 96px;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 2% auto;
}

.arrow-link {
  width: 100%;
  height: 100%;
}

.arrow-link.link {
  color: #000;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  transform: rotate(44deg);
}

.text-link {
  color: #000;
  text-transform: uppercase;
  font-family: Outfit variable, sans-serif;
  font-size: 9vh;
  font-weight: 500;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.display-flex {
  align-items: flex-start;
  display: flex;
}

.container-large.display-flex.menu {
  z-index: 1;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  position: static;
}

.container-large.display-flex.content-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.brand-image-layout-3 {
  width: 100px;
}

.brand-image-layout-3.absolute {
  position: absolute;
  inset: 0%;
}

.wrap-link-menu-2 {
  z-index: 1;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar-3 {
  z-index: 99999;
  background-color: #0000;
  align-items: stretch;
  height: auto;
  padding: 20px 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-layout-4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-left: auto;
  display: flex;
  position: static;
}

.flex-nav {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.main-link {
  color: var(--light-blau);
  text-transform: none;
  font-size: .9rem;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.main-link:hover {
  color: var(--light-blau);
}

.main-link.nav {
  margin-bottom: 0;
}

.main-link.nav:hover {
  color: #f96167;
}

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

.main-link.footer {
  color: #fff;
  mix-blend-mode: difference;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.main-link.footer:hover {
  color: var(--light-blau);
}

.burgher-line {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: var(--black-2);
  background-color: #fff0;
  border: 1px #000;
  width: 35px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 9px;
}

.heading-hero {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 11.3vw;
  font-weight: 700;
}

.heading-hero.light {
  text-transform: capitalize;
  font-weight: 500;
}

.hero-background {
  grid-column-gap: 40px;
  background-color: var(--light-blau);
  color: var(--white);
  border-radius: 15px;
  align-items: center;
  width: 100%;
  height: 25vh;
  padding: 1vw;
  font-size: 5vh;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.image {
  border-radius: 15px;
  width: auto;
  height: 100%;
}

.lottie-white {
  filter: invert();
}

.social-links-wrapper {
  grid-column-gap: 23px;
  justify-content: flex-end;
  margin-top: 47px;
  padding-right: 8px;
  display: flex;
}

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

.image-scroll-sticky {
  grid-column-gap: 2em;
  align-items: center;
  height: 100vh;
  padding: 4em 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-company {
  background-color: #fff;
  height: 300vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.section-company.hide-tablet.background-color-black {
  background-color: #000;
}

.home-image {
  border-radius: 15px;
  flex: 1;
  height: 67vh;
  box-shadow: 2px 2px 6px #bebebe;
}

.home-image.second {
  z-index: 1;
  background-image: url('../images/ae41d41e2fba4593d179c9c61bb259d9.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.home-image.third {
  background-image: url('../images/pexels-teona-swift-6913755-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.home-image.first {
  background-image: url('../images/10V.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.span {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: inline-block;
  position: relative;
  left: auto;
}

.text-size-large {
  flex-direction: column;
  font-size: 4vw;
  display: flex;
}

.paragraph {
  font-size: 1.8vw;
}

.paragraph.hero {
  text-align: left;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 1.4vw;
}

.paragraph.hero.second {
  width: 76%;
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph.bottom {
  font-size: 1vw;
}

.grid-home-5 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 25vw;
  height: 100%;
  margin-top: 5vw;
}

.background {
  background-color: #000;
  width: 90%;
  height: 24vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5vw auto 0%;
}

.background.white {
  background-color: #fff;
}

.collection-list-wrapper-work-home-5 {
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 74vh;
  position: relative;
}

.wrap-services {
  color: #fff;
  background-color: #f96167;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1vw;
  display: flex;
}

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

.sticky-wrapper {
  z-index: 1;
  color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 40vh;
  margin-bottom: 100vh;
  padding: 18px;
  position: sticky;
  top: 6.2vh;
}

.sticky-wrapper.works {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  top: 0;
  overflow: hidden;
}

.loop-text {
  white-space: nowrap;
  font-size: 8vw;
}

.loop-text.black {
  color: var(--black-2);
}

.section-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 320vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-bordert {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.grid-bordert.bottom {
  border-bottom-style: none;
}

.grid-bordert.black {
  color: #000;
  border-bottom-color: #000;
}

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

.box {
  background-color: #000;
  width: 100%;
  padding: 20px 21px;
}

.box.white {
  color: #000;
  background-color: #fff;
}

.box.shop {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px #0003;
}

.box.shop.bottom-no {
  margin-bottom: 0;
}

.values-grid {
  -webkit-text-stroke-color: #fff;
  column-count: 2;
  column-rule: 1px solid #fff;
  column-gap: 0;
  padding: 26px 5vw 26px 0;
}

.values-grid.black {
  column-rule-color: #000;
}

.values-text {
  text-transform: lowercase;
  margin-bottom: 0;
  font-size: 1.5vw;
}

.values-text.align-right {
  text-align: right;
}

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

.navbar-layout-5 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 22px 5vw 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-navbar-5 {
  color: #000;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-end;
  height: 20vw;
  padding: 28px;
  font-size: 1.5vw;
  text-decoration: none;
  display: flex;
}

.link-block-navbar-5.borde {
  border-left: 1px solid #000;
  transition: color .475s;
}

.link-block-navbar-5.borde:hover {
  color: #f96167;
}

.link-block-navbar-5.social {
  flex: 1;
  justify-content: center;
  height: auto;
  transition: color .525s, background-color .575s;
}

.link-block-navbar-5.social:hover {
  color: #fff;
  background-color: #f96167;
}

.link-block-navbar-5.social.borde {
  transition: background-color .55s, color .475s;
}

.link-block-navbar-5.social.borde:hover {
  color: #fff;
  background-color: #f96167;
}

.bg {
  background-color: #fff;
  border-radius: 11px;
  padding-left: 14px;
  position: absolute;
  inset: 22px 5vw 0%;
}

.text-block-7 {
  text-align: left;
  font-size: 1.5vw;
}

.line-1 {
  background-color: #000;
  width: 25px;
  height: 2px;
}

.navbar-grid {
  grid-column-gap: 0px;
  color: #000;
  column-count: 4;
  column-rule-style: solid;
  column-rule-width: 1px;
  background-color: #fff;
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 22px;
  margin-bottom: 20px;
  display: block;
}

.navbar-grid.bottom {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .7fr 1fr;
  justify-content: space-between;
  padding: 0 0 0 28px;
  display: flex;
}

.nav-menu-home-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000057;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  inset: 0%;
}

.line-1-copy {
  background-color: #000;
  width: 25px;
  height: 2px;
  margin-top: 3px;
}

.menu-button-2 {
  z-index: 1;
  margin-left: auto;
}

.menu-button-2.w--open {
  z-index: 4;
  background-color: #0000;
  margin-left: auto;
}

.brand-2 {
  z-index: 3;
  width: 89px;
  padding-left: 8px;
}

.div-block-326 {
  margin-top: 2px;
  display: flex;
}

.card-project {
  color: #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  padding: 1vw;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-project:hover {
  color: #000;
}

.card-project.white {
  color: var(--black-2);
}

.card-project.white:hover {
  color: var(--white);
}

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

.text-block-5 {
  z-index: 1;
  margin-right: 2px;
  position: relative;
}

.text-block-5._2 {
  color: #a4a4a4;
  font-size: 1.2rem;
  font-weight: 300;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 9px;
  width: 11vw;
  height: 10vw;
  position: relative;
}

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

.hover {
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hover.white {
  background-color: #000;
}

.horizontal-scroll {
  height: 300vh;
}

.horizontal-scroll.bottom {
  height: 800vh;
}

.column---5 {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column---5.top, .column---5.top.auto {
  justify-content: flex-start;
}

.column---5.space-between {
  justify-content: space-between;
}

.column---5.auto {
  padding-top: 10vw;
  padding-bottom: 5vw;
}

.text-size-regular {
  font-size: 2vw;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.overflow-hidden-2.absolute {
  position: absolute;
  top: auto;
  left: auto;
}

.text-size-medium-2 {
  font-size: 7vw;
  line-height: 1;
}

.text-size-medium-2.home-4 {
  z-index: 0;
  margin-top: auto;
  margin-bottom: -5vw;
  font-size: 7vw;
  font-weight: 500;
  line-height: .9;
}

.text-size-medium-2.home-4.second {
  position: static;
}

.text-size-medium-2.home-4.second.home {
  z-index: 1;
  mix-blend-mode: overlay;
  margin-bottom: auto;
  position: relative;
}

.collection-listr-work {
  width: 100%;
  height: 100vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: hidden;
}

.collection-list {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.collection-item {
  z-index: 90;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.collection-item.vertical {
  flex-direction: column;
  position: static;
}

.collection-item.ref {
  position: sticky;
  bottom: 0;
}

.collection-item._1 {
  z-index: 103;
}

.collection-item._2 {
  z-index: 102;
}

.collection-item._3 {
  z-index: 101;
}

.collection-item._4 {
  z-index: 100;
}

.collection-item._5 {
  z-index: 99;
}

.collection-item._6 {
  z-index: 98;
}

.collection-item._7 {
  z-index: 97;
}

.menu-link {
  color: #333;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link.w--current {
  color: #bb2649;
}

.menu-link.hover-cursor {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

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

.wrap-link-overflow {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2vw;
  display: flex;
  overflow: hidden;
}

.overflow-heading-2 {
  margin-right: auto;
  font-size: 2vw;
  line-height: 2vw;
  text-decoration: none;
  position: relative;
}

.link-text-one {
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 500;
  line-height: 5vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.bulled {
  background-color: #f96167;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-left: auto;
}

.bulled.works {
  margin-bottom: 0;
  margin-left: 0;
}

.bulled.intro {
  margin-left: 0;
  margin-right: 2px;
  position: absolute;
  left: 0;
}

.bulled.intro.blac {
  background-color: #333;
}

.text-block-2 {
  margin-left: 10px;
  font-size: 1.5vw;
  font-weight: 500;
}

.image-project {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-5 {
  text-align: right;
  margin-right: 25px;
  display: block;
}

.paragraph-5 {
  color: #f96167;
  text-transform: uppercase;
  margin-left: auto;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-5._2 {
  margin-left: 5px;
  font-size: 15px;
}

.image-14 {
  width: 76%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.row-5 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.row-5.blog-post {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 11vw;
  padding-right: 11vw;
}

.bold-text-2 {
  position: absolute;
}

.image-blog-2 {
  width: 45vw;
}

.overflow-hidden-3 {
  overflow: hidden;
}

.paragraph-4 {
  width: 61%;
  font-size: 2rem;
  line-height: 1.3;
}

.paragraph-4._2 {
  width: 46%;
  font-size: 1.6rem;
}

.paragraph-4.second {
  width: 46%;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 1.4rem;
}

.paragraph-4.second.all-caps {
  font-size: 1.6rem;
  font-weight: 700;
}

.avatar {
  background-image: url('../images/5a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 7vw;
  height: 7vw;
  margin-right: 20px;
}

.heading-blog-post {
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.padding-global {
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 5vw 3vw;
  font-size: 1.4rem;
  display: flex;
  overflow: hidden;
}

.section-2.padding-global.blog-page {
  padding-top: 12vw;
  padding-bottom: 9vw;
}

.section-2.padding-global.flex {
  flex-direction: row;
  justify-content: space-between;
}

.section-2.blog.page {
  flex-direction: column;
}

.block-quote-3 {
  letter-spacing: -.08vw;
  border-left-style: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.2vw;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.image-blog-1 {
  width: 35vw;
}

.absolute-2 {
  color: #f96167;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 500;
  position: absolute;
  inset: 5% auto auto 0%;
}

.heading {
  font-size: 10vw;
}

.heading.next-project {
  font-size: 13vw;
  font-weight: 500;
}

.column-7 {
  position: relative;
}

.column-7.propject {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.image-5 {
  mix-blend-mode: lighten;
  width: 50%;
  display: block;
  position: absolute;
  inset: auto;
}

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

.cange-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.row-6 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.row-6.detail {
  justify-content: space-between;
  align-items: flex-start;
}

.text-block-6 {
  color: #fff;
  font-size: 3vw;
}

.grid-project {
  grid-row-gap: 53px;
  width: 100%;
}

.title {
  font-size: 2vw;
}

.sub-title {
  color: #979797;
  font-size: 1.2rem;
}

.next-project-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  text-decoration: none;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3.padding-global {
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 5vw 3vw;
  font-size: 1.4rem;
  display: flex;
  overflow: hidden;
}

.section-3.hero-project-page {
  height: 100vh;
}

.about-project {
  font-size: 2vw;
}

.project-page-image {
  width: 50%;
  margin-top: 100px;
  margin-right: auto;
}

.project-page-image.second {
  margin-left: auto;
  margin-right: 0;
}

.project-page-image.third {
  margin-left: auto;
  margin-right: auto;
}

.order {
  display: flex;
  position: fixed;
  inset: 17% auto auto 5%;
}

.order._2 {
  left: 10%;
}

.number-order {
  font-size: 4vw;
}

.works-layout-4-list {
  flex-direction: column;
  display: flex;
}

.works-item {
  width: 100vw;
  height: 100vh;
}

.fixed-info {
  background-color: #fff;
  position: fixed;
  bottom: 5%;
  left: 5vw;
}

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

.fixed-image {
  object-fit: cover;
  width: 64vh;
  height: 73vh;
}

.fixed-image.second {
  width: 34vh;
  height: 34vh;
  bottom: 0%;
  right: 36%;
}

.container-project {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.fixed-overflow {
  position: fixed;
  inset: auto 10% 10% auto;
  overflow: hidden;
}

.fixed-overflow.second {
  bottom: 0%;
  right: 40%;
}

.product-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fixed-image-product {
  background-image: url('../images/ae41d41e2fba4593d179c9c61bb259d9.jpg');
  background-position: -26vw;
  background-size: auto 100vh;
  background-attachment: fixed;
  flex: 1;
  align-self: stretch;
  min-height: 100%;
  max-height: 100%;
  position: static;
  top: 0;
  bottom: 0;
}

.card-shop {
  color: #fff;
  width: 1200%;
  position: relative;
}

.wrapper-hover {
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-hover:hover {
  opacity: 1;
}

.wrapper-text-shop {
  background-color: #f96167;
  justify-content: space-between;
  padding: 27px;
  display: flex;
}

.container-sitemap {
  flex-direction: column;
  padding-right: 2.4625vw;
  display: flex;
}

.line-2 {
  background-color: #333;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-2.ghet-in-touch {
  width: 97%;
  bottom: 9%;
}

.wrap-footer-link {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-footer-links {
  grid-column-gap: 4.925vw;
  grid-template-rows: auto;
}

.footer-content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.grid-site-map {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  justify-items: start;
  width: auto;
}

.heading-2 {
  text-transform: none;
  border: 1px #000;
  padding-right: 20px;
  font-size: 10.5vw;
  font-weight: 300;
  line-height: .9;
  text-decoration: none;
}

.location-paragraph {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 1.6vw;
  font-weight: 300;
  text-decoration: none;
}

.location-paragraph.top {
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}

.get-in-touch-link {
  white-space: nowrap;
  flex-direction: row-reverse;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-column {
  z-index: 2;
  align-items: center;
  width: 30vw;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.works-layout-5-list-wrapper {
  flex: 1;
}

.works-layout-5-list-wrapper.first {
  flex: none;
  align-self: flex-end;
  width: 49%;
  position: relative;
  top: auto;
  bottom: 0;
}

.works-layout-5-item {
  height: 60vh;
  margin-bottom: 0;
}

.page-wrapper-black {
  color: #fff;
  background-color: #000;
}

.text-black {
  color: #000;
  background-color: #fff;
}

.text-block-8 {
  color: var(--light-blau);
  mix-blend-mode: normal;
  font-size: 1.5vw;
}

.paragraph-9 {
  font-size: 1.8vw;
}

.paragraph-9.about {
  text-transform: capitalize;
  font-size: 2.2vh;
}

.paragraph-9.about._2 {
  margin-bottom: 15px;
}

.paragraph-9.about._2.linkl {
  margin-bottom: 0;
  font-size: 1.6vh;
}

.paragraph-9.about.text-style-allcaps {
  font-weight: 800;
}

.paragraph-9.about.text-style-allcaps.margin-bottom {
  text-transform: none;
  margin-bottom: 13vh;
  font-size: 3vh;
}

.column-about {
  position: relative;
}

.column-about.about {
  width: 29%;
  height: 100%;
  margin-top: auto;
}

.column-about.about.top {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.column-about.about.top.relative {
  padding-bottom: 150px;
  position: relative;
}

.column-about.about.padding-top {
  padding-top: 42px;
}

.text-span-6 {
  color: #f96167;
}

.row-7 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.row-7.no-margin {
  grid-column-gap: 0px;
  justify-content: flex-start;
}

.row-7.about {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 19px;
  position: relative;
}

.row-7.about._2 {
  height: 100%;
  margin-top: 0;
}

.grid-3-columns-2 {
  grid-column-gap: 93px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-self: flex-start;
  align-items: start;
  height: auto;
  margin-top: 42px;
  margin-bottom: auto;
  margin-left: auto;
}

.text-block-19 {
  color: #f96167;
  position: absolute;
  bottom: 39.8507px;
  right: 0;
}

.overflow-hidden-4 {
  overflow: hidden;
}

.overflow-hidden-4.margin {
  margin-right: 5vh;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-4.padding-global {
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw 5vw 3vw;
  font-size: 1.4rem;
  display: flex;
  overflow: hidden;
}

.section-4.padding-global.about {
  justify-content: flex-start;
  height: 100vh;
  padding-top: 17vh;
}

.heading-about-2 {
  z-index: 1;
  mix-blend-mode: difference;
  font-size: 7vw;
  font-weight: 400;
  position: relative;
}

.heading-about-2.about-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vh;
  font-weight: 900;
  line-height: .8;
}

.link-works {
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

.link-works.white {
  color: #fff;
}

.paragraph-10 {
  font-size: 1.8vw;
}

.paragraph-10.about {
  color: #000;
  text-transform: capitalize;
  font-size: 2.2vh;
}

.paragraph-10.about.white {
  color: #fff;
}

.overflow-hidden-5 {
  overflow: hidden;
}

.overflow-hidden-5.positionb-absolute {
  position: absolute;
  inset: 0% auto auto 30%;
}

.overflow-hidden-5.positionb-absolute.second {
  height: 23vh;
  top: -41%;
  left: 57%;
}

.overflow-hidden-5.images {
  border-radius: 7px;
}

.overflow-hidden-5._2 {
  z-index: 2;
  z-index: 2;
  border: 1px solid #a5a5a5;
  position: absolute;
  top: 29px;
  left: 29px;
  right: 29px;
}

.overflow-hidden-5.position-absolute {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 50vh;
  transform: translate(0, 50%);
}

.overflow-hidden-5.contact {
  width: 68vw;
}

.overflow-hidden-5.position-relative.footer {
  background-color: #0000;
  margin-top: 5px;
}

.works-image {
  width: 23vw;
}

.works-image._2 {
  width: 22vw;
}

.absolute-wrap-2 {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 11.5vw auto auto 5vw;
}

.text-size-larg {
  font-size: 36px;
}

.text-size-larg.shop {
  text-align: left;
  flex-direction: column;
  font-size: 4vw;
  display: flex;
}

.point {
  background-color: #f96167;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.text-block-3 {
  color: #f96167;
  font-weight: 500;
}

.image-16 {
  border: 1px solid #313131;
}

.column-image {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  height: 200vh;
  display: flex;
}

.column-image._2 {
  width: 25vw;
}

.column-image.top {
  justify-content: flex-start;
  align-self: flex-start;
}

.column-image.center {
  width: 13vw;
  height: 100vh;
}

.intro-column-image {
  opacity: .71;
  flex-direction: column;
  justify-content: space-around;
  height: 100vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading-absolute {
  z-index: 5;
  color: #fff;
  text-align: center;
  mix-blend-mode: exclusion;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.text-span-7 {
  font-size: 10vw;
  font-weight: 700;
}

.hero-sticky {
  background-color: #000;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.position-relative {
  z-index: 1;
  position: relative;
}

.background-color-white {
  background-color: #fff;
  position: relative;
}

.landing-grid {
  grid-column-gap: 46px;
  grid-row-gap: 78px;
  grid-template-columns: 48% 48%;
}

.landing-grid.interaction-hover {
  grid-template-rows: auto;
}

.landing-grid.interaction-hover.collection-list-projects-home-3-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 46px;
  margin-bottom: 0;
}

.company-pages-div {
  border: 1px solid #939393;
  width: auto;
  min-width: auto;
  height: auto;
  position: relative;
}

.card-text {
  color: #f96167;
  background-color: #ffffffc7;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-text._2 {
  background-color: #333333bf;
}

.card-intro-heading {
  text-transform: uppercase;
  font-size: 24px;
}

.card-intro-heading.title {
  color: #f96167;
  text-transform: capitalize;
  font-size: 19px;
}

.intro-heading-text {
  text-align: center;
  width: 1000px;
  padding: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
}

.component-grid {
  grid-column-gap: 109px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1430px;
  padding-top: 0;
}

.intro-grid-features {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-sub-text {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

.intro-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14vw 40vw;
  width: 100%;
  margin-top: 40px;
}

.image-15 {
  border-radius: 0;
}

.column-pages {
  background-color: var(--light-blau);
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  padding: 1vw 0 1.5vw 1.5vw;
  display: flex;
}

.column-pages.second {
  background-color: #000;
}

.pages-link {
  color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: padding .375s;
  display: flex;
  position: relative;
}

.pages-link:hover {
  padding-left: 12px;
}

.pages-link.bottom {
  margin-bottom: 10px;
  position: relative;
}

.pages-link.bottom:hover {
  padding-left: 13px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 15px;
}

.bar {
  color: #fff;
  background-color: #f96167;
  border-radius: 7px;
  padding: 1vw 1.5vw;
}

.bar.black {
  background-color: #000;
}

.wrapper-images {
  background-color: var(--light-blau);
  border-radius: 15px;
  padding: 29px;
  position: relative;
  overflow: hidden;
}

.wrapper-images.black {
  background-color: #000;
}

.image-17 {
  border-radius: 0;
}

.paragraph-11 {
  margin-bottom: 0;
  font-size: 15px;
}

.text-size-medium-3 {
  font-size: 2rem;
  line-height: 1;
}

.text-size-medium-3.home-4 {
  z-index: 0;
  margin-top: auto;
  margin-bottom: -5vw;
  font-size: 7vw;
  font-weight: 500;
  line-height: .9;
}

.text-size-medium-3.home-4.about {
  margin-top: 0;
  margin-bottom: auto;
  font-size: 4vw;
}

.text-span-8 {
  color: #f96167;
}

.paragraph-13 {
  font-size: 1.8vw;
}

.paragraph-13.home-4 {
  margin-bottom: 14vw;
  font-size: 3vw;
  line-height: 1.1;
  position: sticky;
  top: 9.4vw;
  bottom: auto;
}

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

.color {
  color: #f96167;
}

.paragraph-14 {
  font-size: 1.8vw;
}

.paragraph-14.home-4-copy {
  font-size: 3vw;
  line-height: 1.1;
  position: relative;
}

.image-size {
  flex: none;
  width: 200vw;
  height: 100vh;
}

.background-video {
  z-index: 1;
  width: 100vw;
  height: 100%;
}

.paragraph-15 {
  font-size: 1.8vw;
}

.paragraph-15.home-4-copy {
  font-size: 3vw;
  line-height: 1.1;
  position: relative;
}

.paragraph-wrap {
  align-items: flex-end;
  width: 26vw;
  margin-left: auto;
  margin-right: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.awwards-section {
  width: 100vw;
  height: 100vh;
  padding: 10vw 5vw 5vw 10vw;
  display: flex;
  position: relative;
}

.text-size-medium-4 {
  font-size: 2rem;
  line-height: 1;
}

.text-size-medium-4.home-4 {
  z-index: 0;
  margin-top: auto;
  margin-bottom: -5vw;
  font-size: 7vw;
  font-weight: 500;
  line-height: .9;
}

.text-size-medium-4.home-4.top {
  margin-top: 0;
  margin-bottom: auto;
  font-weight: 400;
  position: sticky;
  top: 0;
}

.text-size-medium-4.home-4.top.awwards {
  z-index: 1;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.text-size-medium-4.home-4.top.awwards.absolute {
  z-index: 0;
  color: #f3f3f3;
  font-size: 21vw;
  position: absolute;
  left: 5vw;
  right: auto;
}

.text-size-medium-4.home-4.top.awwards.absolute.white {
  color: var(--black);
}

.awards-list {
  grid-row-gap: 4vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.line-4 {
  color: #000;
  background-color: #000;
  flex: 1;
  height: 7px;
}

.fixsed-image {
  flex: none;
  width: 80vw;
  height: 100vh;
}

.text-span-9 {
  color: #f96167;
}

.image-2 {
  width: 52px;
}

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

.contact-wrap {
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 5vw;
  display: flex;
  position: relative;
}

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

.heading-contact-home-4 {
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 300;
  line-height: 1;
}

.heading-contact-home-4.email {
  text-transform: lowercase;
  white-space: nowrap;
  padding-bottom: 17px;
}

.text-span-10 {
  text-transform: lowercase;
}

.social-wrap {
  grid-row-gap: 31px;
  flex-direction: column;
  display: flex;
}

.buy-now-button {
  display: none;
}

.tabs-menu {
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
}

.button-group {
  margin-bottom: 20px;
}

.circle-number-faq {
  border: 1px solid var(--light-blau);
  color: #000;
  text-align: left;
  white-space: normal;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin: 0 20px 0 auto;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.rich-text-block-3 {
  color: #333;
  margin-top: 20px;
  font-size: 1.3vw;
}

.row-9 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-322 {
  padding-top: 27.5vh;
  padding-bottom: 27.5vh;
  padding-left: 5vw;
}

.faq-paragraph-wrapper {
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.3vw;
  overflow: hidden;
}

.collection-item-4 {
  grid-column-gap: 27px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.collection-item-4:first-child {
  border-bottom: 1px solid #ececec;
  padding-top: 0;
}

.collection-item-4:last-child {
  padding-bottom: 0;
}

.quantity {
  background-color: #0000;
  border-color: #000;
  border-radius: 10px;
  width: 54px;
  height: 33px;
  margin-bottom: 0;
  font-size: 18px;
}

.tab-link-tab-3 {
  background-color: #0000;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
  border-bottom: 3px solid #f96167;
}

.faq-heading-wrapper-2 {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.faq-heading {
  color: #000;
  margin-top: .3em;
  margin-bottom: .3em;
  margin-right: auto;
  font-size: 1.3vw;
  font-weight: 400;
}

.faq-question-wrap-3 {
  cursor: pointer;
  background-color: #fff9;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-question-wrap-3.top {
  margin-top: 10px;
}

.line-5 {
  color: #000;
  background-color: #000;
  flex: 1;
  height: 7px;
}

.line-5.shop {
  color: #cbcbcb;
  background-color: #ececec;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 31px;
}

.add-to-cart-button {
  color: #fff;
  background-color: #f96167;
  border-style: none;
  border-radius: 13px;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
}

.name {
  text-transform: uppercase;
  font-size: 1.3vw;
  font-weight: 500;
}

.name.big {
  font-size: 2vw;
  font-weight: 500;
}

.grid-sticky {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  height: auto;
  position: relative;
}

.option {
  grid-column-gap: 38px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #000;
  font-size: 1.3vw;
  font-weight: 300;
}

.paragraph-3.m-argin-top {
  margin-top: 20px;
  margin-bottom: 0;
}

.product-image {
  width: auto;
  height: 45vh;
}

.faq-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-13 {
  width: 5vw;
}

.text-size-xsmall {
  font-size: .9rem;
}

.image-18 {
  background-image: url('../images/e-moran-a9YsSySonUc-unsplash-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.image-18.first {
  object-fit: cover;
  object-position: 0% 100%;
  width: 35%;
  height: 37vw;
  margin-bottom: 3%;
  margin-right: auto;
}

.image-19, .image-20 {
  object-fit: cover;
  height: 37vw;
  margin-bottom: 3%;
  margin-left: 3%;
  position: relative;
  right: 0;
}

.image-20._3 {
  height: 37vw;
  margin-left: 0%;
  margin-right: 3%;
}

.image-21 {
  background-image: url('../images/e-moran-a9YsSySonUc-unsplash-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.image-21.first {
  object-fit: cover;
  object-position: 0% 100%;
  width: 35%;
  height: 37vw;
  margin-bottom: 3%;
  margin-right: auto;
}

.image-21.first._2 {
  object-fit: cover;
  width: 34.9%;
  height: 37vw;
}

.bar-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #ffffffc7;
  align-items: center;
  height: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-316 {
  border: 2px #e81eda;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  height: 67vh;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 6px #bebebe;
}

.div-block-316.center {
  z-index: 1;
  position: relative;
}

.div-block-316.center.hover-cursor {
  border-radius: 0;
}

.div-block-316.center.hover-cursor.auto {
  box-shadow: none;
  border-style: solid;
  border-color: #a5a5a5;
  height: auto;
}

.div-block-316._2 {
  position: relative;
}

.div-block-316._2.hover-cursor {
  border-radius: 0;
}

.div-block-316._2.hover-cursor.auto {
  box-shadow: none;
  border-style: solid;
  border-color: #a5a5a5;
  height: auto;
}

.div-block-316._1 {
  position: relative;
}

.div-block-316._1.hover-cursor {
  background-color: #000;
  border-style: none;
  border-radius: 0;
}

.div-block-316._1.hover-cursor.uto {
  box-shadow: none;
  border-style: solid;
  border-color: #a5a5a5;
  height: auto;
}

.text-block-card {
  font-size: 2vw;
  font-weight: 500;
}

.text-span-11 {
  text-transform: uppercase;
}

.services-heading {
  letter-spacing: -.035em;
  margin-top: 10px;
  font-size: 68px;
  font-weight: 400;
}

.services-heading.intro {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.text-size-xxsmall {
  font-size: 2.2vh;
}

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

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

.utility-page-content.absolute {
  z-index: 6;
  width: 40%;
  position: absolute;
  bottom: 40px;
}

.hero-404 {
  background-image: url('../images/davisuko-rhUU1pemhQ0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.button-2 {
  z-index: 20;
  background-color: #f96167;
  border: 1px #000;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3vw;
  position: absolute;
  bottom: 10vh;
}

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

.field-label, .submit-button-3 {
  display: none;
}

.page-wrapper-4.big {
  align-items: center;
  height: 100vh;
  display: flex;
}

.changelog-container {
  background-color: #0000;
  border: 1px solid #525252;
  padding: 55px;
}

.changelog-container.border-radius {
  background-color: #0000;
  border-radius: 20px;
}

.changelog-text {
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.padding-global {
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-top {
  padding-top: 140px;
}

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

.checkbox-label {
  font-weight: 500;
}

.licensing-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.paragraph-16 {
  font-size: 1.8vw;
}

.paragraph-16.text-size-regular {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.paragraph-16.text-size-regular.footer-text {
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph-16.large {
  height: auto;
  margin-top: 4rem;
  font-size: 3.4rem;
  line-height: 1.2;
}

.paragraph-16.large.footer {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.1;
}

.paragraph-16.footer {
  background-color: #0000;
  font-size: 2rem;
  line-height: 1.1;
}

.column-8 {
  position: relative;
}

.text-span-12 {
  color: #f96167;
}

.checkbox-field-2 {
  grid-column-gap: 6px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.row-10 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.row-10.footer {
  background-color: #0000;
  border-bottom: 1px solid #a5a5a5;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4rem;
}

.row-10.footer.no-border {
  border-bottom-style: none;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 0;
}

.column-9 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.license-link {
  color: #333;
  font-weight: 400;
  transition: color .4s ease-in-out;
}

.license-link:hover {
  color: #ff7f96;
}

.newsletter-link-2 {
  color: #f96167;
}

.text-field-newsletter-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a5a5;
  height: auto;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.source-link {
  color: #333;
  background-color: #0000;
  margin-right: 20px;
  font-weight: 400;
  transition: color .4s;
}

.source-link:hover {
  color: #ff7f96;
}

.licensing-container {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-container.border-radius.box-shadow {
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 0;
  max-width: 1900px;
  margin-bottom: 60px;
}

.licensing-container.border-radius.box-shadow.margin-top {
  margin-top: 100px;
}

.footer-2 {
  background-color: #333;
}

.footer-2.padding-global {
  color: #fff;
  padding: 5vw;
}

.style-guide-heading-3 {
  font-size: 144px;
}

.style-guide-heading-3.text-span-gradient {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  overflow: visible;
}

.main-image-2 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.main-image-2.border {
  border-radius: 20px;
}

.html-embed-2 {
  color: #f96167;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.html-embed-2.color-footer {
  color: #fff;
}

.html-embed-2.position-absolute {
  position: absolute;
  left: -100%;
}

.form-block-3 {
  flex: none;
  width: 40%;
}

.text-align-center {
  text-align: center;
}

.styleguide-page-header {
  border-bottom: 1px solid #000;
  padding-top: 5rem;
  padding-bottom: 22px;
}

.styleguide-page-header.display-flex-horizontal {
  justify-content: flex-start;
  align-items: center;
}

.styleguide-color-sample-wrapper.display-flex-horizontal.background-color-gray {
  background-color: #d1d1d1;
  padding: 10px;
  display: flex;
}

.styleguide-color-sample-wrapper.display-flex-horizontal.background-color-white.box-shadows {
  display: flex;
  box-shadow: 2px 2px 6px 2px #00000040;
}

.heading-medium-2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote-2 {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.styleguide-3-col {
  grid-column-gap: 12.25rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-left {
  text-align: left;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.heading-small {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

.text-size-regular-2 {
  font-size: 18px;
}

.text-style-link-2 {
  text-decoration: underline;
}

.styleguide-section {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 71px;
  padding-bottom: 60px;
  display: block;
}

.styleguide-section.hide {
  display: none;
}

.icon-large {
  height: 4rem;
}

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

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

.primary-font.heading-small.text-weight-xbold {
  font-weight: 900;
}

.wrap-tipography.background-color-white {
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 99px;
  display: flex;
}

.style-guide-heading-2 {
  text-align: right;
  font-size: 96px;
}

.text-size-medium-5 {
  font-size: 24px;
}

.text-weight-light {
  font-weight: 300;
}

.page-padding {
  padding-top: 172px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.wrap-text-color {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-style-muted {
  opacity: .6;
}

.style-guide-text {
  font-size: 64px;
}

.style-guide-text.primary-font {
  margin-bottom: 60px;
}

.heading-small {
  font-size: 3vh;
  font-weight: 300;
  line-height: 1.4;
}

.icon-small {
  height: 2rem;
}

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

.text-weight-normal.heading-small {
  font-weight: 500;
}

.heading-xlarge-2 {
  font-size: 144px;
  font-weight: 700;
  line-height: 1.1;
}

.icon-medium {
  height: 3rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4.75rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-bold {
  font-weight: 700;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small-3 {
  font-size: 13px;
}

.heading-large-2 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-color-grey-2 {
  color: #e5e5e5a8;
}

.text-weight-semibold {
  font-weight: 600;
  line-height: 1.1;
}

.styleguide-color-sample {
  background-color: #f5f5f5;
  flex: 1;
  padding: 5rem;
}

.styleguide-color-sample.is-primary {
  background-color: #000;
}

.styleguide-color-sample.is-others {
  background-color: #f96167;
}

.styleguide-color-sample.is-secondary {
  background-color: #fff;
  border: 1px solid #000;
}

.text-color-black {
  color: #000;
}

.text-weight-xbold-2 {
  font-weight: 900;
}

.paragraph-large-text {
  letter-spacing: -.2rem;
  font-size: 3.4rem;
  line-height: 1.2;
}

.paragraph-large-text.slide-fade-from-bottom-0-1 {
  letter-spacing: 0;
  font-size: 1.5vw;
}

.small-text-sx {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
}

.small-text-sx.extra-light {
  font-weight: 200;
}

.small-text-sx.extra-light.slide-from-bottom-0-3 {
  color: var(--black);
}

.card-link-news-copy {
  color: #a5a5a5;
  border-top: 1px solid #a5a5a5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 300;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.card-link-news-copy:hover {
  color: #333;
}

.card-link-news-copy.section.hover-white {
  color: #bebebe;
}

.card-link-news-copy.section.hover-white:hover, .card-link-news-copy.white {
  color: #fff;
}

.link {
  color: var(--black);
  font-size: 1.4vw;
  font-weight: 400;
}

.text-field-small-copy {
  color: #999;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  padding: 0 0 1vw;
  font-size: 1.8vw;
  line-height: 1;
}

.text-field-small-copy.text-color-white {
  border-bottom-color: var(--white);
  color: #fff;
}

.text-field-middle {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  padding: 0 0 3vw;
  font-size: 3.4vw;
  line-height: 1;
}

.text-field-middle.text-color-white {
  border-bottom-color: var(--white);
  color: #fff;
}

.text-span-left {
  letter-spacing: normal;
}

.text-awards-2 {
  color: #061945;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.award-line-2 {
  color: #061945;
  mix-blend-mode: normal;
  background-color: #061945;
  flex: 1;
  height: 7px;
}

.div-block-5 {
  height: 4rem;
}

.container {
  -webkit-text-stroke-color: white;
  border-top: 0 #fff;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container.container-small {
  max-width: 73rem;
}

.overflow-hidden-6 {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-6.absolute {
  position: absolute;
  transform: none;
}

.about-history-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 4rem;
  padding-left: 4.5rem;
  display: grid;
}

.about-history-list.left {
  padding-left: 0;
  padding-right: 4.5rem;
}

.about-story-right {
  flex-direction: column;
  justify-content: space-between;
  max-width: 40rem;
  display: flex;
}

.about-history-image {
  background-color: #0b0c0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.about-history-image.radius-regular {
  background-color: #061945;
  height: auto;
}

.title-tag {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.rotate-card-height {
  padding-top: 130%;
}

.text-size-xlarge {
  color: #061945;
  font-size: 2.25rem;
  line-height: 1.3;
}

.main-section {
  z-index: 1;
  background-color: #fff;
}

.rotate-card-image {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-story-paragraph {
  max-width: 40rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.ber_uns_botton {
  margin-bottom: 8em;
}

.padding-bottom.ber_uns_botton.blog {
  margin-bottom: 0;
}

.padding-bottom.padding-large.blog {
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.circle {
  border: 1px solid #c3dde0;
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
}

.rotate-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: none;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rotate-card-item {
  perspective: 200vw;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.padding-top {
  padding: 100px 0 0;
}

.about-history-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  padding-top: 0;
  display: grid;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.about-history-left {
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-regular-3 {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular-3.text-color-grey {
  color: #061945;
  font-size: 1rem;
  line-height: 180%;
}

.about-body-block {
  background-color: #fff;
}

.about-body-block.radius-regular {
  z-index: 10;
}

.paragraph-17 {
  font-size: 1.5vw;
}

.bold-text-3 {
  line-height: 1.3;
}

.main-section-copy {
  z-index: 1;
  background-color: #fff;
}

.paragraph-18, .paragraph-19 {
  font-size: 1.5vw;
}

.section-5 {
  height: 30vw;
}

.spacer-smaller {
  height: 1vw;
}

.item-datenschutz {
  font-size: 1.5vw;
}

.item-datenschutz-einger-ckt {
  margin-left: 30px;
  font-size: 1.5vw;
  list-style-type: square;
}

.textblock-copy {
  text-transform: none;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.3;
}

.breadcrumb {
  color: var(--light-blau);
  font-size: 1vw;
}

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

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  color: var(--black);
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: var(--black);
  font-size: 1.1875rem;
  font-weight: 500;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-popup_component {
  z-index: 9000;
  max-width: 25rem;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.cookie-modal_description {
  color: var(--black);
  font-weight: 400;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #253d77;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #253d77;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #e2e8ef;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button_text {
  font-weight: 400;
}

.cookie-modal_button {
  background-color: var(--dunkel-blau);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.25em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_radio_label {
  color: #000;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_label.is--not-allowed {
  color: #000;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  color: #000;
  cursor: not-allowed;
  background-color: #253d77;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #253d77;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio {
  color: #253d77;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
  display: block;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.link-2 {
  color: #253d77;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.image-4 {
  margin-right: 7px;
  padding-right: 0;
  display: inline-block;
}

.accordion-panel {
  display: none;
}

.cookie-modal_button-2 {
  background-color: var(--dunkel-blau);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-preference_component {
  z-index: 9525;
  -webkit-text-stroke-color: #253d77;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 8% 0% 0%;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.accordion-wrapper {
  width: 100%;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  background-color: var(--dunkel-blau);
  color: #262926;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  color: #fff;
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0;
}

.bold-text-4 {
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  .hero-heading.second {
    letter-spacing: -2vw;
  }

  .overflow-hidden {
    object-fit: fill;
    overflow: visible;
  }

  .overflow-hidden.project {
    width: 100%;
  }

  .overflow-hidden.absolute {
    position: absolute;
  }

  .wrapper-move-heading {
    width: 100%;
    inset: 0%;
  }

  .section {
    padding-left: 10vw;
    padding-right: 10vw;
    position: relative;
    overflow: hidden;
  }

  .section.full.bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.full.is-tablet-auto {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.full.left {
    position: relative;
  }

  .section.sticky {
    position: sticky;
  }

  .section.align-center.full, .section.layout-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .row.overflow-hidden {
    align-items: center;
  }

  .small-text.extra-light.slide-from-bottom-0-3 {
    letter-spacing: -3px;
  }

  .small-text.slide-fade-from-bottom-0-1, .small-text.slide-from-bottom-0-2.sx-header {
    letter-spacing: -5px;
  }

  .lottie-animation {
    color: #000;
  }

  .paragraph-large {
    font-size: 3vw;
  }

  .color-span {
    letter-spacing: -5px;
  }

  .html-embed.position-absolute {
    width: 20px;
    height: 20px;
    left: -100%;
  }

  .allcaps {
    font-size: 8vw;
  }

  .allcaps.small.slide-fade-from-bottom-0-1.color-gray {
    font-size: 1.4vw;
  }

  .column-small {
    width: 50vw;
  }

  .footer {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-span.projects {
    font-size: 6rem;
    line-height: .9;
  }

  .image-sticky {
    object-fit: cover;
    max-width: 80%;
  }

  .large-text {
    font-size: 10vw;
  }

  .heading-medium.about {
    font-size: 3vw;
  }

  .heading-medium.about.slide-fade-from-bottom-0-1 {
    font-size: 1.5vw;
  }

  .about-image {
    width: 48%;
  }

  .large-paragraph {
    font-size: 1.5vw;
  }

  .small.color-gray {
    font-size: 1vw;
  }

  .submit-button.black {
    color: #000;
  }

  .text-works {
    font-size: 18px;
  }

  .text-works.insights_content {
    font-size: 1.5vw;
  }

  .image-projects {
    width: 47vw;
  }

  .column-2.news {
    width: 40vw;
  }

  .absolute-image.news.fixed {
    inset: 0%;
  }

  .heading-news {
    font-size: 4vw;
  }

  .link-news-home-2 {
    font-size: 3em;
  }

  .heading-large {
    font-size: 4vw;
  }

  .heading-large.right {
    text-align: right;
  }

  .link-wrapper-2 {
    padding-left: 10vw;
    text-decoration: none;
  }

  .link-wrapper-2._2 {
    padding-right: 10vw;
  }

  .link-wrapper-2._2.w--current {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .navbar {
    justify-content: center;
    padding-left: 10vw;
    padding-right: 10vw;
    inset: 0% 0% auto;
  }

  .background-menu {
    top: 0%;
  }

  .overflow {
    position: relative;
  }

  .wrapper-text {
    width: auto;
  }

  .projects-card {
    flex-direction: column;
    display: flex;
  }

  .sticky.product {
    justify-content: center;
  }

  .grid-2-columns {
    grid-column-gap: 106px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
  }

  .heading-xlarge {
    font-size: 6.2vw;
  }

  .heading-xlarge.works {
    width: 85%;
  }

  .image-about {
    left: 10vw;
  }

  .image-heading-scroll {
    margin-top: auto;
    margin-bottom: auto;
  }

  .services-image, .services-image.third {
    width: 35vw;
  }

  .services-image.second {
    flex: none;
    width: 35vw;
  }

  .text-awards {
    font-size: 4vw;
  }

  .text-awards.small {
    font-size: 2vw;
  }

  .slide-fade-from-bottom-0-1 {
    font-size: 1.4vw;
  }

  .hero-title {
    align-items: flex-start;
  }

  .contact-info-wrap {
    border-radius: 0;
  }

  .contact-info-wrap._2 {
    z-index: 10;
    cursor: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-top: 22vh;
    bottom: -40vh;
    right: -49.9vw;
  }

  .main-heading {
    position: static;
  }

  .main-heading.contact {
    cursor: pointer;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
    transition: transform .4s ease-in-out;
    top: 2%;
  }

  .main-heading.contact:hover {
    opacity: 1;
    transform: translate(0, -5px);
  }

  .main-heading._10-vw.auto.margin-0 {
    font-size: 8vw;
  }

  .link-block-2.text-size-small {
    border-bottom-style: none;
  }

  .link-block-2.white {
    font-size: 1.7rem;
  }

  .row-4.right.is-mobile-vertical {
    justify-content: flex-start;
  }

  .text {
    font-size: 1.5vw;
  }

  .text.left {
    font-size: 1vw;
  }

  .text-field-form {
    color: #e7e4dd;
    text-transform: lowercase;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 1.5vw;
    line-height: 1;
  }

  .text-field-form._2 {
    text-transform: lowercase;
    flex: 0 auto;
    align-items: flex-end;
    height: auto;
    padding-top: 6%;
    padding-bottom: 44px;
    font-size: 1.5vw;
    line-height: 1;
  }

  .wrapper-text-blog {
    padding-left: 10vw;
  }

  .wrapper-text-blog.padding-global {
    padding-left: 10vw;
    padding-right: 5vw;
  }

  .contact-grid {
    height: 40vh;
  }

  .line-designed._2 {
    width: 1px;
  }

  .checkbox-field-contact {
    margin-top: 40px;
  }

  .privacy-link-contact {
    font-size: 18px;
  }

  .small-paragraph.hide-mobile-landscape {
    width: 27%;
  }

  .text-span-right {
    font-size: 1.5vw;
  }

  .client, .client.no-margin {
    overflow: hidden;
  }

  .subscript {
    font-weight: 300;
  }

  .button-navbar.hover-cursor {
    justify-content: flex-end;
    padding-right: 0;
    right: 10vw;
  }

  .link-nav.overflow-hidden {
    margin-right: auto;
  }

  .container-link-navbar {
    padding-left: 10vw;
    padding-right: 25vw;
  }

  .menu-button-3 {
    z-index: 8;
  }

  .navbar-layout-2 {
    padding-left: 10vw;
    padding-right: 10vw;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-layout-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .social-links-wrapper-second {
    padding-right: 5vw;
  }

  .text-link {
    font-size: 9vh;
  }

  .container-large {
    position: relative;
  }

  .container-large.display-flex.menu {
    max-width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .container-large.display-flex.content-menu {
    max-width: none;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .navbar-3 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-hero {
    white-space: nowrap;
  }

  .home-image {
    border: 1px solid #000;
    height: 67vh;
  }

  .home-image.second, .home-image.third, .home-image.first {
    border: 2px #e81eda;
  }

  .grid-home-5 {
    grid-template-rows: auto 1fr;
    margin-top: 3vw;
  }

  .background {
    width: 90%;
    top: 3vw;
  }

  .sticky-wrapper {
    height: 40vh;
    margin-bottom: 106.7vh;
    top: 3.6vh;
  }

  .loop-text {
    font-size: 16vh;
    line-height: 1.6;
  }

  .section-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    overflow: visible;
  }

  .box.shop.bottom-no {
    margin-bottom: 0;
  }

  .card-project {
    border-bottom-color: #fff;
    font-size: 1.7rem;
  }

  .overflow-hidden-2.absolute {
    inset: auto;
  }

  .text-size-medium-2.home-4 {
    font-size: 7vw;
    top: 25.2vh;
  }

  .text-size-medium-2.home-4.second.home {
    font-size: 6vw;
    top: 0;
  }

  .collection-item {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .collection-item._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item._2 {
    z-index: 102;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item._3, .collection-item._4, .collection-item._5, .collection-item._6, .collection-item._7 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-text-one {
    font-size: 5vw;
  }

  .bulled.intro {
    position: absolute;
  }

  .paragraph-5 {
    color: #f96167;
    text-transform: uppercase;
    font-weight: 600;
  }

  .image-14 {
    width: 72%;
  }

  .row-5.blog-post {
    align-items: flex-end;
  }

  .image-blog-2 {
    width: 40vw;
  }

  .paragraph-4 {
    font-size: 1.5vw;
  }

  .section-2 {
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .section-2.padding-global {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-blog-1 {
    width: 30vw;
  }

  .section-3 {
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .section-3.padding-global {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .order {
    left: 10%;
  }

  .order._2 {
    left: 14.5%;
  }

  .fixed-info {
    left: 10vw;
  }

  .fixed-image-product {
    background-position: 90vw;
  }

  .line-2 {
    height: .9px;
  }

  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 10.5vw;
  }

  .sticky-column {
    align-items: center;
    padding-top: 0;
    padding-left: 4vw;
    display: flex;
  }

  .paragraph-9.about._2.linkl {
    text-transform: none;
    font-size: 2vh;
  }

  .column-about {
    padding-top: 40px;
    position: static;
  }

  .column-about.about {
    padding-top: 40px;
  }

  .column-about.about.top.relative {
    padding-bottom: 17vh;
  }

  .row-7.about {
    margin-top: 4vh;
  }

  .grid-3-columns-2 {
    grid-column-gap: 9vh;
    margin-top: 0;
  }

  .text-block-19 {
    position: absolute;
    right: 0;
  }

  .section-4 {
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .section-4.padding-global {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-4.padding-global.about {
    padding-top: 17vh;
  }

  .heading-about-2 {
    font-size: 6vw;
    font-weight: 400;
  }

  .heading-about-2.about-3 {
    mix-blend-mode: normal;
    font-size: 16vh;
  }

  .overflow-hidden-5.positionb-absolute {
    left: auto;
    right: 66.7vh;
  }

  .overflow-hidden-5.positionb-absolute.second {
    top: -57%;
    left: auto;
    right: 35.2vh;
  }

  .works-image {
    width: 36vh;
  }

  .works-image._2 {
    width: 30vh;
  }

  .absolute-wrap-2 {
    left: 10vw;
  }

  .column-image {
    height: 200vh;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .intro-column-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    height: 100vh;
    display: flex;
  }

  .hero-sticky {
    overflow: hidden;
  }

  .landing-grid.interaction-hover.collection-list-projects-home-3-2 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .company-pages-div {
    width: 100%;
  }

  .intro-grid {
    grid-template-columns: 1fr 14vw 42vw;
  }

  .image-15 {
    border-radius: 0;
  }

  .pages-link {
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image-17 {
    border-radius: 0;
  }

  .text-size-medium-3.home-4 {
    font-size: 7vw;
    top: 25.2vh;
  }

  .paragraph-13.home-4 {
    margin-bottom: 12vw;
    font-size: 2.8vw;
  }

  .paragraph-14.home-4-copy {
    font-size: 2.5vw;
  }

  .text-size-medium-4.home-4 {
    font-size: 7vw;
    top: 25.2vh;
  }

  .circle-number-faq {
    white-space: normal;
    width: 37px;
    height: 37px;
    font-size: 1vw;
  }

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

  .div-block-322 {
    padding-top: 27.5vh;
    padding-bottom: 27.5vh;
    padding-left: 0;
  }

  .faq-paragraph-wrapper {
    margin-left: 0;
    font-size: 1vw;
  }

  .faq-heading {
    font-size: 1vw;
    font-weight: 400;
  }

  .faq-question-wrap-3 {
    background-color: #fff9;
    border-bottom-style: solid;
    border-bottom-color: #a5a5a5;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .name {
    font-size: 1vw;
  }

  .grid-sticky {
    grid-template-columns: .8fr 1fr .8fr;
  }

  .paragraph-3, .paragraph-3.m-argin-top {
    font-size: 1vw;
  }

  .product-image {
    width: auto;
    height: 45vh;
  }

  .image-18.first {
    width: 33.5%;
    margin-bottom: 6%;
  }

  .image-19, .image-20 {
    width: 60%;
    margin-bottom: 6%;
    margin-left: 6%;
  }

  .image-20._3 {
    width: 57%;
    margin-right: 6%;
  }

  .image-21.first {
    width: 33.5%;
    margin-bottom: 6%;
  }

  .image-21.first._2 {
    width: 36.5%;
  }

  .div-block-316 {
    border: 1px solid #000;
    height: 67vh;
  }

  .div-block-316.center {
    border-width: 2px;
    border-color: #e81eda;
  }

  .div-block-316.center.hover-cursor {
    border-style: none;
  }

  .div-block-316._2 {
    border-width: 2px;
    border-color: #e81eda;
  }

  .div-block-316._2.hover-cursor {
    border-style: none;
  }

  .div-block-316._1 {
    border-width: 2px;
    border-color: #e81eda;
  }

  .text-block-card {
    font-size: 1.2vw;
  }

  .text-span-11 {
    font-size: 2rem;
  }

  .text-block-25 {
    font-size: 1.7rem;
  }

  .changelog-container {
    background-color: #0000;
  }

  .licensing-paragraph {
    text-align: center;
    font-weight: 400;
  }

  .licensing-container {
    border-style: solid;
    border-color: #000;
    width: 100%;
    max-width: none;
  }

  .licensing-container.border-radius.box-shadow {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-2.padding-global {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .style-guide-heading-3.text-span-gradient {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-2.color-footer {
    width: 19px;
    height: 19px;
  }

  .html-embed-2.position-absolute {
    width: 20px;
    height: 20px;
  }

  .page-padding {
    padding-top: 126px;
  }

  .text-span-left {
    font-size: 1.5vw;
  }

  .text-awards-2 {
    font-size: 4vw;
  }

  .overflow-hidden-6 {
    object-fit: fill;
    overflow: visible;
  }

  .overflow-hidden-6.absolute {
    position: absolute;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading.second {
    letter-spacing: normal;
  }

  .section.full.left {
    margin-top: 0;
  }

  .paragraph-large {
    font-size: 3vw;
  }

  .heading-large.right {
    padding-right: 30px;
  }

  .text-awards {
    text-transform: capitalize;
  }

  .text-awards.middle {
    text-transform: uppercase;
  }

  .about-story-right, .about-story-paragraph {
    max-width: 60rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-heading.second {
    font-size: 40vw;
    display: block;
  }

  .overflow-hidden.slide-image._4x {
    height: 60vw;
  }

  .overflow-hidden.project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section.about-scroll {
    height: auto;
    padding-top: 103px;
  }

  .section.full.is-tablet-auto {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: auto;
  }

  .section.works-scroll {
    flex-direction: column;
    padding-top: 103px;
    padding-right: 5vw;
  }

  .row {
    flex-flow: column;
  }

  .row.overflow-hidden {
    align-items: flex-start;
  }

  .row.overflow-hidden.horizontal {
    justify-content: space-between;
    align-items: center;
  }

  .row.top.is-tablet-vertical {
    flex-direction: column;
  }

  .row.is-tablet-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.horizontal {
    flex-flow: row;
  }

  .small-text.sx-ticker {
    font-size: 25px;
  }

  .lottie-animation {
    width: 9vw;
  }

  .paragraph-large {
    font-size: 2.5rem;
  }

  .paragraph-large.slide-fade-from-bottom-0-1 {
    font-size: 16px;
  }

  .paragraph-large.slide-fade-from-bottom-0-1.bold {
    font-size: 18px;
  }

  .html-embed {
    color: var(--light-blau);
    width: 18px;
    height: 18px;
  }

  .allcaps.small.color-span.slide-fade-from-bottom-0-1 {
    font-size: 2vw;
  }

  .allcaps.slide-fade-from-bottom-0-1, .text-size-medium {
    font-size: 16px;
  }

  .image-sticky {
    position: static;
    transform: none;
  }

  .large-text.slide-from-bottom-0-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .large-text.slide-from-bottom-0-3 {
    margin-top: 0;
  }

  .heading-medium {
    letter-spacing: 0;
  }

  .about-image {
    height: auto;
    top: auto;
  }

  .large-paragraph {
    font-size: 16px;
  }

  .large-paragraph.works {
    font-size: 28px;
  }

  .large-paragraph.insights_home {
    font-size: 18px;
  }

  .submit-button {
    font-size: 1.3rem;
  }

  .collection-list-projects {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .collection-item-projects {
    flex-direction: column-reverse;
    position: static;
    transform: perspective(1118px);
  }

  .text-works.insights_content {
    font-size: 16px;
  }

  .image-projects {
    width: 80%;
    height: 60vw;
  }

  .image-projects.small {
    width: 100%;
    height: 60vh;
  }

  .image-projects.left, .image-projects._01, .image-projects._02 {
    width: 80%;
    height: 60vw;
  }

  .collection-item-news {
    opacity: 1;
  }

  .column-2.news {
    width: 72vw;
    margin-left: 0;
  }

  .card-link-news {
    opacity: 1;
    color: var(--black-2);
  }

  .card-link-news:hover {
    opacity: 1;
  }

  .absolute-image.news, .absolute-image.blog-home-2.hide-tablet {
    display: none;
  }

  .form {
    padding-top: 54px;
  }

  .text-field-newsletter {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .form-block-footer {
    width: 100%;
  }

  .quote {
    font-size: 30px;
  }

  .collection-list-blog.works-page {
    width: 85%;
  }

  .collection-list-wrapper-blog {
    margin-top: 0;
  }

  .text-size-small-2 {
    font-size: .4em;
  }

  .textblock {
    font-size: 16px;
  }

  .link-wrapper-2, .link-wrapper-2._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 5vw;
    overflow: visible;
  }

  .bg-image {
    display: none;
  }

  .navbar {
    height: 10vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-menu-link {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 150px;
  }

  .overflow {
    margin-left: 0%;
  }

  .overflow._1 {
    overflow: visible;
  }

  .wrapper-text, .collection-item-projects-home-2, .collection-item-projects-home-2:nth-child(odd), .main-image {
    width: 100%;
  }

  .sticky.product {
    height: auto;
    position: static;
  }

  .heading-solutions {
    letter-spacing: 0;
  }

  .grid-2-columns.home-2 {
    grid-column-gap: 40px;
    grid-template-columns: auto auto 1.25fr;
  }

  .grid-3-columns.product {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-rotate-image.hide-tablet {
    display: flex;
  }

  .text-awards.middle {
    font-size: 18px;
  }

  .award-line {
    height: 3px;
  }

  .awards-number.about-4.position-absoluyte.hide-tablet {
    display: none;
  }

  .slide-fade-from-bottom-0-1 {
    font-size: 16px;
  }

  .slide-from-bottom-0-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-title {
    padding: 18vh 5vw 13vh;
  }

  .main-flex-container.is-tablet-vertical {
    flex-direction: column;
  }

  .contact-info-wrap._2 {
    width: 100%;
    height: auto;
    padding-top: 86px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    position: static;
  }

  .column---6.background-primary-color {
    align-items: flex-start;
    padding-top: 41px;
    padding-bottom: 41px;
    top: 0;
  }

  .spacer-xsmall {
    height: .9rem;
  }

  .contact-link {
    font-size: 1.1rem;
  }

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

  .main-heading.contact {
    font-size: 30px;
    position: static;
  }

  .main-heading.contact._2 {
    display: none;
    position: static;
  }

  .main-heading._10-vw.auto {
    text-align: left;
    margin-bottom: 0;
    margin-right: auto;
  }

  .main-heading._10-vw.auto.margin-0 {
    font-size: 7vw;
  }

  .row-4.right {
    justify-content: flex-start;
  }

  .text {
    font-size: 18px;
  }

  .form-block-2 {
    width: 100%;
    height: auto;
  }

  .text-field-form, .text-field-form._2 {
    font-size: 18px;
  }

  .form-2 {
    width: 100%;
  }

  .collection-list-projects-works-2 {
    grid-column-gap: 20px;
    grid-row-gap: 46px;
  }

  .hero-section-home-3 {
    justify-content: flex-start;
    height: 300vh;
  }

  .background-primary-color {
    height: 100vh;
    top: 100vh;
  }

  .collection-list-projects-home-3 {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .collection-item-projects-home-3 {
    flex-direction: column-reverse;
    height: 32vh;
    position: static;
    transform: perspective(1118px);
  }

  .collection-item-projects-home-3:nth-child(odd) {
    height: 47vh;
  }

  .grid-blog {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .wrapper-text-blog.padding-global {
    flex: 1;
  }

  .collection-list-projects-3 {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

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

  .contact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .contact-grid.hero-contact-second {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
  }

  .contact-bg {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-heading-contact {
    justify-content: flex-start;
    padding: 0 5vw 31px 0;
  }

  .container-medium {
    width: 100%;
  }

  .small-paragraph {
    font-size: 16px;
  }

  .small-paragraph.hide-mobile-landscape {
    font-size: 12px;
  }

  .text-span-right {
    font-size: 16px;
  }

  .subscript {
    font-size: 3vw;
  }

  .link-nav {
    font-size: 7vh;
  }

  .navbar-layout-3 {
    padding: 40px 5vw;
  }

  .container-large {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large.display-flex {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-large.display-flex.menu {
    flex-direction: row;
    align-items: center;
    padding: 0 0;
  }

  .navbar-3 {
    background-color: #0000;
  }

  .nav-menu-layout-4 {
    background-color: #000;
    position: absolute;
  }

  .flex-nav {
    background-color: #000;
    flex-direction: column;
  }

  .flex-nav.white {
    background-color: #fff;
  }

  .main-link {
    font-size: 18px;
  }

  .main-link.nav {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-link.nav:visited {
    background-color: #c1ae8e;
  }

  .main-link.nav.w--current {
    color: #fff;
    background-color: #c1ae8e;
  }

  .social-links-wrapper {
    flex-direction: row;
  }

  .image-scroll-sticky {
    flex-direction: column;
    height: auto;
  }

  .section-company {
    height: auto;
  }

  .section-company.hide-tablet {
    display: none;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.hero, .paragraph.bottom {
    font-size: 18px;
  }

  .grid-home-5 {
    grid-template-rows: 20vh auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .background.white {
    z-index: 0;
  }

  .collection-list-wrapper-work-home-5 {
    margin-top: 0;
  }

  .sticky-wrapper {
    background-color: #000;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .sticky-wrapper.works {
    background-color: #0000;
    flex: 0 auto;
    position: sticky;
  }

  .sticky-wrapper.white {
    background-color: #fff;
  }

  .section-sticky {
    height: auto;
  }

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

  .values-text, .link-block-navbar-5.w--current, .link-block-navbar-5.borde {
    font-size: 18px;
  }

  .link-block-navbar-5.social {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 18px;
  }

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

  .card-project, .hover {
    color: #000;
  }

  .second-link {
    font-size: 22px;
  }

  .text-size-medium-2.home-4 {
    font-size: 12vw;
  }

  .text-size-medium-2.home-4.second {
    margin-bottom: 20px;
  }

  .collection-item._1, .collection-item._2, .collection-item._3, .collection-item._4, .collection-item._5, .collection-item._6, .collection-item._7 {
    flex-flow: column-reverse;
    position: static;
  }

  .link-text-one {
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-14 {
    width: 100%;
  }

  .row-5.blog-post {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 18px;
  }

  .paragraph-4._2 {
    width: 80%;
    font-size: 18px;
  }

  .paragraph-4.second {
    width: 80%;
    margin-top: 40px;
    font-size: 18px;
  }

  .paragraph-4.second.all-caps {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .avatar {
    width: 11vw;
    height: 11vw;
  }

  .section-2.padding-global {
    z-index: 1;
    background-color: #0000;
  }

  .section-2.padding-global.blog-page {
    padding-top: 24vw;
  }

  .section-2.blog.page {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .block-quote-3 {
    width: 100%;
    font-size: 42px;
  }

  .absolute-2 {
    font-size: 18px;
  }

  .section-3.padding-global {
    z-index: 1;
    background-color: #0000;
  }

  .fixed-image {
    width: 40vh;
    height: 25vh;
  }

  .fixed-image.second {
    width: 22vh;
    height: 16vh;
  }

  .fixed-image-product {
    display: none;
  }

  .card-shop {
    width: auto;
  }

  .wrapper-hover {
    opacity: 1;
  }

  .footer-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .location-paragraph.top {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 4vw;
    line-height: 1;
  }

  .sticky-column {
    width: auto;
    height: auto;
    position: static;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .paragraph-9.about.text-style-allcaps.margin-bottom {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .column-about.about {
    width: 100%;
  }

  .column-about.about.padding-top {
    width: auto;
  }

  .row-7.about._2.about-3 {
    flex-direction: column;
  }

  .grid-3-columns-2 {
    margin-left: 0;
  }

  .section-4.padding-global {
    z-index: 1;
    background-color: #0000;
  }

  .section-4.padding-global.about {
    height: auto;
  }

  .heading-about-2 {
    font-size: 60px;
  }

  .heading-about-2.about-3 {
    mix-blend-mode: normal;
    font-size: 15vw;
  }

  .paragraph-10 {
    font-size: 20px;
  }

  .overflow-hidden-5.positionb-absolute, .overflow-hidden-5.positionb-absolute.second, .overflow-hidden-5.images {
    display: none;
  }

  .overflow-hidden-5.position-absolute {
    transform: translate(0, 153%);
  }

  .column-image._2 {
    width: 44vw;
    margin-left: auto;
    margin-right: auto;
  }

  .column-image._2.hide-tablet {
    display: none;
  }

  .column-image.top {
    width: 44vw;
  }

  .column-image.top.hide-tablet {
    display: none;
  }

  .landing-grid.interaction-hover {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .landing-grid.interaction-hover.collection-list-projects-home-3-2 {
    grid-template-columns: 1fr 1fr;
  }

  .company-pages-div {
    text-decoration: none;
  }

  .card-text {
    text-align: center;
    background-color: #fff;
    justify-content: center;
    position: static;
  }

  .card-intro-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .intro-heading-text {
    width: 100%;
    max-width: 1000px;
    font-size: 59px;
  }

  .component-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .intro-grid {
    grid-template-columns: 1fr 20vw;
  }

  .text-size-medium-3.home-4 {
    font-size: 12vw;
  }

  .text-size-medium-3.home-4.about {
    font-size: 7vw;
  }

  .paragraph-13 {
    font-size: 20px;
  }

  .paragraph-13.home-4 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .paragraph-14 {
    font-size: 20px;
  }

  .paragraph-14.home-4-copy {
    font-size: 4vw;
  }

  .paragraph-15 {
    font-size: 20px;
  }

  .paragraph-15.home-4-copy {
    font-size: 4vw;
  }

  .paragraph-wrap {
    width: auto;
    margin-top: 57vw;
  }

  .awwards-section {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
    padding-left: 5vw;
  }

  .text-size-medium-4.home-4 {
    font-size: 12vw;
  }

  .awards-list {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .line-4 {
    height: 3px;
  }

  .contact-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
  }

  .social-wrap {
    grid-column-gap: 31px;
    flex-direction: row;
    margin-top: 40px;
  }

  .circle-number-faq {
    white-space: normal;
    font-size: 25px;
    font-weight: 700;
  }

  .div-block-322 {
    padding-top: 0;
    padding-bottom: 5vh;
    padding-left: 0;
  }

  .faq-paragraph-wrapper {
    max-width: none;
    margin-left: 2em;
    padding-left: 0;
    font-size: 18px;
  }

  .faq-heading-wrapper-2 {
    justify-content: space-between;
  }

  .faq-question-wrap-3 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .line-5 {
    height: 3px;
  }

  .name {
    font-size: 22px;
  }

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

  .paragraph-3 {
    font-size: 18px;
  }

  .product-image {
    height: auto;
  }

  .faq-content {
    flex-direction: column;
  }

  .div-block-316.center.hover-cursor {
    flex: 0 auto;
    height: 800px;
    margin-bottom: 40px;
  }

  .div-block-316._2.hover-cursor {
    flex: 0 auto;
    height: 800px;
  }

  .div-block-316._1.hover-cursor {
    flex: 0 auto;
    height: 800px;
    margin-bottom: 40px;
  }

  .text-block-card {
    font-size: 4vw;
  }

  .services-heading.intro {
    font-size: 57px;
  }

  .form-3 {
    padding-top: 54px;
  }

  .paragraph-16 {
    font-size: 20px;
  }

  .paragraph-16.large {
    font-size: 2.2rem;
  }

  .row-10.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .row-10.footer.no-border {
    flex-direction: column;
  }

  .text-field-newsletter-2 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

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

  .licensing-container {
    width: 100%;
  }

  .footer-2.padding-global {
    z-index: 1;
    position: relative;
  }

  .style-guide-heading-3.text-span-gradient {
    font-size: 80px;
  }

  .form-block-3 {
    width: 100%;
  }

  .styleguide-3-col {
    grid-column-gap: 2.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large-text {
    font-size: 2.5rem;
  }

  .paragraph-large-text.slide-fade-from-bottom-0-1 {
    font-size: 16px;
  }

  .small-text-sx {
    font-size: 25px;
  }

  .card-link-news-copy {
    opacity: 1;
    color: var(--black-2);
  }

  .card-link-news-copy:hover {
    opacity: 1;
  }

  .text-span-left {
    font-size: 16px;
  }

  .award-line-2 {
    height: 3px;
  }

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

  .about-history-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .about-history-list.left {
    padding-right: 0;
  }

  .about-story-right {
    max-width: none;
    min-height: auto;
  }

  .about-history-image.radius-regular {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-story-paragraph {
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rotate-card {
    width: 60%;
  }

  .image-fill {
    min-width: auto;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-history-left {
    position: relative;
  }

  .text-size-regular-3 {
    font-size: 1.1rem;
  }

  .textblock-copy {
    font-size: 16px;
  }

  .breadcrumb {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 22px;
  }

  .hero-heading.second {
    letter-spacing: -1vw;
    font-size: 20vw;
  }

  .overflow-hidden.slide-image._4x {
    height: 50vw;
  }

  .section.full.sticky {
    align-items: flex-start;
  }

  .section.full.left, .section.align-center.full {
    height: auto;
  }

  .section.horizontal {
    flex-direction: column;
  }

  .section.works-scroll {
    height: 400vh;
  }

  .spacer-medium {
    height: 50px;
  }

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

  .row.overflow-hidden {
    flex-direction: column;
  }

  .row.overflow-hidden.horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .row.top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .row.top.reverse {
    flex-direction: row;
  }

  .row.bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .row.bottom.horizontal {
    align-items: flex-end;
  }

  .row.flex {
    flex-direction: row;
  }

  .row.newsletter {
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .row.horizontal {
    flex-direction: row;
    align-items: center;
  }

  .row.home-5 {
    flex-direction: row;
  }

  .small-text {
    font-size: 11vw;
  }

  .small-text.extra-light.slide-from-bottom-0-3 {
    font-size: 25px;
  }

  .small-text.slide-fade-from-bottom-0-1 {
    padding-right: 30px;
    font-size: 25px;
  }

  .small-text.slide-from-bottom-0-2.sx-header {
    flex: 0 auto;
    font-size: 25px;
  }

  .paragraph-large {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .paragraph-large.slide-fade-from-bottom-0-1 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .color-span {
    font-size: 25px;
  }

  .button-block {
    font-size: 24px;
  }

  .html-embed {
    width: 20px;
    height: 20px;
  }

  .xsmall-text {
    font-size: 25px;
  }

  .allcaps {
    text-align: center;
    font-size: 10vw;
  }

  .allcaps.small {
    font-size: 1.2rem;
  }

  .allcaps.small.slide-fade-from-bottom-0-1.color-gray {
    font-size: 3vw;
  }

  .column-small {
    width: 100%;
  }

  .text-size-medium.color-span {
    font-size: 1.4rem;
  }

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

  .text-size-small.allcaps.slide-fade-from-bottom-02 {
    font-size: 1.1rem;
  }

  .spacer-small {
    height: 30px;
  }

  .spacer-large {
    height: 100px;
  }

  .text-span.projects {
    margin-bottom: 0;
  }

  .heading-medium {
    font-size: 2.3rem;
  }

  .heading-medium.about.slide-fade-from-bottom-0-1 {
    font-size: 2.3px;
    line-height: 1;
  }

  .about-image {
    width: 100%;
    height: auto;
    top: 0;
  }

  .large-paragraph {
    margin-right: 0;
    font-size: 16px;
  }

  .small {
    font-size: 1.2rem;
  }

  .small.color-gray, .text-field-small {
    font-size: 3vw;
  }

  .column-flex {
    flex-direction: row;
  }

  .radio-button-field {
    font-size: 1rem;
  }

  .image-projects {
    height: 60vw;
  }

  .image-projects.small {
    width: 80%;
    height: 60vw;
  }

  .time-read {
    margin-right: auto;
  }

  .text-field-newsletter {
    text-align: left;
    margin-bottom: 0;
  }

  .content-slider {
    width: 83%;
    padding-bottom: 0;
    overflow: hidden;
  }

  .quote {
    font-size: 27px;
  }

  .review-wrapper {
    flex-direction: column;
  }

  .heading-news, .heading-news.first {
    font-size: 25px;
  }

  .collection-list-blog.works-page {
    width: 100%;
  }

  .link-news-home-2 {
    align-items: center;
  }

  .text-size-small-2 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .textblock {
    font-size: 16px;
  }

  .heading-large {
    font-size: 5vw;
  }

  .heading-large.sticky {
    top: 37.8dvh;
  }

  .newsletter-form {
    width: 100%;
  }

  .link-wrapper-2, .link-wrapper-2._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 6vw;
  }

  .bg-image {
    display: none;
  }

  .navbar {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-menu-link {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 90px;
  }

  .overflow, .overflow._1 {
    overflow: visible;
  }

  .container-image {
    height: 517px;
  }

  .collection-list-projects-home-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-projects-home-2:nth-child(odd) {
    width: 100%;
    margin-top: -99px;
  }

  .collection-item-projects-home-2:nth-child(2n) {
    width: 100%;
    margin-top: 0%;
  }

  .projects-card {
    margin-bottom: 20px;
  }

  .projects-card.slide-fade-from-bottom-0-1, .projects-card.home-3 {
    margin-bottom: 0;
  }

  .main-image.home-3 {
    display: block;
  }

  .project-name {
    width: auto;
  }

  .project-name.all-caps.position-absolute {
    margin-top: .5rem;
    font-size: 1.1rem;
    position: static;
  }

  .sticky {
    top: 37.8vh;
  }

  .heading-solutions {
    letter-spacing: 0;
  }

  .grid-2-columns {
    grid-row-gap: 46px;
    grid-template-columns: auto;
  }

  .grid-2-columns.home-2 {
    margin-top: 0;
  }

  .blanding-difference {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
    display: flex;
  }

  .text-awards {
    font-size: 4vw;
  }

  .text-awards.small {
    font-size: 3vw;
  }

  .text-awards.middle {
    font-size: 16px;
  }

  .slide-from-bottom-01, .slide-from-bottom-0-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-title {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .overflow-flex-hidden {
    grid-column-gap: 0rem;
  }

  .overflow-flex-hidden.works {
    height: 35vh;
  }

  .contact-info-wrap._2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-heading._10-vw.auto.margin-0 {
    font-size: 10vw;
  }

  .text-field-form {
    color: #fff;
    padding-bottom: 0;
  }

  .text-field-form._2 {
    color: #fff;
    line-height: .7;
  }

  .background-primary-color {
    top: 100vh;
  }

  .collection-list-projects-home-3 {
    grid-template-columns: 1.25fr;
  }

  .collection-item-projects-home-3, .collection-item-projects-home-3:nth-child(odd) {
    height: auto;
  }

  .collection-item-projects-home-3:nth-child(2n) {
    transform: perspective(1118px);
  }

  .collection-item-projects-home-3.projects-page {
    margin-bottom: 20px;
  }

  .collection-item-projects-home-3.projects-page:nth-child(odd), .collection-item-projects-home-3.projects-page:nth-child(2n) {
    height: 27vh;
  }

  .collection-item-projects-home-3.projects-page:first-child, .collection-item-projects-home-3.projects-page:last-child {
    height: 40vh;
  }

  .spacer-xxlarge.hide-tablet {
    display: none;
  }

  .collection-list-projects-3 {
    padding-bottom: 10px;
  }

  .contact-grid, .contact-grid.hero-contact-second {
    grid-template-columns: 1fr;
  }

  .contact-bg {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-heading-contact {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field-contact {
    padding-top: 10px;
  }

  .small-paragraph {
    font-size: 16px;
  }

  .small-paragraph.hide-mobile-landscape {
    width: 34%;
    font-size: 12px;
    display: block;
  }

  .works-list {
    justify-content: flex-start;
  }

  .collection-item-works-about-3 {
    width: 21vw;
    padding-left: 0;
    padding-right: 2vw;
  }

  .link-works-about-3 {
    height: 19vw;
  }

  .container-link-navbar {
    padding-left: 5vw;
  }

  .brand-image {
    width: 160px;
  }

  .navbar-layout-3 {
    padding: 20px 40px;
  }

  .content-menu {
    display: flex;
  }

  .social-links-wrapper-second {
    margin-top: 37px;
    position: relative;
  }

  .text-link {
    font-size: 35px;
    line-height: 1.3;
  }

  .container-large, .container-large.display-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.display-flex.content-menu {
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap-link-menu-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .main-link {
    margin-bottom: 40px;
  }

  .main-link.nav-white {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 27px;
  }

  .main-link.nav.white {
    color: #000;
    padding-left: 20px;
  }

  .main-link.footer {
    margin-bottom: 0;
  }

  .hero-background {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    height: auto;
  }

  .lottie-white {
    font-size: 0;
  }

  .paragraph.hero {
    margin-top: 20px;
  }

  .paragraph.hero.second {
    width: 100%;
  }

  .grid {
    grid-template-rows: auto;
  }

  .sticky-wrapper.works {
    flex-direction: row;
  }

  .link-block-navbar-5.borde {
    border-left-style: none;
    height: auto;
  }

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

  .text-size-regular {
    font-size: 4vw;
  }

  .paragraph-4._2, .paragraph-4.second {
    width: 100%;
  }

  .avatar {
    width: 15vw;
    height: 15vw;
  }

  .heading-blog-post {
    font-size: 40px;
  }

  .section-2.padding-global {
    z-index: 1;
  }

  .block-quote-3 {
    font-size: 35px;
  }

  .absolute-2 {
    font-size: 15px;
    top: 8%;
  }

  .grid-project {
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .title {
    font-size: 16px;
  }

  .section-3.padding-global {
    z-index: 1;
  }

  .section-3.hero-project-page {
    height: 50vh;
  }

  .about-project {
    font-size: 18px;
  }

  .project-page-image {
    width: 100%;
  }

  .fixed-image {
    width: 40vh;
    height: 30vh;
  }

  .fixed-image.second {
    width: 19vh;
    height: 26vh;
  }

  .fixed-overflow {
    bottom: 18%;
    right: 20px;
  }

  .fixed-overflow.second {
    bottom: 0%;
    right: 0%;
  }

  .grid-footer-links {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .location-paragraph.top {
    color: #000;
  }

  .sticky-column {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 100px;
    padding-top: 0;
    position: static;
  }

  .works-layout-5-list-wrapper.first {
    flex: 1;
    width: 100%;
  }

  .works-layout-5-item {
    height: auto;
  }

  .grid-3-columns-2 {
    grid-column-gap: 53px;
  }

  .section-4.padding-global {
    z-index: 1;
  }

  .heading-about-2 {
    font-size: 40px;
  }

  .text-size-larg {
    font-size: 1.25rem;
  }

  .column-image._2 {
    width: 47vw;
  }

  .column-image.center {
    width: 0;
    display: flex;
  }

  .landing-grid.interaction-hover {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .landing-grid.interaction-hover.collection-list-projects-home-3-2 {
    grid-template-columns: 1fr;
  }

  .intro-heading-text {
    font-size: 33px;
  }

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

  .intro-grid-features {
    justify-content: flex-start;
  }

  .intro-sub-text {
    font-size: 16px;
  }

  .intro-grid {
    grid-template-columns: 1fr 36vw;
  }

  .circle-number-faq {
    flex: 0 auto;
  }

  .faq-paragraph-wrapper {
    margin-left: 0;
    font-size: 18px;
  }

  .faq-heading {
    flex: 1;
    font-size: 1.2em;
    font-weight: 500;
  }

  .faq-question-wrap-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .name.big {
    font-size: 22px;
  }

  .div-block-316.center.hover-cursor, .div-block-316._2.hover-cursor, .div-block-316._1.hover-cursor {
    height: 400px;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing-container.border-radius.box-shadow.margin-top {
    margin-top: 60px;
  }

  .style-guide-heading-3.text-span-gradient {
    font-size: 50px;
  }

  .styleguide-page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .heading-xlarge-2 {
    font-size: 2.5rem;
  }

  .fs-styleguide-4-col {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .styleguide-color-sample {
    padding: 2.5rem 2rem;
  }

  .paragraph-large-text {
    font-size: 2rem;
  }

  .paragraph-large-text.slide-fade-from-bottom-0-1 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .small-text-sx {
    font-size: 25px;
  }

  .text-field-small-copy {
    font-size: 3vw;
  }

  .text-span-left {
    line-height: 1.3;
  }

  .about-history-list {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .about-history-image.radius-regular {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-history-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-history-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100vw;
  }

  .text-size-regular-3 {
    font-size: 1rem;
  }

  .spacer-smaller {
    height: 30px;
  }

  .textblock-copy {
    font-size: 16px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
  }

  .page-wrapper, .page-wrapper.black {
    overflow: visible;
  }

  .lottie {
    display: none;
  }

  .hero-heading.second {
    font-size: 20vh;
  }

  .overflow-hidden.slide-image._4x {
    height: 50vh;
  }

  .overflow-hidden.project {
    flex: 1;
  }

  .background-color-black.absolute {
    display: block;
  }

  .section.overflow-visible.bachground-white {
    z-index: 1;
    background-color: #fff;
  }

  .section.overflow-visible.background-color-black {
    z-index: 1;
  }

  .section.full {
    justify-content: center;
  }

  .section.full.color {
    grid-row-gap: 33px;
  }

  .section.full.sticky {
    height: 100vh;
  }

  .section.full.background-white.contact {
    top: 100vh;
  }

  .section.full.bottom {
    height: auto;
  }

  .section.full.overflow-hidden {
    justify-content: center;
    height: 100vh;
  }

  .section.full.background-black {
    top: 100vh;
  }

  .section.full.auto {
    height: auto;
  }

  .section.full.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.sticky {
    align-items: center;
    position: fixed;
  }

  .section.horizontal {
    justify-content: space-around;
  }

  .section.horizontal.center {
    justify-content: space-between;
    padding-bottom: 55vh;
  }

  .section.bachground-white {
    z-index: 1;
    background-color: #fff;
  }

  .section.background-color-black {
    z-index: 1;
  }

  .section.sticky-contact {
    height: 100vh;
    position: fixed;
  }

  .section.shop {
    display: inline-block;
  }

  .background-image.third {
    background-image: linear-gradient(#0000, #0000), url('../images/davisuko-rhUU1pemhQ0-unsplash.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100vh;
    background-attachment: scroll, scroll;
  }

  .background-image.third._2 {
    background-position: 0 0, 50% -50vh;
  }

  .background-image.third._1 {
    background-position: 0 0, 50% -25vh;
  }

  .background-image.third._3 {
    background-image: linear-gradient(#0000, #0000), url('../images/davisuko-rhUU1pemhQ0-unsplash.jpg');
    background-position: 0 0, 50% -75vh;
  }

  .background-image.first {
    background-position: 50% 0;
    background-size: auto 100vh;
    background-attachment: scroll;
  }

  .background-image.first._2 {
    background-position: 50% -25vh;
    background-size: auto 100vh;
  }

  .background-image.first._3 {
    background-position: 50% -50vh;
    background-size: auto 100vh;
  }

  .background-image.first._4 {
    background-position: 50% -75vh;
    background-size: auto 100vh;
  }

  .background-image.second {
    background-image: linear-gradient(#0000, #0000), url('../images/felix-dubois-robert-CuEvrPd3NYc-unsplash.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100vh;
    background-attachment: scroll, scroll;
  }

  .background-image.second._2 {
    background-image: linear-gradient(#0000, #0000), url('../images/felix-dubois-robert-CuEvrPd3NYc-unsplash.jpg');
    background-position: 0 0, 50% -25vh;
    background-attachment: scroll, scroll;
  }

  .background-image.second._4 {
    background-image: linear-gradient(#0000, #0000), url('../images/felix-dubois-robert-CuEvrPd3NYc-unsplash.jpg');
    background-position: 0 0, 50% -75vh;
    background-attachment: scroll, scroll;
  }

  .background-image.second._3 {
    background-image: linear-gradient(#0000, #0000), url('../images/felix-dubois-robert-CuEvrPd3NYc-unsplash.jpg');
    background-position: 0 0, 50% -50vh;
    background-attachment: scroll, scroll;
  }

  .background-image.beruns {
    background-position: 50% 0;
    background-size: auto 100vh;
    background-attachment: scroll;
  }

  .background-image.beruns._2 {
    background-position: 50% -25vh;
    background-size: auto 100vh;
  }

  .background-image.beruns._3 {
    background-position: 50% -50vh;
    background-size: auto 100vh;
  }

  .background-image.beruns._4 {
    background-position: 50% -75vh;
    background-size: auto 100vh;
  }

  .hero-section.full {
    min-height: auto;
  }

  .spacer-medium {
    height: 50px;
  }

  .row {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .row.overflow-hidden.horizontal {
    flex-flow: column;
  }

  .row.top {
    word-break: normal;
    object-fit: fill;
    overflow: visible;
  }

  .row.top.reverse {
    flex-direction: column-reverse;
  }

  .row.flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .row.left.slide-fade-from-bottom-0-1 {
    flex-direction: row;
  }

  .row.left.horizontal {
    font-size: 22px;
  }

  .row.newsletter, .row.horizontal {
    align-items: center;
  }

  .row.gap-0 {
    flex-direction: row;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .row.home-5 {
    flex-direction: row;
  }

  .small-text {
    font-size: 11vw;
  }

  .small-text.slide-fade-from-bottom-0-1 {
    font-size: 25px;
  }

  .lottie-animation {
    width: 12vw;
    height: 201%;
  }

  .lottie-animation.view-from-bottom-0-1-delay {
    width: 10vw;
    height: auto;
  }

  .lottie-animation.home-2 {
    width: 16vw;
    height: auto;
    margin-top: 0;
  }

  .paragraph-large {
    letter-spacing: -.1rem;
    font-size: 1.8rem;
  }

  .paragraph-large.slide-fade-from-bottom-0-1 {
    font-size: 16px;
  }

  .paragraph-large.white {
    letter-spacing: 0;
  }

  .color-span.white {
    font-size: 1.8rem;
  }

  .button-block {
    align-items: center;
    margin-top: 0;
    font-size: 22px;
  }

  .html-embed {
    width: 13px;
    height: 13px;
  }

  .xsmall-text {
    font-size: 25px;
  }

  .allcaps {
    font-size: 11vw;
  }

  .allcaps.small.slide-fade-from-bottom-0-1.color-gray {
    font-size: 6vw;
  }

  .allcaps.small.color-span.slide-fade-from-bottom-0-1 {
    font-size: 4vw;
  }

  .allcaps.hero {
    font-size: 13vw;
  }

  .dropdown-toggle {
    align-items: center;
    padding-bottom: 20px;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .text-size-medium {
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    width: 100%;
    height: auto;
    font-size: 16px;
    overflow: visible;
  }

  .text-span.projects {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .xxsmall-text {
    font-size: 13px;
  }

  .xxsmall-text.slide-fade-from-bottom-0-1 {
    font-size: 17px;
  }

  .grid-2-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .link-block-white {
    margin-top: 0;
    font-size: 22px;
  }

  .image-sticky {
    margin-bottom: 30px;
  }

  .large-text.slide-from-bottom-01 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-medium {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .large-paragraph.insights_home {
    width: auto;
  }

  .small.color-gray {
    font-size: 5vw;
  }

  .text-field-large {
    font-size: 9vw;
  }

  .text-field-small {
    font-size: 6vw;
  }

  .column-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .radio-button-field {
    font-size: .9rem;
  }

  .radio-button-field.white {
    font-size: .7rem;
  }

  .submit-button {
    font-size: 22px;
    font-weight: 300;
  }

  .submit-button.black {
    color: #000;
  }

  .collection-list-projects {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .text-works.insights_content {
    width: auto;
  }

  .image-projects, .image-projects.small {
    height: 60vw;
  }

  .collection-list-wrapper-news {
    margin-top: 20px;
  }

  .column-2.news {
    width: 100%;
  }

  .card-link-news {
    opacity: 1;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .absolute-image.home-3 {
    left: -40%;
  }

  .form {
    padding-top: 54px;
  }

  .checkbox-field {
    align-items: center;
    padding-left: 17px;
  }

  .newsletter-link {
    font-size: 13px;
  }

  .checkbox {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .review-slider {
    width: 100%;
  }

  .content-slider {
    width: auto;
  }

  .quote {
    width: auto;
    font-size: 22px;
  }

  .testimonial {
    font-size: 18px;
  }

  .line-review {
    flex: 1;
  }

  .review-wrapper {
    width: 100%;
  }

  .hide-tablet {
    display: none;
  }

  .heading-news {
    margin-left: 0;
    font-size: 11vw;
  }

  .heading-news.first {
    font-size: 11vw;
    position: sticky;
  }

  .collection-list-blog {
    border-top: 1px solid var(--light-blau);
    align-items: stretch;
  }

  .collection-list-blog.works-page {
    flex-direction: column;
    display: flex;
  }

  .collection-list-wrapper-blog {
    width: 100%;
    margin-top: 0;
  }

  .collection-item-blog {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .collection-item-blog.works-page {
    border-top-width: 1px;
    border-top-color: #000;
    margin-right: 0;
    display: flex;
  }

  .link-news-home-2 {
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
  }

  .link-news-home-2.mobile-horizontal {
    border-bottom: 1px solid var(--light-blau);
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .textblock {
    font-weight: 300;
  }

  .heading-large {
    font-size: 7vw;
    line-height: 1.2;
  }

  .heading-large.light {
    font-size: 27px;
  }

  .link-wrapper-2 {
    justify-content: flex-start;
  }

  .nav-link {
    letter-spacing: normal;
    margin-left: 0;
  }

  .bg-image, .bg-image._4, .bg-image._2, .bg-image._6, .bg-image._5, .bg-image._7 {
    display: none;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: 70px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .overflow {
    margin-left: 0%;
  }

  .brand {
    margin-top: 10px;
    padding-left: 0;
  }

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

  .container-image {
    height: 100vh;
  }

  .hero-image.position-absolute {
    width: 30vw;
    height: 40vw;
  }

  .main-paragraph.slide-fade-from-bottom-0-1 {
    margin-bottom: 0;
  }

  .collection-list-projects-home-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-item-projects-home-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .collection-item-projects-home-2:nth-child(odd) {
    width: 100%;
    margin-top: 0;
  }

  .collection-item-projects-home-2:nth-child(2n) {
    margin-top: 0%;
  }

  .main-image {
    height: 100%;
  }

  .project-name {
    font-size: 69px;
  }

  .project-name.all-caps {
    width: auto;
    font-size: 18px;
  }

  .project-name.all-caps.position-absolute {
    position: static;
  }

  .field {
    font-weight: 300;
  }

  .heading-solutions {
    font-size: 33vw;
  }

  .grid-2-columns {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.home-2 {
    grid-template-columns: auto;
    margin-top: 0;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
    grid-template-columns: auto auto;
  }

  .heading-xlarge.works {
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 100px;
    font-size: 11vw;
  }

  .heading-xlarge.home {
    font-size: 14vw;
  }

  .image-about {
    margin-bottom: 40px;
    position: static;
  }

  .blanding-difference {
    grid-row-gap: 0px;
  }

  .services-image {
    width: 75vw;
  }

  .text-awards {
    font-size: 7vw;
  }

  .text-awards.small {
    font-size: 4vw;
  }

  .award-line {
    height: 2px;
  }

  .wrap-awards {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .wrap-awards.slide-fade-from-bottom-0-1 {
    padding-right: 0;
  }

  .hero-title {
    align-items: flex-start;
  }

  .hero-line.contact {
    width: 135px;
  }

  .overflow-flex-hidden.works {
    height: 18vh;
  }

  .overflow-flex-hidden.center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-flex-container.bottom {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }

  .contact-info-wrap._2 {
    cursor: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-heading.contact {
    margin-bottom: 40px;
  }

  .main-heading._10-vw.auto {
    font-size: 50px;
  }

  .main-heading._10-vw.auto.margin-0 {
    font-size: 13vw;
  }

  .link-block-2 {
    margin-top: 0;
    font-size: 22px;
  }

  .link-block-2.text-size-small {
    font-size: 18px;
  }

  .row-4.right.is-mobile-vertical {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text.left {
    text-transform: capitalize;
    font-size: 24px;
  }

  .text-field-form, .text-field-form._2 {
    font-size: 25px;
  }

  .text-field-form.small {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .sticky-works {
    height: auto;
    position: static;
  }

  .collection-list-projects-works-2 {
    grid-row-gap: 109px;
    grid-template-columns: 1fr;
  }

  .hero-section-home-3 {
    overflow: hidden;
  }

  .background-primary-color {
    z-index: 0;
    height: 200vh;
    top: 100vh;
  }

  .collection-item-projects-home-3.projects-page {
    flex: 1;
    width: 100%;
  }

  .news-list-wrapper {
    margin-top: 20px;
  }

  .wrapper-text-blog.padding-global {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .container-info-contact-1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
  }

  .container-info-contact-1._2 {
    width: 100%;
    margin-top: 0;
  }

  .contact-grid {
    height: auto;
  }

  .contact-grid.hero-contact-second {
    width: 100%;
  }

  .contact-bg {
    width: 100%;
    height: 30vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-heading-contact {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .bold {
    font-size: 5vw;
  }

  .fiel-dlabel {
    width: 47%;
    font-size: 18px;
  }

  .small-paragraph {
    font-size: 1rem;
  }

  .small-paragraph.hide-mobile-landscape {
    width: 40%;
  }

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

  .collection-item-works-about-3 {
    width: 100%;
  }

  .link-works-about-3 {
    height: 40vw;
  }

  .button-navbar.hover-cursor {
    height: auto;
  }

  .container-link-navbar {
    padding-left: 8vw;
  }

  .brand-image {
    width: 160px;
  }

  .navbar-layout-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-link.margin-left.margin-small {
    width: 20px;
    margin-left: .5rem;
  }

  .navbar-layout-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-link-layout-3 {
    position: relative;
  }

  .content-menu {
    align-items: center;
    height: 100vh;
    display: block;
  }

  .social-links-wrapper-second {
    margin-top: 0;
    bottom: -5%;
  }

  .text-link {
    font-size: 35px;
  }

  .container-large {
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-large.display-flex.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.display-flex.content-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-image-layout-3.absolute {
    position: absolute;
    inset: 0%;
  }

  .navbar-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-nav {
    padding-top: 13px;
    padding-bottom: 43px;
  }

  .main-link.nav.white {
    padding-left: 20px;
  }

  .hero-background {
    padding: 4vw;
  }

  .social-links-wrapper {
    align-items: center;
    margin-top: 10px;
  }

  .image-scroll-sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 6vw;
  }

  .paragraph.hero.second {
    margin-top: 0;
  }

  .grid-home-5 {
    grid-template-rows: auto auto;
  }

  .wrap-services {
    padding: 20px;
  }

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

  .grid-bordert {
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 5px;
    display: flex;
  }

  .values-text {
    text-align: center;
    font-size: 15px;
  }

  .values-text.align-right {
    text-align: center;
    align-self: center;
    font-size: 15px;
  }

  .link-block-navbar-5 {
    height: 42vw;
    font-size: 7vw;
  }

  .link-block-navbar-5.w--current {
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-navbar-5.borde {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-navbar-5.social {
    justify-content: flex-start;
  }

  .link-block-navbar-5.social.borde {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid.bottom {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-project.white {
    color: #fff;
  }

  .div-block-327 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .text-block-5 {
    font-size: 1.6rem;
  }

  .text-block-5._2 {
    font-size: .8rem;
  }

  .project-image.hide-mobile {
    display: none;
  }

  .project-image.margin {
    width: 22vw;
    height: 24vw;
    margin-right: 0;
  }

  .hover {
    display: flex;
  }

  .column---5 {
    flex-basis: auto;
  }

  .column---5.top.auto {
    width: 100%;
  }

  .column---5.space-between {
    height: auto;
  }

  .column---5.auto {
    height: auto;
    padding-top: 0;
  }

  .column---5.auto._2 {
    padding-top: 17vw;
  }

  .text-size-regular {
    font-size: 6vw;
  }

  .text-size-medium-2 {
    font-size: 28px;
  }

  .text-size-medium-2.home-4 {
    top: 50vh;
    bottom: 0;
  }

  .text-size-medium-2.home-4.second.home {
    top: auto;
  }

  .text-size-medium-2.home-4.second.home.black {
    mix-blend-mode: normal;
  }

  .collection-item._1 {
    padding-left: 5vw;
  }

  .menu-link.hover-cursor {
    height: auto;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .link-text-one {
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .text-span-5 {
    margin-right: 0;
  }

  .paragraph-5.hide-mobile {
    display: none;
  }

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

  .paragraph-8 {
    font-size: 14px;
  }

  .row-5.blog-post {
    align-items: center;
  }

  .paragraph-4.second {
    margin-top: 20px;
  }

  .avatar {
    width: 20vw;
    height: 20vw;
  }

  .heading-blog-post {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-2.padding-global {
    padding-top: 40px;
  }

  .section-2.padding-global.blog-page {
    padding-top: 117px;
  }

  .block-quote-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .absolute-2.hide-mobile {
    display: none;
  }

  .image-5 {
    width: 63vw;
    max-width: none;
  }

  .main-image-4 {
    height: auto;
  }

  .cange-bg {
    height: auto;
    padding-top: 173px;
    padding-bottom: 173px;
  }

  .row-6.detail {
    flex-direction: column;
  }

  .text-block-6 {
    font-size: 6vw;
  }

  .sub-title {
    margin-top: 20px;
  }

  .next-project-link {
    position: relative;
    bottom: -51px;
  }

  .section-3.padding-global {
    padding-top: 40px;
  }

  .section-3.hero-project-page {
    height: auto;
    padding-top: 104px;
  }

  .project-page-image.second, .project-page-image.third {
    margin-top: 40px;
  }

  .order._2 {
    left: 16.5%;
  }

  .number-order {
    font-size: 9vw;
  }

  .fixed-image {
    width: 22vh;
    height: 15vh;
  }

  .fixed-image.second {
    width: 17vh;
    height: 18vh;
  }

  .container-project {
    padding-bottom: 137px;
  }

  .fixed-overflow {
    bottom: 26%;
  }

  .fixed-overflow.second {
    bottom: 14%;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .wrapper-text-shop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-sitemap {
    padding-right: 0;
  }

  .grid-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .grid-site-map {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    padding-right: 10px;
    font-size: 15vw;
  }

  .heading-3 {
    font-size: 6vw;
  }

  .page-wrapper-black {
    overflow: visible;
  }

  .paragraph-9.about, .paragraph-9.about.text-style-allcaps.margin-bottom {
    font-size: 19px;
  }

  .column-about.about {
    padding-top: 26px;
  }

  .column-about.about.top.relative {
    padding-bottom: 0;
  }

  .row-7.about {
    grid-row-gap: 14px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .grid-3-columns-2 {
    grid-row-gap: 43px;
    grid-template-columns: auto;
  }

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

  .overflow-hidden-4.margin {
    margin-right: 5vw;
  }

  .section-4.padding-global {
    padding-top: 40px;
  }

  .section-4.padding-global.about {
    padding-bottom: 10vw;
  }

  .heading-about-2 {
    font-size: 35px;
  }

  .paragraph-10.about {
    font-size: 19px;
  }

  .overflow-hidden-5.position-absolute {
    bottom: 30.5vh;
  }

  .overflow-hidden-5.contact {
    width: 88vw;
  }

  .absolute-wrap-2 {
    top: 29.2vw;
  }

  .text-size-larg.shop, .text-block-3 {
    font-size: 18px;
  }

  .brand-link {
    padding-left: 0;
  }

  .column-image._2 {
    justify-content: flex-end;
  }

  .intro-heading-text {
    font-size: 21px;
  }

  .component-grid, .intro-grid {
    grid-template-columns: 1fr;
  }

  .column-pages {
    padding: 4vw 9.5vw;
  }

  .pages-link {
    font-size: 21px;
  }

  .bar {
    padding: 3vw 10.5vw;
  }

  .text-size-medium-3 {
    font-size: 28px;
  }

  .text-size-medium-3.home-4 {
    top: 50vh;
    bottom: 0;
  }

  .paragraph-13.home-4 {
    font-size: 22px;
    position: static;
  }

  .paragraph-14.home-4-copy, .paragraph-15.home-4-copy {
    font-size: 22px;
  }

  .paragraph-wrap {
    margin-top: 10vw;
  }

  .awwards-section {
    padding-top: 24vw;
  }

  .text-size-medium-4 {
    font-size: 28px;
  }

  .text-size-medium-4.home-4 {
    top: 50vh;
    bottom: 0;
  }

  .awards-list {
    height: auto;
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .line-4 {
    height: 2px;
  }

  .image-2 {
    width: 35px;
  }

  .contact-wrap {
    justify-content: center;
  }

  .heading-contact-home-4 {
    font-size: 13vw;
  }

  .social-wrap.white {
    filter: invert();
  }

  .circle-number-faq {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .faq-heading {
    flex: 1;
    margin-top: .3em;
    margin-bottom: .3em;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.2;
  }

  .faq-question-wrap-3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .line-5 {
    height: 2px;
  }

  .name {
    font-size: 16px;
  }

  .name.big {
    font-size: 18px;
  }

  .grid-sticky.shop {
    margin-top: 100px;
  }

  .services-heading.intro {
    font-size: 33px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .checkbox-label {
    font-size: 11px;
  }

  .licensing-paragraph {
    text-align: left;
    font-size: 16px;
  }

  .form-3 {
    padding-top: 54px;
  }

  .paragraph-16.text-size-regular {
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .paragraph-16.large {
    margin-top: 20px;
    font-size: 22px;
  }

  .paragraph-16.large.footer {
    font-size: 2.1rem;
  }

  .paragraph-16.footer {
    font-size: 22px;
  }

  .checkbox-field-2 {
    align-items: flex-end;
    padding-left: 17px;
  }

  .license-link {
    font-size: 16px;
  }

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

  .source-link {
    font-size: 16px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .licensing-container.border-radius.box-shadow {
    border-style: solid none;
  }

  .licensing-container.border-radius.box-shadow.margin-top {
    margin-top: 0;
  }

  .footer-2.padding-global {
    padding-top: 17vw;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .style-guide-heading-3.text-span-gradient {
    text-align: left;
    padding-left: 20px;
    font-size: 40px;
  }

  .html-embed-2 {
    width: 15px;
    height: 15px;
  }

  .html-embed-2.color-footer {
    width: 14px;
    height: 15px;
  }

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .style-guide-heading-2 {
    text-align: center;
    font-size: 64px;
  }

  .style-guide-text.primary-font {
    padding-top: 10px;
    font-size: 28px;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .paragraph-large-text {
    font-size: 1.8rem;
  }

  .paragraph-large-text.slide-fade-from-bottom-0-1 {
    font-size: 16px;
  }

  .small-text-sx {
    font-size: 25px;
  }

  .card-link-news-copy {
    opacity: 1;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link {
    font-size: 1.2rem;
  }

  .text-field-small-copy {
    font-size: 6vw;
  }

  .text-field-middle {
    font-size: 9vw;
  }

  .text-awards-2 {
    font-size: 7vw;
  }

  .award-line-2 {
    height: 2px;
  }

  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .about-history-image.radius-regular {
    height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rotate-card {
    width: 50%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-history-block {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .textblock-copy {
    font-weight: 300;
  }

  .breadcrumb {
    font-size: 4vw;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference-button {
    left: 1rem;
  }
}

#w-node-_2469e81c-7711-ae8d-6b6d-0ae16c30ebcd-a72bb712 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72815ae0-4efc-4654-5f6b-da3d8e59ebab-8e59eb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72815ae0-4efc-4654-5f6b-da3d8e59ebb3-8e59eb91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_60144447-14c4-d23d-1341-08a3f381a850-a72bb714, #w-node-_60144447-14c4-d23d-1341-08a3f381a853-a72bb714, #w-node-_60144447-14c4-d23d-1341-08a3f381a855-a72bb714, #w-node-_38413dfd-4667-211d-f7aa-eb82b59dde0b-a72bb715, #w-node-_38413dfd-4667-211d-f7aa-eb82b59dde0d-a72bb715, #w-node-_38413dfd-4667-211d-f7aa-eb82b59dde2d-a72bb715, #w-node-_38413dfd-4667-211d-f7aa-eb82b59dde2f-a72bb715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e20084-1824-75ac-488f-8de0d967efdf-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41e20084-1824-75ac-488f-8de0d967efe7-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967efe8-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967efe9-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967efec-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967eff7-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967eff8-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967eff9-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967effc-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e20084-1824-75ac-488f-8de0d967f000-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f00b-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41e20084-1824-75ac-488f-8de0d967f013-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f014-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f015-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f018-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f01f-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f020-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f021-c2af8859, #w-node-_41e20084-1824-75ac-488f-8de0d967f024-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e20084-1824-75ac-488f-8de0d967f02c-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbc1-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbc9-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbca-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbcb-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbce-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbd4-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbdc-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbdd-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbde-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbe3-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbea-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbeb-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbec-c2af8859, #w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbf1-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37020aa8-8435-5ccf-d003-5d886f2cfbf5-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd89c-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_53eddf38-9546-3b34-871a-277f21cbd8a4-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8a5-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8a6-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8a9-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e0d247-3dfd-bfd1-2778-426d095e184c-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f0e0d247-3dfd-bfd1-2778-426d095e1854-c2af8859, #w-node-f0e0d247-3dfd-bfd1-2778-426d095e1855-c2af8859, #w-node-f0e0d247-3dfd-bfd1-2778-426d095e1856-c2af8859, #w-node-f0e0d247-3dfd-bfd1-2778-426d095e1859-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8b4-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8b5-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8b6-c2af8859, #w-node-_53eddf38-9546-3b34-871a-277f21cbd8b9-c2af8859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53eddf38-9546-3b34-871a-277f21cbd8bd-c2af8859, #w-node-_3526fced-a4b1-d498-89e8-8e47349682f2-e8df959b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3526fced-a4b1-d498-89e8-8e47349682fa-e8df959b, #w-node-_3526fced-a4b1-d498-89e8-8e47349682fb-e8df959b, #w-node-_3526fced-a4b1-d498-89e8-8e47349682fc-e8df959b, #w-node-_3526fced-a4b1-d498-89e8-8e47349682ff-e8df959b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cf23f26-daa2-a740-e389-04d8d8e67666-e8df959b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1cf23f26-daa2-a740-e389-04d8d8e6766e-e8df959b, #w-node-_1cf23f26-daa2-a740-e389-04d8d8e6766f-e8df959b, #w-node-_1cf23f26-daa2-a740-e389-04d8d8e67670-e8df959b, #w-node-_1cf23f26-daa2-a740-e389-04d8d8e67673-e8df959b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_60144447-14c4-d23d-1341-08a3f381a853-a72bb714 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Outfit variable';
  src: url('../fonts/Outfit-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}