:root {
  --beige: #f8f4e7;
  --dark: #34291f;
  --dark-grey: #3c3f42;
  --navbar--default-color: white;
  --white: #fff;
  --grey\<deleted\|variable-e39d4c04-541e-d20e-57a9-6825e6950654\>: #888;
  --sand: #928981;
  --brown: #61534c;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  background-color: var(--beige);
  color: var(--dark);
  font-family: General Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 500;
  line-height: .85;
}

h2 {
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

h3 {
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: .9;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

a {
  color: var(--dark);
  text-decoration: none;
}

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

li {
  margin-bottom: 1rem;
}

label {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

blockquote {
  -webkit-text-stroke-width: .5px;
  border-left: .4em #e2e2e2;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: .75rem;
}

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

.main-wrapper {
  z-index: 2;
  background-color: var(--beige);
  position: relative;
  overflow: clip;
}

.resources_heading {
  color: #1c1c1c;
  letter-spacing: .5px;
  border-bottom: 1px solid #e0dad0;
  padding-bottom: 1.875rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.resources_heading.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.resources_item {
  border: 1px solid var(--dark);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  transform-origin: 0 100%;
  -webkit-text-stroke-width: 0px;
  font-size: 2.25rem;
  line-height: 1;
}

.resources_items {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

.resources_items.more-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.resources_subheading {
  color: var(--dark);
  font-size: 1rem;
  font-weight: 600;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.heading-style-h2 {
  -webkit-text-stroke-width: 2.5px;
  font-family: Cardo, sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: .9;
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.text-size-large, .text-rich-text {
  font-size: 1.25rem;
}

.text-rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
}

.text-rich-text h1 {
  margin-bottom: 2rem;
  font-size: 10rem;
}

.text-rich-text h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
}

.text-rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}

.text-rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.text-rich-text h5 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text p {
  margin-bottom: 2rem;
}

.text-rich-text figure {
  margin-bottom: 3rem;
}

.heading-style-h6 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-style-h6.font-serif.with-h6 {
  -webkit-text-stroke-width: 1px;
  font-size: 1.75rem;
}

.heading-style-h3 {
  color: var(--beige);
  -webkit-text-stroke-width: 1px;
  font-family: Instrument Serif, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: .9;
}

.resources_section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h1 {
  font-size: 8rem;
  line-height: .85;
  display: block;
}

.text-size-medium {
  font-size: 1.125rem;
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  font-size: 3.75rem;
  line-height: 1;
}

.heading-style-h4.display-inline {
  float: left;
  color: var(--beige);
  text-align: left;
}

.opacity-50 {
  opacity: .5;
}

.hide {
  display: none;
}

.ecommerce_block-head {
  -webkit-text-stroke-width: .5px;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #61534c33;
  padding: 1.5rem;
}

.ecommerce_shipping-texts {
  grid-row-gap: .35rem;
}

.ecommerce_checkbox-label {
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
}

.ecommerce_checkbox {
  margin-top: 0;
}

.ecommerce_input {
  color: var(--dark);
  border: 1px #000;
  border-radius: 0;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ecommerce_input:focus, .ecommerce_input.-wfp-focus {
  border: 1px #000;
}

.ecommerce_label {
  font-size: 1rem;
  font-weight: 500;
}

.ecommerce_label.bold {
  font-weight: 600;
}

.utility_page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility_content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

.utility_content.large {
  max-width: 27rem;
}

.utility_form {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-404-content {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-list-wrapper-v3 {
  z-index: 1;
  width: 100%;
  position: sticky;
  top: 0;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.resources_license-wrap {
  aspect-ratio: 2;
  border: 2px solid var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_license-wrap:hover {
  filter: brightness(120%);
}

.resources_font-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

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

.resources_font-1 {
  color: var(--dark);
  font-family: Instrument Serif, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.resources_license-text {
  z-index: 5;
  color: #fff;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  position: absolute;
}

.resources_licenses-group {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_font-2 {
  color: var(--dark);
  font-family: General Sans, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

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

.text-align-center.is-tablet-left {
  color: var(--beige);
  margin-bottom: 140px;
  padding-bottom: 0;
  display: block;
}

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

.ae-02-elements_button {
  color: #b0b0b0;
  text-transform: uppercase;
  background-color: #15141c;
  border-radius: 100vw;
  padding: 1.05rem 2.1rem;
  font-size: .75rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

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

.about-clients_wrap {
  aspect-ratio: 2;
  background-color: var(--dark-grey);
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: border-color .2s;
  display: flex;
}

.about-clients_wrap:hover {
  border: 1px solid #ffffff36;
}

.about-awards_item {
  grid-column-gap: 2rem;
  cursor: none;
  border: 1px solid #424242;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
}

.about-awards_item:hover {
  z-index: 5;
}

.text-style-all-caps {
  text-transform: uppercase;
}

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

.text-style-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1.125rem;
  font-weight: 700;
}

.text-style-label.small {
  font-size: 1rem;
}

.display-inline {
  display: inline;
}

.error-message {
  color: #a12c2e;
}

.error-message.round {
  border-radius: .5rem;
}

.text-color-dark {
  color: var(--dark);
}

.padding-global {
  float: none;
  color: var(--navbar--default-color);
  text-align: center;
  background-color: #34291f;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.z-index-2 {
  background-color: #313c3200;
}

.padding-global.full-height {
  height: 100%;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.full-height {
  height: 100%;
}

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

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.ss_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .75rem;
  line-height: 1.3;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

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

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

.background-color-grey {
  background-color: #646775;
}

.ss_text-color {
  flex-direction: column;
  margin-top: 1rem;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.ss_text-color.dark {
  background-color: #8f92a0;
  border-radius: 4px;
  padding: .375rem .875rem;
}

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

.ss_bg-color {
  border-radius: 4px;
}

.ss_bg-color.dark {
  border: 1px solid #d8d8dd;
}

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

.text-color-dark-grey {
  color: var(--dark-grey);
}

.background-color-dark-grey {
  background-color: #4b4d53;
}

.text-color-grey {
  color: var(--grey\<deleted\|variable-e39d4c04-541e-d20e-57a9-6825e6950654\>);
}

.padding-section-small {
  padding-top: 6rem;
}

.padding-section-medium {
  padding-top: 1rem;
}

.padding-section-large {
  background-color: #313c32;
  padding-top: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 3rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  -webkit-text-stroke-color: var(--dark);
  background-color: #313c32;
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xhuge.is-mobile-smaller {
  padding-top: 10rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-custom-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.container-xsmall {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.ecommerce_component {
  background-color: var(--beige);
}

.ecommerce_block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.ecommerce_shipping-item {
  background-color: #0000;
  border: 1px #000;
}

.ecommerce_section {
  border: 1px solid var(--dark);
  width: 100%;
  overflow: hidden;
}

.ecommerce_shipping {
  border: 1px #000;
}

.button_fill {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 50%;
  padding: 1.5rem 4rem;
  font-size: 1.125rem;
  transition: filter .2s;
}

.button_fill:hover {
  filter: brightness(110%);
}

.ecommerce_radio-button {
  filter: saturate(0%);
}

.ecommerce_web-payments {
  overflow: hidden;
}

.container-xxsmall {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-xlarge {
  padding-top: 10rem;
}

.padding-section-xlarge.is-mobile-big {
  background-color: #313c32;
}

.ecommerce_empty {
  background-color: var(--dark-grey);
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #636363;
  padding: 1.5rem;
}

.resources_link {
  color: var(--dark);
  text-decoration: underline;
}

.home-header_content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: relative;
}

.home-header_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 99;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  top: 0;
}

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

.navbar_links-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_video-wrap {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.button_text {
  z-index: 3;
  color: var(--beige);
  position: relative;
}

.button {
  border: 2px solid var(--beige);
  color: var(--beige);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--beige);
  white-space: nowrap;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button.dark {
  border-color: var(--dark);
  color: var(--dark);
}

.button.dark.transparent-bg {
  background-color: #0000;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop_list-wrapper {
  width: 100%;
}

.shop_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 101%;
  max-width: none;
  height: 100%;
}

.shop_image-wrap {
  aspect-ratio: 2 / 2.5;
  width: 100%;
  overflow: hidden;
}

.shop_item-infos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.shop_item-block {
  flex-flow: column;
  display: flex;
}

.shop_item-block:hover {
  filter: brightness(105%);
}

.shop_item-texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-mission_images-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-mission_image-1 {
  z-index: 5;
  width: 25vh;
  position: absolute;
  top: 0;
  left: 10vw;
}

.home-mission_image-2 {
  z-index: 6;
  width: 23vh;
  position: absolute;
  top: 0;
  left: 29.7vw;
}

.home-mission_image-3 {
  z-index: 7;
  width: 27vh;
  position: absolute;
  top: 0;
  right: 12.2vw;
}

.home-mission_words-wrap {
  overflow: hidden;
}

.home-mission_word._3 {
  box-sizing: border-box;
  object-fit: none;
  flex: 0 auto;
  display: block;
  position: absolute;
  top: 200%;
  overflow: visible;
}

.home-mission_word._2 {
  position: absolute;
  top: 100%;
}

.home-mission_words {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.home-mission_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-mission_wrap {
  width: 100%;
  height: 312.5rem;
}

.home-mission_content {
  z-index: 3;
  color: var(--dark);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-mission_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-mission_video-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 21vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.navbar_logo-wrap {
  z-index: 101;
  position: relative;
}

.navbar_logo-wrap:hover {
  opacity: .8;
}

.navbar_link {
  color: var(--beige);
  -webkit-text-stroke-width: .2px;
  font-size: 1.25rem;
}

.navbar_link.is-dark {
  color: var(--dark);
  padding-right: 1rem;
}

.navbar_link.is-dark:hover {
  background-image: url('../images/arrow-link.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .5rem;
  padding-left: 1rem;
  padding-right: 0;
}

.navbar_link._1 {
  box-sizing: border-box;
  object-fit: fill;
  position: relative;
}

.navbar_links-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.home-header_wrapper {
  position: relative;
}

.home-header_intro {
  z-index: 5;
  padding-top: 5rem;
  padding-bottom: 20rem;
  position: relative;
}

.home-header_intro-blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #313c3269;
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 0%;
  -webkit-mask-image: linear-gradient(#0000, #000 50%);
  mask-image: linear-gradient(#0000, #000 50%);
}

.navbar_logo {
  color: var(--navbar--default-color);
  justify-content: center;
  align-items: center;
  width: 6rem;
  display: flex;
}

.section_home-about {
  background-color: var(--dark);
}

.home-about_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 60%;
  max-width: 50rem;
  display: flex;
}

.text-color-beige {
  color: var(--beige);
}

.home-about_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  text-decoration: none;
  display: flex;
}

.home-about_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.font-serif {
  font-family: Instrument Serif, sans-serif;
  font-weight: 400;
}

.font-serif.with-h2 {
  -webkit-text-stroke-width: 2px;
  font-size: 6.5rem;
  font-weight: 400;
}

.font-serif.with-h3 {
  -webkit-text-stroke-width: 1.2px;
  font-family: General Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
}

.font-serif.with-h4 {
  -webkit-text-stroke-width: 1.5px;
  font-size: 4rem;
}

.font-serif.with-h1 {
  -webkit-text-stroke-width: 2px;
  font-size: 8.5rem;
}

.font-serif.with-h5 {
  -webkit-text-stroke-width: 1px;
  font-size: 2.5rem;
}

.home-about_image {
  box-sizing: content-box;
  text-align: center;
  vertical-align: baseline;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  position: relative;
}

.home-about_image.portrait {
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
}

.sticky_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-mission_logo-wrap {
  z-index: 30;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.home-mission_logo {
  width: 15rem;
  margin-top: .5rem;
}

.sticky_image-1 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky_image-1-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.sticky_content-wrap {
  background-color: var(--dark);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.home-sticky_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-sticky_content.align-left {
  justify-content: center;
  align-items: flex-start;
}

.home-member_asset {
  box-sizing: border-box;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: inline-flex;
}

.sticky_wrapper {
  height: 200vh;
}

.sticky_image-2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 100vh;
  position: relative;
}

.blog-list_infos {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--sand);
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: inline-flex;
  position: relative;
}

.newsletter_component {
  flex-flow: column;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 55rem;
}

.form_input-wrap {
  display: flex;
}

.form_input {
  border: 2px solid var(--beige);
  opacity: 1;
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--beige);
  background-color: #f000;
  border-radius: 0;
  height: 5rem;
  margin-bottom: 0;
  font-size: 2rem;
}

.form_input:hover {
  border-color: var(--navbar--default-color);
}

.form_input:focus {
  border-color: #f8f4e7;
}

.form_input::placeholder {
  color: var(--sand);
}

.form_button {
  background-color: var(--beige);
  pointer-events: auto;
  cursor: auto;
  color: #313c32;
  padding-left: 5rem;
  padding-right: 5rem;
}

.form_button:hover {
  background-color: var(--dark);
  color: var(--beige);
}

.cta_asset {
  vertical-align: text-bottom;
  width: 7rem;
  margin-right: 1rem;
}

.footer {
  background-color: #313c32;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_logo {
  width: 8rem;
}

.footer_links {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-self: auto;
  display: flex;
}

.footer_main-links {
  grid-column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_logo-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_logo-wrap:hover {
  opacity: .8;
}

.footer_social-wrap {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_social-icon {
  color: var(--beige);
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.footer_legal-text {
  color: var(--sand);
  font-size: .875rem;
}

.footer_legal-link {
  color: var(--sand);
  font-family: General Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

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

.footer-legal-links {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_about-header {
  background-image: url('../images/raphael-nast-lbWidOLs8xc-unsplash_1raphael-nast-lbWidOLs8xc-unsplash.webp');
  background-position: 50% 28%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-story_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  display: grid;
}

.about-story_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-story_letter {
  font-family: Instrument Serif, sans-serif;
  font-size: 3rem;
}

.about-story_line {
  background-color: var(--sand);
  width: 100%;
  height: 1px;
}

.about-numbers_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 40rem) .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-numbers_content {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  width: 38%;
  display: flex;
}

.about-numbers_texts {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24.375rem;
  display: flex;
}

.about-numbers_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 41.875rem;
  display: grid;
}

.about-numbers_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-numbers_number {
  -webkit-text-stroke-width: 1px;
  font-family: Instrument Serif, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: .8;
}

.about-numbers_text-wrap {
  max-width: 8.125rem;
}

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

.grid_text {
  -webkit-text-stroke-width: .5px;
  font-family: Instrument Serif, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3;
}

.section_about-team {
  background-color: var(--dark);
}

.about-team_component {
  flex-flow: column;
  display: flex;
}

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

.about-team_item-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.about-team_pic {
  aspect-ratio: 2 / 2.4;
  object-fit: cover;
  width: 100%;
}

.about-team_member-infos {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--beige);
  flex-flow: column;
  display: flex;
}

.about-team_social-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.about-team_social-wrap {
  border: 1px solid var(--beige);
  border-radius: 50%;
  padding: .5rem 1.5rem;
}

.about-team_member {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.cta_image {
  aspect-ratio: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  height: 70vh;
  max-height: 37.5rem;
}

.cta_sticky {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_solutions-header {
  background-color: var(--dark);
  position: sticky;
  top: 0;
}

.solutions_sections {
  z-index: 2;
  background-color: var(--beige);
  position: relative;
}

.solutions-image_wrapper {
  height: 200vh;
}

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

.solutions-image_wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 20vh;
  display: flex;
  overflow: hidden;
}

.solutions-image_image {
  object-fit: cover;
  width: 90vw;
  min-width: 90vw;
  height: 70vh;
  min-height: 70vh;
}

.solution_note {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solution_heading-wrap {
  color: var(--beige);
  align-self: center;
  max-width: 52rem;
  padding-top: 60px;
}

.solution_heading-wrap.small {
  max-width: 42rem;
}

.solution_wrapper {
  flex-direction: column;
  align-items: center;
  height: 400vh;
  display: flex;
}

.solution_images-wrap {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.solution_images-wrap._3 {
  margin-left: auto;
  margin-right: 7vw;
}

.solution_images-wrap._2 {
  margin-left: auto;
  margin-right: auto;
}

.solution_images-wrap._1 {
  margin-left: 5vw;
  margin-right: auto;
}

.solution_images-wrapper {
  pointer-events: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.solution_sticky {
  background-color: #34291f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.solution_image {
  position: sticky;
}

.solution_image._2 {
  width: 35vw;
  max-width: 30rem;
  margin-top: 35vh;
}

.solution_image._3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 15vw;
  max-width: 15.625rem;
  margin-top: 10vh;
}

.solution_image._1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  width: 21vw;
  max-width: 19.375rem;
  margin-top: 5vh;
}

.solution_component {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.solution_component.align-items-center {
  justify-content: space-between;
  align-items: center;
}

.solution_intro-text {
  max-width: 51.875rem;
  margin-left: auto;
  margin-right: auto;
}

.solution_icon-down {
  width: 1rem;
  position: relative;
  bottom: -2px;
}

.solution_icon {
  vertical-align: text-bottom;
  width: 5rem;
  display: inline-block;
}

.solution_icon-2 {
  vertical-align: text-bottom;
  width: 8rem;
  display: inline-block;
}

.spa-header_wrapper {
  height: 200vh;
}

.spa-header_sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.spa-header_image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.spa-header_image._2 {
  bottom: 0;
}

.spa-header_image-top {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 50%;
  overflow: hidden;
}

.spa-header_image-bottom {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.spa-header_content {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spa-intro_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  margin-right: auto;
  display: flex;
}

.tabs_menu {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.tabs {
  height: 100vh;
}

.tab_contents, .tab_content {
  height: 100%;
}

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

.tab_link {
  padding: 0;
}

.tab_link.w--current {
  outline-offset: 6px;
  outline: 1px solid #fff;
}

.tab_link-image {
  width: 8rem;
}

.spa-intro_text-wrap {
  max-width: 37.5rem;
}

.section_blog-header, .section_blog-list {
  background-color: var(--dark);
}

.blog-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list_item-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-list_item-block:hover {
  filter: brightness(110%);
}

.blog-list_image-wrap {
  aspect-ratio: 1 / 1.3;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  width: 100%;
  overflow: hidden;
}

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

.blog-list_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-list_author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.blog-list_author-pic {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.blog-list_head-wrap {
  width: 70%;
  max-width: 18.5625rem;
}

.blog-head_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--sand);
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-bottom: 3rem;
  display: grid;
}

.blog-head_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-head_tag-read {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-head_tag {
  border: 2px solid var(--sand);
  padding: .5rem 1rem;
}

.blog-head_infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.blog-head_author-pic {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.blog-head_author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-head_author-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-head_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
}

.rich-text {
  color: var(--beige);
  font-size: 1.25rem;
}

.rich-text h1 {
  margin-bottom: 2rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 5rem;
}

.rich-text blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text h5 {
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
}

.rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.rich-text ol {
  margin-bottom: 2rem;
  font-weight: 500;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 2.5rem;
}

.rich-text p {
  margin-bottom: 3rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 3.5rem;
}

.blog-content_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blog-content_line {
  background-color: var(--brown);
  width: 100%;
  height: 1px;
}

.blog-content_intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_newsletter {
  background-color: var(--beige);
}

.blog-list_recommend {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_faq-header {
  background-color: var(--dark);
}

.faq-header_image {
  vertical-align: text-bottom;
  width: 7rem;
  display: inline;
}

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

.faq_icon-line {
  background-color: var(--dark);
  width: 1.125rem;
  height: 1px;
}

.faq_icon-line._2 {
  width: 1px;
  height: 1.125rem;
  position: absolute;
}

.faq_spacer {
  width: 100%;
  height: 1.5rem;
}

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

.faq_item {
  background-color: var(--white);
  cursor: pointer;
  padding: 2rem;
  overflow: hidden;
}

.faq_answer {
  overflow: hidden;
}

.faq_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.faq-list_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-list_cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_contact-header {
  position: relative;
}

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

.contact-header_title {
  letter-spacing: -.03em;
  font-family: Instrument Serif, sans-serif;
  font-size: 13rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.contact-header_title.other {
  font-family: General Sans, sans-serif;
  font-size: 13.5rem;
  font-weight: 500;
  top: -6px;
}

.contact-header_heading {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-header_icon {
  width: 5rem;
  min-width: 5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.form_button-line {
  border: 2px solid var(--dark);
  color: var(--dark);
  background-color: #0000;
  border-radius: 50%;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.form_field {
  color: var(--dark);
  border: 1px solid #0000;
  border-radius: 0;
  height: 3rem;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.form_field:hover {
  border-color: var(--sand);
}

.form_field:focus {
  border-style: solid;
  border-color: var(--sand);
}

.form_field::placeholder {
  color: var(--sand);
}

.form_field.message {
  height: 10rem;
}

.product_details-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.product_actions {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product_info-group {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.color-option {
  background-color: #fff;
  border-style: none;
  border-radius: 3rem;
  font-size: .875rem;
  font-weight: 500;
}

.product_item-actions {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.section_product {
  position: relative;
}

.product_wrapper {
  align-items: flex-start;
  display: flex;
}

.product_default-state {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.product_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product_details {
  max-width: 34.75rem;
}

.product_images {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.label {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.product_cart-button {
  width: 100%;
}

.product_quatity {
  border-color: var(--sand);
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

.add-to-cart-button {
  border: 2px solid var(--dark);
  color: var(--dark);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.home-header_wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_image-v3-2 {
  z-index: 2;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 16rem;
  position: relative;
}

.home-header_images {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.home-header_image-v3-1 {
  z-index: 3;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 16rem;
  position: absolute;
}

.home-header_image-v3-3 {
  z-index: 1;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 16rem;
  max-width: none;
  position: absolute;
}

.home-about_image-3 {
  flex: 1;
  width: 100%;
}

.home-about_content-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 39rem;
  display: flex;
}

.home-sticky_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-sticky_image._2 {
  z-index: 2;
}

.section_home-sticky-3 {
  position: relative;
}

.grid_align-sides {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.grid_content.small {
  width: 25%;
}

.grid_content.medium {
  width: 40%;
}

.grid_content.medium.custom {
  margin-left: 45%;
}

.grid_content.small-plus {
  width: 35%;
}

.grid_content.tiny {
  width: 25%;
}

.spa-intro_text-wrapper {
  max-width: 34.375rem;
}

.home-member_image {
  object-fit: cover;
  width: 50%;
  height: 100vh;
  position: relative;
}

.home-member_content-wrap {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.navbar_dropdown-icon {
  color: var(--beige);
  justify-content: center;
  align-items: center;
  width: .5rem;
  display: flex;
}

.navbar_dropdown-head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--beige);
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_dropdown-content-wrap {
  white-space: nowrap;
  padding-top: .5rem;
  display: none;
  position: absolute;
  top: 100%;
}

.navbar_dropdown-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 2px solid var(--dark);
  background-color: #fff;
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: flex;
}

.home-header_wrapper-v2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.home-header_images-wrap {
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.home-header_image-1 {
  height: 30vh;
  position: absolute;
  left: 5vw;
}

.home-header_image-2 {
  height: 19vh;
  position: absolute;
  bottom: 0;
  left: 50vw;
}

.home-header_image-3 {
  height: 27vh;
  position: absolute;
  right: 2vw;
}

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

.testimonial_content-wrap {
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.testimonial_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 29.625rem;
  display: flex;
}

.testimonial_quote {
  width: 3.25rem;
}

.testimonial_author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_author-line {
  background-color: var(--dark);
  width: 3rem;
  height: 2px;
}

.testimonial_author-pic {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.footer_link {
  color: var(--white);
  -webkit-text-stroke-width: .2px;
  font-size: 1.125rem;
  font-weight: 500;
}

.solutions-header_images {
  position: absolute;
  inset: 0%;
}

.solutions-header_image-2 {
  height: 50%;
  position: absolute;
  bottom: -10%;
  left: 3%;
}

.solutions-header_image-3 {
  height: 45%;
  position: absolute;
  inset: auto -4.8rem 20% auto;
}

.solutions-header_image-1 {
  height: 40%;
  position: absolute;
  top: -5%;
  left: 15%;
}

.solutions-image_wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.solutions-image_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.solution_sticky-image {
  width: 60vw;
  min-width: 55rem;
  position: sticky;
}

.solution_sticky-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.solution_wrapper-2 {
  flex-direction: column;
  align-items: center;
  height: 200vh;
  display: flex;
}

.solution_heading-wrap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  display: flex;
}

.solutions-image_mask {
  width: 40%;
  height: 70%;
}

.solutions-header_wrap {
  background-color: var(--sand);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.solutions-header_image {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.solutions-image_mask-3 {
  aspect-ratio: 2 / 2.6;
  border-radius: 40rem 40rem 0 0;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.solutions-image_image-3 {
  object-fit: cover;
  width: 90vw;
  min-width: 90vw;
  height: 80vh;
  min-height: 80vh;
}

.solution_content-wrap {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 51rem;
  display: flex;
}

.solution_head-wrap {
  max-width: 52rem;
}

.solution_head-wrap.small {
  max-width: 48rem;
}

.solution_image-3 {
  filter: saturate(75%);
  object-fit: cover;
  width: 100%;
  min-width: 55rem;
  height: 100vh;
  position: sticky;
}

.spa-header_sticky-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.spa-header_wrapper-2 {
  height: 200vh;
}

.spa-header_image-wrap {
  width: 60vw;
  height: 40vh;
  position: absolute;
}

.spa-header_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spa-header_heading-wrap {
  position: absolute;
  top: 8rem;
}

.slider {
  height: 100vh;
}

.slider_arrow-icon {
  width: 1.25rem;
}

.slider_arrow {
  justify-content: center;
  align-items: center;
  width: 12%;
  max-width: 10.8066rem;
  display: flex;
}

.spa-header_sticky-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.spa-header_wrapper-3 {
  height: 187.5rem;
}

.spa-header_images-wrapper {
  height: 70%;
  position: absolute;
  left: 85vw;
}

.spa-header_images-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 150vw;
  height: 100%;
  display: flex;
}

.spa-header_image-3 {
  object-fit: cover;
  width: 32%;
  height: 100%;
}

.spa-intro_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-color-sand {
  color: var(--sand);
}

.footer_link-number {
  color: var(--sand);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.footer_link-number:hover {
  color: var(--dark);
}

.footer_link-wrap {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-sticky_wrapper {
  height: 200vh;
}

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

.home-about_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  display: grid;
}

.grid_image {
  width: 100%;
}

.home-member_wrap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.home-member_content {
  max-width: 31.25rem;
}

.heading-style-display {
  -webkit-text-stroke-width: 3px;
  font-family: Instrument Serif, sans-serif;
  font-size: 18rem;
  font-weight: 400;
}

.section_spa-intro {
  background-color: var(--sand);
}

.section_spa-intro.bg-dark {
  background-color: var(--dark);
}

.grid_align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.grid_align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-brown {
  color: var(--brown);
}

.div-block-147 {
  background-color: #92898180;
  width: 100%;
  height: 1px;
}

.section_blog-head {
  background-color: var(--dark);
}

.author_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product_images-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.search_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.search_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.navbar_link-circle {
  border: 2px solid var(--navbar--default-color);
  border-radius: 50%;
  width: 160%;
  height: 140%;
  display: none;
  position: absolute;
}

.cart_button {
  color: var(--navbar--default-color);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.cart_quantity-nav {
  color: var(--navbar--default-color);
  background-color: #0000;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.cart-wrapper {
  background-color: #0000;
}

.cart-container {
  border: 2px solid var(--dark);
  box-shadow: none;
}

.cart_quantity, .apple-pay {
  border-radius: 0;
}

.web-payments {
  margin-top: 1rem;
}

.footer_link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_link-circle {
  border: 2px solid var(--dark);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  display: none;
  position: absolute;
}

.footer_social-circle {
  border: 2px solid var(--dark);
  border-radius: 50%;
  width: 170%;
  height: 140%;
  display: none;
  position: absolute;
}

.cart_error {
  padding: 1rem 2rem;
}

.cart_close {
  cursor: pointer;
}

.cart_header {
  padding-right: 2rem;
}

.cta_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
  position: relative;
}

.navbar_hamburger-line {
  background-color: var(--dark);
  width: 100%;
  height: 2px;
}

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

.about-header_bg-shadow {
  background-color: #34291f1a;
  background-image: linear-gradient(180deg, #34291f00 53%, var(--dark));
  position: absolute;
  inset: 0%;
}

.buy_component {
  z-index: 98;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.buy_button {
  background-color: #271f18;
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.buy_close {
  cursor: pointer;
  width: 1.125rem;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.no-border-right {
  border-right-style: none;
}

.nav_page-button.head.no-right-border {
  border-right-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-right-border {
  border-right-color: #0000;
}

.nav_page-button.subpage.no-border {
  border-bottom-color: #0000;
  border-right-color: #0000;
}

.nav_page-button.subpage.no-bottom-border {
  border-bottom-color: #0000;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 4rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_page-button.empty.no-bottom-border {
  border-bottom-color: #0000;
}

.nav_page-button.no-border-bottom {
  border-bottom-style: none;
}

.nav_dropdown {
  z-index: 1;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_button.secondary {
  color: #a6a6a6;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
  display: none;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #424242;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.italic-text {
  font-family: General Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.padding-global-copy {
  color: var(--navbar--default-color);
  background-color: #313c32;
  padding-left: 2rem;
  padding-right: 2rem;
}

.spacer-large-copy {
  -webkit-text-stroke-color: var(--dark);
  background-color: #313c3200;
  width: 100%;
  padding-top: 1rem;
}

.padding-global-copy-copy-header {
  color: var(--navbar--default-color);
  background-color: #313c3200;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-copy-copy-header.z-index-2 {
  background-color: #313c3200;
}

.padding-global-copy-copy-header.full-height {
  height: 100%;
}

.spacer-large-copy-header {
  -webkit-text-stroke-color: var(--dark);
  background-color: #313c3200;
  width: 100%;
  padding-top: 3rem;
}

.paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--beige);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global-copytitle {
  color: var(--navbar--default-color);
  background-color: #313c3200;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-copytitle.z-index-2 {
  background-color: #313c3200;
}

.padding-global-copytitle.full-height {
  height: 100%;
}

.heading {
  font-family: Cardo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.spacer-large-creative-content {
  -webkit-text-stroke-color: var(--dark);
  background-color: #34291f;
  width: 100%;
  padding-top: 3rem;
}

.spacer-large-frases {
  -webkit-text-stroke-color: var(--dark);
  background-color: #313c32;
  width: 100%;
  padding-top: 3rem;
}

.spacer-large-frases.is-mobile-small {
  background-color: #34291f;
}

.padding-global-merch {
  float: none;
  color: var(--navbar--default-color);
  background-color: #34291f00;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-merch.z-index-2 {
  background-color: #313c3200;
}

.padding-global-merch.full-height {
  height: 100%;
}

.heading-style-h3-copy-merch {
  color: var(--dark);
  -webkit-text-stroke-width: 1px;
  font-family: Instrument Serif, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: .9;
}

.logo-barra {
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: inline-flex;
}

.padding-section-large-copy {
  background-color: #34291f;
  padding-top: 10rem;
}

.padding-section-large-copy-copy {
  background-color: #313c32;
  padding-top: 10rem;
}

.image {
  width: 100px;
}

.sticky_image-1-copy {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  cursor: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
}

.slider-2 {
  opacity: 1;
  text-align: center;
  overflow-wrap: normal;
  cursor: zoom-in;
  height: 100%;
  padding-bottom: 0;
  display: block;
}

.slide-2 {
  word-break: normal;
  overflow-wrap: normal;
  cursor: auto;
  mix-blend-mode: normal;
  border-radius: 0;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

.columns {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  outline-color: var(--beige);
  outline-offset: 0px;
  color: var(--beige);
  outline-width: 3px;
  outline-style: none;
  display: block;
  position: relative;
}

.mask {
  aspect-ratio: auto;
  opacity: 1;
  text-align: center;
  background-color: #f8f4e7;
  height: 700px;
  min-height: auto;
  padding-top: 0;
  position: static;
  overflow: hidden;
}

.slide-3 {
  height: 500px;
}

.column {
  overflow-wrap: normal;
}

.padding-global-copy {
  float: none;
  color: var(--navbar--default-color);
  text-align: center;
  background-color: #313c32;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-copy.z-index-2 {
  background-color: #313c3200;
}

.padding-global-copy.full-height {
  height: 100%;
}

.image-2 {
  box-sizing: border-box;
  color: var(--beige);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--beige);
  object-fit: fill;
  border-radius: 0;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 20%;
  height: 20%;
  display: block;
  overflow: clip;
}

.padding-global-copy-footer {
  float: none;
  color: var(--navbar--default-color);
  text-align: center;
  background-color: #313c32;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-copy-footer.z-index-2 {
  background-color: #313c3200;
}

.padding-global-copy-footer.full-height {
  height: 100%;
}

.image-3, .image-3-copy {
  width: 65px;
  position: absolute;
  inset: auto 5% 2% auto;
}

.icon-2 {
  color: var(--beige);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--beige);
}

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

  h2 {
    font-size: 5rem;
  }

  h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 4rem;
  }

  h4 {
    font-size: 3.5rem;
  }

  h5, blockquote, .heading-style-h5 {
    font-size: 1.75rem;
  }

  .heading-style-h5.font-serif.with-h5 {
    font-size: 1.9rem;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .resources_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-rich-text blockquote {
    padding-left: 3rem;
  }

  .text-rich-text h1 {
    font-size: 6rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 4rem;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

  .heading-style-h4 {
    font-size: 3.5rem;
  }

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .text-align-center.is-tablet-left {
    text-align: center;
    margin-bottom: 60px;
  }

  .about-clients_wrap {
    border-radius: .75rem;
  }

  .padding-global {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium {
    max-width: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 4rem;
  }

  .padding-section-medium {
    padding-top: 1rem;
  }

  .padding-section-large {
    padding-top: 8rem;
  }

  .padding-section-large.is-tablet-smaller {
    padding-top: 6rem;
  }

  .padding-section-large.is-tablet-small {
    padding-top: 7rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-section-xlarge {
    padding-top: 10rem;
  }

  .navbar {
    background-color: #313c32;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: fixed;
  }

  .navbar_links-wrapper {
    background-color: var(--beige);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .shop_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .shop_item-infos {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-mission_images-wrap {
    display: none;
  }

  .home-mission_wrap {
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .home-mission_sticky {
    height: auto;
  }

  .navbar_link {
    color: var(--dark);
  }

  .navbar_link.is-dark {
    padding-right: 0;
  }

  .navbar_link.is-dark:hover {
    background-image: none;
    padding-left: 0;
  }

  .navbar_links-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar_logo {
    color: var(--dark);
  }

  .home-about_head {
    width: 100%;
  }

  .home-about_content {
    width: 100%;
    margin-left: 0;
  }

  .font-serif.with-h2 {
    font-size: 5.5rem;
  }

  .font-serif.with-h3 {
    font-size: 3.7rem;
  }

  .font-serif.with-h1 {
    font-size: 6.5rem;
  }

  .home-about_image {
    position: static;
  }

  .sticky_wrap {
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .sticky_image-1-wrap {
    width: 100%;
  }

  .sticky_content-wrap {
    width: 100%;
    margin-top: -1px;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky_wrapper {
    height: auto;
  }

  .sticky_image-2 {
    display: none;
  }

  .blog-list_infos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    font-size: 1rem;
  }

  .div-block-80 {
    width: 100%;
  }

  .footer_links {
    justify-content: center;
    align-items: center;
  }

  .footer_main-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_social-wrap {
    grid-column-gap: 2.125rem;
    justify-content: center;
  }

  .footer_links-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_legal {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

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

  .footer-legal-links {
    grid-column-gap: 1.5rem;
  }

  .about-numbers_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .about-numbers_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 70%;
  }

  .about-numbers_texts {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-numbers_number {
    font-size: 12rem;
  }

  .grid_text {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .section_solutions-header {
    position: relative;
  }

  .solutions-image_wrapper {
    height: auto;
  }

  .solutions-image_sticky {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .solutions-image_wrap {
    width: 90vw;
    height: 60vw;
  }

  .solution_note {
    display: none;
  }

  .solution_heading-wrap {
    order: -1;
  }

  .solution_wrapper {
    height: auto;
  }

  .solution_images-wrap {
    height: auto;
    position: relative;
  }

  .solution_images-wrap._3 {
    display: none;
  }

  .solution_images-wrap._2 {
    width: 100%;
  }

  .solution_images-wrap._1 {
    display: none;
  }

  .solution_images-wrapper {
    pointer-events: auto;
    position: relative;
  }

  .solution_sticky {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 4rem;
    position: relative;
  }

  .solution_image {
    position: relative;
  }

  .solution_image._2 {
    width: 100vw;
    max-width: none;
    margin-top: 0;
  }

  .solution_image._3 {
    margin-top: 0;
  }

  .solution_image._1 {
    margin-top: 0;
  }

  .solution_component {
    grid-row-gap: 3rem;
  }

  .solution_icon {
    width: 3rem;
  }

  .solution_icon-2 {
    width: 6rem;
  }

  .spa-header_wrapper {
    height: auto;
  }

  .spa-header_image-top {
    height: 30%;
    inset: 0% 0% auto;
  }

  .spa-header_image-bottom {
    height: 30%;
    top: auto;
    bottom: 0;
  }

  .spa-intro_component {
    flex-flow: column;
  }

  .tabs {
    height: 50vh;
  }

  .blog-list_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rich-text h1 {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .rich-text blockquote {
    font-size: 2rem;
  }

  .rich-text h5 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .rich-text h4 {
    margin-bottom: 1rem;
    font-size: 1.85rem;
  }

  .rich-text h3 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .rich-text h6 {
    font-size: 1.25rem;
  }

  .rich-text h2 {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }

  .faq-header_image {
    width: 6.5rem;
  }

  .contact-header_title {
    font-size: 12rem;
  }

  .contact-header_title.other {
    font-size: 11.5rem;
  }

  .product_details-wrap {
    padding: 3rem 2rem;
    position: relative;
    top: auto;
  }

  .label {
    font-size: 1rem;
  }

  .grid_content {
    width: 80%;
  }

  .grid_content.small {
    width: 35%;
  }

  .home-member_image {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .home-member_content-wrap {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar_dropdown-icon {
    color: var(--dark);
  }

  .navbar_dropdown-content-wrap {
    z-index: 5;
  }

  .navbar_dropdown-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .testimonial_content-wrap {
    padding: 2rem;
  }

  .testimonial_quote {
    width: 3rem;
  }

  .testimonial_author-pic {
    height: 60vh;
  }

  .solutions-header_image-2 {
    width: 8rem;
    height: auto;
    bottom: -6.8rem;
    left: 12rem;
  }

  .solutions-header_image-3 {
    width: 14rem;
    height: auto;
    bottom: -2.3rem;
    right: -3.6rem;
  }

  .solutions-header_image-1 {
    width: 8rem;
    height: auto;
    top: -3rem;
    left: 5rem;
  }

  .solutions-image_wrap-2 {
    height: auto;
    padding-top: 5rem;
  }

  .solution_sticky-image-wrap, .solution_wrapper-2 {
    height: auto;
  }

  .solution_heading-wrap-2 {
    order: -1;
  }

  .solutions-image_mask {
    width: 100%;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .solutions-image_mask-3 {
    width: 70%;
    height: auto;
  }

  .solutions-image_image-3 {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .solution_image-3 {
    height: 50vh;
  }

  .spa-header_sticky-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spa-header_wrapper-2 {
    height: auto;
  }

  .spa-header_image-wrap {
    border-radius: 50%;
    width: 80vw;
    height: 60vw;
    position: relative;
    overflow: hidden;
  }

  .spa-header_heading-wrap {
    position: relative;
    top: auto;
  }

  .slider {
    height: 50vh;
  }

  .spa-header_sticky-3 {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spa-header_wrapper-3 {
    height: auto;
  }

  .spa-header_images-wrapper {
    display: none;
  }

  .spa-intro_content {
    max-width: none;
  }

  .home-sticky_wrapper {
    height: auto;
  }

  .home-about_component-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr;
  }

  .home-member_wrap-3 {
    flex-flow: column;
  }

  .heading-style-display {
    font-size: 10rem;
  }

  .cart_button, .cart_quantity-nav {
    color: var(--dark);
  }

  .navbar_hamburger {
    display: flex;
  }

  .navbar_hamburger-line._1, .navbar_hamburger-line._2 {
    background-color: var(--white);
  }

  .nav_component {
    display: none;
  }

  .paragraph {
    color: var(--beige);
    text-align: center;
    font-weight: 400;
  }

  .heading-style-h3-copy-merch {
    -webkit-text-stroke-width: 0px;
    font-size: 4rem;
  }

  .padding-section-large-copy {
    padding-top: 8rem;
  }

  .padding-section-large-copy.is-tablet-smaller {
    padding-top: 6rem;
  }

  .padding-section-large-copy.is-tablet-small {
    padding-top: 7rem;
  }

  .padding-section-large-copy-copy {
    padding-top: 8rem;
  }

  .padding-section-large-copy-copy.is-tablet-smaller {
    padding-top: 6rem;
  }

  .padding-section-large-copy-copy.is-tablet-small {
    padding-top: 7rem;
  }

  .padding-global-copy {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-2 {
    flex: 0 auto;
    align-self: center;
    width: 50%;
    height: 50%;
  }

  .padding-global-copy-footer {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.25rem;
    line-height: 1;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .resources_heading {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.8rem;
  }

  .resources_items.more-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    -webkit-text-stroke-width: 1px;
    font-size: 3rem;
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-rich-text {
    font-size: 1rem;
  }

  .text-rich-text blockquote {
    padding-left: 2rem;
    font-size: 1.5rem;
  }

  .text-rich-text h1 {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }

  .text-rich-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .text-rich-text h3 {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  .text-rich-text h4 {
    margin-bottom: 1.25rem;
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 2.25rem;
    line-height: 1;
  }

  .heading-style-h1 {
    font-size: 4rem;
    line-height: 1;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
    font-size: 2rem;
    font-weight: 500;
  }

  .heading-style-h4.display-inline {
    color: var(--beige);
  }

  .work-list-wrapper-v3 {
    position: relative;
  }

  .resources_item-content, .about-awards_item {
    padding: 1.5rem;
  }

  .padding-global {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-medium {
    padding-top: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
  }

  .padding-section-large.is-tablet-smaller {
    padding-top: 4rem;
  }

  .padding-section-large.is-tablet-small {
    padding-top: 5rem;
  }

  .spacer-small {
    text-align: center;
    font-size: 1.5rem;
  }

  .spacer-large.is-mobile-small {
    padding-top: 2.5rem;
  }

  .spacer-large.is-mobile-smaller {
    padding-top: 2rem;
  }

  .spacer-xlarge.is-mobile-small, .spacer-huge {
    padding-top: 3rem;
  }

  .spacer-xhuge.is-mobile-smaller {
    padding-top: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-section-xlarge {
    padding-top: 5rem;
  }

  .padding-section-xlarge.is-mobile-big {
    padding-top: 8.5rem;
  }

  .button {
    padding: 1.25rem 2.5rem;
  }

  .home-mission_wrap {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .home-header_intro {
    padding-bottom: 5rem;
  }

  .home-about_content {
    width: 100%;
  }

  .home-about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .font-serif.with-h2 {
    -webkit-text-stroke-width: 1px;
    font-size: 3.25rem;
  }

  .font-serif.with-h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 2rem;
    line-height: 1;
  }

  .font-serif.with-h4 {
    -webkit-text-stroke-width: 0px;
    font-size: 2.5rem;
  }

  .font-serif.with-h1 {
    font-size: 4.25rem;
  }

  .form_input {
    -webkit-text-stroke-color: var(--beige);
    font-size: 1.25rem;
  }

  .form_button {
    background-color: var(--beige);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta_asset {
    width: 5rem;
  }

  .footer_logo {
    width: 6rem;
  }

  .footer_social-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section_about-header {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
  }

  .about-story_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .about-story_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-numbers_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-numbers_number {
    font-size: 8rem;
  }

  .about-team_member {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta_image {
    width: 90vw;
    height: auto;
  }

  .solution_wrapper {
    height: auto;
  }

  .solution_images-wrap._3 {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .solution_images-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .solution_sticky {
    min-height: auto;
    position: relative;
  }

  .solution_image._2, .solution_image._3 {
    width: 100%;
  }

  .solution_image._1 {
    width: 60%;
  }

  .rich-text {
    font-size: 1.125rem;
  }

  .rich-text blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.6rem;
  }

  .faq-header_image {
    width: 3.8rem;
  }

  .faq_item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .faq_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-header_title {
    font-size: 6rem;
  }

  .contact-header_title.other {
    font-size: 5.5rem;
  }

  .contact-header_icon {
    width: 4rem;
    min-width: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .solutions-header_image-2 {
    bottom: -7.5rem;
    left: 10.6rem;
  }

  .solutions-header_image-3 {
    bottom: -6.3rem;
  }

  .solutions-header_image-1 {
    left: -2.7rem;
  }

  .solution_wrapper-2 {
    height: auto;
  }

  .spa-header_sticky-2, .spa-header_sticky-3 {
    padding-bottom: 4rem;
  }

  .heading-style-display {
    -webkit-text-stroke-width: 1px;
    font-size: 5rem;
  }

  .padding-global-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-large-copy.is-mobile-small {
    padding-top: 2.5rem;
  }

  .spacer-large-copy.is-mobile-smaller {
    padding-top: 2rem;
  }

  .padding-global-copy-copy-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-large-copy-header.is-mobile-small {
    padding-top: 2.5rem;
  }

  .spacer-large-copy-header.is-mobile-smaller {
    padding-top: 2rem;
  }

  .paragraph {
    font-weight: 400;
  }

  .padding-global-copytitle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-large-creative-content.is-mobile-small {
    padding-top: 2.5rem;
  }

  .spacer-large-creative-content.is-mobile-smaller {
    padding-top: 2rem;
  }

  .spacer-large-frases.is-mobile-small {
    padding-top: 2.5rem;
  }

  .spacer-large-frases.is-mobile-smaller {
    padding-top: 2rem;
  }

  .padding-global-merch {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h3-copy-merch {
    -webkit-text-stroke-width: 0px;
    font-size: 2.25rem;
    line-height: 1;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
  }

  .padding-section-large-copy.is-tablet-smaller {
    padding-top: 4rem;
  }

  .padding-section-large-copy.is-tablet-small {
    padding-top: 5rem;
  }

  .padding-section-large-copy-copy {
    padding-top: 6rem;
  }

  .padding-section-large-copy-copy.is-tablet-smaller {
    padding-top: 4rem;
  }

  .padding-section-large-copy-copy.is-tablet-small {
    padding-top: 5rem;
  }

  .padding-global-copy, .padding-global-copy-footer {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

  h3 {
    font-size: 2.75rem;
  }

  .heading-style-h5.font-serif {
    -webkit-text-stroke-width: .5px;
  }

  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-style: normal;
  }

  .heading-style-h6 {
    letter-spacing: .02em;
  }

  .heading-style-h3 {
    font-family: Instrument Serif, sans-serif;
    font-size: 2.5rem;
  }

  .ecommerce_order-product-pic {
    width: 2.5rem;
  }

  .resources_font-1 {
    font-size: 6rem;
  }

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

  .resources_font-2 {
    font-size: 4rem;
  }

  .about-awards_item {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .padding-section-large.is-tablet-small {
    padding-top: 4rem;
  }

  .spacer-large {
    background-color: #313c3200;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
  }

  .ecommerce_order-item {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .ecommerce_order-item-texts {
    margin: .5rem 0;
  }

  .slide {
    background-color: #000;
    min-width: 100%;
    height: auto;
  }

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

  .shop_item-infos {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .font-serif.with-h3 {
    text-align: center;
    height: 2px;
    font-family: General Sans, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 0;
  }

  .form_input {
    -webkit-text-stroke-color: var(--beige);
    height: 4rem;
  }

  .form_button {
    background-color: var(--beige);
  }

  .footer_social-wrap {
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-numbers_content {
    width: 100%;
  }

  .about-numbers_grid {
    grid-template-columns: 1fr;
  }

  .about-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .solution_icon-2 {
    width: 5rem;
  }

  .tabs_menu {
    width: 90%;
    left: 5%;
    right: auto;
  }

  .blog-list_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-head_component {
    flex-flow: column;
    display: flex;
  }

  .blog-head_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-head_image {
    aspect-ratio: 1;
  }

  .blog-list_recommend {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .faq_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-list_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .contact-header_title {
    font-size: 5rem;
  }

  .product_details-wrap {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .product_wrapper {
    flex-direction: column;
  }

  .product_images {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .home-sticky_image {
    height: 50vh;
  }

  .grid_align-sides {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .grid_content, .grid_content.small, .grid_content.medium {
    width: 100%;
  }

  .grid_content.medium.custom {
    margin-left: 0%;
  }

  .grid_content.small-plus, .grid_content.tiny {
    width: 100%;
  }

  .testimonial_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .testimonial_content-wrap {
    padding: 0;
  }

  .testimonial_author-pic {
    aspect-ratio: 1;
    height: auto;
  }

  .solutions-header_image-2 {
    left: -5.5rem;
  }

  .solutions-header_image {
    width: 100%;
    height: 50%;
    top: auto;
  }

  .spa-header_image-wrap {
    aspect-ratio: 2 / 3;
    height: auto;
  }

  .slider {
    height: auto;
  }

  .slider_arrow {
    width: 5rem;
  }

  .home-about_component-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .navbar_hamburger {
    outline-offset: 0px;
    color: var(--beige);
    -webkit-text-stroke-color: var(--beige);
    background-color: #0d00ff00;
    outline: 3px #f8f4e7;
  }

  .about-header_bg-shadow {
    background-image: linear-gradient(180deg, #34291f00 35%, var(--dark));
  }

  .italic-text {
    font-style: normal;
  }

  .padding-global-copy {
    background-color: #313c3200;
  }

  .spacer-large-copy {
    background-color: #313c32;
  }

  .padding-global-copy-copy-header, .spacer-large-copy-header {
    background-color: #313c3200;
  }

  .paragraph {
    font-weight: 400;
  }

  .spacer-large-creative-content, .spacer-large-frases {
    background-color: #313c3200;
  }

  .heading-style-h3-copy-merch {
    font-family: Instrument Serif, sans-serif;
    font-size: 2.5rem;
  }

  .padding-section-large-copy.is-tablet-small, .padding-section-large-copy-copy.is-tablet-small {
    padding-top: 4rem;
  }
}

#w-node-_519bd16f-393d-d999-d429-6aca5933500d-8ff1a7f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e67b928-cb66-3f04-bcc4-080c4c237319-8ff1a7f5 {
  align-self: end;
}

#w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-8ff1a7f8, #w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-8ff1a7f8, #w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d7281-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d72df-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-8ff1a7f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31859021-4115-3a3c-4345-ebe2a0499b7c-8ff1a7f8, #w-node-_31859021-4115-3a3c-4345-ebe2a0499b88-8ff1a7f8, #w-node-_31859021-4115-3a3c-4345-ebe2a0499b94-8ff1a7f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55760dbd-dded-b43c-b098-202ac2524fd2-8ff1a7fa {
  justify-self: end;
}

#w-node-a2d3d87b-7626-d97c-1569-78b332bcc0e0-8ff1a806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_311c5741-7f94-d30d-9be4-621e99eb2d39-8ff1a7f8, #w-node-_959ee6e9-764b-0804-1ec2-04ac27db8cd8-8ff1a7f8, #w-node-c500b139-45b2-1f36-9ded-4c6efcbfa059-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d7281-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d72df-8ff1a7f8, #w-node-f18d7448-4e04-648a-e756-61db7c7d72e9-8ff1a7f8, #w-node-_3b68343b-b82b-1205-c041-6a45854ca78d-8ff1a7f8, #w-node-_3b68343b-b82b-1205-c041-6a45854ca795-8ff1a7f8, #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285ef-8ff1a7f8, #w-node-_6c23c82e-bd54-1ada-3e1d-e36dd62285f7-8ff1a7f8, #w-node-_03422987-422c-e894-0148-e8a580d74d79-8ff1a7f8, #w-node-_03422987-422c-e894-0148-e8a580d74d81-8ff1a7f8, #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d85-8ff1a7f8, #w-node-_5bbde7be-2c15-090e-aeb7-d1fcb9cd1d8d-8ff1a7f8, #w-node-e7c3639e-cafe-5248-4f52-086854b10148-8ff1a7f8, #w-node-e7c3639e-cafe-5248-4f52-086854b10150-8ff1a7f8, #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd00-8ff1a7f8, #w-node-_87a02154-da01-2d7d-efdb-e5c06c7bdd08-8ff1a7f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}