@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --linen: #f4e3d9;
  --black: black;
  --linen-light: #f8eae2;
}

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--linen);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Figtree, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

blockquote {
  border-left: 6px solid var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 28px;
  line-height: 36px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section.hero-home-a {
  border: 0 solid #000;
  border-bottom-width: 1px;
  padding-top: 160px;
  padding-bottom: 80px;
}

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

.section.light.extra-paddings {
  background-color: var(--linen);
  border: 0 solid #000;
  border-top-width: 1px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.light.extra-paddings.overflow {
  overflow: hidden;
}

.section.extra-paddings {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  background-color: var(--black);
  color: var(--linen-light);
  padding-top: 64px;
  padding-bottom: 24px;
}

.section.hero-home-b {
  padding-top: 120px;
}

.section.hero-about-b {
  color: var(--linen);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/LiamWide_1LiamWide.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 70vh;
  min-height: 540px;
  max-height: 720px;
  display: flex;
  position: relative;
}

.section.gallery {
  position: relative;
}

.section.hero-about-a {
  overflow: hidden;
}

.section.hero-blog {
  padding-bottom: 40px;
}

.section.hero-blog-template {
  color: var(--linen);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
  display: flex;
  position: relative;
}

.section.more-blogs {
  padding-top: 40px;
}

.section.hero-project-template {
  padding-bottom: 40px;
}

.section.template-hero {
  background-color: var(--black);
  color: var(--linen);
}

.section.template-info {
  background-color: var(--linen-light);
}

.section.sales-gallery {
  background-color: #e6d4ca;
  height: 90vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

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

.section.bottom-of-page-no-space {
  border-bottom: 0 solid #000;
  border-radius: 0;
  padding-bottom: 0;
}

.section.extra-bottom-space {
  padding-bottom: 120px;
}

.main-container {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: 1340px;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.main-container.extra-bottom-space {
  padding-bottom: 80px;
}

.main-container.bottom-space-100 {
  margin-bottom: 100px;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
}

.mega-h1.hero-a-one, .mega-h1.hero-a-two {
  font-family: Figtree, sans-serif;
}

.mega-h1.hero-a-three {
  transform-origin: 100% 100%;
  font-family: Figtree, sans-serif;
}

.mega-h1.hero-b-one {
  margin-top: 80px;
}

.mega-h1.hero-b-two {
  margin-top: 0;
}

.big-text {
  font-size: 52px;
  font-weight: 500;
  line-height: 54px;
}

.big-text.about-page {
  font-size: 40px;
  line-height: 48px;
}

.heading-wrap-home-a {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.image-wrap-hero-home-a {
  flex: none;
  width: 160px;
  height: 160px;
  position: relative;
}

.image-hero-home-a {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: -14px;
  margin-bottom: 0;
  margin-left: 9px;
}

.accent-hero-home-a {
  z-index: 2;
  width: 54px;
  height: 53px;
  margin-left: 18px;
  position: absolute;
  inset: -26px auto auto -26px;
}

.space-80 {
  height: 80px;
}

.wrap-links-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.left-links-hero-a {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-links-hero-a {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.big-underline-link {
  grid-row-gap: 8px;
  color: var(--black);
  flex-direction: column;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.big-underline-link.sales-hero-link {
  grid-row-gap: 4px;
  margin-top: 4px;
  font-size: 22px;
  line-height: 22px;
}

.underline-master {
  width: 100%;
  height: 2px;
}

.undeline-inside {
  background-color: #0000004d;
  width: 0%;
  height: 100%;
}

.wrap-subtitle-hero {
  width: 100%;
  max-width: 1240px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.overlay-hero-home {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.navbar {
  z-index: 1;
  background-color: var(--linen);
  height: 90px;
}

.navbar-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.navbar-inside {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand-link-navbar {
  height: 32px;
}

.brand-navbar {
  max-width: none;
  height: 100%;
  padding: 4px;
}

.nav-link {
  padding: 16px 20px;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: var(--black);
  font-weight: 500;
}

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

.wrap-projects-a {
  grid-column-gap: 120px;
  grid-row-gap: 100px;
  direction: rtl;
  column-count: 2;
  column-rule-style: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 120px;
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.push-down-projects-a {
  height: 140px;
  padding: 0;
}

.list-projects-a {
  grid-column-gap: 120px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.link-project-a {
  grid-row-gap: 24px;
  color: var(--black);
  text-align: left;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.wrap-details-project-a {
  grid-row-gap: 0px;
  direction: ltr;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.text-block-heading-3-styles {
  margin-top: 8px;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.short-description-projects-a {
  margin-bottom: 0;
}

.image-wrap-project-a {
  width: 100%;
  height: 530px;
  min-height: 530px;
  position: relative;
  overflow: hidden;
}

.overlay-project {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.wrap-project-item-a {
  padding-bottom: 100px;
}

.master-moving-text {
  width: 100vw;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.single-moving-text {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-text {
  text-transform: uppercase;
  flex: none;
  font-family: Clash Display, sans-serif;
  font-size: 100px;
  line-height: 120%;
}

.abstract-moving-text {
  width: 90px;
  height: 90px;
}

.wrap-big-text {
  width: 100%;
  max-width: 970px;
  padding-bottom: 16px;
  position: relative;
}

.accent-big-text {
  position: absolute;
  bottom: -52px;
  left: -52px;
}

.space-120 {
  height: 120px;
}

.master-education-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.grid-education {
  grid-template-rows: auto;
  width: 100%;
  max-width: 860px;
}

.single-education-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 298px;
  display: flex;
}

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

.list-education {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-education {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.space-40 {
  height: 40px;
}

.master-moving-footer {
  width: 100vw;
  overflow: hidden;
}

.single-moving-footer {
  grid-column-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-footer {
  text-transform: uppercase;
  flex: none;
  font-size: 40px;
  line-height: 58px;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr 80px;
}

.links-wrap-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  grid-column-gap: 8px;
  color: var(--linen-light);
  align-items: center;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.link-footer.black {
  color: var(--black);
}

.image-link-footer {
  width: 52px;
  height: 52px;
}

.paragraph-footer {
  max-width: 350px;
  margin-bottom: 0;
}

.circle-link-up {
  background-color: var(--linen-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s;
  display: flex;
}

.circle-link-up:hover {
  transform: scale(1.05);
}

.icon-up-arrow {
  width: 24px;
  height: 24px;
}

.space-100 {
  height: 100px;
}

.divider-footer {
  background-color: var(--linen);
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 64px;
}

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

.footer-link {
  color: var(--linen-light);
  text-decoration: none;
}

.footer-link:hover {
  opacity: .8;
}

.left-footer-bottom {
  grid-column-gap: 72px;
  display: flex;
}

.single-footer-links {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.cta {
  background-color: var(--black);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 24px;
  font-size: 22px;
  line-height: 22px;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #000000d9;
}

.cta.white {
  background-color: var(--linen-light);
  color: var(--black);
}

.cta.white.small {
  height: 44px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 20px;
}

.cta.small {
  height: 44px;
  padding-bottom: 1px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 20px;
}

.cta.small.navbar {
  margin-left: 24px;
}

.cta.big {
  border-radius: 40px;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.cta.big-submit {
  border-radius: 50px;
  width: 100%;
  height: 64px;
  margin-top: 40px;
  font-size: 26px;
}

.wrap-footer-legal {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.divider-footer-legal {
  background-color: var(--linen);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 16px;
}

.legal-text {
  opacity: .8;
  font-size: 16px;
}

.white-link {
  color: var(--linen-light);
}

.image-wrap-hero-home-b {
  width: 420px;
  height: 420px;
  position: relative;
}

.first-row-hero-home-b {
  grid-column-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-hero-home-b {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.second-row-hero-home-b {
  justify-content: flex-end;
  margin-top: -40px;
  display: flex;
}

.accent-hero-home-b {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -40px auto auto -40px;
}

.list-projects-b {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.link-project-b {
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.divider-project-b {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.top-wrap-project-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-wrap-project-b {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

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

.overlay-big-text {
  background-color: var(--linen-light);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.heading-wrap-about-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accent-about-b {
  margin-top: -80px;
}

.wrap-big-text-general {
  width: 100%;
  max-width: 1240px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.overlay-big-text-general {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.limit-980 {
  max-width: 980px;
}

.overlay-about-b {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.tabs {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tabs-content {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.tab-link {
  grid-column-gap: 16px;
  color: #00000080;
  background-color: #ddd0;
  border-bottom: 1px solid #d3c8c2;
  align-items: center;
  padding: 40px 0;
  font-size: 28px;
  display: flex;
}

.tab-link.w--current {
  color: #000;
  background-color: #ddd0;
}

.tab-circle {
  background-color: var(--black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.wrap-tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.master-gallery-content {
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-gallery {
  width: 100%;
}

.image-wrap-gallery {
  position: relative;
}

.image-gallery {
  width: 100%;
}

.columns-gallery {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-left-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  padding: 0 20px 0 0;
  display: flex;
}

.column-right-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 64px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.video-gallery {
  z-index: 50;
  width: 100%;
  height: 350px;
  position: relative;
}

.overlay-gallery {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.color-fill-gallery {
  z-index: -1;
  background-color: var(--linen-light);
  height: 900px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-wrap-about-a {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.arrow-about-a {
  width: 120px;
  position: absolute;
  inset: 160px auto auto 100px;
}

.bottom-wrap-about-a {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.single-about-a {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: 0;
  display: flex;
}

.image-wrap-about-a {
  position: relative;
}

.image-hero-about-a {
  width: 100%;
}

.accent-about-a {
  position: absolute;
  inset: -64px -64px auto auto;
}

.overlay-hero-about-a {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.heading-wrap-blog {
  width: 100%;
  max-width: 980px;
}

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

.image-wrap-blog {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-blog {
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bottom-wrap-blog-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding: 0;
  position: static;
  inset: 0%;
}

.overlay-blog-hero {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.wrap-blog-hero-template {
  z-index: 20;
  position: relative;
}

.title-wrap-blog-hero {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.arrow-blog-hero {
  width: 26px;
}

.column-blog-content {
  padding: 0;
}

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

.link-filter {
  color: var(--black);
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.list-filters {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-hero-service {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-back-to-all {
  grid-column-gap: 12px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.icon-back {
  height: 22px;
}

.heading-one-all-from {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-one-service {
  margin-top: 0;
}

.heading-wrap-project-template {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.space-64 {
  height: 64px;
}

.image-wrap-main-project-image {
  width: 100%;
  padding: 0;
  position: relative;
}

.image-main-project-image {
  width: 100%;
}

.master-project-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-project-details {
  grid-column-gap: 120px;
  align-items: flex-start;
  display: flex;
}

.column-project-details {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-project-details.in-short-columns {
  max-width: 300px;
}

.divider-project-hero {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 56px;
}

.column-rich-text {
  padding: 0;
  font-size: 20px;
}

.image-wrap-project-gallery {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.list-project-gallery {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-project-gallery {
  width: 100%;
  margin-bottom: 24px;
}

.image-project-gallery.width-80 {
  text-align: left;
  width: 75%;
  display: inline-block;
}

.image-project-gallery.grid-no-bottom-space {
  margin-bottom: 0;
}

.overlay-project-heading, .overlay-project-page-general {
  background-color: var(--linen);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

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

.link-product {
  grid-row-gap: 24px;
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrap-product {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-product {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.master-product-details {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.compare-price {
  color: #000000b3;
  text-align: right;
  font-size: 16px;
  text-decoration: line-through;
}

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

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

.master-product-page {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.master-product-purchase {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.default-state-add-to-cart {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.left-add-to-cart {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-add-to-cart {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.select-field {
  background-color: #e8d7ce;
  border: 1px solid #00000014;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

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

.input-field {
  background-color: #e8d7ce;
  border: 1px solid #00000014;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  display: flex;
}

.input-field:focus, .input-field.-wfp-focus {
  border-color: var(--black);
}

.input-field.quantity {
  min-width: 90px;
}

.input-field.checkout {
  background-color: #fff;
  margin-bottom: 12px;
}

.divider-add-to-cart-inputs {
  background-color: #00000059;
  width: 1px;
  height: 20px;
}

.image-wrap-product-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
}

.master-product-visuals {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.list-product-images {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-product-image {
  width: 140px;
  height: 140px;
}

.lightbox-more-images {
  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%;
  transition: transform .2s;
}

.lightbox-more-images:hover {
  transform: scale(1.04);
}

.checkout-form {
  background-color: var(--linen-light);
  padding: 64px 0;
}

.checkout-brand {
  background-color: var(--linen);
  border-bottom: 1px solid #00000024;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-checkout-brand {
  height: 32px;
}

.brand-checkout {
  max-width: none;
  height: 100%;
}

.block-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.block-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.field-label {
  font-size: 16px;
  line-height: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-wrap-password {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.forgot-password-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.fixed-cart {
  z-index: 1001;
  position: fixed;
  inset: auto 16px 16px auto;
}

.cart-button {
  border: 1px solid var(--linen);
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 8px;
}

.cart-container {
  z-index: 1001;
}

.title-wrap-template-hero {
  flex-direction: column;
  align-items: flex-start;
  max-width: 910px;
  display: flex;
}

.title-wrap-template-hero.documentation {
  max-width: 1200px;
}

.columns-template {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-column-template {
  padding: 0 32px 0 0;
}

.right-column-template {
  grid-row-gap: 40px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.wrap-sticky-navigation {
  flex-direction: column;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
  position: sticky;
  top: 40px;
}

.link-sticky-navigation {
  color: #0009;
  border-left: 2px solid #0000;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  text-decoration: none;
}

.link-sticky-navigation.w--current {
  color: #000;
  border-left-color: #000;
}

.tile-template-info {
  grid-row-gap: 16px;
  background-color: var(--linen);
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 64px #0000000a;
}

.divider-typography {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.paragraph-big {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 140%;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

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

.color.color-two {
  background-color: var(--linen);
}

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

.grid-icons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.icon-template {
  width: 32px;
  height: 32px;
}

.grid-buttons {
  grid-template-rows: auto;
  width: 100%;
}

.wrap-button {
  grid-row-gap: 16px;
  background-color: #e6d5ca;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.grid-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.tile-changelog {
  background-color: var(--linen);
  border: 1px solid #0000001a;
  border-radius: 2px;
  max-width: 740px;
  padding: 72px 40px;
}

.wrap-sales-subheading {
  max-width: 970px;
}

.space-24 {
  height: 24px;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  border: 1px solid #0000000d;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-wrap-sales-hero {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--linen);
  text-align: center;
  border: 1px solid #0000000f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space-50 {
  height: 50px;
}

.span-link {
  color: var(--black);
  font-weight: 700;
}

.heading-wrap-included-sales {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1c3533;
  text-align: center;
  background-color: #e6d4ca;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1c353329;
  border-radius: 4px;
  width: 100%;
}

.heading-wrap-contact {
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.left-contact-heading {
  max-width: 850px;
}

.right-contact-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.arrow-contact {
  width: 125px;
  position: absolute;
  inset: 112% auto auto 24px;
}

.input-underline {
  color: var(--black);
  background-color: #f4e3d900;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 92px;
  margin-bottom: 24px;
  padding: 0;
  font-size: 38px;
}

.input-underline:focus {
  border-top-style: none;
  border-bottom-width: 2px;
  border-right-style: none;
  border-bottom-color: var(--black);
  border-left-style: none;
}

.input-underline::placeholder {
  color: #0009;
}

.input-underline.text-area {
  height: auto;
  min-height: 160px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  background-color: #f4e3d9;
  border: 1px solid #0000000f;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.heading-wrap-sales-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-link {
  color: var(--black);
  font-size: 16px;
  text-decoration: underline;
}

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

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1340px;
  padding: 24px;
  display: block;
}

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

.container-2 {
  max-width: 1340px;
  padding-left: 24px;
  padding-right: 24px;
}

.divider-project-hero-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 56px;
}

.overlay-project-page-general-2, .overlay-project-heading-2 {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #f4e3d9;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.text-block-heading-3-styles-2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.container-3 {
  max-width: 1340px;
  padding: 0 24px;
}

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

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

.background-video {
  vertical-align: sub;
  object-fit: contain;
  flex-flow: row;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin-bottom: 24px;
  display: block;
  position: static;
}

.div-block-3 {
  object-fit: fill;
  width: 100%;
  height: auto;
}

.video-wrap {
  object-fit: contain;
  width: auto;
  height: 100%;
  margin-bottom: 24px;
  position: relative;
}

.bg-video-container {
  width: 100vw;
  height: 100vh;
  display: block;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-2.clue-colors {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  background-color: #fdfcfa;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.grid-2.elli {
  grid-template-rows: auto auto;
}

.grid-2.etsy {
  grid-template-rows: auto auto auto auto;
}

.image-limited-width {
  max-width: 500px;
  display: block;
}

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

.column-2, .columns {
  margin-top: 0;
}

.code-embed {
  opacity: 1;
  border: 0 solid #000;
  border-radius: 0;
  max-width: 600px;
}

.div-block-5, .video-wrap-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-paragraph-inline {
  color: var(--black);
  font-weight: 700;
}

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

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.container-4 {
  display: flex;
}

.section-back-home {
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image {
  min-height: 0;
  max-height: 60px;
  padding-right: 5px;
  display: block;
}

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

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

.div-block-9 {
  background-color: #fff;
  margin: 50px;
  padding: 80px;
}

.column-3 {
  padding-right: 36px;
}

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

.column-4 {
  text-align: left;
  display: block;
}

.columns-2 {
  background-color: #fdfcfb;
  margin: 0;
  padding: 40px 25px;
  display: block;
}

.columns-2.grey {
  background-color: #e2ddda;
}

.columns-2.pink {
  background-color: #ffaf9c;
}

.columns-2.red {
  background-color: #ee3d3d;
}

.columns-2.blue {
  background-color: #1ba2c1;
}

.columns-2.green {
  background-color: #4bb7a0;
}

.columns-2.dark-blue {
  background-color: #144181;
}

.columns-2.purple {
  background-color: #a44d92;
}

.columns-2.yellow {
  background-color: #e9ac00;
}

.columns-2.black {
  background-color: #36454a;
}

.text-block-2 {
  display: block;
}

.column-5 {
  text-align: right;
}

.text-white-small {
  border: 1px #fff;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 46px;
    line-height: 113%;
  }

  .section.hero-home-a {
    padding-top: 64px;
  }

  .section.extra-paddings, .section.extra-paddings.light {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-about-b {
    height: 60vh;
    min-height: 390px;
    max-height: 510px;
    padding-bottom: 40px;
  }

  .section.projects-home-a {
    padding-bottom: 40px;
  }

  .section.sales-gallery {
    height: auto;
    min-height: 400px;
    max-height: 650px;
  }

  .mega-h1 {
    font-size: 100px;
    line-height: 100%;
  }

  .big-text {
    font-size: 38px;
    line-height: 115%;
  }

  .big-text.subtitle-hero {
    text-align: center;
  }

  .big-text.subtitle-hero-about-a {
    text-align: left;
  }

  .heading-wrap-home-a {
    grid-row-gap: 16px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrap-hero-home-a {
    margin-top: 16px;
  }

  .image-hero-home-a {
    margin-top: 0;
  }

  .space-80.about-a-hero-spcae {
    height: 40px;
  }

  .wrap-links-hero {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-links-hero-a {
    grid-column-gap: 40px;
  }

  .navbar {
    height: 70px;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .nav-menu {
    background-color: var(--linen);
    border-bottom: 1px solid #000;
    padding: 24px;
  }

  .wrap-projects-a {
    column-gap: 40px;
  }

  .image-wrap-project-a {
    height: 400px;
    min-height: 400px;
  }

  .wrap-project-item-a {
    padding-bottom: 80px;
  }

  .moving-text {
    font-size: 64px;
    line-height: 110%;
  }

  .space-120.education-space {
    height: 80px;
  }

  .space-120.projects-space {
    height: 64px;
  }

  .text-moving-footer {
    font-size: 32px;
    line-height: 50px;
  }

  .master-footer-bottom {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .cta.small.navbar {
    border-radius: 30px;
    max-width: 300px;
    height: 60px;
    margin-left: 0;
  }

  .image-wrap-hero-home-b {
    width: 360px;
    height: 360px;
  }

  .second-row-hero-home-b {
    margin-top: 24px;
  }

  .tabs {
    grid-column-gap: 40px;
  }

  .wrap-tags {
    flex-wrap: wrap;
  }

  .column-left-gallery {
    padding-right: 12px;
  }

  .column-right-gallery {
    padding-left: 12px;
  }

  .video-gallery {
    height: 290px;
  }

  .arrow-about-a {
    top: 120px;
    left: 34px;
  }

  .single-about-a {
    grid-row-gap: 40px;
    margin-left: 200px;
  }

  .wrap-hero-service {
    grid-row-gap: 64px;
  }

  .master-project-details {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .image-project-gallery {
    display: inline-block;
  }

  .grid-thirds.products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.included-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-thirds.sales-pages-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .forgot-password-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    padding: 0;
  }

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

  .line-menu {
    background-color: #000;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .included-card {
    min-height: 260px;
  }

  .sales-card {
    padding: 16px;
  }

  .left-contact-heading {
    max-width: 520px;
  }

  .arrow-contact {
    width: 100px;
  }

  .grid-fourths.sales-fourths {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .background-video, .video-wrap {
    height: 600px;
  }

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

  .columns-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns-2.purple {
    background-color: #a44d92;
  }

  .columns-2.yellow {
    background-color: #e9ac00;
  }

  .columns-2.black {
    background-color: #36454a;
  }

  .text-white-small {
    opacity: 1;
  }

  .text-white-small.semi-transparent {
    opacity: .3;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  .section.extra-paddings, .section.extra-paddings.light {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-about-a {
    padding-top: 64px;
  }

  .section.hero-blog {
    padding-bottom: 16px;
  }

  .section.hero-blog-template {
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section.projects-a, .section.moving-text-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.blog-grid-section {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .section.project-rich-text, .section.project-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mega-h1 {
    font-size: 66px;
  }

  .mega-h1.hero-b-one {
    margin-top: 0;
  }

  .big-text {
    font-size: 32px;
  }

  .image-wrap-hero-home-a {
    margin-top: 0;
  }

  .accent-hero-home-a {
    width: 40px;
    height: 40px;
    top: -18px;
    left: -18px;
  }

  .space-80.about-a-hero-spcae {
    height: 60px;
  }

  .space-80.tabs-heading-space {
    height: 24px;
  }

  .nav-link {
    text-align: center;
  }

  .wrap-projects-a {
    column-count: 1;
  }

  .push-down-projects-a {
    display: none;
  }

  .wrap-project-item-a {
    padding-bottom: 64px;
  }

  .moving-text {
    font-size: 44px;
  }

  .abstract-moving-text {
    width: 52px;
    height: 52px;
  }

  .accent-big-text {
    width: 44px;
    bottom: -30px;
    left: -10px;
  }

  .grid-education, .grid-footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .link-footer {
    font-size: 26px;
  }

  .image-link-footer {
    width: 40px;
    height: 40px;
  }

  .left-footer-bottom {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .single-footer-links {
    align-items: center;
  }

  .cta.small.navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .cta.add-to-cart-cta {
    width: 100%;
  }

  .wrap-footer-legal {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .image-wrap-hero-home-b {
    width: 200px;
    height: 200px;
  }

  .first-row-hero-home-b {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .second-row-hero-home-b {
    text-align: center;
    justify-content: center;
  }

  .accent-hero-home-b {
    width: 64px;
    height: 64px;
  }

  .image-wrap-project-b {
    height: 390px;
  }

  .tabs {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .columns-gallery {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .column-right-gallery {
    padding-top: 0;
    padding-left: 0;
  }

  .video-gallery {
    height: 340px;
  }

  .arrow-about-a {
    width: 80px;
    display: none;
    position: static;
  }

  .single-about-a {
    margin-left: 0;
  }

  .accent-about-a {
    width: 50px;
    top: -60px;
    right: -13px;
  }

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

  .arrow-blog-hero {
    width: 21px;
  }

  .wrap-filers {
    flex-wrap: wrap;
  }

  .link-filter {
    font-size: 24px;
  }

  .list-filters {
    flex-wrap: wrap;
  }

  .space-64.project-hero-space {
    height: 32px;
  }

  .master-project-details {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .grid-thirds.products-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.included-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.sales-pages-grid {
    grid-template-columns: 1fr;
  }

  .default-state-add-to-cart {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .right-add-to-cart {
    width: 100%;
    max-width: 300px;
  }

  .image-wrap-product-main-image {
    min-height: 370px;
  }

  .left-column-template {
    display: none;
  }

  .tile-template-info {
    padding: 40px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .heading-wrap-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-contact-heading {
    grid-column-gap: 24px;
    flex-direction: row;
    align-items: flex-start;
  }

  .arrow-contact {
    width: 80px;
    display: none;
    position: static;
  }

  .grid-fourths.sales-fourths {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .video-wrap {
    height: 400px;
  }

  .div-block-6 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13vw;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 22px;
    line-height: 29px;
  }

  .section, .section.light.extra-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-home-b {
    padding-top: 64px;
  }

  .section.gallery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-blog {
    padding-top: 64px;
  }

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

  .section.project-rich-text.no-top-padding {
    padding-top: 0;
  }

  .section.project-rich-text.no-top-padding.no-bottom-padding {
    padding-bottom: 0;
  }

  .section.project-gallery {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.sales-gallery {
    min-height: 320px;
    max-height: 500px;
  }

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

  .section.no-bottom-space, .section.no-top-and-bottom-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-container {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.extra-bottom-space {
    padding-bottom: 40px;
  }

  .big-text {
    font-size: 26px;
  }

  .big-text.about-page {
    font-size: 24px;
    line-height: 30px;
  }

  .space-80.all-from-space {
    height: 40px;
  }

  .wrap-links-hero {
    grid-row-gap: 16px;
  }

  .left-links-hero-a {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .wrap-subtitle-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-heading-3-styles {
    font-size: 22px;
    line-height: 130%;
  }

  .text-block-heading-3-styles.servie-projects-b {
    color: #000c;
    font-weight: 400;
  }

  .image-wrap-project-a {
    height: 350px;
    min-height: 350px;
  }

  .master-moving-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .moving-text {
    font-size: 40px;
  }

  .space-120.shop-sub-filters-space, .space-120.contact-space {
    height: 40px;
  }

  .list-education {
    grid-row-gap: 8px;
  }

  .single-moving-footer {
    grid-column-gap: 32px;
  }

  .link-footer.black.contact {
    font-size: 24px;
  }

  .space-100.gallery-heading-space {
    height: 40px;
  }

  .legal-text {
    text-align: center;
  }

  .list-projects-b {
    grid-row-gap: 40px;
  }

  .link-project-b {
    grid-row-gap: 24px;
  }

  .top-wrap-project-b {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-wrap-project-b {
    height: 260px;
  }

  .accent-about-b {
    width: 50px;
    margin-top: -112px;
    transform: translate(-20px);
  }

  .tabs {
    grid-row-gap: 25px;
  }

  .text-tab-link.skill-list-mobile-small-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .image-wrap-about-a {
    height: 300px;
  }

  .image-hero-about-a {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: none;
    height: 100%;
  }

  .wrap-hero-service {
    grid-row-gap: 32px;
  }

  .heading-one-all-from {
    font-size: 32px;
  }

  .left-project-details {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-project-gallery.etsy {
    padding-top: 20px;
  }

  .default-state-add-to-cart {
    grid-row-gap: 12px;
  }

  .left-add-to-cart {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .input-field.quantity {
    width: 100%;
  }

  .divider-add-to-cart-inputs {
    width: 100%;
    height: 1px;
  }

  .image-wrap-product-main-image {
    min-height: 290px;
  }

  .list-product-images {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .item-product-image {
    width: 40%;
    height: 40vw;
  }

  .utility-page-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .option-list {
    width: 100%;
  }

  .tile-template-info {
    padding: 22px 16px;
  }

  .paragraph-big {
    font-size: 20px;
  }

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

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

  .sales-mockups-column.first-column {
    display: none;
  }

  .sales-mockups-column.second-column {
    display: block;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .cta-wrap-sales-hero {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .included-card, .sales-card {
    padding: 24px;
  }

  .heading-wrap-contact {
    grid-row-gap: 40px;
  }

  .right-contact-heading {
    flex-direction: column;
  }

  .grid-fourths.sales-fourths {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .text-block-heading-3-styles-2 {
    font-size: 22px;
    line-height: 130%;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .background-video {
    width: auto;
    height: auto;
  }

  .video-wrap {
    width: auto;
    height: 280px;
    margin-bottom: -99px;
  }

  .video-wrap.kianava {
    margin-bottom: -30px;
  }

  .bg-video-container {
    height: auto;
  }

  .code-embed-video {
    margin-bottom: 20px;
  }

  .div-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-9 {
    margin: 0;
    padding: 50px;
  }

  .image-2 {
    max-width: 200px;
    margin-bottom: 35px;
  }

  .text-block {
    text-align: center;
    font-size: 20px;
  }

  .get-in-touch {
    text-align: center;
    font-size: 26px;
  }

  .columns-2 {
    padding: 10px;
  }
}

#w-node-eac4529d-08a0-66f9-2c8a-a83a964cab10-964cab0a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-eac4529d-08a0-66f9-2c8a-a83a964cab21-964cab0a {
  justify-self: start;
}

#w-node-_1c9b24cf-7f99-d044-e4db-334e3862fb1b-95b1cb9c, #w-node-_1c9b24cf-7f99-d044-e4db-334e3862fb22-95b1cb9c, #w-node-_1c9b24cf-7f99-d044-e4db-334e3862fb2b-95b1cb9c, #w-node-_8ef01e3e-88ff-736d-239b-1ddefa096053-95b1cb9c, #w-node-_8ef01e3e-88ff-736d-239b-1ddefa096058-95b1cb9c, #w-node-_8ef01e3e-88ff-736d-239b-1ddefa09605d-95b1cb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef01e3e-88ff-736d-239b-1ddefa096063-95b1cb9c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593eba9-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebaf-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebb5-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebbb-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebc1-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebc7-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebcd-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebd3-95b1cb9c, #w-node-_00ea35ee-f2e6-ba30-09ed-fd8ea593ebd9-95b1cb9c, #w-node-b5f3cbb3-fcfa-7adc-c34c-bf18fe24ea00-fe24e9f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5f3cbb3-fcfa-7adc-c34c-bf18fe24ea0e-fe24e9f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_60c0b1da-3858-1600-128a-3349872188fb-95b1cbb1, #w-node-_6cac7ada-2833-202e-41a5-1eb51afdb2f7-95b1cbb1, #w-node-addd42a8-dd40-05e7-71b1-40c3befa32c5-95b1cbb1, #w-node-_5c58a9c6-d0c8-ad6f-d63b-f3b22a4de5e6-95b1cbb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c53c913-effc-7b5e-6f69-bb817ec8b1aa-95b1cbb1, #w-node-_9c53c913-effc-7b5e-6f69-bb817ec8b1ab-95b1cbb1, #w-node-_9c53c913-effc-7b5e-6f69-bb817ec8b1ac-95b1cbb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d4c2eddd-9a8e-e569-ba87-1b6b0f7c5cd0-95b1cbb7, #w-node-d4c2eddd-9a8e-e569-ba87-1b6b0f7c5cd4-95b1cbb7, #w-node-d4c2eddd-9a8e-e569-ba87-1b6b0f7c5cd8-95b1cbb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f13a249-e672-e4ce-787c-ecb3dfb85412-95b1cbb7, #w-node-_3f13a249-e672-e4ce-787c-ecb3dfb85414-95b1cbb7, #w-node-_3f13a249-e672-e4ce-787c-ecb3dfb85415-95b1cbb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ad297aa-85b0-0f7b-f3ea-fdc9f2a9efad-95b1cbb7, #w-node-a59c833f-6c09-7fae-56e0-e419883543aa-95b1cbb7, #w-node-_7e0c46a9-f600-44a0-62ba-b0dc5b3a293d-460ee0a5, #w-node-_13b6c79b-c5e4-51b0-e88f-18d76a87f2e2-460ee0a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e482-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e489-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e490-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e497-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e49e-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e4a5-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e4ac-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e4b3-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e4ba-f79a6b18, #w-node-_30a0fa9d-47b6-d3a5-9c85-86e3bb22e4c1-f79a6b18 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_8ef01e3e-88ff-736d-239b-1ddefa096063-95b1cb9c {
    grid-column: span 1 / span 1;
  }

  #w-node-b5f3cbb3-fcfa-7adc-c34c-bf18fe24ea0e-fe24e9f4 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}