:root {
  --secondary--color-3: #f8f5ef;
  --neutral--600: #7f7f7f;
  --neutral--800: #121212;
  --neutral--700: #3c3c3c;
  --lux-green: #488843;
  --neutral--100: white;
  --neutral--300: #f4f4f4;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --neutral--200: #fcfcfc;
  --general--shadow-02: rgba(16, 16, 16, .08);
  --secondary--color-1: #fbf1dd;
  --secondary--color-2: #c09b6b;
  --neutral--500: #aeaeae;
  --neutral--400: #dfdfdf;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-01: rgba(222, 199, 166, .06);
  --button-shadow--color-2: rgba(222, 199, 166, .08);
  --button-shadow--color-03: rgba(222, 199, 166, .08);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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 {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--secondary--color-3);
  color: var(--neutral--600);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Barlow, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.478em;
}

h4 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.333em;
}

h5 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

p {
  color: var(--neutral--700);
  margin-bottom: 16px;
  font-family: Generalsans, sans-serif;
}

a {
  color: var(--lux-green);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
  font-family: Generalsans, sans-serif;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-top: 64px;
  margin-bottom: 48px;
  padding: 150px 72px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.583em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  color: var(--neutral--700);
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.hero-v1 {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.form {
  grid-row-gap: 64px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: 1fr auto;
  margin-bottom: 64px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.blog-featured {
  grid-column-gap: 46px;
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.mg-top-210px---tablet-mg-top-200px {
  margin-top: 210px;
}

.grid-2-columns.mg-top-210px---tablet-mg-top-200px.mg-bottom-180px {
  margin-bottom: 180px;
}

.grid-2-columns.hero-about {
  grid-row-gap: 48px;
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.dropdown-pages-grid {
  grid-column-gap: 64px;
}

.grid-2-columns._1fr---1-15fr {
  grid-template-columns: 1fr 1.15fr;
}

.grid-2-columns.services-items-grid {
  max-width: 944px;
  grid-column-gap: 54px;
  grid-row-gap: 80px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._1-28fr---1fr {
  grid-template-columns: 1.28fr 1fr;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.team-blog-post {
  background-color: var(--neutral--100);
  padding: 64px 49px;
}

.card.testimonial-card-color {
  border: 2px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  padding: 64px 54px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding-top: 32px;
  padding-bottom: 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.card.figma-file {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  text-align: center;
  text-decoration: none;
  transition-property: none;
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate3d(0, -5px, .01px);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
}

.card.card-locations, .card.none-underline {
  text-decoration: none;
}

.card.services-card-center {
  max-width: 1130px;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  margin-left: auto;
  margin-right: auto;
  padding: 102px 64px;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.instagram-v2 {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  margin-bottom: 64px;
}

.bg-accent-1 {
  background-color: var(--lux-green);
}

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

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

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

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--lux-green);
}

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

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

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

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-800.hover-secondary-2:hover {
  color: var(--secondary--color-2);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-600.hover-accent-1:hover {
  color: var(--lux-green);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: var(--neutral--400);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-24px.services-card-text {
  text-align: center;
  margin-top: 14px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-56px {
  margin-top: 56px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-left-16px {
  margin-left: 16px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-40px {
  margin-right: 40px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.list.color-neutral-800 {
  color: var(--neutral--800);
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.text-uppercase {
  letter-spacing: .08em;
  font-weight: 600;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.text-uppercase {
  letter-spacing: .01em;
  font-weight: 900;
}

.text-200.text-uppercase {
  letter-spacing: .06em;
  font-family: Barlow, sans-serif;
}

.text-200.black {
  color: var(--neutral--800);
  font-weight: 900;
}

.text-200.black.text-uppercase {
  letter-spacing: .01em;
}

.text-200.black.uppercase-text {
  text-transform: uppercase;
}

.text-200.dropdown-column-title {
  margin-bottom: 24px;
}

.text-200.semibold {
  font-weight: 600;
}

.text-200.semibold.text-uppercase {
  letter-spacing: .08em;
}

.text-200.blog-post-hero-category-link {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}

.text-200.blog-post-hero-category-link:hover {
  color: var(--secondary--color-2);
}

.display-1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 1.065em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
  margin-top: 10px;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column._2-col-mbl.gap-28px {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-10px {
  grid-row-gap: 10px;
}

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

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

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

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

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

.display-2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.196em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2.services-card-h2 {
  text-align: center;
  margin-bottom: 43px;
}

.display-3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.368em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.583em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-400.bold.text-uppercase {
  font-weight: 900;
}

.text-400.text-uppercase {
  letter-spacing: .06em;
  font-family: Barlow, sans-serif;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.medium.text-uppercase {
  letter-spacing: .08em;
  font-weight: 600;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.text-uppercase {
  font-weight: 900;
}

.text-300.text-uppercase {
  letter-spacing: .06em;
  font-family: Barlow, sans-serif;
}

.text-300.semi-bold {
  font-weight: 600;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.text-uppercase {
  font-weight: 900;
}

.text-100.bold.color-neutral-100.text-uppercase {
  letter-spacing: normal;
}

.text-100.text-uppercase {
  letter-spacing: .06em;
  font-family: Barlow, sans-serif;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

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

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.style---shadow-card {
  min-height: 220px;
  background-color: var(--neutral--100);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  min-height: 70vh;
  background-color: var(--secondary--color-1);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
  max-width: 680px;
}

.inner-container._878px {
  max-width: 878px;
}

.inner-container._766px {
  max-width: 766px;
}

.inner-container._766px.center {
  position: relative;
}

.inner-container._830px {
  max-width: 830px;
}

.inner-container._1200px {
  max-width: 1200px;
}

.inner-container._759px {
  max-width: 759px;
}

.inner-container._820px {
  max-width: 820px;
}

.inner-container._248px {
  max-width: 248px;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._338px {
  max-width: 338px;
}

.inner-container._544px {
  max-width: 544px;
}

.inner-container._690px {
  max-width: 690px;
}

.inner-container._320px {
  max-width: 320px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._556px {
  max-width: 556px;
}

.inner-container._556px._100-tablet {
  width: 100%;
}

.inner-container._662px {
  max-width: 662px;
}

.inner-container._750px {
  max-width: 750px;
}

.inner-container._472px {
  max-width: 472px;
}

.inner-container._462px {
  max-width: 462px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._430px {
  max-width: 430px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--lux-green);
  margin-right: 18px;
}

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

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.style---components-wrapper {
  background-color: var(--neutral--600);
}

.style---components-wrapper.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  background-color: var(--lux-green);
  color: var(--neutral--800);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 30px 24px;
  font-family: Barlow, sans-serif;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--secondary--color-2);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 22px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--lux-green);
  margin-left: 14px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.white:hover {
  background-color: var(--secondary--color-3);
}

.btn-primary.white.buy-on-webflow-btn {
  color: #4253ff;
  transition-property: none;
}

.btn-primary.white.buy-on-webflow-btn:hover {
  background-color: var(--neutral--100);
  transform: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  font-weight: 700;
  display: flex;
}

.btn-primary.next-btn {
  margin-left: 13px;
  margin-right: 13px;
  font-size: 18px;
}

.btn-primary.explore-more-templates-btn {
  color: var(--neutral--100);
  background-color: #553ffe;
  transition-property: none;
}

.btn-primary.explore-more-templates-btn:hover {
  transform: none;
}

.btn-secondary {
  border: 2px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 30px 24px;
  font-family: Barlow, sans-serif;
  font-weight: 900;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.small.link-image-btn-inside {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transition-property: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.btn-secondary.small.link-image-btn-inside:hover {
  transform: none;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.previous-btn {
  margin-left: 13px;
  margin-right: 13px;
  font-size: 18px;
}

.badge-primary {
  background-color: var(--lux-green);
  color: var(--neutral--100);
  text-transform: uppercase;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--lux-green);
}

.badge-primary.light {
  background-color: var(--secondary--color-3);
  color: var(--neutral--800);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  background-color: var(--lux-green);
  color: var(--neutral--800);
  text-align: center;
  padding: 18px 2em;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  min-height: 70px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--600);
  box-shadow: none;
  color: var(--neutral--100);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: var(--neutral--300);
}

.input:focus, .input.-wfp-focus {
  border-bottom-color: var(--lux-green);
}

.input:focus-visible {
  color: var(--neutral--100);
  text-transform: uppercase;
}

.input[data-wf-focus-visible] {
  color: var(--neutral--100);
  text-transform: uppercase;
}

.input::-ms-input-placeholder {
  color: var(--neutral--400);
  text-transform: uppercase;
}

.input::placeholder {
  color: var(--neutral--400);
  text-transform: uppercase;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.password {
  border-bottom-color: var(--neutral--600);
  box-shadow: none;
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  transition: border-color .3s, opacity .3s;
}

.input.password:hover {
  border-bottom-color: var(--neutral--800);
}

.input.password:focus-visible {
  color: var(--neutral--800);
  padding-left: 0;
}

.input.password[data-wf-focus-visible] {
  color: var(--neutral--800);
  padding-left: 0;
}

.input.password::-ms-input-placeholder {
  color: var(--neutral--800);
  font-weight: 600;
}

.input.password::placeholder {
  color: var(--neutral--800);
  font-weight: 600;
}

.input.subscribe-btn-inside {
  min-height: 84px;
  padding-top: 0;
  padding-bottom: 44px;
  padding-right: 176px;
}

.input.add-to-cart-quantity {
  width: 100%;
  max-width: 90px;
  border-radius: 0;
}

.input.cart-quantity {
  color: var(--neutral--800);
}

.position-relative {
  position: relative;
}

.position-relative.z-index--1 {
  z-index: -1;
}

.text-area {
  min-height: 144px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--neutral--600);
  background-color: var(--neutral--800);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  color: var(--neutral--100);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 16px 24px 16px 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: var(--neutral--100);
}

.text-area:focus {
  border-color: var(--lux-green);
  color: var(--neutral--400);
}

.text-area:focus-visible {
  border-color: transparent transparent var(--neutral--600);
  color: var(--neutral--100);
  text-transform: uppercase;
}

.text-area[data-wf-focus-visible] {
  border-color: transparent transparent var(--neutral--600);
  color: var(--neutral--100);
  text-transform: uppercase;
}

.text-area::-ms-input-placeholder {
  color: var(--neutral--400);
  text-transform: uppercase;
  font-size: 18px;
}

.text-area::placeholder {
  color: var(--neutral--400);
  text-transform: uppercase;
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.mg-bottom-32px {
  margin-bottom: 32px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--lux-green);
}

.checkbox.w--redirected-checked {
  border-color: var(--lux-green);
  background-color: var(--lux-green);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--lux-green);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--lux-green);
}

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

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 80%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.avatar-circle.card-link---image-left {
  width: 100%;
  max-width: 208px;
  margin-right: 34px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.bg-neutral-800 {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.social-icon-square.bg-neutral-800:hover {
  background-color: var(--secondary--color-2);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.line-square-icon.success-message-top-icon {
  color: var(--lux-green);
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

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

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text ul {
  color: var(--neutral--700);
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text ol {
  color: var(--neutral--700);
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--secondary--color-2);
}

.style---dropdown-toggle.w--open {
  color: var(--lux-green);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.mg-top-64px-mobile-top-28px {
  margin-top: 64px;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--800);
  text-transform: uppercase;
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--lux-green);
  background-color: var(--neutral--300);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--lux-green);
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--lux-green);
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

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

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.container-default.order-confirmation {
  display: block;
}

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section {
  padding-top: 240px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small.overflow-visible {
  overflow: visible;
}

.section.overflow-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, var(--neutral--800) 46%, white 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  padding-top: 0;
  overflow: visible;
}

.section.bg-neutral-100 {
  z-index: 9999;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.bg-image-video {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/image-video-barbershop-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-bar-wrapper {
  background-color: var(--lux-green);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--lux-green);
}

.link-wrapper.color-primary:hover, .link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.478em;
}

.heading-h4-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.333em;
}

.heading-h5-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

.heading-h5-size.color-neutral-500 {
  color: var(--neutral--500);
}

.heading-h5-size.color-neutral-500.footer-title {
  margin-bottom: 30px;
}

.heading-h5-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h6-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

.header-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-wrapper.bg-color-transparent {
  background-color: rgba(0, 0, 0, 0);
}

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

.header-content-wrapper.content-center {
  grid-column-gap: 40px;
  justify-content: center;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.header-nav-link:hover {
  color: var(--lux-green);
}

.header-nav-link.w--current {
  color: var(--neutral--100);
}

.header-nav-link.w--current:hover {
  color: var(--lux-green);
}

.header-nav-link.header-cart-link {
  color: var(--neutral--100);
  transition-property: none;
}

.header-nav-link.header-cart-link-dark {
  color: var(--neutral--800);
  white-space: nowrap;
  transition-property: none;
}

.header-nav-link.dark {
  color: var(--neutral--800);
}

.header-nav-link.dark:hover {
  color: var(--secondary--color-2);
}

.header-nav-list-item {
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -4px, .01px);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--lux-green);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-secondary {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  border: 1px none var(--neutral--300);
  background-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--lux-green);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
}

.btn-circle-secondary.white:hover {
  border-color: var(--lux-green);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left-arrow---top-right {
  font-size: 36px;
  line-height: 1em;
  top: -125px;
  bottom: auto;
  left: auto;
  right: 150px;
}

.btn-circle-secondary.slider-arrow.left-arrow---top-right:hover {
  background-color: var(--secondary--color-2);
}

.btn-circle-secondary.slider-arrow.right-arrow---top-right {
  font-size: 36px;
  line-height: 1em;
  top: -125px;
  right: 40px;
}

.btn-circle-secondary.slider-arrow.right-arrow---top-right:hover {
  background-color: var(--secondary--color-2);
}

.utility-page-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  width: 100%;
  max-width: 648px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-vertical.align-center {
  align-items: center;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

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

.flex-horizontal.justify-left {
  justify-content: flex-start;
}

.flex-horizontal.justify-space {
  justify-content: space-between;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  z-index: 1;
  background-color: var(--neutral--800);
  position: relative;
  overflow: hidden;
}

.footer-wrapper.pd-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -4px, .01px);
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.583em;
}

.footer-link {
  color: var(--neutral--600);
  font-family: Barlow, sans-serif;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--lux-green);
}

.footer-top {
  padding-top: 146px;
  padding-bottom: 130px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--700);
  text-align: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer-bottom.pd-40px---34px {
  padding-top: 40px;
  padding-bottom: 34px;
}

.footer-middle {
  padding-top: 140px;
  padding-bottom: 140px;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-message.password {
  z-index: 2;
  background-color: var(--system--red-100);
  color: var(--system--red-400);
  margin-top: 0;
  margin-left: 93px;
  margin-right: 93px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  top: -40px;
}

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

.text-center.mobile-l {
  text-align: left;
}

.text-center.flex-vertical {
  align-items: center;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.floating-item {
  position: absolute;
}

.floating-item.barbershop-bottom-right {
  width: 222px;
  margin-top: -10px;
  top: -287px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-item.barbershop-bottom-left {
  width: 300px;
  margin-top: -310px;
  position: absolute;
}

.floating-item.barbershop-top-right {
  z-index: -1;
  width: 100%;
  max-width: 238px;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.floating-item.image-experience-top-left {
  z-index: -1;
  width: 320px;
  margin-top: -126px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item.image-experience-bottom-right-copy {
  z-index: -1;
  width: 450px;
  margin-top: -65px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.floating-item.image-products-top-right {
  width: 400px;
  margin-top: -126px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-item.image-clients {
  z-index: -1;
  width: 255px;
  margin-top: 137px;
  top: 0%;
  bottom: auto;
  left: 60%;
  right: auto;
}

.floating-item.image-footer-top {
  z-index: -1;
  width: 350px;
  top: 58px;
}

.floating-item.image-footer-bottom {
  z-index: -1;
  top: 256px;
  left: 104px;
}

.floating-item.image-footer-right-top {
  z-index: -1;
  width: 300px;
  top: 20%;
  left: auto;
  right: 0%;
}

.floating-item.image-shop-left {
  z-index: -1;
  width: 250px;
}

.floating-item.image-shop-right {
  z-index: -1;
  width: 350px;
  margin-bottom: 15px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-item.image-password-left {
  z-index: -1;
  width: 350px;
  margin-bottom: 60px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.floating-item.image-password-right {
  width: 260px;
  margin-top: -30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-item.image-404-left {
  width: 18%;
  max-width: 258px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item.image-404-right {
  z-index: -1;
  width: 326px;
  bottom: -60px;
  right: 0%;
}

.floating-item.image-locations {
  z-index: -1;
  width: 450px;
  margin-top: -135px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item.image-floating-right {
  z-index: -1;
  width: 25%;
  margin-top: -135px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-item.image-product-right {
  width: 261px;
  margin-top: -120px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-item.image-product-left {
  width: 391px;
  margin-top: -78px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item.image-floating-top-left {
  width: 400px;
  margin-top: -430px;
  left: 95px;
}

.floating-item.image-locations-bottom {
  z-index: -1;
  bottom: 216px;
  right: 0;
}

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  margin-right: 10px;
}

.fit-cover {
  object-fit: cover;
}

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: translate3d(0, -4px, .01px);
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-decoration-none {
  text-decoration: none;
}

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

.grid-5-columns.testimonial-stars-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-853px {
  max-width: 853px;
  overflow: visible;
}

.slider-mask.width-742px {
  max-width: 742px;
  overflow: visible;
}

.accordion-item-wrapper {
  width: 100%;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.large {
  border-style: solid none;
  border-color: var(--neutral--400) black;
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.large:hover {
  transform: translate3d(4px, 0, .01px);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 10px;
}

.accordion-btn-line {
  width: 28px;
  height: 2px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 3px;
  height: 28px;
}

.accordion-btn-line.horizontal {
  height: 3px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.width-840px {
  max-width: 866px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

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

.tabs-menu {
  border-bottom: 2px solid var(--neutral--400);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 0;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pd---content-inside-card.large {
  padding: 64px 69px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-wrapper-v8 {
  text-decoration: none;
  transition: transform .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.team-member-content-v8 {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 34px;
  left: 25px;
  right: auto;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.team-member-v8 {
  height: 46%;
  background-image: linear-gradient(357.27deg, rgba(18, 18, 18, .46) 42.7%, rgba(18, 18, 18, 0) 77.1%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay-gradient.dark {
  height: 100%;
  background-image: linear-gradient(357.27deg, rgba(18, 18, 18, .78) 42.7%, rgba(18, 18, 18, 0) 77.1%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-member-link-text-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.barber-shop {
  z-index: -1;
  width: 150px;
  margin-top: 2px;
  position: absolute;
  top: -70px;
  left: 36%;
  right: auto;
}

.image.mg-right-24px---tablet-mg-bottom-40px {
  align-self: flex-start;
  margin-right: 24px;
}

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg.mg-right-40px {
  margin-right: 40px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.inside-card {
  border-radius: 0;
  position: relative;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  border-bottom: 2px solid var(--neutral--400);
  justify-content: center;
  display: flex;
}

.categories-badges-wrapper.light {
  border-bottom-color: var(--neutral--700);
}

.blog-card-wrapper {
  color: var(--neutral--600);
  text-decoration: none;
}

.blog-card-wrapper.card {
  position: relative;
}

.divider-details {
  width: 32px;
  height: 1px;
  background-color: var(--neutral--400);
  margin-left: 16px;
  margin-right: 16px;
}

.blog-card-link-block {
  color: var(--neutral--100);
  text-decoration: none;
}

.blog-card-link-block:hover {
  color: var(--neutral--100);
}

.blog-card-item-link {
  border-bottom: 1px solid var(--neutral--700);
  padding-top: 48px;
  padding-bottom: 40px;
}

.blog-card-item-link:first-child {
  padding-top: 0;
}

.image-wrapper.instagram-image {
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

._404-not-found {
  z-index: -1;
  opacity: .2;
  color: var(--lux-green);
  margin-bottom: 105px;
  font-size: 508px;
  font-weight: 700;
  line-height: 1.065em;
  position: absolute;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--700);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--lux-green);
  font-weight: 500;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: translate3d(0, -5px, .01px);
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.home-pages-cointainer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  flex: none;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: translate3d(0, -5px, .01px);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--neutral--400);
  color: var(--neutral--400);
  text-align: center;
  padding: 22px 32px 34px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.badge-home {
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 8px 22px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.bg---home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.max-w-780px {
  max-width: 780px;
}

.max-w-780px.mg-left---right-auto {
  margin-left: auto;
  margin-right: auto;
}

.mg-top-100px {
  margin-top: 100px;
}

.line-left, .line-right {
  width: 56px;
  min-height: 2px;
  background-color: var(--lux-green);
}

.mg-left---right-auto {
  margin-left: auto;
  margin-right: auto;
}

.image-services {
  width: 100%;
  max-width: 64px;
  align-self: flex-start;
}

.max-w-778px {
  max-width: 778px;
}

.line-center {
  height: 24px;
  background-color: var(--neutral--400);
}

.line-center.mg-left-16px.mg-right-16px {
  width: 1px;
}

.line-divider {
  min-height: 1px;
  background-color: var(--secondary--color-2);
}

.line-divider.max-w-100 {
  max-width: 100%;
}

.line-divider.bg-accent-1 {
  background-color: var(--lux-green);
}

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

.link-footer:hover {
  color: var(--lux-green);
}

.max-w-412px {
  max-width: 412px;
}

.bg---about-hero {
  z-index: -1;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 60%;
  left: 0%;
  right: 0%;
}

.image-barbershop-right {
  margin-top: -287px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -14%;
  right: auto;
}

.image-barbershop-left {
  margin-top: -520px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -7%;
}

.max-w-530px {
  max-width: 530px;
}

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

.image-left-barbershop-started {
  width: 68%;
  max-width: 864px;
  margin-top: -192px;
}

.team-member-collection-item {
  display: flex;
}

.team-member-collection-item:nth-child(2n) {
  margin-top: 75px;
}

.team-member-collection-item:last-child {
  margin-top: 145px;
}

.image-team-barbershop-left {
  width: 13%;
  position: absolute;
}

.image-team-barbershop-right {
  width: 15%;
  margin-top: -167px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.max-w-560px {
  max-width: 560px;
}

.content-blog-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-inside-image-container {
  z-index: 1;
  color: var(--neutral--100);
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 34px;
  right: 34px;
}

.text-inside-image-container.blog-post-featured {
  bottom: 56px;
  left: 44px;
  right: 44px;
}

.line-blog-post {
  width: 30px;
  min-height: 1px;
  background-color: var(--neutral--400);
  margin-left: 13px;
  margin-right: 13px;
}

.floating-item-left-team {
  z-index: -1;
  width: 350px;
  margin-top: -40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item-right-team {
  z-index: -1;
  width: 350px;
  margin-top: -186px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg---services-hero {
  z-index: -1;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.bg---team-member-hero {
  z-index: -1;
  min-height: 808px;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 14%;
  left: 0%;
  right: 0%;
}

.bg---blog-hero {
  z-index: -1;
  min-height: 922px;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 9%;
  left: 0%;
  right: 0%;
}

.card-latest-posts {
  display: flex;
}

.card-latest-posts:nth-child(2n) {
  margin-top: 104px;
  margin-bottom: -104px;
}

.card-blog-content {
  z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 34px;
  left: auto;
  right: auto;
}

.password-page.mg-bottom-32px {
  width: 75px;
}

.z-index--1 {
  z-index: -1;
  position: relative;
}

.card-locations-content {
  width: 90%;
  background-color: var(--neutral--100);
  margin-top: -110px;
  padding: 48px;
  position: relative;
}

.image-location {
  align-self: flex-start;
  margin-right: 12px;
}

.display-none {
  display: none;
}

.align-bottom {
  align-self: flex-end;
}

.image-team {
  width: 100%;
}

.bg---blog-post-category-hero {
  z-index: -1;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 32%;
  left: 0%;
  right: 0%;
}

.card-product-information {
  background-color: var(--neutral--100);
  padding: 75px 80px;
}

.list {
  color: var(--neutral--700);
}

.bg-image-video {
  width: 100%;
  background-image: url('../images/image-video-barbershop-webflow-ecommerce-template.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pd-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.image-top-floating-contact {
  width: 340px;
  margin-top: -132px;
  position: absolute;
}

.dropdown-link-open {
  width: 100%;
  color: var(--neutral--100);
  padding: 0;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-link-open:hover {
  color: var(--lux-green);
}

.dropdown-link-open.w--current {
  color: var(--neutral--100);
}

.dropdown-link-open.w--current:hover {
  color: var(--lux-green);
}

.dropdown-open {
  padding: 40px;
}

.dropdown-open.pd-48px {
  padding: 48px;
}

.dropdown-open.pd-48px.border-color-white {
  border: 1px solid var(--neutral--100);
  background-color: var(--neutral--800);
}

.dropdown-column-wrapper-open {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-toggle-barbershop {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-barbershop:hover {
  color: var(--lux-green);
}

.dropdown-toggle-barbershop.dark {
  color: var(--neutral--800);
}

.dropdown-toggle-barbershop.dark:hover {
  color: var(--secondary--color-2);
}

.dropdown-wrapper-barbershop {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.max-w-1350px {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1350px.mg-top-100px-tablet-top-0px {
  margin-top: 100px;
}

.cart-link-quantity {
  height: auto;
  min-width: auto;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.mg-top-100px-tablet {
  margin-top: 100px;
}

.mg-top-100px-tablet.mg-bottom-150px {
  margin-bottom: 150px;
}

.icon-close-cart {
  transition: transform .3s;
}

.icon-close-cart:hover {
  transform: scale(1.2);
}

.style---bg-color-secondary {
  background-color: var(--secondary--color-1);
  padding: 48px;
}

.cart-link-quantity-dark {
  height: auto;
  min-width: auto;
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.flex {
  display: flex;
}

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

.stats-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.services-container {
  grid-column-gap: 40px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-and-button-container {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

._2-large-imgs-right---imgs-container {
  width: 60%;
  margin-left: auto;
  margin-right: -80px;
}

._2-large-imgs-right---main-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-large-imgs-right---main-container.services-main-container {
  align-items: flex-start;
}

._2-large-imgs-right---img-top {
  width: 86%;
  margin-left: auto;
  display: block;
}

._2-large-imgs-right---img-bottom {
  width: 60%;
  margin-top: -56%;
  display: block;
}

.small-btn-inside-input {
  position: absolute;
  top: 0;
  right: 0;
}

.success-message-transparent {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.btn-inside-input-success-message {
  min-height: 84px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-section {
  z-index: 1;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.top-section.pd-top-150px {
  padding-top: 150px;
}

.top-section.pd-top-150px.pd-bottom-180px {
  padding-bottom: 0;
}

.top-section.pd-top-150px.pd-bottom-240px.contact-section {
  padding-bottom: 94px;
}

.top-section.pd-bottom-180px {
  padding-bottom: 180px;
}

.top-section.overflow-visible {
  overflow: visible;
}

.top-section.pd-bottom-150px {
  padding-bottom: 150px;
}

.top-section.pd-bottom-118px {
  padding-bottom: 118px;
}

.top-section.pd-bottom-240px {
  padding-bottom: 240px;
}

.mg-top-20px {
  margin-top: 20px;
}

.mg-bottom-300px {
  margin-bottom: 300px;
}

.team-member-hero-bg-image-left {
  z-index: -1;
  position: absolute;
  top: -128px;
  left: -156px;
}

.team-member-hero-bg-image-right {
  z-index: -1;
  position: absolute;
  top: -100px;
  right: -200px;
}

.mg-top-30px {
  margin-top: 30px;
}

.blog-category-link {
  color: var(--neutral--500);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.blog-category-link:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
}

.blog-category-link.w--current {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.blog-pagination {
  margin-top: 184px;
}

.bg---blog-post {
  z-index: -1;
  background-color: var(--neutral--800);
  position: absolute;
  top: 0%;
  bottom: 25%;
  left: 0%;
  right: 0%;
}

.blog-category-link-light {
  color: var(--neutral--600);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.blog-category-link-light:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--500);
}

.blog-category-link-light.w--current {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.products-link-image-container {
  z-index: 1;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

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

.tab-menu-link {
  color: var(--neutral--500);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: -2px;
  padding: 0 32px 28px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
  transition: border-color .3s, color .3s;
}

.tab-menu-link:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
}

.tab-menu-link.w--current {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
}

.input-and-quantity-amount {
  grid-column-gap: 44px;
  margin-bottom: 24px;
  display: flex;
}

.contact-form-success-message {
  min-height: 528px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link-icon-left {
  grid-column-gap: 16px;
  color: var(--neutral--100);
  transform-style: preserve-3d;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.contact-link-icon-left:hover {
  color: var(--lux-green);
  transform: translate3d(0, -4px, .01px);
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.accordion-btn-container {
  max-height: 38px;
  max-width: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-move--4px {
  transform-style: preserve-3d;
  transition-property: transform;
}

.hover-move--4px:hover {
  transform: translate3d(0, -4px, .01px);
}

.mg-right-12px {
  margin-right: 12px;
}

.header-simple-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer---logo-and-text-container {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pd-left-0 {
  padding-left: 0;
}

.text-capitalize {
  text-transform: capitalize;
}

.mg-bottom-200px {
  margin-bottom: 200px;
}

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

.link-black:hover {
  color: var(--neutral--700);
}

.text-span, .text-span-2 {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns._1-col-tablet.gap-row-80px {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .mg-right-40px {
    align-self: flex-start;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 91px;
  }

  .image-barbershop-right {
    left: -7%;
  }

  .top-section.pd-top-150px.pd-bottom-240px {
    padding-bottom: 100px;
  }

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

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .floating-item.barbershop-bottom-right {
    top: -425px;
  }

  .floating-item.barbershop-top-right {
    bottom: auto;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .content-blog-wrapper {
    padding-left: 88px;
    padding-right: 88px;
  }

  .card-latest-posts:nth-child(2n) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  blockquote {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet.gap-row-80px {
    grid-row-gap: 80px;
  }

  .grid-2-columns.hero-v1 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-2-columns.hero-v1.tablet-flex-reverse {
    grid-row-gap: 64px;
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.gap-40px.gap-24px-tablet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.blog-featured {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px {
    margin-top: 200px;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px.mg-bottom-180px {
    margin-bottom: 140px;
  }

  .grid-2-columns.hero-about {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-column-gap: 48px;
  }

  .grid-2-columns.services-items-grid {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
  }

  .grid-2-columns._1-28fr---1fr.gap-row-80px {
    grid-row-gap: 80px;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.content-left.team-blog-post {
    padding: 40px 32px;
  }

  .card.testimonial-card-color {
    padding: 56px 40px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.services-card-center {
    padding: 64px 40px;
  }

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

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 24px;
    margin-bottom: 56px;
  }

  .color-neutral-100.text-uppercase {
    letter-spacing: normal;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-24px.mg-bottom-12px-tablet {
    margin-bottom: 12px;
  }

  .mg-bottom-56px.mg-bottom-40px-tablet {
    margin-bottom: 40px;
  }

  .mg-top-16px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 12px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-16px.tablet-flex-horizontal {
    flex-direction: row;
    display: flex;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-primary.button-row {
    border-style: solid;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.center.mg-top-64px-mobile-top-28px {
    margin-top: 28px;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.pd-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-180px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

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

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h2-size.color-neutral-100 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper.content-center {
    justify-content: space-between;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--800);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.dark {
    color: var(--neutral--100);
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top {
    background-color: var(--lux-green);
  }

  .hamburger-menu-bar.bottom {
    background-color: var(--lux-green);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-circle-secondary.slider-arrow.left-arrow---top-right {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 112px;
  }

  .btn-circle-secondary.slider-arrow.right-arrow---top-right {
    top: auto;
    bottom: 0%;
    left: 112px;
    right: 0%;
  }

  .flex-horizontal.vertical-tablet-start {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.justify-left.tablet-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal.justify-space.tablet-flex-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hidden-on-tablet {
    display: none;
  }

  .footer-wrapper.pd-80px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .footer-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-middle {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .floating-item.barbershop-bottom-right {
    top: -264px;
  }

  .floating-item.barbershop-bottom-left {
    width: 30%;
    margin-top: -287px;
  }

  .floating-item.barbershop-top-right {
    max-width: 120px;
    top: -4%;
    right: -10%;
  }

  .floating-item.image-experience-top-left {
    width: 35%;
  }

  .floating-item.image-experience-bottom-right-copy {
    width: 40%;
    margin-top: 0;
  }

  .floating-item.image-products-top-right {
    width: 35%;
    margin-top: -80px;
  }

  .floating-item.image-clients {
    width: 25%;
    margin-top: 159px;
  }

  .floating-item.image-footer-top {
    width: 26%;
    top: 20px;
  }

  .floating-item.image-footer-bottom {
    width: 30%;
  }

  .floating-item.image-footer-right-top {
    width: 20%;
    top: 25%;
  }

  .floating-item.image-shop-left {
    width: 10%;
    margin-top: -8%;
  }

  .floating-item.image-shop-right {
    width: 20%;
    margin-bottom: -14%;
  }

  .floating-item.image-password-left {
    width: 35%;
    margin-bottom: 30px;
  }

  .floating-item.image-password-right {
    width: 30%;
  }

  .floating-item.image-404-left {
    width: 20%;
    margin-bottom: 30px;
  }

  .floating-item.image-404-right {
    width: 30%;
  }

  .floating-item.image-locations, .floating-item.image-floating-right {
    margin-top: -71px;
  }

  .floating-item.image-product-right {
    width: 20%;
  }

  .floating-item.image-product-left {
    width: 25%;
    margin-top: -22px;
  }

  .floating-item.image-floating-top-left {
    width: 32%;
    margin-top: -650px;
  }

  .lightbox-video-icon-wrapper {
    width: 80%;
  }

  .grid-5-columns.testimonial-stars-grid {
    margin-top: 0;
  }

  .slider-wrapper {
    padding-bottom: 120px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .image.barber-shop {
    width: 20%;
    margin-top: 0;
    left: 75%;
  }

  .image.mg-right-24px---tablet-mg-bottom-40px {
    margin-bottom: 40px;
  }

  .blog-card-image {
    width: 100%;
  }

  ._404-not-found {
    font-size: 320px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .cart-button-wrapper {
    margin-left: 40px;
    margin-right: 24px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bg---home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/Hero-image.jpg');
    background-position: 0 0, 50% 100%;
  }

  .mg-top-100px {
    margin-top: 80px;
  }

  .mg-top-100px.mg-bottom-80px.mg-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-services {
    width: 64px;
  }

  .max-w-412px {
    max-width: 100%;
  }

  .bg---about-hero {
    bottom: 68%;
  }

  .image-barbershop-right {
    margin-top: -146px;
    left: 0%;
  }

  .image-barbershop-left {
    margin-top: 0;
    position: relative;
    top: 10px;
    right: 0%;
  }

  .max-w-530px {
    max-width: 100%;
  }

  .image-right-barbershop-started {
    width: 100%;
  }

  .team-member-collection-item:nth-child(2n), .team-member-collection-item:last-child {
    margin-top: 0;
  }

  .image-team-barbershop-right {
    margin-top: -136px;
  }

  .max-w-560px {
    max-width: 100%;
  }

  .text-inside-image-container {
    bottom: 40px;
    left: 24px;
    right: 24px;
  }

  .text-inside-image-container.blog-post-featured {
    bottom: 48px;
    left: 40px;
    right: 40px;
  }

  .floating-item-left-team {
    width: 30%;
  }

  .floating-item-right-team {
    width: 30%;
    margin-top: -93px;
  }

  .bg---team-member-hero {
    bottom: 12%;
  }

  .bg---blog-hero {
    bottom: 0%;
  }

  .card-latest-posts:nth-child(2n) {
    margin-top: 64px;
    margin-bottom: -64px;
  }

  .align-bottom {
    align-self: auto;
  }

  .card-product-information {
    padding: 50px 40px;
  }

  .image-top-floating-contact {
    width: 35%;
    margin-top: -56px;
  }

  .dropdown-open {
    padding: 20px 0 14px;
  }

  .dropdown-open.pd-48px {
    padding: 48px 0 32px;
  }

  .dropdown-open.pd-48px.border-color-white {
    border-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .dropdown-column-wrapper-open {
    width: 100%;
    box-shadow: none;
    position: relative;
    transform: none;
  }

  .dropdown-column-wrapper-open.dropdown-header-v2 {
    left: 235px;
  }

  .dropdown-toggle-barbershop.dark {
    color: var(--neutral--100);
  }

  .max-w-1350px.mg-top-100px-tablet-top-0px {
    margin-top: 0;
  }

  .mg-top-100px-tablet {
    margin-top: 100px;
  }

  .services-container {
    grid-column-gap: 24px;
  }

  ._2-large-imgs-right---imgs-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-large-imgs-right---main-container {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .top-section.pd-top-150px {
    padding-top: 100px;
  }

  .top-section.pd-bottom-180px {
    padding-bottom: 140px;
  }

  .top-section.pd-bottom-150px {
    padding-bottom: 120px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 180px;
  }

  .mg-top-20px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top-20px.mg-top-0-tablet.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .mg-bottom-300px.mg-bottom-64px-tablet {
    margin-bottom: 64px;
  }

  .team-member-hero-bg-image-left {
    max-width: 200px;
    opacity: .4;
    top: -96px;
    left: -76px;
  }

  .team-member-hero-bg-image-right {
    max-width: 300px;
    top: auto;
    bottom: 266px;
  }

  .div-block-3 {
    align-self: flex-start;
  }

  .blog-pagination {
    margin-top: 132px;
  }

  .products-link-image-container {
    margin-bottom: 24px;
  }

  .mg-right-12px.mg-bt-16px-tablet {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer---logo-and-text-container {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    margin-top: 48px;
    margin-bottom: 40px;
    padding: 80px 32px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.hero-v1 {
    grid-column-gap: 80px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-column-16px-mbl {
    grid-column-gap: 16px;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px {
    margin-top: 150px;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px.mg-bottom-180px {
    margin-bottom: 120px;
  }

  .grid-2-columns.hero-about {
    grid-column-gap: 80px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2-columns.dropdown-pages-grid {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    display: flex;
  }

  .grid-2-columns._1fr---1-15fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.services-items-grid {
    grid-row-gap: 56px;
  }

  .grid-2-columns.footer-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1-28fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-28fr---1fr.gap-row-80px {
    grid-row-gap: 64px;
  }

  .card.content-left.team-blog-post {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.testimonial-card-color {
    padding: 48px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.figma-file {
    margin-bottom: 40px;
  }

  .card.services-card-center {
    padding-left: 32px;
    padding-right: 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-48px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-56px.mg-bottom-40px-tablet {
    margin-bottom: 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .mg-top-32px.text-center-mobile {
    text-align: center;
  }

  .mg-top-40px {
    margin-top: 24px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column._2-col-mbl.gap-28px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 48px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-3-columns._3-col-tablet, .grid-3-columns.gallery-v5 {
    grid-template-columns: 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._248px._180px-mbl {
    max-width: 180px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 16px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.next-btn {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
  }

  .btn-secondary {
    padding: 20px 16px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-btn {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.add-to-cart-quantity {
    max-width: 64px;
  }

  .position-relative.mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-area {
    font-size: 16px;
  }

  .text-area.mg-bottom-32px {
    margin-bottom: 24px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .avatar-circle.card-link---image-left {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.success-message-top-icon {
    margin-bottom: 16px;
    font-size: 56px;
  }

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

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 32px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .buttons-row.center.mg-top-64px-mobile-top-28px {
    margin-top: 28px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

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

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bg-image-video {
    background-image: linear-gradient(to bottom, null, null), url('../images/image-video-barbershop-webflow-ecommerce-template.jpg');
    background-position: 0 0, 40%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-180px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size, .heading-h2-size.color-neutral-100 {
    font-size: 26px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h5-size.color-neutral-500.footer-title {
    margin-bottom: 20px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow.left-arrow---top-right {
    font-size: 26px;
    right: 72px;
  }

  .btn-circle-secondary.slider-arrow.right-arrow---top-right {
    font-size: 26px;
    left: 72px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .flex-horizontal.justify-space.tablet-flex-vertical.align-center {
    text-align: center;
    align-items: center;
  }

  .flex-horizontal.mobile-flex-vertical {
    flex-direction: column;
  }

  .footer-wrapper.pd-80px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .floating-item.barbershop-bottom-right {
    width: 140px;
    top: -180px;
  }

  .floating-item.barbershop-top-right {
    top: -1%;
  }

  .floating-item.image-experience-top-left {
    margin-top: -78px;
  }

  .floating-item.image-clients {
    width: 150px;
  }

  .floating-item.image-password-left, .floating-item.image-404-left {
    margin-bottom: 30px;
  }

  .floating-item.image-404-right {
    margin-top: -131px;
    bottom: -18px;
  }

  .floating-item.image-floating-top-left {
    margin-top: -523px;
  }

  .floating-item.image-locations-bottom {
    max-width: 400px;
  }

  .play-button-large {
    max-width: 80px;
  }

  .lightbox-video-icon-wrapper {
    width: 60%;
  }

  .slider-wrapper {
    padding-bottom: 88px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .pd---content-inside-card {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 24px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image.barber-shop {
    top: -38px;
  }

  .image.mg-right-24px---tablet-mg-bottom-40px {
    margin-bottom: 32px;
  }

  .slide-item-mg.mg-right-40px {
    margin-right: 32px;
  }

  ._404-not-found {
    margin-bottom: 40px;
    font-size: 200px;
  }

  .cart-button-wrapper {
    margin-right: 0;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .mg-top-100px {
    margin-top: 64px;
  }

  .image-services {
    width: 56px;
  }

  .image-barbershop-right {
    margin-top: 0;
    margin-bottom: -156px;
    position: static;
  }

  .image-barbershop-left {
    top: 20px;
  }

  .image-left-barbershop-started {
    width: 80%;
    margin-top: -26%;
  }

  .image-right-barbershop-started {
    width: 80%;
    margin-top: 36px;
  }

  .image-team-barbershop-right {
    margin-top: -94px;
  }

  .text-inside-image-container.blog-post-featured {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .floating-item-right-team {
    margin-top: -105px;
  }

  .bg---services-hero {
    bottom: 58%;
  }

  .card-latest-posts:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .password-page.mg-bottom-32px {
    width: 50px;
  }

  .card-locations-content {
    width: 94%;
    margin-top: -64px;
    padding: 40px 32px;
  }

  .card-product-information {
    padding: 40px 32px;
  }

  .image-top-floating-contact {
    margin-top: -30px;
  }

  .dropdown-open.pd-48px {
    padding-bottom: 24px;
  }

  .dropdown-column-wrapper-open.dropdown-header-v2 {
    left: 105px;
  }

  .mg-top-100px-tablet {
    margin-top: 80px;
  }

  .mg-top-100px-tablet.mg-bottom-150px {
    margin-bottom: 100px;
  }

  .style---bg-color-secondary {
    padding: 34px 24px;
  }

  .stats-container {
    grid-column-gap: 48px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .title-and-button-container {
    margin-bottom: 40px;
  }

  ._2-large-imgs-right---imgs-container {
    width: 100%;
  }

  .top-section, .top-section.pd-top-150px {
    padding-top: 64px;
  }

  .top-section.pd-bottom-180px {
    padding-bottom: 120px;
  }

  .top-section.pd-bottom-150px {
    padding-bottom: 80px;
  }

  .top-section.pd-bottom-118px {
    padding-bottom: 72px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 140px;
  }

  .team-member-hero-bg-image-left {
    top: -80px;
    left: -82px;
  }

  .blog-category-link {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .blog-pagination {
    margin-top: 48px;
  }

  .blog-category-link-light {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .tab-menu-link {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .input-and-quantity-amount {
    grid-column-gap: 32px;
  }

  .contact-form-success-message {
    min-height: 480px;
  }

  .accordion-btn-container {
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .header-simple-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-bottom-200px.mg-bottom-0-mbl {
    margin-bottom: 0;
  }
}

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

  blockquote {
    padding: 56px 24px;
    font-size: 16px;
  }

  .grid-2-columns.form {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px {
    margin-top: 120px;
  }

  .grid-2-columns.mg-top-210px---tablet-mg-top-200px.mg-bottom-180px {
    margin-bottom: 100px;
  }

  .grid-2-columns._1fr---1-15fr.gap-row-64px, .grid-2-columns.services-items-grid {
    grid-row-gap: 48px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.team-blog-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-card-color {
    padding: 28px 24px 40px;
  }

  .card.services-card-center {
    padding: 48px 24px;
  }

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

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

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

  .mg-bottom-64px.mg-bottom-40px-mbp {
    margin-bottom: 40px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .display-1 {
    font-size: 32px;
  }

  .grid-1-column._2-col-mbl.gap-28px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-3 {
    font-size: 24px;
  }

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

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    border-radius: 16px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.next-btn {
    margin: 8px 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.small.link-image-btn-inside {
    width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .btn-secondary.previous-btn {
    margin: 8px 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.subscribe-btn-inside {
    min-height: 64px;
    padding-bottom: 18px;
    padding-right: 0;
  }

  .input.add-to-cart-quantity {
    max-width: 56px;
  }

  .position-relative.mg-bottom-64px {
    margin-bottom: 32px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .line-square-icon.success-message-top-icon {
    font-size: 48px;
  }

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

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .rich-text ul {
    padding-left: 24px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 24px;
  }

  .rich-text h6 {
    margin-top: 32px;
  }

  .rich-text h5, .rich-text h4 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .buttons-row {
    flex-direction: column;
  }

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

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, var(--neutral--800) 62%, white 62%);
    padding-bottom: 94px;
  }

  .section.pd-150px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section.bg-image-video {
    background-image: linear-gradient(to bottom, null, null), url('../images/image-video-barbershop-webflow-ecommerce-template.jpg');
    background-position: 0 0, 55%;
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section.pd-180px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h2-size.color-neutral-100 {
    font-size: 24px;
    line-height: 32px;
  }

  .header-nav-menu-wrapper {
    justify-content: flex-start;
  }

  .header-nav-link {
    flex: 1;
  }

  .header-nav-link.header-cart-link, .header-nav-link.header-cart-link-dark {
    white-space: nowrap;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 24px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-vertical.gap-12px {
    text-align: left;
  }

  .flex-horizontal.justify-left.vertical-left-mbp {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.justify-space.tablet-flex-vertical.align-center {
    text-align: center;
    align-items: center;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .floating-item.barbershop-bottom-right {
    width: 120px;
    top: -144px;
  }

  .floating-item.image-experience-top-left {
    margin-top: -27px;
  }

  .floating-item.image-products-top-right {
    margin-top: -65px;
  }

  .floating-item.image-shop-left {
    width: 14%;
  }

  .floating-item.image-shop-right {
    width: 28%;
    margin-bottom: -18%;
  }

  .floating-item.image-password-left, .floating-item.image-404-left {
    margin-bottom: 30px;
  }

  .floating-item.image-404-right {
    margin-top: -108px;
  }

  .floating-item.image-floating-top-left {
    margin-top: -673px;
  }

  .floating-item.image-locations-bottom {
    max-width: 240px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .accordion-btn-line.vertical {
    height: 24px;
  }

  .accordion-btn-line.horizontal {
    width: 24px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu {
    border-left: 2px solid var(--neutral--400);
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .pd---content-inside-card.large {
    padding: 40px 0;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-content-v8 {
    bottom: 32px;
    left: 24px;
  }

  .image.mg-right-24px {
    margin-right: 20px;
  }

  .categories-badges-item-wrapper {
    flex-direction: column;
  }

  .categories-badges-wrapper {
    border-left: 2px solid var(--neutral--400);
    border-bottom-style: none;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .categories-badges-wrapper.light {
    border-left-color: var(--neutral--700);
  }

  ._404-not-found {
    font-size: 140px;
  }

  .cart-button-wrapper {
    margin-left: 32px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-top-100px {
    margin-top: 48px;
  }

  .image-services {
    width: 48px;
  }

  .line-center.mg-left-16px.mg-right-16px {
    width: 100%;
    height: 1px;
    margin: 12px 0;
  }

  .image-barbershop-right {
    margin-bottom: 167px;
  }

  .image-left-barbershop-started {
    margin-top: -42%;
  }

  .image-right-barbershop-started {
    margin-top: 12px;
  }

  .image-team-barbershop-right {
    margin-top: -50px;
  }

  .text-inside-image-container {
    bottom: 32px;
  }

  .text-inside-image-container.blog-post-featured {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .floating-item-right-team {
    margin-top: -53px;
  }

  .card-blog-content {
    margin-left: 0;
    margin-right: 25px;
    bottom: 32px;
    left: 24px;
  }

  .card-locations-content {
    margin-top: -48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-product-information {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-top-floating-contact {
    margin-top: -30px;
  }

  .dropdown-open.pd-48px {
    padding-top: 32px;
  }

  .dropdown-open.pd-48px.border-color-white {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .dropdown-wrapper-barbershop {
    margin-left: 0;
    margin-right: 0;
  }

  .mg-top-100px-tablet.mg-bottom-150px {
    margin-top: 64px;
  }

  .stats-container {
    grid-row-gap: 24px;
  }

  .services-container {
    grid-column-gap: 16px;
  }

  ._2-large-imgs-right---main-container {
    grid-row-gap: 56px;
  }

  .small-btn-inside-input {
    margin-top: 24px;
    position: static;
  }

  .btn-inside-input-success-message {
    min-height: 142px;
    flex-direction: column;
  }

  .top-section, .top-section.pd-top-150px {
    padding-top: 48px;
  }

  .top-section.pd-bottom-180px {
    padding-bottom: 100px;
  }

  .top-section.pd-bottom-150px {
    padding-bottom: 72px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 120px;
  }

  .mg-bottom-300px.mg-bottom-64px-tablet {
    margin-bottom: 48px;
  }

  .blog-category-link {
    border-bottom-style: none;
    border-left: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: -2px;
    padding: 8px 0 8px 24px;
  }

  .blog-category-link:hover {
    border-left-color: var(--neutral--600);
  }

  .blog-category-link.w--current {
    border-left-color: var(--neutral--800);
  }

  .blog-category-link-light {
    border-bottom-style: none;
    border-left: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: -2px;
    padding: 8px 0 8px 24px;
  }

  .blog-category-link-light:hover {
    border-left-color: var(--neutral--600);
  }

  .blog-category-link-light.w--current {
    border-left-color: var(--neutral--100);
  }

  .tab-menu-link {
    text-align: left;
    border-bottom-style: none;
    border-left: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: -2px;
    padding: 8px 0 8px 24px;
    font-size: 16px;
  }

  .tab-menu-link:hover {
    border-left-color: var(--neutral--600);
  }

  .tab-menu-link.w--current {
    border-left-color: var(--neutral--800);
  }

  .input-and-quantity-amount {
    grid-column-gap: 24px;
  }

  .contact-form-success-message {
    min-height: 628px;
  }
}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-b837a1fe, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-b837a1fe, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-b837a1fe, #w-node-b802a070-9102-8775-5428-930ff319ab2f-b837a1fe, #w-node-bcef0420-88e8-e540-7bbf-3a6476e9d797-b837a1fe, #w-node-_43bc9e22-64a6-32fe-17ba-8261408d0aa3-b837a1fe, #w-node-_9830731a-6814-238b-4272-fd8bd74e4f47-b837a1fe, #w-node-_97c593c7-a63c-4acb-fe19-cb4959949a33-b837a1fe, #w-node-_4ec4ed51-3f68-5d88-0f24-0c28f403a16b-b837a1fe, #w-node-_2df90009-8286-703e-d5bd-e2059767e62d-b837a1fe, #w-node-_47503233-cfd0-e545-9465-1a1c63a2630c-b837a1fe, #w-node-_2d27e5f7-b3ac-9a8f-162a-e39ed567eef1-b837a1fe, #w-node-bc97bfe3-32f5-d3fb-06fd-cc839c485962-b837a1fe, #w-node-b7c1021e-b50b-8d97-64e3-4fde725d9689-b837a1fe, #w-node-_589343b5-e9f7-06a0-87d0-a90aa606db0e-b837a1fe, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-b837a1fe, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-b837a1fe, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-b837a1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0194494a-6081-5baf-f8e7-a306f3fc165e-b837a1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b837a1fe, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-b837a1fe, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-b837a1fe, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-b837a1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a02c45ad-c382-1696-4abc-b988e5c36c84-b837a1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b837a1fe, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-b837a1fe, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-b837a1fe, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-b837a1fe, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-b837a1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73195197-9428-6c7a-c5a6-70e3e62073be-7396ce96, #w-node-_73195197-9428-6c7a-c5a6-70e3e62073d3-7396ce96, #w-node-_73195197-9428-6c7a-c5a6-70e3e62073d7-7396ce96, #w-node-_73195197-9428-6c7a-c5a6-70e3e62073e7-7396ce96, #w-node-_6ae1f5f7-807d-761a-db7f-8db8395d40b8-2000d066 {
  align-self: start;
}

#w-node-_6ae1f5f7-807d-761a-db7f-8db8395d40bb-2000d066 {
  align-self: center;
}

#w-node-_6ae1f5f7-807d-761a-db7f-8db8395d40cf-2000d066, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5476-b837a203 {
  align-self: start;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-b837a203 {
  align-self: start;
  justify-self: end;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5484-b837a203, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5486-b837a203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-b837a203 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_41b51d83-8034-ad08-3556-6bceb01b62c1-b837a203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2965e588-5d3b-9e8d-a75c-936edb7cae12-b837a203 {
  align-self: start;
}

#w-node-_2965e588-5d3b-9e8d-a75c-936edb7cae1d-b837a203 {
  align-self: end;
  justify-self: end;
}

#w-node-_9d1bd21c-8037-9869-38f6-9d1cf8278cf4-b837a203 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-b6dc6997-da60-86bc-4a52-f4209f06cc26-b837a205, #w-node-_069ad660-6505-739c-db34-b155ea8bb8cf-b837a20b {
  align-self: start;
}

#w-node-_069ad660-6505-739c-db34-b155ea8bb8de-b837a20b, #w-node-_069ad660-6505-739c-db34-b155ea8bb8d7-b837a20b {
  justify-self: start;
}

#w-node-_9022529e-46c8-e5d9-a8b4-795a1e2a2bae-b837a20b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0da2f758-2304-725b-187b-bf0970cdf344-b837a20f, #w-node-_0da2f758-2304-725b-187b-bf0970cdf347-b837a20f, #w-node-_0da2f758-2304-725b-187b-bf0970cdf34a-b837a20f, #w-node-_428959e8-8d65-c5d5-6a05-bb1179543133-b837a20f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7921574-bd03-1fad-6e1b-09d9539bf7f5-b837a20f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e77d08a9-fe7d-dd79-5001-52831d843990-b837a212 {
  align-self: start;
}

#w-node-e77d08a9-fe7d-dd79-5001-52831d843986-b837a212 {
  justify-self: end;
}

#w-node-a1ad61d1-5979-27e1-a578-2810fdc8503a-b837a212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ad61d1-5979-27e1-a578-2810fdc8503d-b837a212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1177e6a8-e6ed-9312-8561-8b1a247c8428-b837a214 {
  align-self: start;
  justify-self: end;
}

#w-node-d48762c1-686d-830f-9bb3-92536678df19-b837a214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d74f582-c6f6-405f-0185-07c456887a36-b837a214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0dd7962e-6158-45a5-08a7-329f72ec871d-b837a21a {
  align-self: start;
}

#w-node-_208851b7-5eb4-3db7-52c0-537454b14080-b837a21a {
  align-self: center;
  justify-self: end;
}

#w-node-_0dd7962e-6158-45a5-08a7-329f72ec8732-b837a21a, #w-node-_0dd7962e-6158-45a5-08a7-329f72ec8736-b837a21a, #w-node-_0dd7962e-6158-45a5-08a7-329f72ec8746-b837a21a {
  align-self: start;
}

#w-node-_0dd7962e-6158-45a5-08a7-329f72ec8758-b837a21a {
  align-self: start;
  justify-self: end;
}

#w-node-a2058c49-8c6a-d25b-f93c-d522d4f7d20c-b837a250 {
  align-self: start;
}

#w-node-a2058c49-8c6a-d25b-f93c-d522d4f7d20f-b837a250 {
  align-self: center;
}

#w-node-a2058c49-8c6a-d25b-f93c-d522d4f7d223-b837a250, #w-node-_63e88b69-97f6-3e6e-6633-d37cd44db985-b837a250 {
  align-self: start;
}

#w-node-_63e88b69-97f6-3e6e-6633-d37cd44db988-b837a250 {
  align-self: center;
}

#w-node-_63e88b69-97f6-3e6e-6633-d37cd44db99c-b837a250 {
  align-self: start;
}

#w-node-_3caa716c-c926-b59a-fe65-b19d924d7b14-b837a269 {
  align-self: stretch;
}

#w-node-_3caa716c-c926-b59a-fe65-b19d924d7b16-b837a269 {
  justify-self: end;
}

#w-node-c47d5fc0-197c-fbbc-8cb8-da9de28a9669-b837a269 {
  align-self: center;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-b837a271 {
  align-self: start;
}

#w-node-_8921283a-c42e-bcc3-f705-639081f288b9-b837a272 {
  align-self: center;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-b837a276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3caa716c-c926-b59a-fe65-b19d924d7b14-25605968 {
  align-self: stretch;
}

#w-node-_3caa716c-c926-b59a-fe65-b19d924d7b16-25605968 {
  justify-self: end;
}

#w-node-_9f9740e3-a19c-45b7-d29f-a3cf574ab81e-25605968, #w-node-_9f9740e3-a19c-45b7-d29f-a3cf574ab828-25605968, #w-node-c47d5fc0-197c-fbbc-8cb8-da9de28a9669-25605968 {
  align-self: center;
}

#w-node-db0e0f33-a24a-7ed8-10c8-0a15ec62f712-84652afa {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5476-2f9d2537 {
  align-self: start;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-2f9d2537 {
  align-self: start;
  justify-self: end;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5484-2f9d2537, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5486-2f9d2537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-2f9d2537 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_41b51d83-8034-ad08-3556-6bceb01b62c1-2f9d2537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2965e588-5d3b-9e8d-a75c-936edb7cae12-2f9d2537 {
  align-self: start;
}

#w-node-_2965e588-5d3b-9e8d-a75c-936edb7cae1d-2f9d2537 {
  align-self: end;
  justify-self: end;
}

#w-node-_9d1bd21c-8037-9869-38f6-9d1cf8278cf4-2f9d2537 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_45bd1803-1f86-9df0-d5da-f3600537aeb5-2f9d2537, #w-node-_069ad660-6505-739c-db34-b155ea8bb8cf-c90deb53 {
  align-self: start;
}

#w-node-_069ad660-6505-739c-db34-b155ea8bb8de-c90deb53, #w-node-_069ad660-6505-739c-db34-b155ea8bb8d7-c90deb53 {
  justify-self: start;
}

#w-node-_069ad660-6505-739c-db34-b155ea8bb8f7-c90deb53 {
  align-self: start;
  justify-self: end;
}

#w-node-_069ad660-6505-739c-db34-b155ea8bb90b-c90deb53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5476-65399031 {
  align-self: start;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-65399031 {
  align-self: start;
  justify-self: end;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5484-65399031, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5486-65399031 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-65399031 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-b837a203, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-2f9d2537, #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac548a-65399031 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_09cf7c7b-5e4e-cd29-0d6a-b5b135c03ab8-65399031, #w-node-_62f592ec-11c4-8424-4e67-dd8e6a8c9366-65399031, #w-node-dd9fbdf4-6dc8-68e3-c3ef-c7e4804b7b35-65399031, #w-node-a8d23e13-85c6-1e9c-ab67-9844b6fdee49-65399031, #w-node-_7f4a994b-1cdf-e29a-9ae5-89792af32845-65399031, #w-node-_818c2032-0a59-f3dd-d763-03d20665454c-65399031, #w-node-_4c527c5f-48f0-fd41-d4ef-848b1b08e99f-65399031, #w-node-_1c9403bd-4015-26c9-eae8-59e2e148389b-65399031, #w-node-_526b3de3-8983-cebd-a14e-4b2babc88103-65399031, #w-node-_4d3a7787-1981-61b8-925b-7a3c6432758b-65399031 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0194494a-6081-5baf-f8e7-a306f3fc165e-b837a1fe {
    order: -9999;
    justify-self: auto;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b837a1fe, #w-node-a02c45ad-c382-1696-4abc-b988e5c36c84-b837a1fe, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b837a1fe {
    order: -9999;
  }

  #w-node-_73195197-9428-6c7a-c5a6-70e3e62073be-7396ce96 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73195197-9428-6c7a-c5a6-70e3e62073d7-7396ce96 {
    align-self: start;
  }

  #w-node-e77d08a9-fe7d-dd79-5001-52831d843990-b837a212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e77d08a9-fe7d-dd79-5001-52831d843986-b837a212 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-a1ad61d1-5979-27e1-a578-2810fdc8503d-b837a212, #w-node-_5d74f582-c6f6-405f-0185-07c456887a36-b837a214 {
    justify-self: auto;
  }

  #w-node-_0dd7962e-6158-45a5-08a7-329f72ec871d-b837a21a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0dd7962e-6158-45a5-08a7-329f72ec8736-b837a21a {
    align-self: start;
  }

  #w-node-_0dd7962e-6158-45a5-08a7-329f72ec8758-b837a21a {
    justify-self: center;
  }

  #w-node-_3caa716c-c926-b59a-fe65-b19d924d7b14-b837a269 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3caa716c-c926-b59a-fe65-b19d924d7b16-b837a269 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82111b98-f7d2-bb42-710b-71366d049a8b-b837a269, #w-node-a2074311-aca1-8a86-0346-7895bfa0821f-b837a269, #w-node-_74940a26-7138-95ae-a4a3-e70ec81bad20-b837a269, #w-node-_558de107-ef1f-8a2d-5fe4-4fe3e1defb97-b837a269, #w-node-cd765a7a-c099-a96e-b26a-70009c0d08c9-b837a269, #w-node-_44e0e9ad-5021-56f1-e0b3-1288f2594fd8-b837a269, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd364-b837a272, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd36b-b837a272, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd372-b837a272, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd379-b837a272, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd380-b837a272, #w-node-_99dd5c9a-3d15-5867-75de-eea9415dd387-b837a272 {
    align-self: start;
  }

  #w-node-_3caa716c-c926-b59a-fe65-b19d924d7b14-25605968 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3caa716c-c926-b59a-fe65-b19d924d7b16-25605968 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82111b98-f7d2-bb42-710b-71366d049a8b-25605968, #w-node-a2074311-aca1-8a86-0346-7895bfa0821f-25605968, #w-node-_74940a26-7138-95ae-a4a3-e70ec81bad20-25605968, #w-node-_558de107-ef1f-8a2d-5fe4-4fe3e1defb97-25605968, #w-node-cd765a7a-c099-a96e-b26a-70009c0d08c9-25605968, #w-node-_44e0e9ad-5021-56f1-e0b3-1288f2594fd8-25605968 {
    align-self: start;
  }

  #w-node-db0e0f33-a24a-7ed8-10c8-0a15ec62f710-84652afa, #w-node-db0e0f33-a24a-7ed8-10c8-0a15ec62f716-84652afa {
    order: -9999;
  }

  #w-node-_069ad660-6505-739c-db34-b155ea8bb8f7-c90deb53 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b837a1fe, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b837a1fe {
    order: -9999;
  }

  #w-node-_73195197-9428-6c7a-c5a6-70e3e62073be-7396ce96 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-b837a203 {
    justify-self: start;
  }

  #w-node-_9d1bd21c-8037-9869-38f6-9d1cf8278cf4-b837a203 {
    grid-column: span 1 / span 1;
  }

  #w-node-f7921574-bd03-1fad-6e1b-09d9539bf7f5-b837a20f {
    justify-self: start;
  }

  #w-node-a1ad61d1-5979-27e1-a578-2810fdc8503d-b837a212 {
    justify-self: auto;
  }

  #w-node-_0dd7962e-6158-45a5-08a7-329f72ec871d-b837a21a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-b837a276, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-b837a276, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-b837a276, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-b837a276, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-b837a276, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-b837a276, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-b837a276, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-b837a276, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-b837a276, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-b837a276, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-b837a276, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-b837a276, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-b837a276, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-b837a276, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-b837a276, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-b837a276, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-b837a276, #w-node-_02a7921f-4ccb-5c17-d956-89e614dba049-b837a276, #w-node-_02a7921f-4ccb-5c17-d956-89e614dba05d-b837a276, #w-node-_02a7921f-4ccb-5c17-d956-89e614dba071-b837a276, #w-node-_02a7921f-4ccb-5c17-d956-89e614dba085-b837a276, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-b837a276, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-b837a276, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-b837a276, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-b837a276, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-b837a276, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-b837a276, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-b837a276, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-b837a276, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-b837a276 {
    order: -9999;
  }

  #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-2f9d2537 {
    justify-self: start;
  }

  #w-node-_9d1bd21c-8037-9869-38f6-9d1cf8278cf4-2f9d2537 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8311b1a1-847c-07ac-88f7-5ba01eac5479-65399031 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dcc71242-2e78-f711-c2ec-fbea3b2536e1-b837a212, #w-node-dcc71242-2e78-f711-c2ec-fbea3b2536e2-b837a212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f9740e3-a19c-45b7-d29f-a3cf574ab81e-25605968 {
    align-self: auto;
  }

  #w-node-_069ad660-6505-739c-db34-b155ea8bb90b-c90deb53 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Holybuckdemo 1grmb';
  src: url('../fonts/Holybuckdemo-1GRmB.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}