@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: whitesmoke;
  --primary-dark: #3b2f2f;
  --paragraph-gray: #4a4a4a;
  --primary: #b87333;
  --bg-dunkel: #1d1d1d;
  --primary-light: #ede1d1;
  --border-radius-small: 2px;
  --border-radius-normal: 5px;
  --typo-hell: #fff1a1;
  --flowblocks-component-library--color--primary-2: #ffd571;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --deep-olive: darkolivegreen;
  --white-75: #f5f5f5bf;
  --flowblocks-component-library--color--black: #212121;
  --transparent: #fff0;
  --dark-gray-50: #afafaf80;
  --flowblocks-component-library--color--gray-1: #f5f9fc;
  --white-50: #f5f5f580;
  --flowblocks-component-library--font-family--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --flowblocks-component-library--color--gray-2: #787c8c;
  --flowblocks-component-library--border-radius--border-radius: 10px;
  --flowblocks-component-library--border-radius--rounded: 30px;
  --flowblocks-component-library--color--white: #fff;
  --flowblocks-component-library--white: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--primary-dark);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  letter-spacing: 1.44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  letter-spacing: .96px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  letter-spacing: .72px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  letter-spacing: .56px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  letter-spacing: .44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  letter-spacing: .36px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  letter-spacing: .32px;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  letter-spacing: .64px;
  background-image: url('../images/raphael_quote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 45px;
  border-left: 1px #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 65px 20px 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  background-color: var(--bg-dunkel);
  padding-top: 128px;
  padding-bottom: 90px;
  position: relative;
}

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

.section.without-bottom-space {
  padding-top: 90px;
  padding-bottom: 0;
}

.section.light-background-copy {
  background-color: #d2b48c80;
  overflow: hidden;
}

.section.home-1-banner {
  background-color: var(--primary-dark);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 800px;
  padding-top: 180px;
  display: flex;
}

.section.values-section {
  background-color: var(--primary-dark);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -1px;
  display: flex;
}

.section.bg-image {
  background-image: linear-gradient(#3b2f2f66, #3b2f2f66), url('../images/chuck-danger-s9QlFhP8b74-unsplash-1-2-1_1chuck-danger-s9QlFhP8b74-unsplash 1 (2) (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section.cta-section {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.home-2-banner {
  background-color: var(--bg-dunkel);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 830px;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-3-banner {
  background-image: url('../images/white-painted-wood-textured-background-1-1_1white-painted-wood-textured-background 1 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.testimonials-section {
  background-color: var(--primary-dark);
  background-image: url('../images/Bg-Texture-2.svg'), url('../images/Bg-Texture-1.svg');
  background-position: 0 200%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 400px;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.paralax-section {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 540px;
  display: flex;
  overflow: hidden;
}

.section.services-1-banner {
  flex-flow: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.services-3-banner {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.services-2-banner {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.bg-image-copy {
  background-image: linear-gradient(#3b2f2f66, #3b2f2f66), url('../images/pexels-parfumdefemme-19549313-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.template-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.without-top-space {
  padding-top: 0;
}

.section.without-top-space.overflow-hidden {
  overflow: hidden;
}

.section.pricing-banner {
  flex-flow: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.projects-1-banner {
  flex-flow: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.projects-2-banner {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section.projects-3-banner {
  background-color: var(--primary-dark);
  flex-flow: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.project-template-banner {
  background-color: var(--primary-light);
  padding-top: 180px;
}

.section.blog-template-section {
  padding-top: 160px;
  overflow: hidden;
}

.section.shop-product-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.landing-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

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

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.container-full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--primary-light);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--primary-light);
  border-left: 1px none var(--primary-light);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--primary-light);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  border-radius: var(--border-radius-small);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  border-radius: var(--border-radius-small);
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  border-radius: var(--border-radius-small);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border-radius: var(--border-radius-small);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  border-radius: var(--border-radius-normal);
  background-color: var(--typo-hell);
  color: var(--bg-dunkel);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 14px 24px;
  font-size: 16px;
  font-style: normal;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--bg-dunkel);
  -webkit-text-stroke-color: var(--bg-dunkel);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.search-button {
  min-width: 140px;
}

.primary-button.place-order {
  width: 100%;
  margin-bottom: 0;
}

.primary-button.subsribe-button {
  margin-bottom: 5px;
}

.primary-button.subsribe-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-light);
  color: var(--primary-dark);
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  margin-top: 10px;
}

.nav-dropdown {
  font-family: Playfair Display, sans-serif;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.dark-title {
  color: var(--typo-hell);
  margin-bottom: 24px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  color: var(--typo-hell);
  text-align: center;
  text-transform: none;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.coming-soon-paragraph {
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  letter-spacing: 1.2px;
  margin-top: 60px;
  font-size: 60px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #c4a966;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--bg-dunkel);
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--bg-dunkel);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--bg-dunkel);
  letter-spacing: .2px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  opacity: .8;
  color: var(--white);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-white {
  color: var(--flowblocks-component-library--color--primary-2);
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.coming-soon-image {
  max-width: 480px;
  margin-top: 60px;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-brand {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--deep-olive);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  transition: all .3s;
  display: inline-block;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.mb-20 {
  margin-bottom: 20px;
}

.secondary-button-dark {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 5px;
  flex: none;
  padding: 14px 24px;
  font-style: normal;
  transition: all .3s;
}

.secondary-button-dark:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.secondary-button-dark.dark-hover {
  border-color: var(--white-75);
  color: var(--white-75);
}

.secondary-button-dark.dark-hover:hover {
  border-color: var(--primary-dark);
  background-color: var(--typo-hell);
  color: var(--bg-dunkel);
}

.secondary-button-dark.search-button {
  background-color: var(--primary-dark);
  color: var(--white);
}

.secondary-button-dark.search-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.secondary-button-dark.buy-now-button {
  background-color: var(--primary-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-top: 0;
  display: flex;
}

.secondary-button-dark.buy-now-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.secondary-button-dark.purchase-button {
  background-color: var(--primary-dark);
  color: var(--white);
}

.secondary-button-dark.purchase-button:hover {
  background-color: var(--primary);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle-light {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.paragraph-gray-style-guide {
  border-radius: var(--border-radius-small);
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-primary {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-primary.submit-button {
  justify-content: center;
  align-items: center;
  max-width: 180px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.button-part-left {
  background-color: var(--primary);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 51%;
  height: 101%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-part-right {
  background-color: var(--primary);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 51%;
  height: 101%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block {
  z-index: 2;
  position: relative;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.link-block.service-item-link {
  color: var(--primary-dark);
  padding-left: 3px;
  padding-right: 3px;
  font-style: italic;
}

.link-block.collection-item-link {
  color: var(--primary-dark);
  font-style: italic;
}

.link-line {
  background-color: var(--primary-dark);
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

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

.link-line.dark-bg {
  background-color: var(--primary-dark);
}

.button-primary-white {
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.secondary-button-white {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 5px;
  flex: none;
  padding: 14px 24px;
  font-style: normal;
  transition: all .3s;
}

.secondary-button-white:hover {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
  background-color: #ffffff1a;
}

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

.nav-dropdown-link-line-2 {
  background-color: var(--primary);
  border-radius: 100px;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  margin-right: 10px;
  display: inline-block;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-cart-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav-button-tablet-menu {
  display: none;
}

.image-cart {
  border-radius: var(--border-radius-small);
  object-fit: cover;
  flex: none;
  width: 80px;
  height: 100px;
}

.empty-state {
  background-color: var(--transparent);
  text-align: center;
}

.empty-state.services-collection-empty {
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.empty-state.text-align-left {
  text-align: left;
}

.empty-state.full-height {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.left-side-block {
  align-items: center;
  display: flex;
}

.right-side-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.nav-logo {
  max-height: 90px;
}

.navbar-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  min-width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list.w--open {
  background-color: var(--white-75);
  min-width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.navbar-dropdown-list.megamenu {
  min-width: 480px;
}

.navbar-dropdown-list.megamenu.w--open {
  justify-content: flex-start;
  min-width: 520px;
  display: flex;
  right: -160px;
}

.full-width {
  width: 100%;
}

.navbar-dropdown-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -15px;
  padding: 12px 8px 12px 0;
  font-style: normal;
  transition-property: all;
  display: flex;
}

.navbar-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.navbar-dropdown-link.w--current {
  color: var(--primary-dark);
  text-align: left;
}

.nav-dropdown-column {
  width: 33%;
}

.navbar-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  transition: opacity .3s;
  display: none;
}

.navbar-dropdown-toggle:hover {
  opacity: .8;
}

.navbar-dropdown-toggle.first-item {
  padding-left: 0;
}

.navbar-link {
  color: var(--white);
  letter-spacing: .36px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
}

.navbar-link:hover {
  opacity: .8;
  color: var(--white);
}

.navbar-link.w--current {
  color: #0e0e0e;
}

.error-message-2 {
  color: #f63e3e;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.shop-icon {
  color: var(--white);
  margin-right: 8px;
}

.shop-cart-title {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

.nav-menu-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-item-title {
  color: var(--white);
  letter-spacing: .36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #3b2f2f80;
}

.shop-cart-price {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
}

.total-price {
  color: var(--primary-dark);
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.navbar-light-links {
  z-index: 999;
  background-color: #fff0;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-button {
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.cart-button:hover {
  opacity: .6;
}

.brand-logo {
  z-index: 3;
  position: absolute;
}

.cart-container {
  min-width: 440px;
}

.nav-icon-arrow {
  color: var(--white);
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.nav-icon-arrow.icon-dark {
  color: var(--primary-dark);
}

.navbar-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.cart-quantity {
  color: #000;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity.text-white {
  color: #fff;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.quantity {
  border-color: var(--dark-gray-50);
  border-radius: var(--border-radius-small);
  background-color: var(--transparent);
  height: 40px;
  padding-bottom: 11px;
  font-size: 18px;
}

.quantity:focus {
  border-color: var(--primary-dark);
}

.close-button {
  cursor: pointer;
}

.footer-title-white {
  color: var(--bg-dunkel);
  font-style: normal;
}

.top-footer-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.footer-soc-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--bg-dunkel);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: normal;
  display: flex;
}

.footer-soc-link:hover {
  opacity: .8;
  color: var(--white);
}

.footer-soc-icons-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.soc-icon {
  color: var(--bg-dunkel);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
}

.soc-image-overlay {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.background {
  background-image: url('../images/alexander-andrews-c91LS-JK7cw-unsplash-1_1alexander-andrews-c91LS-JK7cw-unsplash (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.second-item {
  background-image: url('../images/pexels-cottonbro-5089178-1_1pexels-cottonbro-5089178 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.background.third-item {
  background-image: url('../images/pexels-shvetsa-5710873-1_1pexels-shvetsa-5710873 (1).webp');
}

.background.fourth-item {
  background-image: url('../images/2149441914-1-1_12149441914 (1) (1).webp');
  background-position: 50% 20%;
}

.background.fifth-item {
  background-image: url('../images/2148679131-1-1_12148679131 1 (1).webp');
}

.background.sixth-item {
  background-image: url('../images/2147773756-1_12147773756 (1).webp');
}

.instagram-img-wrap {
  border-radius: var(--border-radius-normal);
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-wrapper.video-hover {
  z-index: 2;
}

.instagram-images-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.item-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hover-area.position-relative {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.icon-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.bottom-footer-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.footer-link-block {
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.footer-link-block.w--current {
  font-style: normal;
}

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

.footer-links-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-divider-light {
  background-color: #f5f5f533;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-links-column-left {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.footer-brand-wrap {
  border-left: 1px solid #f5f5f533;
  width: 385px;
  height: 100%;
}

.copyright-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.navbar-item-title-dark {
  color: var(--primary-dark);
  letter-spacing: .36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.navbar-link-dark {
  color: var(--white-75);
  letter-spacing: .36px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
}

.navbar-link-dark:hover {
  opacity: .8;
  color: var(--typo-hell);
}

.navbar-link-dark.w--current {
  color: var(--typo-hell);
}

.navbar-dark-links {
  z-index: 999;
  background-color: var(--bg-dunkel);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.home-2-banner-content {
  max-width: 680px;
  position: relative;
}

.banner-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.banner-title-wrap.align-center {
  justify-content: flex-start;
  align-items: center;
}

.slider {
  z-index: 1;
  background-color: var(--transparent);
  width: 65%;
  height: 80%;
  position: absolute;
  inset: auto 0% auto auto;
}

.slide-nav {
  flex-flow: column;
  font-size: 8px;
  display: none;
  inset: auto 10px -10px auto;
}

.banner-slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-heading {
  color: var(--white);
  letter-spacing: 1.52px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-size: 76px;
}

.banner-heading.absolute {
  z-index: 4;
  color: var(--transparent);
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-headings-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-overlay {
  z-index: 1;
  border-radius: var(--border-radius-normal);
  background-image: linear-gradient(#3b2f2f66, #3b2f2f66);
  position: absolute;
  inset: 0%;
}

.img-overlay.dark-overlay {
  background-image: linear-gradient(#3b2f2f99, #3b2f2f99);
}

.subtitle-wrap {
  z-index: 2;
  margin-bottom: 10px;
  position: relative;
}

.slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-light-image {
  opacity: .05;
  object-fit: cover;
  width: 420px;
  position: absolute;
  inset: -35% auto auto 0%;
}

.banner-button-wrap {
  z-index: 1;
  position: relative;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.blog-title-wrap {
  max-width: 580px;
}

.section-title-wrapper.small-width {
  max-width: 100%;
}

.section-title-wrapper.projects-title {
  margin-bottom: 30px;
}

.home-values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value-img {
  max-height: 130px;
}

.value-img.dark-img {
  filter: invert();
  max-height: 100px;
}

.values-description {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.values-description.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.features-right-block {
  align-items: flex-start;
  width: 60%;
}

.single-button-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.feature-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.image-left-block {
  border-radius: var(--border-radius-normal);
  width: 35%;
  height: 600px;
  overflow: hidden;
}

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

.subtitle {
  color: var(--white-75);
  letter-spacing: .36px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.subtitle.new {
  color: var(--typo-hell);
  text-align: left;
}

.features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

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

.image-cover.border-radius {
  border-radius: var(--border-radius-normal);
}

.heading-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-services-list-wrapper {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.collection-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -60px;
  display: grid;
}

.services-collection-item {
  width: 100%;
}

.services-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-content-bottom {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.hero-link.dark-line {
  border-bottom-color: #afafaf4d;
}

.service-item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.services-primary-light-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius-normal);
  background-color: var(--primary-light);
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 345px;
  padding: 30px 20px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.service-item-description {
  margin-top: 0;
  margin-bottom: 0;
}

.service-link-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 68px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h5-heading-link {
  color: var(--primary-dark);
  letter-spacing: .44px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  overflow: visible;
}

.h5-heading-link:hover {
  color: var(--primary);
}

.services-text-description {
  color: var(--white);
  max-width: 460px;
}

.collection-service-top-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.section-title-wrapper-left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.reviews-slider {
  background-color: var(--white);
  height: auto;
}

.review-quote-wrap {
  position: relative;
}

.slider-quote-review {
  text-align: left;
  letter-spacing: .56px;
  background-position: 60px 60px;
  background-size: 35px;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 200px;
  font-size: 28px;
}

.quote-element {
  z-index: -1;
  background-color: var(--primary-light);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.review-author-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.review-author-wrap {
  margin-top: 20px;
  margin-left: 200px;
}

.right-arrow {
  opacity: .8;
  width: 45px;
  height: 18px;
  inset: -90px 0% auto auto;
}

.left-arrow {
  opacity: .8;
  width: 45px;
  height: 18px;
  inset: -90px 75px auto auto;
}

.slider-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-projects-cards-wrapper {
  width: 100%;
}

.home-event-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-event-card:hover {
  opacity: 1;
}

.project-title-hover {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  transition: color .3s;
}

.project-title-hover:hover {
  color: var(--primary-light);
}

.home-link-card-image {
  filter: brightness(60%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-text-position {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.project-collection-item-link {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-item-overlay {
  z-index: 1;
  background-color: #3b2f2f99;
  position: absolute;
  inset: 0%;
}

.project-service-link-wrap {
  z-index: 2;
  max-width: 78%;
  position: relative;
  top: 20px;
  left: 40px;
}

.project-service-link {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-style: italic;
}

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

.project-service-link.text-dark {
  color: var(--primary-dark);
}

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

.main-shop-list-item {
  border-radius: var(--border-radius-normal);
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-link-block {
  z-index: 1;
  width: 100%;
  height: 74%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.out-of-stock-state {
  background-color: var(--primary-dark);
  color: #fff;
}

.error-message-shop-item {
  background-color: var(--primary-dark);
  color: #ff8383;
  text-align: center;
}

.shop-item-price {
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.shop-links-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.shop-item-link {
  color: var(--primary-dark);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.shop-item-link:hover {
  color: var(--primary);
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.cart-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 15px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.add-to-cart-button {
  z-index: 2;
  border: 1px solid var(--primary-dark);
  border-radius: var(--border-radius-normal);
  background-color: var(--primary-light);
  color: var(--primary-dark);
  letter-spacing: .5px;
  flex: none;
  padding: 14px 24px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  transition: all .3s;
  position: relative;
}

.add-to-cart-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.blog-collection-item-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
}

.blog-item-img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-out;
}

.blog-item-img:hover {
  transform: scale(1.05);
}

.blog-collection-iem {
  border-radius: var(--border-radius-normal);
  height: 240px;
  position: relative;
  overflow: hidden;
}

.h4-blog-title-link {
  color: var(--primary-dark);
  letter-spacing: .44px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.h4-blog-title-link:hover {
  color: var(--primary);
}

.dual-blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-collection-item-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.blog-date {
  z-index: 1;
  border-radius: var(--border-radius-small);
  background-color: var(--white);
  color: var(--primary-dark);
  text-transform: uppercase;
  padding: 7px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: normal;
  position: absolute;
  inset: 10px auto auto 10px;
}

.blog-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-single-item {
  border-radius: var(--border-radius-normal);
  height: 623px;
  position: relative;
  overflow: hidden;
}

.blog-item-img-large {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-out;
}

.blog-item-img-large:hover {
  transform: scale(1.05);
}

.single-blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.dark-decorative-img {
  z-index: -1;
  opacity: .1;
  width: 400px;
  position: absolute;
  inset: -30% 0% auto auto;
}

.dark-decorative-img.reviews-element {
  top: -60%;
}

.service-category-link-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-banner-image {
  object-fit: cover;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0);
}

.home-banner-content {
  z-index: 100;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-button-lightbox {
  z-index: 2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-style: normal;
  display: flex;
  position: relative;
}

.text-rotate-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-icon {
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  position: absolute;
}

.play-icon.primary-bg {
  color: var(--primary);
  margin-left: 0;
}

.play-button-hover {
  background-color: #fff3;
  border-radius: 100%;
  flex: none;
  width: 93px;
  height: 93px;
}

.play-button-hover.primary-circle {
  background-color: #b8733333;
}

.values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.value-item-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.values-image-left {
  border-radius: var(--border-radius-normal);
  width: 45%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.values-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.video-wrap {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.about-video {
  width: 100%;
  height: 100%;
}

.testimonials-slider {
  background-color: var(--transparent);
  height: auto;
  display: flex;
}

.mask-testimonials {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial-slide-content {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-block {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  position: relative;
}

.clip {
  margin-top: -20rem;
  padding-top: 20rem;
  overflow: hidden;
}

.testimonial-item-img-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.testimonials-right-arrow {
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.testimonials-slider-icon {
  object-fit: cover;
  width: 40px;
}

.testimonials-left-arrow {
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.slider-element {
  z-index: -1;
  background-color: var(--primary-light);
  border-radius: 100%;
  width: 65px;
  height: 65px;
  position: absolute;
}

.slider-element.light-element {
  background-color: var(--white-50);
}

.home-project-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.home-project-collection-item:hover {
  opacity: 1;
}

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

.project-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px;
  position: relative;
}

.project-content-wrap.align-left {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
}

.home-projects-wrap-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.project-hover-button-wrap {
  z-index: 10;
  border: 1px solid var(--white-50);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-style: italic;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.project-hover-button-wrap:hover {
  border-color: var(--white);
}

.project-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.project-text-content {
  z-index: 1;
  position: relative;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.store-slider {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.store-slider-mask {
  width: 100%;
}

.shop-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.store-slide {
  width: 31.4%;
  margin-right: 30px;
}

.store-list-wrap {
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.shop-item {
  width: 100%;
  height: 450px;
}

.nav-shadow {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 12px #04011f1f;
}

.preloader {
  z-index: 1000;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-top {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-action-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 91vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.banner-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 18vw;
  margin-top: -10%;
  margin-bottom: -10%;
  display: grid;
}

.intro-title {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 560px;
  display: flex;
  position: relative;
}

.intro-paralax {
  border-radius: var(--border-radius-normal);
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
}

.intro-paralax.paralax-slow {
  width: 90%;
}

.intro-paralax.paralax-slow.top-image {
  z-index: 10;
  position: relative;
}

.banner-intro-image {
  z-index: 1;
  border-radius: var(--border-radius-normal);
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-intro-height {
  padding-top: 80%;
}

.home-intro-height.large {
  padding-top: 115%;
}

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

.home-3-banner-heading {
  letter-spacing: 1.16px;
  flex-flow: column;
  font-size: 58px;
  display: flex;
}

.banner-text-primary {
  color: var(--primary);
  font-style: italic;
}

.home-3-banner-button-wrapper {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.home-3-values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.home-3-value-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 420px;
}

.about-description-text {
  max-width: 520px;
}

.features-grid-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.home-3-about-section-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
}

.texture-bg-image {
  opacity: .1;
  position: absolute;
  inset: -25% 0% auto auto;
}

.services-wrap {
  background-color: var(--primary-light);
  align-items: stretch;
  width: 100%;
}

.right-image-wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.services-section-img {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.left-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 40px;
}

.service-collection-content {
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
}

.home-3-services-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-collection-item {
  justify-content: flex-start;
  display: flex;
}

.services-button-wrap {
  margin-top: 40px;
}

.service-content-block {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 530px;
}

.testimonial-slide-content-home-3 {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quote-text-white {
  color: var(--white);
  background-image: url('../images/raphael_quote-1.svg');
}

.slide-nav-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 8px;
  display: flex;
  inset: auto 0% 0%;
}

.testimonials-slider-home-3 {
  background-color: var(--transparent);
  height: auto;
  padding-bottom: 60px;
  display: flex;
}

.slider-mask-testimonials {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.projects-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.projects-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-collection-card {
  border-radius: var(--border-radius-normal);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.project-image-wrapper {
  z-index: 10;
  border-radius: var(--border-radius-normal);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card-background {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 15px;
  display: flex;
}

.project-text-info {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.h4-title-link {
  color: var(--primary-dark);
  letter-spacing: .56px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.h4-title-link:hover {
  color: var(--primary);
}

.service-number-dark {
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2em;
}

.service-name-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
}

.service-title-wrapper {
  max-width: 400px;
  margin-bottom: 60px;
}

.footer-blog {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-blog-wrapper {
  width: 75%;
}

.footer-blog-list {
  display: flex;
}

.footer-blog-item {
  grid-row-gap: 30px;
  border-radius: var(--border-radius-normal);
  background-color: var(--white-50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 40px 40px 40px 20px;
  display: flex;
  box-shadow: -20px 0 30px #0000001a;
}

.footer-blog-title {
  box-shadow: none;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  padding-left: 20px;
  display: flex;
}

.footer-blog-date {
  border-radius: var(--border-radius-small);
  background-color: var(--primary);
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 12px;
}

.blog-item-description {
  margin-top: 15px;
}

.h5-blog-title-link {
  color: var(--primary-dark);
  letter-spacing: .44px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.h5-blog-title-link:hover {
  color: var(--primary);
}

.banner-title-wrap-bottom {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -22px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-title-light {
  color: var(--primary-light);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-style: normal;
}

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

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

.text-large-style-italic {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.timeline-item-align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 60px;
}

.center-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.illustration {
  object-fit: cover;
  width: 280px;
}

.illustration.contact-img {
  width: 240px;
}

.timeline-item-align-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
}

.image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-width-block-relative {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-text-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 45%;
  margin-left: auto;
}

.about-flex-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.counter-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.counter-info-column {
  justify-content: space-between;
  align-items: stretch;
  width: 37%;
}

.counter-number-big {
  color: var(--typo-hell);
  letter-spacing: 1.8px;
  font-family: Playfair Display, sans-serif;
  font-size: 90px;
  line-height: 1.2em;
}

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

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 40%;
}

.team-image {
  border-radius: var(--border-radius-normal);
  object-fit: cover;
  min-height: 400px;
}

.team-item {
  align-items: stretch;
}

.team-position {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.text-style-italic {
  color: var(--white-75);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.about-info-wrap {
  margin-bottom: 16px;
}

.banner-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.service-collection-link {
  background-color: var(--primary-light);
  width: 100%;
  height: 100%;
  font-style: normal;
}

.service-collection-item-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
  min-height: 400px;
}

.service-item-flex-content {
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.paragraph {
  color: var(--white-75);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-style: normal;
}

.service-collection-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-hover-button-wrap {
  z-index: 10;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-style: italic;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.service-hover-button-wrap:hover {
  border-color: var(--white);
}

.heading-hover {
  transition: color .3s;
}

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

.hero-services-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.service-img-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.services-2-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.service-item {
  width: 46.8%;
  max-width: 460px;
}

.service-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-collection-image {
  max-height: 130px;
}

.banner-wrap-with-img {
  z-index: 3;
  border-radius: var(--border-radius-normal);
  background-image: url('../images/putz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-wrap-with-img.maler {
  background-image: url('../images/maler.jpg');
}

.banner-wrap-with-img.tapete {
  background-image: url('../images/tapete.jpg');
}

.banner-wrap-with-img.trockenbau {
  background-image: url('../images/trockenbau.jpg');
}

.banner-wrap-with-img.vollw-rme {
  background-image: url('../images/vollwärme.jpg');
}

.banner-wrap-with-img.fassaden {
  background-image: url('../images/fassaden.jpg');
}

.services-banner-description {
  color: var(--white);
  text-align: center;
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 0;
}

.services-banner-description.text-dark {
  color: var(--primary-dark);
}

.home-services-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-wrap {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.service-top-title-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.home-service-collection-item {
  border: 1px solid var(--dark-gray-50);
  border-radius: var(--border-radius-normal);
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.services-bottom-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.home-projects-flex-box {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.banner-title-wrap-full-width {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-image: url('../images/pexels-parfumdefemme-19549313-1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 1200px;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-center-content-wrap {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-center-content-wrap.container-width {
  max-width: 640px;
}

.banner-center-content-wrap.projects-banner-content {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.banner-center-flex-wrap {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

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

.about-us-description {
  max-width: 480px;
  margin-bottom: 0;
}

.banner-decorative-img-right {
  opacity: .1;
  width: 280px;
  position: absolute;
  inset: 10% -2% auto auto;
}

.banner-decorative-img-left {
  opacity: .1;
  width: 300px;
  position: absolute;
  inset: auto auto 0 -7%;
}

.template-title {
  letter-spacing: 1.28px;
  font-size: 58px;
}

.template-title.margin-bottom-30 {
  margin-bottom: 30px;
}

.service-template-banner-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 660px;
  position: relative;
}

.service-item-info {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  align-items: center;
  width: 100%;
}

.large-growing-images {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 540px;
  min-height: 100%;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
}

.growing-image.right {
  margin-left: 25px;
}

.growing-background {
  border-radius: var(--border-radius-normal);
  background-image: url('../images/alex-gruber-rgSLzr82Kd8-unsplash-1-1_1alex-gruber-rgSLzr82Kd8-unsplash 1 (1).webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background.second {
  background-image: url('../images/pexels-cottonbro-5089178-1_1pexels-cottonbro-5089178 (1).webp');
}

.template-service-description {
  color: var(--primary-dark);
  text-align: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.service-item-bg {
  background-color: var(--typo-hell);
  position: absolute;
  inset: 0%;
}

.banner-wrap-light-bg {
  z-index: 3;
  border-radius: var(--border-radius-normal);
  background-color: var(--primary-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-content-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.right-service-benefits-wrap {
  align-items: stretch;
}

.work-step-number {
  color: var(--white);
  letter-spacing: .72px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-style: italic;
  line-height: 1.2em;
}

.work-step-item {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
}

.work-steps-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: -15px;
}

.flex-block-11 {
  z-index: 2;
  position: relative;
}

.rich-text-style-white h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.rich-text-style-white h3, .rich-text-style-white h4 {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style-white h5, .rich-text-style-white h6 {
  color: var(--white);
  margin-top: 20px;
}

.rich-text-style-white ul {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style-white img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style-white p {
  color: var(--white-75);
}

.rich-text-style-white ol {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.subtitle-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.image-border-radius {
  border-radius: var(--border-radius-normal);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-icon {
  color: var(--primary-dark);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.primary-dark-button {
  z-index: 10;
  grid-column-gap: 14px;
  text-align: center;
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: none;
  border: 1px solid #0f0f0f;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.2em;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.primary-dark-button:hover {
  opacity: 1;
}

.service-cta-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius-normal);
  background-color: var(--white-75);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  padding: 10px 30px 30px;
  display: flex;
  position: relative;
}

.cta-block {
  border-radius: var(--border-radius-normal);
  justify-content: center;
  align-items: center;
  width: 97%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-full-width {
  border-radius: var(--border-radius-normal);
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.services-pricing-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-price-collection-item {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.service-price {
  color: var(--primary-dark);
  flex: none;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.service-price-item-divider {
  background-color: var(--dark-gray-50);
  flex: 1;
  max-width: 100%;
  height: 1px;
  margin-top: 4px;
}

.service-price-row-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.additional-services-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.left-pricing-image-wrap {
  border-radius: var(--border-radius-normal);
  width: 40%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.price-divider {
  background-color: var(--dark-gray-50);
  flex: 1;
  max-width: 100%;
  height: 1px;
  margin-top: 4px;
}

.service-additional-price-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.services-pricing-collection-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.right-pricing-wrap {
  width: 60%;
}

.accordion-item-toggle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-accordion-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  display: flex;
}

.horizontal-faq-line {
  background-color: var(--primary-dark);
  width: 18px;
  height: 1.5px;
}

.close-tab-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-content {
  margin-bottom: 0;
}

.accordion-item {
  border-bottom: 1px solid var(--dark-gray-50);
  width: 100%;
  padding-bottom: 10px;
  position: static;
}

.vertical-faq-line {
  background-color: var(--primary-dark);
  width: 1.5px;
  height: 18px;
  position: absolute;
}

.accordion-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrap-full-width {
  width: 100%;
}

.reviews-wrap {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.review-wrap {
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.review-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: var(--border-radius-normal);
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  margin-right: 15px;
  padding: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.review-text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.reviews-large-wrapper {
  flex: none;
  display: flex;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1345px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.review-small-block-quote {
  background-size: 35px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-size: 22px;
}

.project-text-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 57%;
  margin-left: auto;
}

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

.contacts-link {
  color: var(--primary-dark);
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contacts-link:hover {
  color: var(--primary-dark);
}

.contact-item-align-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.contacts-links-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 15px;
  display: flex;
}

.contacts-links-wrap.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.without-bottom-margin {
  margin-bottom: 0;
}

.contact-item-align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 60px;
}

.form-block-contacts {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.form-contacts {
  width: 100%;
  height: 100%;
}

.fields-dual-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--transparent);
  color: var(--primary-dark);
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 100%;
  padding: 15px 10px 10px 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.contacts-textarea:focus {
  border-color: var(--transparent) var(--transparent) var(--dark-gray-50);
}

.contacts-textarea::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--flowblocks-component-library--color--primary-2);
  background-color: var(--transparent);
  color: var(--primary-dark);
  border-radius: 0;
  height: auto;
  padding: 15px 10px 10px 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
  transition: all .5s;
}

.contacts-input:focus {
  border-color: var(--transparent) var(--transparent) var(--dark-gray-50);
}

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.contacts-input.blog-search {
  opacity: .8;
  background-image: url('../images/icon-search-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-bottom-color: #4a4a4a99;
  padding-top: 10px;
  padding-left: 28px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-style: italic;
}

.contacts-input.blog-search:focus {
  border-bottom-color: var(--paragraph-gray);
  opacity: 1;
  font-style: italic;
}

.contacts-input.blog-search::placeholder {
  font-size: 18px;
  font-style: italic;
}

.form-success-message {
  color: #202e3f;
  text-align: left;
  background-color: #fff0;
  padding: 0;
  font-size: 18px;
}

.contact-form-wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.contact-field-wrap {
  position: relative;
}

.contact-field-wrap.margin-bottom-30 {
  margin-bottom: 30px;
}

.input-field-line {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 10px;
}

.form-submit-text {
  z-index: 2;
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: .32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  line-height: 1.2em;
  position: absolute;
}

.form-submit-text:hover {
  color: var(--white);
}

.success-message-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 390px;
}

.heading-italic {
  font-style: italic;
}

.form-error-message {
  background-color: var(--transparent);
  color: #c41e1e;
  text-align: center;
}

.contact-title-description {
  max-width: 400px;
}

.bg-banner-img {
  object-fit: cover;
  width: 100%;
  height: 65%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-banner-img.full-height {
  height: 100%;
}

.projects-banner-img-wrap {
  width: 100%;
  max-width: 1200px;
  margin-top: -60px;
  padding-left: 15px;
  padding-right: 15px;
}

.scroll-button-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top {
  background-color: var(--transparent);
  height: 50%;
}

.bottom {
  background-color: var(--white);
  background-image: url('../images/white-painted-wood-textured-background-1-1_1white-painted-wood-textured-background 1 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  height: 50%;
}

.banner-scroll-button {
  z-index: 2;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 113px;
  font-style: normal;
  display: flex;
  position: relative;
}

.banner-scroll-button-wrap {
  z-index: 2;
  border-radius: 100%;
  margin-top: 60px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.hero-projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
  display: flex;
}

.project-tab.w--current {
  background-color: var(--transparent);
  color: var(--primary);
}

.tab-dot {
  background-color: var(--primary-dark);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.tab-dot.desktop-hidden {
  display: none;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.project-tab-pane {
  margin-top: 60px;
}

.project-collection-item {
  width: 47.9%;
}

.tab-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-banner-wrap {
  z-index: 3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.projects-banner-description {
  color: var(--primary-dark);
  max-width: 340px;
}

.projects-banner-description.text-light {
  color: var(--white-75);
}

.projects-banner-img {
  min-width: 500px;
}

.left-banner-light-element {
  background-color: var(--primary-light);
  width: 33%;
  margin-top: 105px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.banner-grid {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  width: 85%;
  margin-left: auto;
  position: relative;
}

.banner-img-wrap {
  border-radius: var(--border-radius-normal);
  width: 320px;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.banner-align-left-wrap {
  z-index: 2;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.banner-img-texture {
  width: 320px;
  position: absolute;
  inset: auto -5% -20% auto;
}

.stacked-content {
  width: 100%;
  position: relative;
}

.projects-content-wrapper {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.projects-description {
  max-width: 345px;
  position: sticky;
  top: 130px;
}

.collection-projects-wrapper {
  z-index: 1;
}

.collection-projects-wrapper.margin-top {
  margin-top: -60px;
}

.collection-projects-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.project-card {
  border-radius: var(--border-radius-normal);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-background {
  border-radius: var(--border-radius-normal);
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.project-collection-card-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-collection-card-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 60px;
}

.background-image {
  border-radius: var(--border-radius-normal);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.project-card-content {
  z-index: 25;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 40vh;
  position: relative;
}

.project-card-info-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-link-block {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card-strip {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.project-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  transition: color .3s;
}

.project-title:hover {
  color: var(--primary-light);
}

.projects-title-description {
  max-width: 240px;
}

.projects-collection-wrap {
  width: 100%;
  margin-top: 20px;
}

.banner-project-content {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  display: flex;
  position: relative;
}

.project-info-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.project-info-item {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
}

.top-info {
  border-bottom: 1px solid var(--dark-gray-50);
  padding-bottom: 10px;
}

.bottom-info {
  padding-top: 10px;
}

.no-margin-top {
  margin-top: 0;
}

.introduction-project-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.template-info-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.stages-sidebar {
  flex: none;
  align-items: stretch;
  width: 350px;
  padding-right: 40px;
  position: sticky;
  top: 140px;
}

.anchor-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.anchor-link.w--current {
  padding-left: 17px;
  display: flex;
}

.tab-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -15px;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
  display: flex;
}

.tab-title:hover {
  margin-left: 0;
}

.project-stage {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-stage.first-stage {
  margin-bottom: 20px;
}

.project-stage.second-stage {
  margin-bottom: 60px;
}

.project-stage.third-stahe {
  margin-bottom: 40px;
}

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

.project-texture-img {
  object-fit: cover;
  max-height: 300px;
}

.stages-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.stage-number {
  color: var(--primary-dark);
  letter-spacing: .56px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.2em;
}

.stage-item-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
}

.stages-image {
  object-fit: cover;
  max-height: 440px;
}

.projects-tabs-list {
  position: sticky;
  top: 130px;
}

.sidebar-recent-posts {
  border: 1px solid var(--dark-gray-50);
  border-radius: var(--border-radius-normal);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.blog-social-sidebar {
  border: 1px solid var(--dark-gray-50);
  border-radius: var(--border-radius-normal);
  flex-direction: column;
  padding: 20px;
}

.recent-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.recent-posts-collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-sidebar-wrap {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.recent-post-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sidebar-item-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
}

.recent-blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sidebar-recent-post-link {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  font-style: normal;
  display: flex;
  position: relative;
}

.sidebar-recent-post-img {
  border-radius: var(--border-radius-small);
  flex: none;
  width: 80px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.recent-post-date {
  z-index: 1;
  color: var(--primary-dark);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.recent-post-heading {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.recent-post-heading:hover {
  color: var(--primary);
}

.blog-soc-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-dark);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1em;
  display: flex;
}

.blog-soc-link:hover {
  opacity: .8;
  color: var(--primary);
}

.blog-soc-icons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.product-info-row {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

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

.author-name-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.blog-author-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: stretch;
}

.sidebar-blog-search-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.blog-right-sidebar {
  align-items: stretch;
  max-width: 345px;
}

.prev-post-arrow {
  color: #202e3f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.banner-bottom-image-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--border-radius-normal);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-bottom-image-wrap.margin-bottom-30 {
  margin-bottom: 30px;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid var(--dark-gray-50);
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 15px;
  display: flex;
}

.blog-details-link-title {
  font-size: 20px;
  font-style: normal;
}

.next-post-arrow {
  color: #202e3f;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-bg {
  z-index: -1;
  background-color: var(--primary-light);
  height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.banner-img-large {
  border-radius: var(--border-radius-normal);
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.blog-template-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-blog-title-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-blog-date {
  z-index: 1;
  border-radius: var(--border-radius-small);
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 7px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.cart-remove-button {
  color: var(--primary-dark);
  font-style: italic;
}

.cart-remove-button:hover {
  color: var(--primary);
}

.cart-item-content-wrap {
  align-items: flex-start;
}

.shop-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-collection-item {
  width: 100%;
  height: 450px;
}

.flex-block-gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.shop-details-content-block {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.default-state-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.quantity-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.item-quantity {
  background-color: #ffffff80;
  border-color: #afafaf80;
  width: 86px;
  height: 47px;
  margin-bottom: 0;
  padding-left: 38px;
}

.item-quantity:focus {
  border-color: #0f0f0f;
}

.left-wrapper-shop-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 140px;
}

.shop-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--dark-gray-50);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-bottom: 80px;
  position: relative;
}

.shop-details-top-image-lightbox {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.shop-details-img-additional {
  border-radius: var(--border-radius-small);
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  max-height: 120px;
  transition: transform .3s;
}

.shop-details-img-additional:hover {
  transform: scale(1.07);
}

.shop-price-on-sale {
  color: #535353;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: line-through;
}

.shop-item-price-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  font-size: 52px;
}

.additional-images-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 100%;
  display: grid;
}

.shop-details-image-main {
  border-radius: var(--border-radius-normal);
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  max-height: 460px;
  transition: transform .3s;
}

.shop-details-image-main:hover {
  transform: scale(1.1);
}

.on-sale-icon-wrap {
  position: absolute;
  inset: 10px auto auto 10px;
}

.on-sale-icon-wrap.shop-page {
  top: 20px;
  left: 20px;
}

.right-wrapper-shop {
  position: relative;
}

.product-category-link {
  color: var(--primary-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-category-wrap {
  margin-bottom: 20px;
}

.product-info-accordion {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.contact-link {
  color: var(--primary-dark);
  font-style: italic;
  display: inline-flex;
}

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

.product-icon {
  margin-right: 2px;
  font-family: "Fa solid 900", sans-serif;
}

.product-images-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  max-width: 100%;
  position: sticky;
  top: 130px;
}

.product-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-info-title {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.error-message-align-left {
  background-color: var(--transparent);
  color: #c41e1e;
  padding-left: 0;
}

.checkout-form {
  background-color: var(--transparent);
  min-height: auto;
  margin-top: 120px;
  margin-bottom: 60px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.block-header {
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small);
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-field {
  border-color: var(--dark-gray-50);
  border-radius: var(--border-radius-small);
  background-color: var(--transparent);
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border-color: var(--primary-dark);
}

.field-label {
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.field-label.margin-bottom-15 {
  margin-bottom: 15px;
}

.block-content {
  border-bottom-left-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
}

.subtotal-price {
  color: var(--primary-dark);
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

.total-price-line {
  align-items: center;
}

.billing-address-toggle {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.product-img {
  border-radius: var(--border-radius-small);
  object-fit: cover;
  flex: none;
  width: 80px;
  height: 80px;
}

.cart-item-collection-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  margin-left: 16px;
}

.cart-item-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.order-summary-wrap {
  z-index: 1;
  top: 120px;
}

.text-no-sizing {
  flex: none;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
}

.subtotal-price-line {
  margin-bottom: 15px;
}

.order-confirmation-block {
  background-color: var(--transparent);
  min-height: auto;
  margin-top: 120px;
  margin-bottom: 60px;
}

.payment-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.password-field-wrap {
  margin-bottom: 10px;
  position: relative;
}

.search-field-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) #4a4a4acc;
  background-color: var(--transparent);
  color: var(--paragraph-gray);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 15px 10px 10px 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
  transition: all .5s;
}

.search-field-input:focus {
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
}

.search-field-input::placeholder {
  color: #4a4a4acc;
  font-size: 16px;
}

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

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--paragraph-gray);
  background-color: var(--transparent);
  color: var(--primary-dark);
  border-radius: 0;
  min-width: 300px;
  height: auto;
  padding: 15px 10px 10px 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: italic;
  transition: all .5s;
}

.coming-soon-input:focus {
  border-color: var(--transparent) var(--transparent) var(--dark-gray-50);
}

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.success-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80px;
}

._404-image {
  width: 180px;
}

._404-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
}

._404-text {
  color: var(--primary);
  font-family: Raleway, sans-serif;
  font-size: 240px;
  font-weight: 500;
  line-height: 1em;
}

.licensing-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 20px;
}

.licensing-image-link {
  border-radius: var(--border-radius-normal);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.licensing-image {
  border-radius: var(--border-radius-normal);
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: transform .3s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-item {
  padding-bottom: 0;
}

.licensing-links-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.top-licensing-wrap {
  border-bottom: 1px solid var(--dark-gray-50);
  padding-bottom: 20px;
}

.licensing-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.licence-link {
  display: inline-flex;
}

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

.licensing-title {
  color: #202e3f;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-dark);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1em;
  display: flex;
}

.licensing-link-icon:hover {
  opacity: .8;
  color: var(--primary);
}

.home-value-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.landing-banner-image {
  z-index: 2;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-bg-banner {
  opacity: .15;
  width: 21%;
  min-width: 130px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.landing-banner-title-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.image-bg-banner-two {
  opacity: .15;
  width: 31%;
  min-width: 130px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.banner-description {
  max-width: 560px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.landing-title {
  letter-spacing: 1.28px;
  margin-top: 0;
  font-size: 58px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-inner-page-title {
  font-style: normal;
}

.landing-inner-page-overlay {
  z-index: 1;
  border-radius: var(--border-radius-normal);
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-image-wrapper {
  border-radius: var(--border-radius-normal);
  border: 1px solid #afafaf80;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-item {
  border-radius: var(--border-radius-normal);
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-title-description {
  text-align: center;
  max-width: 480px;
  margin-top: 20px;
  margin-bottom: 0;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-style: normal;
  display: flex;
  position: absolute;
}

.landing-inner-page-image {
  border-radius: var(--border-radius-normal);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 30px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-performance-item-title {
  font-style: italic;
}

.landing-progress-bar-light-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 8px;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-97 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 97%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-feature-icon {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31.3%;
  display: flex;
}

.text-white-3, .link-landing {
  color: #fff;
}

.link-landing:hover {
  color: #ffffff80;
}

.landing-features-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.projects-category-banner-wrap {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

.landing-download-block-wrapper {
  border-radius: var(--border-radius-normal);
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.text-white-4 {
  color: #fff;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.without-top-space {
  margin-top: 0;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.background-video {
  z-index: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-10 {
  width: 100%;
  height: 100%;
}

.div-block-11 {
  z-index: 99;
  background-color: #1d1d1d00;
  background-image: linear-gradient(180deg, var(--bg-dunkel) 19%, #fff0);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.heading-3 {
  color: var(--white-75);
  font-size: 30px;
}

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

.heading-4, .heading-5 {
  color: var(--typo-hell);
}

.heading-5.dark {
  color: var(--bg-dunkel);
  text-align: center;
  margin-top: 0;
}

.div-block-12 {
  flex-flow: row;
  display: flex;
}

.image {
  max-width: 85%;
}

.text-block-2 {
  color: var(--white-75);
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}

.link-block-2 {
  width: 50%;
}

.heading-6 {
  color: var(--typo-hell);
  font-size: 48px;
}

.heading-6.small {
  font-size: 36px;
}

.section-2 {
  background-color: var(--bg-dunkel);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.div-block-13 {
  z-index: 99;
  background-color: #f5f5f500;
  flex-flow: column;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.link-block-3 {
  border: 1px solid var(--primary-light);
  border-radius: var(--border-radius-normal);
  background-image: linear-gradient(#f5f5f5b3, #f5f5f5b3), url('../images/Kachel_Fassadengestaltung-p-800.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-3.maler {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/maler.jpg');
}

.link-block-3.tapete {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/tapete.jpg');
}

.link-block-3.trockenbau {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/trockenbau.jpg');
}

.link-block-3.vollw-rme {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/vollwärme.jpg');
}

.link-block-3.verputz {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/putz.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-3.fassaden {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/fassaden.jpg');
}

.text-block-3 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-3.leistungen {
  letter-spacing: 1px;
  font-style: normal;
}

.text-block-3.new {
  color: var(--typo-hell);
  text-align: left;
  text-transform: none;
  font-size: 36px;
  font-style: normal;
}

.text-block-4 {
  text-align: center;
}

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

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

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

.brix---text-center {
  text-align: center;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-pd-bottom-56px {
  background-color: var(--bg-dunkel);
  padding-top: 90px;
  padding-bottom: 56px;
}

.brix---heading-h1-size {
  color: #c5a966;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-200 {
  color: #fffadd;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---paragraph-default {
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---subtitle {
  color: #c5a966;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---heading-h2-size {
  color: #c5a966;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-200-bold {
  color: #c5a966;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---badge-primary-small-light {
  color: #1b1b1b;
  background-color: #f2f1ff;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured-wrapper-v1 {
  border-radius: 24px;
  height: 448px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---blog-card-featured-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.paragraph-2-copy, .paragraph-2-copy.dark {
  color: var(--bg-dunkel);
}

.paragraph-dark {
  color: var(--bg-dunkel);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-style: normal;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---section-small {
  background-color: var(--flowblocks-component-library--color--black);
  padding-top: 64px;
  padding-bottom: 64px;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---grid-3-columns-gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h3-size {
  color: #c5a966;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.headline-medium {
  color: var(--typo-hell);
  text-align: left;
  text-transform: none;
  margin-bottom: 32px;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}

.headline-medium.leistungen {
  letter-spacing: 1px;
  font-style: normal;
}

.headline-medium.new {
  color: var(--typo-hell);
  text-align: left;
  text-transform: none;
  font-size: 36px;
  font-style: normal;
}

.video {
  background-color: var(--bg-dunkel);
  margin-top: 20em;
  margin-left: 20em;
  margin-right: 20em;
}

.video-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.body {
  background-color: var(--bg-dunkel);
}

.section-3 {
  background-color: var(--flowblocks-component-library--color--black);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-3.page {
  padding-top: 160px;
}

.base-container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 0;
}

.gallery-item {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

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

.overlay-gallery {
  opacity: 0;
  background-image: linear-gradient(#00000094, #00000094);
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-gallery:hover {
  opacity: 1;
}

.brand-color-span {
  color: var(--typo-hell);
}

.section-4 {
  background-color: var(--typo-hell);
}

.div-block-14 {
  justify-content: space-between;
  align-items: stretch;
  padding: 16px 64px;
  display: flex;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.image-3 {
  height: 16px;
  margin-right: 8px;
}

.fbl-heading-h3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--typo-hell);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.fbl-section {
  background-color: var(--bg-dunkel);
  padding: 180px 5% 90px;
}

.fbl-lead-text {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 18px;
  line-height: 1.3em;
}

.fbl-spacing-10 {
  height: 10px;
}

.fbl-section-title-center {
  text-align: center;
  margin-bottom: 50px;
}

.fbl-team-component {
  max-height: 450px;
  margin-bottom: 64px;
}

.fbl-team-component._2 {
  justify-content: center;
  align-items: center;
  max-height: none;
  display: flex;
}

.fbl-team-image {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  width: 100%;
  height: 100%;
}

.fbl-team-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fbl-team-8._2 {
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.fbl-team-8-item {
  max-width: 350px;
  max-height: 350px;
}

.fbl-team-8-item.middle {
  max-width: 350px;
}

.fbl-team-8-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--typo-hell);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 15px 15px;
}

.fbl-team-8-image-wrap {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  max-height: 350px;
  position: relative;
  overflow: hidden;
}

.fbl-text-small {
  color: var(--flowblocks-component-library--color--gray-2);
  text-align: center;
  font-size: 14px;
}

.fbl-team-8-title {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-team-8-social-icon {
  height: 20px;
}

.fbl-team-8-social-link {
  border-radius: var(--flowblocks-component-library--border-radius--rounded);
  background-color: var(--flowblocks-component-library--color--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.fbl-team-8-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  overflow: hidden;
}

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

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: var(--bg-dunkel);
}

.fbl-heading-h6 {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-heading-h5 {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-heading-h2 {
  color: var(--flowblocks-component-library--color--primary-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.fbl-section-2 {
  background-color: var(--bg-dunkel);
  padding: 64px 5% 100px;
}

.fbl-lead-text-2 {
  color: var(--flowblocks-component-library--color--gray-1);
  font-size: 18px;
  line-height: 1.3em;
}

.fbl-spacing-11 {
  height: 10px;
}

.fbl-text-default {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.fbl-rich-text {
  color: var(--flowblocks-component-library--color--white);
}

.fbl-rich-text h5 {
  color: var(--flowblocks-component-library--color--gray-1);
  font-family: Raleway, sans-serif;
  font-size: 26px;
  line-height: 1.3em;
}

.fbl-rich-text p {
  color: var(--flowblocks-component-library--color--gray-1);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5em;
}

.fbl-rich-text ul {
  background-color: var(--flowblocks-component-library--color--white);
  color: var(--flowblocks-component-library--color--white);
  font-size: 18px;
  line-height: 1.5em;
}

.fbl-rich-text ol {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 18px;
  line-height: 1.5em;
}

.fbl-rich-text a {
  color: var(--flowblocks-component-library--color--black);
}

.fbl-blog-single {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.fbl-blog-single-top {
  z-index: 1;
  text-align: center;
  position: relative;
}

.fbl-blog-single-image-wrap {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.fbl-blog-detail-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.fbl-blockquote {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--flowblocks-component-library--color--black);
  color: var(--flowblocks-component-library--color--primary-2);
  border-left-width: 0;
  padding: 30px;
  line-height: 1.5em;
}

.fbl-blog-single-category {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--flowblocks-component-library--color--primary-2);
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.fbl-blog-category-title-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  color: var(--flowblocks-component-library--color--white);
}

.fbl-heading-h5-3 {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-heading-h2-2 {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: var(--flowblocks-component-library--color--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-section-3 {
  background-color: var(--flowblocks-component-library--color--white);
  padding: 100px 5%;
}

.fbl-lead-text-3 {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 18px;
  line-height: 1.3em;
}

.fbl-rich-text-2 h5 {
  font-size: 26px;
  line-height: 1.3em;
}

.fbl-rich-text-2 p, .fbl-rich-text-2 ul, .fbl-rich-text-2 ol {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 18px;
  line-height: 1.5em;
}

.fbl-rich-text-2 a {
  color: var(--flowblocks-component-library--color--black);
}

.fbl-blockquote-2 {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--flowblocks-component-library--color--gray-1);
  border-left-width: 0;
  padding: 30px;
  line-height: 1.5em;
}

.heading-7 {
  color: var(--flowblocks-component-library--color--gray-1);
}

.heading-8 {
  color: #c5a966;
}

.content-top-blog-post-about-wrapper {
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.heading-9 {
  color: #c5a966;
  display: none;
}

.copy {
  max-width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  line-height: 32px;
}

.copy.footer {
  max-width: 300px;
  font-size: 1.5em;
}

.copy.footer.small {
  color: #020202;
  max-width: 300px;
  height: 16px;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
}

.paragraph-large-2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.375em;
}

.paragraph-large-2.blog-post-summary {
  color: #fffadd;
  max-width: 100%;
}

.blog-post-date {
  color: #c5a966;
  text-transform: uppercase;
  line-height: 1.111em;
}

.paragraph-3 {
  color: var(--flowblocks-component-library--color--gray-1);
  font-size: 20px;
  line-height: 32px;
}

.card {
  background-color: #443c08;
  border: 1px solid #282d34;
}

.card.about-author {
  text-align: center;
  background-color: #c5a966;
  flex-direction: column;
  align-items: center;
  padding: 24px 40px 66px;
  display: flex;
  position: sticky;
  top: 160px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.blog-post-main-image {
  margin-bottom: 64px;
}

.image-wrapper.card-about-author {
  max-width: 242px;
  margin-bottom: 26px;
}

.image-17 {
  margin-top: 6px;
  margin-right: 8px;
}

.content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top.blog-post {
  margin-bottom: 52px;
  display: block;
}

.div-block-23 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.split-content.blog-post-body {
  max-width: 60%;
}

.split-content.blog-post-sidebar {
  max-width: 35%;
}

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

.section-6.blog-post {
  background-color: var(--flowblocks-component-library--color--black);
  padding-top: 200px;
  padding-bottom: 0;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-small.card-about-author {
  color: #020202;
  margin-top: 12px;
  margin-bottom: 24px;
}

.image-28.blog-post-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rich-text {
  margin-top: 36px;
  margin-bottom: 36px;
}

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

.link-block-4 {
  background-image: url('../images/instagram-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.link-block-4.facebook {
  background-image: url('../images/facebook-app-symbol.svg');
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-4.insta {
  width: 24px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
}

.container-default {
  max-width: 1292px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.blog-post-wrapper {
  justify-content: space-between;
  display: flex;
}

.link-7 {
  font-size: 1.5em;
  font-weight: 400;
}

.link-7:hover {
  font-size: 1.5em;
}

.link-7.footer {
  color: #020202;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1em;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.title.blog-post {
  color: #ebe1a7;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 72px;
}

.title.card-about-author {
  color: #020202;
  margin-bottom: 7px;
  font-size: 34px;
  line-height: 1.118em;
}

.heading-10 {
  color: #c5a966;
}

.heading-11 {
  color: #c5a966;
  display: none;
}

.paragraph-4 {
  color: var(--flowblocks-component-library--color--gray-1);
  font-size: 20px;
  line-height: 32px;
}

.image-30 {
  margin-top: 6px;
  margin-right: 8px;
}

.div-block-24 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-7 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-7.blog-post {
  background-color: var(--flowblocks-component-library--color--black);
  padding-top: 200px;
  padding-bottom: 0;
}

.image-31 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.link-block-5 {
  background-image: url('../images/instagram-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.link-block-5.facebook {
  background-image: url('../images/facebook-app-symbol.svg');
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-5.insta {
  width: 24px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.nav-icon-arrow-2 {
  color: #f5f5f5;
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.nav-icon-arrow-2.icon-dark {
  color: var(--white-75);
}

.navbar-item-title-dark-2 {
  color: var(--white-75);
  letter-spacing: .36px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.navbar-dropdown-toggle-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  transition: opacity .3s;
  display: flex;
}

.navbar-dropdown-toggle-2:hover {
  opacity: .8;
}

.navbar-dropdown-toggle-2.first-item {
  padding-left: 0;
}

.nav-dropdown-link-line-3 {
  background-color: #b87333;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  margin-right: 10px;
  display: inline-block;
}

.navbar-dropdown-link-2 {
  color: var(--bg-dunkel);
  letter-spacing: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: -15px;
  padding: 12px 8px 12px 0;
  font-style: normal;
  transition-property: all;
  display: flex;
}

.navbar-dropdown-link-2:hover {
  color: var(--bg-dunkel);
  margin-left: 0;
}

.navbar-dropdown-link-2.w--current {
  color: #3b2f2f;
  text-align: left;
}

.heading-12 {
  color: var(--flowblocks-component-library--color--primary-2);
  font-size: 48px;
}

.bold-text {
  font-size: 24px;
}

.contacts-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-8 {
  background-color: var(--bg-dunkel);
  flex: 1;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.error-message {
  color: red;
  background-color: #ffe0e0;
  border: 1px solid #ff000080;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  height: 40px;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 8px 20px 8px 44px;
}

.text-field.email {
  background-image: url('../images/email_black_24dp-1.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-field.text-area {
  background-image: url('../images/message_black_24dp.svg');
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  height: auto;
  min-height: 80px;
}

.text-field.phone {
  background-image: url('../images/call_black_24dp.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.text-field.person {
  background-image: url('../images/person_black_24dp.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  height: 40px;
  padding: 12px 32px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.button:hover {
  background-color: #333;
}

.button.top-margin {
  background-color: var(--flowblocks-component-library--color--primary-2);
  color: var(--flowblocks-component-library--color--black);
  border-radius: 8px;
  margin-top: 12px;
}

.max-width-20ch {
  max-width: 20ch;
}

.max-width-20ch.no-top-margin {
  color: var(--typo-hell);
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-link-2 {
  padding: 12px 20px 12px 32px;
  text-decoration: none;
}

.contact-link-2.location {
  color: var(--flowblocks-component-library--white);
  background-image: url('../images/location.png');
  background-position: 0 16px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.contact-link-2.phone {
  color: var(--flowblocks-component-library--color--white);
  background-image: url('../images/phone.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: flex-start;
  align-items: center;
  font-family: Raleway, sans-serif;
}

.contact-link-2.email {
  color: var(--flowblocks-component-library--color--gray-1);
  text-align: left;
  background-image: url('../images/mail_1.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: flex-start;
  align-items: center;
  font-family: Raleway, sans-serif;
}

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

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

.no-top-margin {
  margin-top: 0;
}

.manager-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.label {
  color: var(--flowblocks-component-library--color--white);
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .8rem;
}

.manager-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

._2-columns-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.success-message {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 0;
}

.quick-from-wrap {
  width: 100%;
  max-width: 400px;
}

.text-block-14 {
  color: var(--flowblocks-component-library--color--white);
}

.button-2 {
  background-color: var(--bg-dunkel);
  color: var(--white);
  border-radius: 8px;
  font-family: Raleway, sans-serif;
  font-style: normal;
}

.button-2:hover {
  color: var(--primary-light);
}

.scroll-top {
  height: 0;
}

.body-2 {
  background-color: var(--bg-dunkel);
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.home-1-banner {
    min-height: 100vh;
    padding-top: 220px;
  }

  .section.home-2-banner {
    min-height: 900px;
  }

  .section.home-3-banner {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .section.testimonials-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-us-banner {
    padding-top: 210px;
    padding-bottom: 100px;
  }

  .section.paralax-section {
    padding-bottom: 80px;
  }

  .section.services-1-banner {
    padding-top: 230px;
  }

  .section.services-3-banner {
    padding-top: 130px;
  }

  .section.services-2-banner {
    padding-top: 240px;
  }

  .section.template-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pricing-banner {
    padding-top: 230px;
    padding-bottom: 130px;
  }

  .section.projects-1-banner {
    padding-top: 200px;
  }

  .section.projects-2-banner {
    padding-top: 110px;
  }

  .section.project-template-banner {
    padding-top: 200px;
  }

  .section.shop-product-section {
    padding-top: 180px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .coming-soon-image {
    max-width: 520px;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .navbar-cart-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .nav-logo {
    max-height: 100px;
  }

  .nav-menu-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .instagram-img-wrap {
    height: 200px;
  }

  .bottom-footer-wrap {
    margin-top: 60px;
  }

  .copyright-bottom-wrapper {
    margin-top: 80px;
  }

  .home-2-banner-content {
    max-width: 710px;
  }

  .slider {
    bottom: 30px;
  }

  .banner-heading {
    letter-spacing: 1.6px;
    font-size: 80px;
  }

  .bg-light-image {
    width: 450px;
  }

  .value-img {
    max-height: 150px;
  }

  .features-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .collection-services-grid {
    grid-column-gap: 30px;
    margin-bottom: -80px;
  }

  .services-collection-item:nth-child(odd) {
    margin-bottom: 80px;
  }

  .services-primary-light-card {
    padding: 40px;
  }

  .service-icon-wrap {
    width: 76px;
  }

  .slider-quote-review {
    letter-spacing: .64px;
    font-size: 32px;
  }

  .home-projects-wrap {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-event-card {
    height: 650px;
  }

  .card-text-position {
    padding-bottom: 40px;
  }

  .shop-link-block {
    height: 79%;
  }

  .dark-decorative-img {
    width: 420px;
    top: -35%;
  }

  .values-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .video-wrap {
    height: 540px;
  }

  .home-project-collection-item {
    height: 450px;
  }

  .project-content-wrap.align-left {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
  }

  .home-projects-wrap-vertical {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-text-content {
    max-width: 500px;
  }

  .shop-item {
    height: 500px;
  }

  .banner-action-block {
    max-width: 88vw;
  }

  .home-3-banner-heading {
    letter-spacing: 1.28px;
    font-size: 64px;
  }

  .features-grid-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .texture-bg-image {
    width: 400px;
  }

  .left-content-wrap {
    justify-content: center;
    align-items: flex-end;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-right: 60px;
  }

  .service-content-block {
    width: 100%;
  }

  .projects-wrapper {
    width: 840px;
  }

  .project-image-wrapper {
    border-radius: var(--border-radius-normal);
  }

  .illustration {
    width: 300px;
  }

  .service-collection-image {
    max-height: 150px;
  }

  .service-item-wrap {
    padding: 40px;
  }

  .banner-decorative-img-right {
    width: 300px;
    top: 6%;
  }

  .banner-decorative-img-left {
    width: 340px;
  }

  .service-item-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .work-step-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-price {
    font-size: 24px;
  }

  .additional-services-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
  }

  .left-pricing-image-wrap {
    height: 500px;
  }

  .review-item {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .review-text-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .projects-banner-img {
    min-width: 550px;
  }

  .left-banner-light-element {
    margin-top: 115px;
  }

  .banner-img-texture {
    width: 360px;
  }

  .projects-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .collection-projects-wrapper.margin-top {
    margin-top: 0;
  }

  .collection-projects-grid {
    grid-column-gap: 30px;
    margin-bottom: -80px;
  }

  .project-collection-card-item:nth-child(odd) {
    margin-bottom: 80px;
  }

  .project-card-content {
    min-height: 50vh;
  }

  .project-info-grid {
    margin-top: 80px;
  }

  .blog-sidebar-wrap {
    grid-column-gap: 60px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sidebar-recent-post-img {
    width: 100px;
  }

  .banner-bottom-image-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .blog-template-bg {
    bottom: 90px;
  }

  .shop-collection-item {
    height: 500px;
  }

  .order-summary-wrap {
    top: 130px;
  }

  ._404-image {
    width: 200px;
  }

  ._404-text-wrap {
    margin-bottom: 40px;
  }

  ._404-text {
    font-size: 260px;
  }

  .landing-feature-item {
    width: 23%;
  }

  .section-purchase {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.testimonials-section {
    background-size: auto, 500px;
  }

  .section.paralax-section {
    min-height: 600px;
  }

  .section.blog-template-section {
    padding-top: 190px;
  }

  .coming-soon-image {
    max-width: 560px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-2-banner-content {
    max-width: 820px;
  }

  .slider {
    width: 64%;
  }

  .banner-heading {
    letter-spacing: 1.84px;
    font-size: 92px;
  }

  .bg-light-image {
    width: 500px;
    top: -40%;
  }

  .project-title-hover {
    margin-bottom: 0;
  }

  .dark-decorative-img {
    width: 500px;
    top: -40%;
  }

  .home-banner-image {
    bottom: -140px;
  }

  .home-3-banner-heading {
    letter-spacing: 1.36px;
    font-size: 68px;
  }

  .texture-bg-image {
    width: 440px;
  }

  .left-content-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .service-collection-item-grid {
    min-height: 450px;
  }

  .banner-decorative-img-right {
    right: 0%;
  }

  .banner-decorative-img-left {
    width: 300px;
  }

  .faq-accordion-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .banner-img-texture {
    width: 400px;
    bottom: -15%;
    right: -3%;
  }

  .project-title {
    margin-bottom: 0;
  }

  .blog-template-bg {
    height: 700px;
  }

  .shop-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

@media screen and (min-width: 1920px) {
  .section.home-2-banner, .section.home-3-banner {
    min-height: 960px;
    padding-top: 200px;
  }

  .section.testimonials-section {
    background-size: auto, 700px;
  }

  .section.about-us-banner {
    background-image: none;
  }

  .section.services-3-banner {
    background-image: none;
    min-height: 450px;
  }

  .section.services-2-banner {
    background-image: none;
  }

  .section.project-template-banner, .section.landing-banner {
    padding-top: 180px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .navbar-link, .navbar-item-title, .navbar-item-title-dark, .navbar-link-dark {
    font-size: 20px;
  }

  .home-2-banner-content {
    max-width: 940px;
  }

  .slider {
    width: 60%;
    bottom: 40px;
  }

  .banner-heading {
    font-size: 106px;
  }

  .bg-light-image {
    width: 650px;
    top: -65%;
  }

  .collection-services-list-wrapper {
    width: 90%;
  }

  .project-title-hover {
    letter-spacing: .72px;
    font-size: 36px;
  }

  .home-link-card-image {
    transition: filter .3s;
  }

  .home-link-card-image:hover {
    filter: brightness(40%);
  }

  .add-to-cart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dark-decorative-img {
    width: 630px;
  }

  .home-banner-image {
    bottom: -230px;
  }

  .video-wrap {
    height: 620px;
  }

  .home-project-collection-item {
    height: 500px;
  }

  .banner-action-block {
    max-width: 74vw;
  }

  .texture-bg-image {
    width: 500px;
  }

  .left-content-wrap {
    max-width: none;
  }

  .projects-wrapper {
    width: 920px;
  }

  .project-image {
    height: 550px;
  }

  .project-image.home-1-img {
    height: 450px;
  }

  .banner-decorative-img-left {
    left: 0%;
  }

  .left-banner-light-element {
    width: 32%;
  }

  .banner-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 95%;
  }

  .banner-img-wrap {
    height: 500px;
  }

  .banner-img-texture {
    width: 500px;
    right: 0%;
  }

  .project-card-content {
    min-height: 35vh;
  }

  .project-title {
    letter-spacing: .72px;
  }

  .blog-sidebar-wrap {
    grid-template-columns: 1fr .4fr;
  }

  ._404-image {
    width: 220px;
  }

  ._404-text {
    font-size: 280px;
  }

  .video {
    margin-top: 15em;
    margin-left: 15em;
    margin-right: 15em;
  }

  .section-3 {
    max-height: none;
  }

  .base-container-5 {
    max-width: 1440px;
  }

  .gallery-item {
    height: 450px;
  }

  .paragraph-small {
    font-size: 17px;
  }

  .container-default {
    max-width: 1350px;
  }

  .navbar-item-title-dark-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: .96px;
    font-size: 48px;
  }

  h2 {
    letter-spacing: .84px;
    font-size: 42px;
  }

  blockquote {
    letter-spacing: .56px;
    background-size: 40px;
    padding-top: 55px;
    font-size: 28px;
  }

  .section.home-1-banner {
    min-height: 640px;
  }

  .section.home-2-banner {
    min-height: 600px;
    padding-top: 130px;
  }

  .section.home-3-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.testimonials-section {
    background-position: 0 100%, 100% 0;
    background-size: 250px, 400px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.paralax-section {
    min-height: 460px;
    padding-bottom: 60px;
  }

  .section.services-1-banner {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.services-3-banner {
    min-height: 320px;
    padding-top: 100px;
  }

  .section.services-2-banner {
    padding-top: 200px;
  }

  .section.template-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.pricing-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.projects-1-banner {
    padding-top: 140px;
  }

  .section.projects-2-banner {
    padding-top: 100px;
  }

  .section.projects-3-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.project-template-banner {
    padding-top: 140px;
  }

  .section.blog-template-section, .section.shop-product-section, .section.landing-banner {
    padding-top: 120px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 600px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-page-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .coming-soon-heading {
    text-align: center;
    letter-spacing: .96px;
    margin-top: 40px;
    font-size: 48px;
  }

  .coming-soon-image {
    max-width: 320px;
    margin-top: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 120px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .secondary-button-dark.search-button, .secondary-button-dark.buy-now-button {
    min-width: 145px;
    margin-bottom: 5px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .brand-tablet {
    display: block;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .nav-menu-wrap {
    background-color: var(--flowblocks-component-library--color--black);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar-cart-wrapper {
    margin-left: auto;
  }

  .nav-button-tablet-menu {
    margin-top: 20px;
    display: block;
  }

  .empty-state.services-collection-empty {
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .left-side-block, .right-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-logo {
    max-height: 70px;
  }

  .navbar-dropdown-list {
    background-color: var(--flowblocks-component-library--color--black);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.megamenu {
    width: auto;
    min-width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .navbar-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4em;
  }

  .navbar-dropdown-link.w--current {
    color: var(--primary);
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-dropdown-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding: 12px 0;
    display: flex;
  }

  .navbar-link {
    color: var(--primary-dark);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .navbar-link:hover {
    color: var(--primary-dark);
  }

  .nav-tablet-menu {
    z-index: 5;
    background-color: var(--flowblocks-component-library--color--black);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu-center {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-item-title {
    color: var(--primary-dark);
  }

  .navbar-light-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-button {
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .brand-logo {
    z-index: 0;
    position: relative;
  }

  .logo-tablet {
    max-height: 70px;
  }

  .nav-icon-arrow {
    color: var(--primary-dark);
    margin-top: 2px;
    font-size: 16px;
  }

  .navbar-menu {
    background-color: var(--flowblocks-component-library--color--black);
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .cart-quantity {
    top: 2px;
  }

  .navbar-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-burger {
    height: 100%;
  }

  .img-burger.light {
    filter: invert();
  }

  .tablet-hidden {
    display: none;
  }

  .footer-soc-icons-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .instagram-img-wrap {
    height: 120px;
  }

  .hover-wrapper {
    display: none;
  }

  .hover-wrapper.video-hover, .hover-wrapper.project-hover {
    display: flex;
  }

  .instagram-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-links-column-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-brand-wrap {
    width: 240px;
  }

  .navbar-item-title-dark {
    color: var(--primary-dark);
  }

  .navbar-link-dark {
    color: var(--flowblocks-component-library--color--gray-1);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .navbar-link-dark:hover {
    color: var(--flowblocks-component-library--color--primary-2);
  }

  .navbar-dark-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-2-banner-content {
    max-width: 600px;
  }

  .slider {
    bottom: 20px;
  }

  .banner-heading {
    letter-spacing: -1.28px;
    font-size: 64px;
  }

  .subtitle-wrap.home-3-banner-subtitle {
    max-width: 320px;
  }

  .bg-light-image {
    width: 450px;
  }

  .section-title-wrapper {
    width: 540px;
  }

  .section-title-wrapper.contact-wrap {
    max-width: 540px;
  }

  .home-values-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .values-description.align-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .features-right-block {
    width: 100%;
  }

  .image-left-block {
    width: 100%;
    height: 450px;
  }

  .features-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .collection-services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-collection-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .home-projects-wrap {
    flex-flow: column;
  }

  .card-text-position {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 80px;
  }

  .project-service-link-wrap {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: 100px;
  }

  .dual-blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .blog-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-collection-single-item {
    width: 100%;
    height: 440px;
  }

  .single-blog-list {
    flex-flow: column;
  }

  .dark-decorative-img {
    width: 340px;
    top: -25%;
  }

  .dark-decorative-img.reviews-element {
    top: -55%;
  }

  .home-banner-image {
    bottom: 0;
  }

  .home-banner-content {
    width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .values-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .value-item-horizontal {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .values-image-left {
    width: 100%;
    height: 450px;
  }

  .values-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .video-wrap {
    height: 400px;
  }

  .testimonial-block {
    max-width: 88%;
  }

  .testimonials-right-arrow {
    width: 50px;
  }

  .testimonials-slider-icon {
    width: 35px;
  }

  .testimonials-left-arrow {
    width: 50px;
  }

  .slider-element {
    width: 50px;
    height: 50px;
  }

  .home-project-collection-item {
    height: 450px;
  }

  .project-content-wrap {
    padding: 40px 20px 40px 40px;
  }

  .project-content-wrap.align-left {
    padding-left: 20px;
  }

  .home-projects-wrap-vertical {
    flex-flow: column;
  }

  .shop-list {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .store-slide {
    width: 48%;
  }

  .banner-action-block {
    flex-flow: column;
    justify-content: flex-start;
  }

  .banner-intro-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-title {
    max-width: 390px;
  }

  .banner-intro-image.paralax-slow {
    max-height: 120px;
  }

  .banner-intro-image.paralax-fast {
    max-height: 160px;
  }

  .home-3-banner-heading {
    letter-spacing: 1.44px;
    font-size: 48px;
  }

  .home-3-values-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home-3-value-item {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-grid-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
  }

  .texture-bg-image {
    width: 300px;
    top: -15%;
  }

  .services-wrap {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .right-image-wrap {
    border-radius: var(--border-radius-normal);
    width: 96%;
    height: 100%;
    max-height: 400px;
  }

  .left-content-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .service-content-block {
    justify-content: flex-start;
    align-items: center;
  }

  .projects-wrapper {
    width: 640px;
  }

  .projects-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .project-image {
    height: 400px;
  }

  .project-text-info, .service-title-wrapper {
    text-align: center;
  }

  .footer-blog {
    flex-wrap: wrap-reverse;
  }

  .footer-blog-wrapper {
    width: 100%;
  }

  .footer-blog-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-blog-date {
    margin-bottom: 20px;
  }

  .banner-title-wrap-bottom {
    text-align: center;
    width: 97%;
    margin-bottom: -16px;
  }

  .banner-title-light {
    letter-spacing: 1.8px;
    font-size: 90px;
  }

  .triple-grid {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .timeline-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .timeline-item-align-left {
    padding-right: 0;
  }

  .center-image-wrap {
    justify-content: center;
    align-items: flex-start;
    position: sticky;
    top: 100px;
  }

  .illustration {
    width: 260px;
  }

  .illustration.contact-img {
    width: 220px;
  }

  .timeline-item-align-right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .about-text-right {
    max-width: 55%;
  }

  .about-flex-wrap {
    flex-flow: column;
  }

  .counter-wrap {
    align-items: end;
  }

  .counter-info-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .counter-number-big {
    font-size: 74px;
  }

  .team-grid {
    width: 100%;
  }

  .about-info-wrap {
    width: 50%;
  }

  .services-collection-grid {
    grid-template-columns: 1fr;
  }

  .service-collection-item-grid {
    flex-flow: row;
  }

  .service-collection-item-grid.tablet-reverse {
    flex-flow: column-reverse;
  }

  .service-item-flex-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid var(--white-50);
  }

  .services-2-collection-list {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .service-item {
    max-width: 100%;
  }

  .service-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-description {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .banner-wrap-with-img {
    text-align: center;
    min-height: 340px;
  }

  .services-banner-description {
    width: 360px;
  }

  .home-services-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-projects-flex-box {
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .banner-title-wrap-full-width {
    text-align: center;
    width: 97%;
  }

  .banner-decorative-img-right {
    width: 200px;
    top: 12%;
    right: -4%;
  }

  .banner-decorative-img-left {
    width: 240px;
  }

  .template-title {
    letter-spacing: .96px;
    font-size: 48px;
  }

  .service-item-info {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .large-growing-images.small {
    height: 420px;
  }

  .template-service-description {
    width: 360px;
  }

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

  .banner-wrap-light-bg {
    text-align: center;
  }

  .work-step-number {
    letter-spacing: .84px;
    font-size: 42px;
  }

  .work-step-item {
    width: 47.2%;
  }

  .work-steps-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .service-cta-content {
    width: 420px;
  }

  .cta-block {
    width: 96%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-full-width {
    width: 100%;
    height: 360px;
  }

  .service-price-item-divider {
    margin-top: 15px;
  }

  .service-price-row-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
  }

  .service-pricing-description-wrap {
    max-width: 420px;
  }

  .additional-services-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .left-pricing-image-wrap {
    width: 100%;
    height: 360px;
  }

  .service-additional-price-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .right-pricing-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .faq-accordion-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .accordion-column {
    width: 100%;
  }

  .reviews-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .project-text-right {
    max-width: 55%;
  }

  .contacts-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contacts-grid.top-grid {
    border-bottom: 1px solid var(--dark-gray-50);
    padding-bottom: 20px;
  }

  .contact-item-align-right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .contacts-links-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-item-align-left {
    padding-right: 0;
  }

  .contact-form-wrap {
    width: 85%;
  }

  .banner-scroll-button-wrap {
    margin-top: 40px;
  }

  .hero-projects-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .project-collection-item {
    width: 100%;
  }

  .projects-banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 97%;
  }

  .projects-banner-img {
    width: 380px;
    min-width: auto;
  }

  .left-banner-light-element {
    width: 25%;
    margin-top: 80px;
  }

  .banner-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 94%;
  }

  .banner-img-wrap {
    width: 260px;
  }

  .banner-img-texture {
    width: 280px;
  }

  .projects-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: auto 1fr 1fr;
  }

  .projects-description {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 420px;
    position: static;
  }

  .collection-projects-wrapper.margin-top {
    margin-top: 0;
  }

  .collection-projects-grid {
    grid-auto-columns: 1fr;
  }

  .project-collection-card-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .banner-project-content {
    width: 560px;
  }

  .project-info-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bottom-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .stages-sidebar {
    width: 260px;
    padding-right: 30px;
  }

  .project-stage.first-stage {
    margin-bottom: 20px;
  }

  .project-stage.second-stage {
    margin-bottom: 30px;
  }

  .project-stage.third-stahe {
    margin-bottom: 20px;
  }

  .stages-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .stage-number {
    font-size: 24px;
  }

  .stage-item-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-tabs-list {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .sidebar-search {
    flex-flow: column;
    width: 100%;
  }

  .sidebar-recent-posts-wrapper-2 {
    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-between;
    width: 100%;
    height: 100%;
  }

  .blog-social-sidebar {
    width: 100%;
    position: static;
  }

  .blog-sidebar-left-wrap {
    flex: none;
    width: 100%;
  }

  .recent-posts-collection-list {
    flex-flow: wrap;
    width: 100%;
  }

  .blog-sidebar-wrap {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 47%;
    display: flex;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .sidebar-item-content:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-recent-post-img {
    width: 100px;
  }

  .product-info-row {
    justify-content: flex-start;
    align-items: center;
  }

  .sidebar-blog-search-form {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .blog-right-sidebar {
    max-width: 100%;
  }

  .banner-bottom-image-wrap {
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .banner-img-large {
    height: 340px;
  }

  .shop-grid-wrap {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .shop-collection-item {
    width: 47.9%;
  }

  .shop-details-content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .left-wrapper-shop-images {
    position: static;
  }

  .shop-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom-style: none;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    padding-bottom: 0;
  }

  .shop-details-img-additional {
    max-height: 180px;
  }

  .shop-details-title {
    font-size: 46px;
  }

  .additional-images-list {
    grid-template-columns: 1fr;
  }

  .product-info-accordion {
    width: 100%;
  }

  .product-images-wrap {
    text-align: center;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    position: static;
  }

  .checkout-form {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .checkout-row {
    flex-flow: column;
  }

  .order-summary-wrap {
    top: 100px;
  }

  .order-confirmation-block {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  ._404-image {
    width: 145px;
  }

  ._404-text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  ._404-text {
    font-size: 200px;
  }

  .licensing-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .collection-item {
    width: 50%;
  }

  .home-value-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-title {
    letter-spacing: .96px;
    font-size: 48px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-image {
    width: 100%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-feature-item {
    width: 47.9%;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .projects-category-banner-wrap {
    width: 520px;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: 100%;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

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

  .brix---grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fbl-heading-h3 {
    font-size: 2.25rem;
  }

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

  .fbl-section {
    padding: 80px 0%;
  }

  .fbl-team-8 {
    grid-template-columns: 1fr 1fr;
  }

  .fbl-heading-h6 {
    font-size: 1.25rem;
  }

  .fbl-heading-h5 {
    font-size: 1.5rem;
  }

  .fbl-heading-h2 {
    font-size: 2.5rem;
  }

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

  .fbl-section-2 {
    padding: 80px 0%;
  }

  .fbl-blog-single {
    width: 100%;
  }

  .fbl-heading-h5-3 {
    font-size: 1.5rem;
  }

  .fbl-heading-h2-2 {
    font-size: 2.5rem;
  }

  .fbl-section-3 {
    padding: 80px 0%;
  }

  .card-about-author-content {
    flex: 1;
  }

  .content-top-blog-post-about-wrapper {
    margin-bottom: 32px;
  }

  .copy {
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }

  .card.about-author {
    text-align: left;
    flex-direction: row;
    align-items: center;
    padding-bottom: 41px;
    position: static;
  }

  .image-wrapper.blog-post-main-image {
    margin-bottom: 60px;
  }

  .image-wrapper.card-about-author {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .content-top.blog-post {
    margin-bottom: 50px;
  }

  .div-block-23 {
    margin-top: 32px;
  }

  .split-content.blog-post-body {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.blog-post-sidebar {
    max-width: 100%;
  }

  .section-6 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-6.blog-post {
    padding-top: 211px;
  }

  .paragraph-small.card-about-author {
    margin-bottom: 40px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-post-wrapper {
    flex-direction: column;
  }

  .div-block-24 {
    margin-top: 32px;
  }

  .section-7 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-7.blog-post {
    padding-top: 211px;
  }

  .nav-icon-arrow-2 {
    color: #3b2f2f;
    margin-top: 2px;
    font-size: 16px;
  }

  .navbar-item-title-dark-2 {
    color: var(--flowblocks-component-library--color--gray-1);
  }

  .navbar-dropdown-toggle-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding: 12px 0;
    display: flex;
  }

  .nav-dropdown-link-line-3 {
    display: none;
  }

  .navbar-dropdown-link-2 {
    color: var(--flowblocks-component-library--color--gray-1);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4em;
  }

  .navbar-dropdown-link-2:hover {
    color: var(--flowblocks-component-library--color--primary-2);
  }

  .navbar-dropdown-link-2.w--current {
    color: #b87333;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: .8px;
    font-size: 40px;
  }

  h2 {
    letter-spacing: .72px;
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    letter-spacing: -.48px;
    background-size: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-1-banner {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .section.home-2-banner {
    min-height: 550px;
    padding-top: 140px;
  }

  .section.home-3-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.testimonials-section {
    background-image: url('../images/Bg-Texture-2.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.paralax-section {
    min-height: 420px;
    padding-bottom: 40px;
  }

  .section.services-3-banner {
    min-height: 300px;
  }

  .section.services-2-banner {
    padding-top: 180px;
  }

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

  .section.projects-2-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.projects-3-banner {
    padding-top: 110px;
    padding-bottom: 25px;
  }

  .section.shop-product-section {
    padding-top: 100px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--primary-light);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--primary-light);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--primary-light);
    border-right-width: 1px;
    border-right-color: var(--primary-light);
    border-bottom-style: none;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-right-color: var(--primary-light);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom: 1px solid var(--primary-light);
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    margin-bottom: 10px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 480px;
  }

  .coming-soon-heading {
    letter-spacing: .8px;
    font-size: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .coming-soon-image {
    max-width: 260px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 100px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

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

  .navbar-link {
    margin-left: 0;
  }

  .brand-logo {
    padding-left: 0;
  }

  .top-footer-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .instagram-img-wrap {
    height: 80px;
  }

  .hover-wrapper.project-hover {
    min-height: 340px;
  }

  .instagram-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bottom-footer-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    margin-top: 30px;
  }

  .footer-links-column-left {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .footer-brand-wrap {
    border-top: 1px solid #f5f5f533;
    border-left-style: none;
    width: 100%;
    padding-top: 20px;
  }

  .copyright-bottom-wrapper {
    text-align: center;
    flex-flow: column;
    margin-top: 40px;
  }

  .navbar-link-dark {
    margin-left: 0;
  }

  .home-2-banner-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .banner-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .slider {
    width: 100%;
    height: 340px;
    position: static;
  }

  .slide-nav {
    display: none;
  }

  .banner-heading {
    letter-spacing: 1.04px;
    font-size: 52px;
  }

  .banner-heading.absolute {
    display: none;
  }

  .subtitle-wrap {
    margin-bottom: 10px;
  }

  .section-title-wrapper {
    width: 480px;
    margin-bottom: 40px;
  }

  .value-img {
    max-height: 100px;
  }

  .single-button-wrapper {
    margin-top: 30px;
  }

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

  .image-left-block {
    height: 380px;
  }

  .features-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-services-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-primary-light-card {
    min-height: 280px;
  }

  .service-icon-wrap {
    width: 54px;
  }

  .collection-service-top-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-wrapper-left.mobile-align-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-quote-review {
    letter-spacing: .48px;
    background-position: 35px 35px;
    padding-top: 35px;
    padding-left: 140px;
    font-size: 24px;
  }

  .quote-element {
    width: 110px;
    height: 110px;
  }

  .review-author-wrap {
    margin-top: 10px;
    margin-left: 140px;
  }

  .right-arrow {
    width: 40px;
    height: 16px;
    top: -20px;
  }

  .left-arrow {
    width: 40px;
    height: 16px;
    top: -20px;
    right: 70px;
  }

  .project-title-hover {
    text-align: left;
  }

  .card-text-position {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-service-link-wrap {
    left: 30px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-link-block {
    height: 360px;
    position: relative;
  }

  .add-to-cart {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .cart-item-info {
    position: static;
  }

  .blog-collection-iem {
    height: 340px;
  }

  .dual-blog-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .blog-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-collection-single-item {
    height: 340px;
  }

  .dark-decorative-img {
    width: 280px;
    top: -10%;
  }

  .dark-decorative-img.reviews-element.mobile-hidden {
    display: none;
  }

  .home-banner-content {
    text-align: center;
    width: 440px;
  }

  .banner-button-lightbox {
    width: 100px;
    height: 100px;
  }

  .play-button-hover {
    width: 80px;
    height: 80px;
  }

  .value-item-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .values-image-left {
    height: 380px;
  }

  .values-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .video-wrap {
    height: 380px;
  }

  .testimonial-block {
    max-width: 80%;
  }

  .testimonial-block.mobile-full-width {
    max-width: 100%;
  }

  .testimonials-slider-icon {
    width: 30px;
  }

  .home-project-collection-item {
    height: auto;
  }

  .project-item-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .project-item-grid.mobile-reverse {
    flex-flow: column-reverse;
  }

  .project-content-wrap {
    padding: 20px 0 60px;
  }

  .project-content-wrap.align-left {
    padding-left: 0;
    padding-right: 0;
  }

  .project-img-wrap {
    border-radius: var(--border-radius-normal);
    min-height: 340px;
  }

  .store-slide {
    width: 100%;
  }

  .shop-item {
    width: 100%;
    height: auto;
  }

  .banner-action-block {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .banner-intro-strip {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .banner-intro-strip.mobile-hidden {
    display: none;
  }

  .intro-title {
    max-width: 100%;
  }

  .intro-paralax.paralax-slow, .intro-paralax.paralax-slow.top-image {
    width: 100%;
  }

  .banner-intro-image.paralax-slow {
    max-height: 160px;
  }

  .home-3-value-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-description-text {
    max-width: 100%;
  }

  .features-grid-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-3-about-section-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-image-wrap {
    max-height: 340px;
  }

  .left-content-wrap {
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-content-block {
    max-width: 100%;
  }

  .projects-wrapper {
    width: 100%;
  }

  .project-image {
    height: 340px;
  }

  .project-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .service-title-wrapper {
    margin-bottom: 40px;
  }

  .footer-blog-list {
    flex-wrap: wrap;
  }

  .footer-blog-item {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    box-shadow: -2px -10px 30px #0000000f;
  }

  .footer-blog-title {
    margin-bottom: 40px;
  }

  .banner-title-wrap-bottom {
    width: 100%;
    margin-bottom: -15px;
  }

  .banner-title-light {
    letter-spacing: 1.56px;
    font-size: 78px;
  }

  .triple-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: auto 1fr;
  }

  .center-image-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .illustration {
    width: 180px;
  }

  .illustration.contact-img {
    width: 200px;
  }

  .about-text-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .about-flex-wrap, .counter-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .counter-info-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .counter-number-big {
    letter-spacing: 1.28px;
    font-size: 64px;
  }

  .counter-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .team-image {
    min-height: 340px;
  }

  .about-info-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .service-collection-item-grid {
    min-height: 340px;
  }

  .service-item-flex-content {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-item {
    width: 100%;
  }

  .service-content {
    flex-flow: row;
  }

  .service-collection-image {
    max-height: 100px;
  }

  .banner-wrap-with-img {
    min-height: 320px;
  }

  .home-services-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-item-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-bottom-button-wrap {
    margin-bottom: 0;
  }

  .home-projects-flex-box {
    grid-template-columns: 1fr;
  }

  .banner-title-wrap-full-width {
    width: 100%;
  }

  .banner-center-content-wrap.projects-banner-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .about-us-description {
    max-width: 380px;
  }

  .banner-decorative-img-right {
    width: 160px;
  }

  .banner-decorative-img-left {
    width: 180px;
    bottom: 10%;
  }

  .template-title {
    letter-spacing: .8px;
    font-size: 40px;
  }

  .large-growing-images.small {
    height: 360px;
  }

  .growing-image.right {
    margin-left: 15px;
  }

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

  .banner-wrap-light-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-step-number {
    letter-spacing: .72px;
    margin-top: 7px;
    font-size: 36px;
  }

  .work-step-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .rich-text-style-white.mobile-text-left {
    text-align: left;
  }

  .cta-block {
    padding: 50px 20px;
  }

  .image-full-width {
    height: 300px;
  }

  .services-pricing-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-price-collection-item {
    border-bottom: 1px solid var(--dark-gray-50);
    padding-bottom: 15px;
  }

  .service-price-item-divider {
    flex: 0 auto;
    display: none;
  }

  .service-price-row-top {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
    position: relative;
  }

  .additional-services-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-pricing-image-wrap {
    height: 300px;
  }

  .price-divider {
    flex: 0 auto;
    display: none;
  }

  .service-additional-price-row {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    position: relative;
  }

  .services-pricing-collection-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-column {
    width: 100%;
    margin-right: 0;
  }

  .reviews-wrap {
    justify-content: space-around;
  }

  .project-text-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .contacts-grid.top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fields-dual-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .projects-banner-img-wrap {
    margin-top: -55px;
  }

  .banner-scroll-button {
    width: 100px;
    height: 100px;
  }

  .projects-banner-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .projects-banner-img, .banner-grid {
    width: 100%;
  }

  .banner-img-wrap {
    width: 240px;
  }

  .projects-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-description {
    max-width: 100%;
  }

  .collection-projects-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-collection-card-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-title {
    text-align: left;
  }

  .projects-collection-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-info-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 40px;
  }

  .project-info-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .top-info {
    padding-bottom: 0;
  }

  .bottom-info {
    padding-top: 0;
  }

  .introduction-project-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .template-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .stages-sidebar {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .anchor-link {
    width: 48%;
  }

  .stage-number {
    letter-spacing: .72px;
  }

  .projects-tabs-list {
    flex-flow: wrap;
  }

  .texture-text-description {
    font-size: 14px;
  }

  .blog-sidebar-left-wrap {
    column-count: 1;
    padding-bottom: 0;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .product-info-row {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-right-sidebar {
    max-width: 100%;
  }

  .banner-bottom-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .blog-template-next-button {
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .blog-template-bg {
    height: 500px;
  }

  .blog-template-prev-button {
    width: 100%;
  }

  .banner-img-large {
    height: 240px;
  }

  .shop-collection-item {
    width: 100%;
    height: auto;
  }

  .flex-block-gap-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .shop-details-content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-details-img-additional {
    max-height: 155px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-image-main {
    max-height: 380px;
  }

  .product-info-accordion {
    width: 100%;
    margin-right: 0;
  }

  .product-images-wrap {
    max-width: 100%;
  }

  .checkout-row {
    flex-flow: row;
  }

  ._404-image {
    width: 130px;
  }

  ._404-text-wrap {
    margin-bottom: 10px;
  }

  ._404-text {
    font-size: 180px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    margin-bottom: 10px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .collection-item {
    width: 100%;
  }

  .home-value-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-title {
    letter-spacing: .8px;
    font-size: 40px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-feature-item {
    width: 47.2%;
  }

  .landing-features-wrap {
    grid-row-gap: 50px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-category-banner-wrap {
    width: 100%;
    max-width: 100%;
  }

  .section-purchase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .brix---section-pd-bottom-56px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-item {
    height: 350px;
  }

  .fbl-heading-h3 {
    font-size: 2rem;
  }

  .fbl-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbl-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fbl-team-8 {
    grid-template-columns: 1fr;
  }

  .fbl-heading-h5 {
    font-size: 1.5rem;
  }

  .fbl-heading-h2 {
    font-size: 2.5rem;
  }

  .fbl-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbl-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fbl-blog-single {
    width: 100%;
  }

  .fbl-blog-category-title-wrap {
    margin-bottom: 10px;
  }

  .fbl-heading-h5-3 {
    font-size: 1.5rem;
  }

  .fbl-heading-h2-2 {
    font-size: 2.5rem;
  }

  .fbl-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-top-blog-post-about-wrapper {
    margin-bottom: 28px;
  }

  .paragraph-large-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .card.about-author {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .image-wrapper.blog-post-main-image {
    margin-bottom: 50px;
  }

  .image-wrapper.card-about-author {
    margin-bottom: 23px;
    margin-right: 0;
  }

  .content-top.blog-post {
    margin-bottom: 40px;
  }

  .split-content.blog-post-body {
    margin-bottom: 60px;
  }

  .section-6 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-6.blog-post {
    padding-top: 190px;
  }

  .paragraph-small.card-about-author {
    margin-bottom: 30px;
  }

  .title.blog-post {
    font-size: 48px;
  }

  .section-7 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-7.blog-post {
    padding-top: 190px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .quick-from-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.home-1-banner {
    padding-top: 120px;
  }

  .section.home-2-banner {
    height: 85vh;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .section.home-3-banner {
    padding-top: 120px;
  }

  .section.paralax-section {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .section.services-1-banner {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .section.services-2-banner {
    padding-top: 160px;
  }

  .section.projects-3-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.project-template-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.subsribe-button {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .menu-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .banner-title.dark-title {
    font-size: 30px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-wrapper {
    align-items: stretch;
    max-width: 360px;
  }

  .coming-soon-form {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

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

  .footer {
    text-align: left;
  }

  .footer-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .coming-soon-image {
    max-width: 200px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .secondary-button-dark.dark-hover {
    margin-bottom: 24px;
  }

  .secondary-button-dark.search-button, .secondary-button-dark.buy-now-button {
    margin-bottom: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .rich-text-style ul {
    margin-bottom: 0;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-menu-wrap {
    background-color: var(--flowblocks-component-library--color--black);
    width: 100%;
    height: auto;
  }

  .nav-logo {
    margin-bottom: 12px;
    margin-left: 16px;
    padding-top: 16px;
  }

  .navbar-dropdown-list {
    background-color: var(--flowblocks-component-library--color--black);
    color: var(--flowblocks-component-library--color--gray-1);
  }

  .navbar-dropdown-list.megamenu {
    padding-right: 0;
  }

  .navbar-link {
    width: 99%;
  }

  .nav-tablet-menu {
    background-color: var(--flowblocks-component-library--color--black);
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .logo-tablet {
    padding-top: 16px;
  }

  .navbar-menu {
    width: auto;
  }

  .navbar-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quantity {
    margin-top: 5px;
  }

  .top-footer-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-soc-icons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .hover-wrapper {
    padding: 40px;
  }

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

  .bottom-footer-wrap {
    grid-auto-flow: column;
    place-items: start;
  }

  .footer-links-column-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-brand-wrap {
    display: none;
  }

  .copyright-bottom-wrapper {
    margin-top: 30px;
  }

  .navbar-link-dark {
    color: var(--flowblocks-component-library--color--gray-1);
    width: 99%;
  }

  .navbar-link-dark:hover {
    color: var(--flowblocks-component-library--color--primary-2);
  }

  .home-2-banner-content {
    margin-bottom: 40px;
  }

  .banner-heading {
    letter-spacing: .88px;
    font-size: 44px;
  }

  .subtitle-wrap.mobile-width {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .bg-light-image {
    top: -20%;
  }

  .section-title-wrapper {
    width: 100%;
  }

  .home-values-grid {
    grid-template-columns: 1fr;
  }

  .single-button-wrapper {
    margin-top: 30px;
  }

  .subtitle {
    font-size: 12px;
  }

  .services-primary-light-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-service-top-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-quote-review {
    background-position: 22px 22px;
    padding-top: 100px;
    padding-left: 0;
  }

  .quote-element {
    width: 80px;
    height: 80px;
  }

  .review-author-wrap {
    margin-left: 0;
  }

  .card-text-position {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-service-link-wrap {
    bottom: 110px;
    left: 20px;
  }

  .shop-link-block {
    height: 300px;
  }

  .add-to-cart {
    align-items: stretch;
  }

  .cart-item-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .add-to-cart-button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dark-decorative-img {
    width: 230px;
  }

  .dark-decorative-img.reviews-element {
    top: -35%;
  }

  .home-banner-image {
    height: 48%;
  }

  .home-banner-content {
    max-width: 100%;
    padding-top: 24px;
  }

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

  .mask-testimonials {
    margin-bottom: 80px;
  }

  .testimonial-block {
    max-width: 100%;
  }

  .testimonials-right-arrow {
    height: 50px;
    inset: auto auto 0 52%;
  }

  .testimonials-left-arrow {
    height: 50px;
    inset: auto 52% 0 auto;
  }

  .project-content-wrap.align-left {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-list, .banner-intro-strip {
    grid-template-columns: 1fr;
  }

  .intro-paralax.paralax-fast.mobile-hidden {
    display: none;
  }

  .banner-intro-image.paralax-fast {
    height: 160px;
  }

  .home-3-banner-heading {
    letter-spacing: .88px;
    font-size: 44px;
  }

  .home-3-banner-button-wrapper {
    margin-top: 30px;
  }

  .home-3-values-grid {
    grid-template-columns: 1fr;
  }

  .right-image-wrap {
    width: 93%;
  }

  .service-collection-content {
    max-width: 100%;
  }

  .banner-title-wrap-bottom {
    margin-bottom: -11px;
  }

  .banner-title-light {
    letter-spacing: .88px;
    font-size: 58px;
  }

  .triple-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .timeline-item-align-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .center-image-wrap {
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .illustration {
    width: 220px;
  }

  .about-flex-wrap, .counter-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-image {
    max-height: 550px;
  }

  .service-collection-item-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-item-flex-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-img-hover-wrapper {
    min-height: 320px;
  }

  .services-banner-description {
    width: 100%;
  }

  .home-services-collection-list {
    grid-template-columns: 1fr;
  }

  .banner-title-wrap-full-width {
    margin-bottom: -11px;
  }

  .banner-decorative-img-left {
    display: none;
  }

  .template-service-description {
    width: 100%;
  }

  .work-step-item, .work-steps-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-cta-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    width: 100%;
    padding: 0 20px 20px;
  }

  .cta-block {
    width: 92%;
  }

  .service-price-collection-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-price-row-top {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .service-pricing-description-wrap {
    max-width: 100%;
  }

  .price-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .service-additional-price-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews-wrap {
    justify-content: space-around;
  }

  .review-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 330px;
  }

  .contacts-grid.top-grid {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .contact-item-align-right, .contacts-links-wrap, .contacts-links-wrap.align-left, .contact-item-align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .fields-dual-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .contacts-input.blog-search {
    margin-bottom: 0;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .projects-banner-img-wrap {
    margin-top: -45px;
  }

  .bottom {
    margin-top: -2px;
  }

  .tab-dot.desktop-hidden {
    display: block;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-banner-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left-banner-light-element {
    width: 100%;
    height: 240px;
    top: auto;
  }

  .banner-grid {
    flex-flow: column-reverse;
    grid-template-columns: auto;
    display: flex;
  }

  .banner-img-wrap {
    width: 100%;
    height: 280px;
  }

  .banner-align-left-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-img-texture {
    inset: 20% 0% auto auto;
  }

  .project-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-info-grid {
    flex-flow: column;
  }

  .project-info-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-info {
    padding-left: 0;
    padding-right: 0;
  }

  .anchor-link {
    width: 100%;
  }

  .project-stage.first-stage {
    margin-bottom: 10px;
  }

  .stages-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .projects-tabs-list {
    flex-flow: column;
  }

  .sidebar-search {
    margin-bottom: 10px;
  }

  .sidebar-recent-posts {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .blog-sidebar-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-grid {
    grid-row-gap: 40px;
  }

  .sidebar-recent-post-img {
    height: 120px;
  }

  .blog-soc-icons-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .sidebar-blog-search-form {
    flex-flow: column;
    align-items: stretch;
  }

  .banner-bottom-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-bg {
    height: 550px;
  }

  .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .shop-grid-wrap {
    grid-template-columns: 1fr;
  }

  .quantity-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .left-wrapper-shop-images {
    flex-flow: column;
    width: 100%;
  }

  .shop-wrap {
    flex-flow: column;
    display: flex;
  }

  .shop-details-img-additional {
    max-height: 130px;
  }

  .additional-images-list {
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .on-sale-icon-wrap.shop-page {
    top: 10px;
    left: 10px;
  }

  .product-info-accordion {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-images-wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .product-info-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-list-wrapper-3 {
    display: none;
  }

  .block-header {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-bottom: 16px;
  }

  .order-item {
    flex-flow: column;
  }

  .product-img {
    width: 100%;
    height: auto;
    min-height: 145px;
  }

  .cart-item-collection-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    margin-left: 0;
  }

  .order-item-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .checkout-row {
    flex-flow: column;
  }

  .checkout-info-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .coming-soon-input {
    min-width: 100%;
  }

  ._404-image {
    width: 120px;
  }

  ._404-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._404-text {
    font-size: 160px;
  }

  .licensing-wrap {
    align-items: center;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

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

  .home-value-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-bg-banner-two {
    display: none;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-feature-item {
    width: 100%;
  }

  .landing-features-wrap {
    grid-row-gap: 40px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

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

  .brix---section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .headline-medium {
    text-align: center;
  }

  .headline-medium.blog {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .gallery-item {
    height: 200px;
  }

  .section-4 {
    height: 15vh;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .fbl-heading-h3 {
    font-size: 1.75rem;
  }

  .fbl-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbl-lead-text {
    font-size: 17px;
  }

  .fbl-team-component {
    max-height: none;
    margin-bottom: 32px;
  }

  .fbl-team-8._2 {
    grid-template-columns: 1fr;
  }

  .fbl-team-8-item {
    max-width: none;
    max-height: none;
  }

  .fbl-heading-h6 {
    font-size: 1.1rem;
  }

  .fbl-heading-h5 {
    font-size: 1.25rem;
  }

  .fbl-heading-h2 {
    font-size: 2rem;
  }

  .fbl-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbl-lead-text-2 {
    font-size: 17px;
  }

  .fbl-text-default {
    font-size: 15px;
  }

  .fbl-blockquote {
    padding: 20px;
  }

  .fbl-blog-category-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .fbl-heading-h5-3 {
    font-size: 1.25rem;
  }

  .fbl-heading-h2-2 {
    font-size: 2rem;
  }

  .fbl-lead-text-3 {
    font-size: 17px;
  }

  .fbl-blockquote-2 {
    padding: 20px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .content-top-blog-post-about-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .copy {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 1em;
    line-height: 18px;
  }

  .copy.footer {
    text-align: center;
    padding-top: 8px;
    font-size: .7em;
    position: static;
  }

  .copy.footer.small {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: .7em;
  }

  .paragraph-large-2.blog-post-summary {
    text-align: left;
  }

  .blog-post-date {
    margin-bottom: 20px;
  }

  .card.about-author {
    margin-bottom: 24px;
    padding: 24px 30px;
  }

  .image-wrapper.card-about-author {
    margin-bottom: 20px;
  }

  .image-17 {
    margin-top: 0;
    margin-right: 4px;
  }

  .div-block-23 {
    margin-top: 0;
  }

  .split-content.blog-post-body {
    margin-bottom: 50px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6.blog-post {
    padding-top: 155px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-7 {
    font-size: .75em;
    font-weight: 400;
  }

  .link-7:hover {
    padding-left: 0;
    font-size: .75em;
  }

  .link-7.footer {
    color: #000;
  }

  .link-7.footer:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
  }

  .title.blog-post {
    margin-top: 12px;
    font-size: 24px;
    line-height: 36px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .image-30 {
    margin-top: 0;
    margin-right: 4px;
  }

  .div-block-24 {
    margin-top: 0;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7.blog-post {
    padding-top: 155px;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .navbar-item-title-dark-2 {
    color: var(--flowblocks-component-library--color--gray-1);
  }

  .navbar-dropdown-link-2 {
    color: var(--flowblocks-component-library--color--white);
  }

  .navbar-dropdown-link-2:hover {
    color: var(--flowblocks-component-library--color--primary-2);
  }

  .section-8 {
    padding-top: 128px;
  }

  .button.top-margin {
    width: 100%;
  }

  .max-width-20ch.no-top-margin {
    text-align: center;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .manager-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .label {
    text-align: center;
    font-size: .7rem;
  }

  .text-block-14 {
    text-align: center;
  }
}

#w-node-_0dce75f6-f3bd-255f-0027-4ab884544147-8c7b9361 {
  align-self: start;
}

#w-node-_0dce75f6-f3bd-255f-0027-4ab884544151-8c7b9361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dce75f6-f3bd-255f-0027-4ab884544157-8c7b9361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0dce75f6-f3bd-255f-0027-4ab884544158-8c7b9361 {
  place-self: center;
}

#w-node-_14bc1020-23b4-4e9b-8881-01e7bf1a7b48-8c7b9363, #w-node-_7143f746-a81e-e248-a5a8-fd8c66e52754-8c7b9363, #w-node-_956fcddd-d39b-0130-5cce-4df85f2d2a6c-8c7b9363 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5918da3-6d0c-2085-3213-e087b3c330fc-8c7b9364 {
  justify-self: end;
}

#w-node-_21065230-df7b-a239-bef2-413fdf5c638a-8c7b93a5 {
  align-self: start;
}

#w-node-_50136baa-ef34-9086-6b45-2c45373c637a-89f6d1fc, #w-node-_50136baa-ef34-9086-6b45-2c45373c6386-89f6d1fc, #w-node-_50136baa-ef34-9086-6b45-2c45373c6392-89f6d1fc, #w-node-_7d8f904e-13ca-0160-f4ff-04bcadac1fff-89f6d1fc, #w-node-_7d8f904e-13ca-0160-f4ff-04bcadac2008-89f6d1fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20727-89f6d1fc {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20728-89f6d1fc {
  grid-column: span 4 / span 4;
}

#w-node-_0c1a8c96-cb9d-0903-3461-dfda57e2072e-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20734-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20746-89f6d1fc {
  grid-column: span 2 / span 2;
}

#w-node-_0c1a8c96-cb9d-0903-3461-dfda57e2074c-89f6d1fc {
  grid-column: span 4 / span 4;
}

#w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20752-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20758-89f6d1fc {
  grid-column: span 2 / span 2;
}

#w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-1281f129, #w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-bc8ee253, #w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-ce6c9299, #w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-cf8f41e0, #w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-647f72aa, #w-node-_84293113-6d1b-3085-8836-aaab9f3c5d80-7102f7da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d467-2c66bb04 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d468-2c66bb04 {
  grid-column: span 4 / span 4;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d46e-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d474-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d486-2c66bb04 {
  grid-column: span 2 / span 2;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d48c-2c66bb04 {
  grid-column: span 4 / span 4;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d492-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d498-2c66bb04 {
  grid-column: span 2 / span 2;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d49f-2c66bb04 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4a0-2c66bb04 {
  grid-column: span 4 / span 4;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4a6-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4ac-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4be-2c66bb04 {
  grid-column: span 2 / span 2;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4c4-2c66bb04 {
  grid-column: span 4 / span 4;
}

#w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4ca-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4d0-2c66bb04 {
  grid-column: span 2 / span 2;
}

#w-node-d368f1fa-1833-7b7d-dc49-029dafe78803-fb0b9594 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_0dce75f6-f3bd-255f-0027-4ab884544151-8c7b9361 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0dce75f6-f3bd-255f-0027-4ab884544157-8c7b9361 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20727-89f6d1fc, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d467-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d49f-2c66bb04 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0dce75f6-f3bd-255f-0027-4ab884544147-8c7b9361 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0dce75f6-f3bd-255f-0027-4ab884544157-8c7b9361 {
    grid-column: span 2 / span 2;
    justify-self: start;
  }

  #w-node-a5918da3-6d0c-2085-3213-e087b3c330fc-8c7b9364 {
    justify-self: start;
  }

  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20727-89f6d1fc {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20728-89f6d1fc {
    grid-column: span 1 / span 1;
  }

  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e2072e-89f6d1fc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20734-89f6d1fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20746-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e2074c-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20752-89f6d1fc, #w-node-_0c1a8c96-cb9d-0903-3461-dfda57e20758-89f6d1fc {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d467-2c66bb04 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d468-2c66bb04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d46e-2c66bb04 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d474-2c66bb04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d486-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d48c-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d492-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d498-2c66bb04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d49f-2c66bb04 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4a0-2c66bb04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4a6-2c66bb04 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4ac-2c66bb04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4be-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4c4-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4ca-2c66bb04, #w-node-_8d791be9-7e74-ff09-b5e5-e86e0008d4d0-2c66bb04 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0dce75f6-f3bd-255f-0027-4ab88454414d-8c7b9361, #w-node-_0dce75f6-f3bd-255f-0027-4ab88454414f-8c7b9361 {
    justify-self: center;
  }

  #w-node-_0dce75f6-f3bd-255f-0027-4ab884544151-8c7b9361 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}