:root {
  --white-smoke: whitesmoke;
  --black: #212121;
  --deep-red: #ef5350;
  --dark-green: #9ccc65;
  --dark-brown: #8d6e63;
  --dark-orange: #ff7043;
  --white: white;
  --gainsboro: #e0e0e0;
  --light-brown: #efebe9;
  --light-blue: #e3f2fd;
  --deep-blue: #42a5f5;
  --light-red: #ffebee;
  --light-green: #f1f8e9;
  --light-orange: #fbe9e7;
  --silver: #bdbdbd;
  --aroma-vibe: #9ccc65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  z-index: 2;
  margin-bottom: 1rem;
  position: relative;
}

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

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

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

li {
  z-index: 11;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

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

blockquote {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/quote-sign-01.svg'), url('../images/rectange-4x4.svg');
  background-position: 50% 48px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 36px, 75%;
  border-left: 5px #e2e2e2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 6rem 0 4rem;
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.display-none-tablet {
  display: block;
}

.bg-color {
  position: absolute;
  inset: 0%;
}

.bg-color.light-grey {
  background-color: #f5f5f5;
}

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

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

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

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

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

.bg-color.dark-grey, .bg-color.dark-orange {
  background-color: var(--dark-orange);
}

.bg-color.silver {
  background-color: var(--gainsboro);
}

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

.brand {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.brand.black {
  background-image: url('../images/productos-logo-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.black.absolute {
  z-index: 9;
  background-image: url('../images/Aroma-Vibe_Logo.png');
  display: none;
  left: 160px;
}

.brand.white {
  background-image: url('../images/productos-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.introduction {
  z-index: 3;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.introduction.margin-bottom {
  margin-bottom: 6rem;
}

.hover-line {
  z-index: 2;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0;
}

.hover-line.red-4px {
  background-color: var(--deep-red);
  height: 4px;
}

.effect-1 {
  transform-origin: 50%;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  position: relative;
  overflow: hidden;
}

.effect-1.hover {
  transform-origin: 0%;
  color: var(--deep-red);
  text-align: left;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.section-hero {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  padding: 160px 160px 40px;
  display: flex;
  position: relative;
}

.section-hero._70vh {
  min-height: 70vh;
}

.introduction-img {
  color: #0000;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.introduction-img._04 {
  background-image: url('../images/fruit-5_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.introduction-img._03, .introduction-img._01 {
  background-image: url('../images/fruit-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.introduction-img._02 {
  background-image: url('../images/limete.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.display-0 {
  z-index: 3;
  color: var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.shift-left {
  position: relative;
  left: -4vw;
}

.display-1 {
  z-index: 3;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .25vw;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

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

.link-block {
  z-index: 1;
  color: #000;
  border-bottom: 1px #7777775c;
  display: block;
  position: relative;
  overflow: hidden;
}

.sticky-content {
  width: 100%;
  position: sticky;
  top: 160px;
}

.bg-image {
  z-index: 1;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.fade-in {
  transform: scale(1.05);
}

.bg-image.shop-gift {
  background-image: url('../images/dose-juice-KNU61gmh3fE-unsplash.jpg');
}

.bg-image.shop-parallax {
  background-image: url('../images/oriol-portell-AbwqpFnBDms-unsplash-1.jpg');
}

.bg-image.about-3 {
  background-image: url('../images/mae-mu-1APtYqzNajA-unsplash.jpg'), linear-gradient(#66c6f6, #66c6f6);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
}

.img-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrapper.mini {
  height: 256px;
}

.img-wrapper.small {
  height: 512px;
}

.img-wrapper.medium {
  height: 64vh;
}

.img-wrapper.auto {
  height: auto;
}

.img-wrapper.journal {
  height: auto;
  min-height: 512px;
}

.section {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 5vw 10vw;
  position: relative;
}

.section.margin-top-2 {
  margin-top: 2px;
}

.font-dark-red {
  color: var(--deep-red);
}

.link-block-invert {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block-invert.w--current {
  background-image: url('../images/circle-4x4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 12px;
}

.link-block-invert.inline {
  margin-bottom: -1px;
}

.display-2 {
  z-index: 3;
  letter-spacing: -1px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.main {
  background-color: var(--gainsboro);
  flex-direction: column;
  display: flex;
  position: relative;
}

.main.weg {
  display: none;
}

.margin-paragraph {
  margin-bottom: 1rem;
  position: relative;
}

.caption {
  z-index: 1;
  margin-top: 0;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.no-top {
  margin-top: 0;
  padding-top: 0;
}

.margin-bottom {
  margin-bottom: 6rem;
}

.width-100 {
  width: 100%;
}

.overflow-hidden {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.overflow-hidden._100 {
  width: 100%;
  height: 100%;
}

.overflow-hidden.margin-top-2 {
  margin-top: 2px;
}

.sup {
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100px;
  padding-left: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  position: absolute;
}

.display-3 {
  z-index: 3;
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

._75vh {
  height: auto;
  min-height: 75vh;
}

.no-padding {
  padding: 0;
}

.content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.foreword {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
}

.margin-paragraph_2x {
  margin-bottom: 2rem;
  position: relative;
}

.height-100 {
  height: 100%;
}

.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap {
  color: var(--gainsboro);
  border-bottom-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrap.w--current {
  color: var(--deep-red);
}

.absolute {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute._100 {
  width: 100%;
  height: 100%;
}

.grid-6x6 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}

.price {
  font-size: .875rem;
  font-weight: 500;
  position: relative;
}

.price.old {
  opacity: .5;
  margin-right: 4px;
  text-decoration: line-through;
}

.uppercase {
  z-index: 3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.uppercase.margin-paragraph {
  margin-bottom: 1rem;
}

.section-hero-full {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 4px;
  display: flex;
}

.mask-hero {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider {
  background-color: #0000;
  height: auto;
}

.img-slide-smooth-neg, .img-slide-smooth-pos {
  z-index: 3;
  position: relative;
}

.img-slide-smooth-pos.z-1 {
  z-index: 1;
}

.grid-12x8 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.container {
  z-index: 3;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.small {
  max-width: 576px;
}

.container.medium {
  max-width: 768px;
}

.btn {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  color: #fff;
}

.btn.social {
  padding: 12px;
}

.btn.social.small {
  padding: 8px;
}

.btn.absolute {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn.smal {
  padding: 16px 40px;
  line-height: 1;
}

.btn.submit {
  background-color: var(--gainsboro);
  transition: background-color .3s, color .3s;
}

.btn.submit:hover {
  background-color: var(--black);
}

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

.btn-label.icon {
  width: 16px;
  height: 16px;
}

.btn-label.icon.small {
  width: 8px;
  height: 8px;
}

.btn-hover {
  z-index: 1;
  border-radius: 10000px;
  width: 10vw;
  height: 10vw;
  position: absolute;
  inset: auto auto 0%;
}

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

.img-product-smooth-left, .img-product-smooth-right {
  z-index: 3;
  object-fit: contain;
  height: 40vh;
  position: relative;
}

.hamburger {
  z-index: 10;
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger.w--open {
  background-color: #0000;
}

.hamburger-wrapper {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hamburger-btn {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
  overflow: visible;
}

.close-top {
  z-index: 1;
  background-color: var(--black);
  width: 24px;
  height: 2px;
  position: absolute;
  top: 31px;
  transform: none;
}

.close-top.weg {
  display: none;
}

.close-bottom {
  z-index: 1;
  background-color: var(--black);
  width: 24px;
  height: 2px;
  position: absolute;
  top: 39px;
  transform: none;
}

.close-bottom.weg {
  display: none;
}

.hamburger-lines {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation {
  z-index: 8;
  background-color: var(--white);
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  padding: 160px 44px 64px 160px;
  display: none;
  position: fixed;
  inset: 0%;
}

.shape-bottom-white {
  z-index: 10;
  background-image: url('../images/shape-white.svg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100vw;
  height: 40vh;
  display: none;
  position: absolute;
  inset: auto 0% -10vh;
}

.shape-bottom-dark {
  z-index: 10;
  background-image: url('../images/shape-black-2.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 200vw;
  height: 10vh;
  display: none;
  position: absolute;
  inset: auto 0 -19vh;
}

.big-slider-arrow-right {
  z-index: 5;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  background-image: url('../images/arrow-right.svg');
  background-position: 54%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  position: fixed;
  inset: 16px auto auto 16px;
}

.big-slider-arrow-left {
  z-index: 5;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  background-image: url('../images/arrow-left.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  position: fixed;
  inset: 16px auto auto 16px;
}

.arrow-hero {
  cursor: none;
  width: 25%;
}

.utility-page-wrap {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 1;
  background-color: var(--white);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  display: flex;
  position: relative;
}

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

.grid-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .5fr;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  z-index: 8;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  color: #00000080;
  letter-spacing: .3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  padding-left: 68px;
  padding-right: 68px;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: 50%;
  left: 72px;
  transform: translate(-50%)rotate(-90deg);
}

.breadcrumb.weg {
  display: none;
}

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

.show-if-navi {
  position: relative;
}

.show-if-navi.padding {
  padding: 8px;
}

.sup-absolute {
  color: var(--gainsboro);
  font-family: Big Shoulders Text, sans-serif;
  position: absolute;
  inset: .2vw 0% auto auto;
}

.padding-right-24 {
  padding-right: 24px;
}

.line-left-navi {
  z-index: 1;
  border-left: 1px solid var(--gainsboro);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  height: 160px;
  position: fixed;
  inset: 0% 0% auto;
}

.absolute-center {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart-absolute {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.empty-state {
  background-color: var(--white);
  flex-direction: column;
  margin-top: 2px;
}

.icn-160 {
  width: 160px;
}

.instagram-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300vh;
  padding-left: 3rem;
  display: flex;
  position: absolute;
}

.main-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  position: relative;
}

.navbar-bg {
  z-index: 0;
  border-bottom: 1px solid var(--white-smoke);
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.success-message {
  background-color: var(--dark-green);
  color: var(--black);
  text-align: left;
}

.error-message {
  background-color: var(--deep-red);
  color: var(--black);
  text-align: left;
  padding: 16px;
}

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

.text-field-clean {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #1a1a1a33;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field-clean:focus {
  color: var(--black);
}

.text-field-clean.area {
  height: 120px;
}

.bordered {
  border-top: 1px solid var(--gainsboro);
  flex: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.bordered.alone {
  border-right-style: none;
  padding-right: 0;
}

.bordered.alone.last {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 24px;
  padding-left: 0;
}

.bordered.last {
  border-right-style: none;
  padding-left: 24px;
  padding-right: 0;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  position: relative;
}

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

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

.show-if-in-view {
  position: relative;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.expand-icon {
  color: var(--white);
  text-align: center;
  border: 1px solid #ffffff40;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: relative;
}

.expand-icon.black {
  color: var(--black);
  border-color: #00000040;
}

.accordion-title {
  letter-spacing: 0;
  width: 75%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.accordion-text {
  margin-top: 1rem;
}

.icn-16 {
  width: 16px;
}

.cart-quantity {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: auto;
  height: 24px;
  margin-left: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.show-if-loaded {
  z-index: 2;
  position: relative;
}

.layer-instagram {
  z-index: 2;
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Big Shoulders Text, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.trigger.insta {
  justify-content: center;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.trigger.half-product {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.icn-32 {
  width: 32px;
}

.centered-always {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-fix-arrow {
  color: var(--black);
  margin-left: 8px;
  margin-right: 8px;
}

.quantity-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.quantity-detail {
  border-radius: 1000px;
  width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 24px;
  font-family: Big Shoulders Text, sans-serif;
  line-height: 2;
}

.product-detail-img {
  object-fit: contain;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50vh;
}

.checkout-button {
  background-color: var(--black);
  font-family: Big Shoulders Text, sans-serif;
  line-height: 2;
  position: relative;
}

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

.cart-item {
  border-bottom: 1px solid var(--gainsboro);
}

.cart-footer {
  border-top-color: var(--gainsboro);
}

.more-products {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  grid-template-rows: minmax(20vw, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(20vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.collection-item {
  flex: 0 33.3%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image {
  z-index: 4;
  width: 100%;
  position: relative;
}

.image.half-product-margin {
  object-fit: contain;
  width: 50%;
}

.price-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.half-product-margin {
  margin-top: -2rem;
}

.mask {
  overflow: visible;
}

.mask._75 {
  width: 75%;
}

.parallax-image {
  z-index: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.parallax-image.demo_a-home_3 {
  background-image: url('../images/dose-juice-bXkyWdyJc1Y-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.parallax-image.demo_a-home_2 {
  background-image: url('../images/dose-juice-mP0xREKwrqg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.parallax-image.demo_a-home_1 {
  background-image: url('../images/dose-juice-KNU61gmh3fE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.left-section {
  z-index: 3;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.left-section.stretch {
  flex-direction: row;
  flex: 1;
}

.left-section.stretch.vertical {
  flex-direction: column;
}

.line-bottom {
  z-index: 1;
  border-bottom: 1px solid var(--gainsboro);
  position: absolute;
  inset: auto 0% 0%;
}

.line-bottom.width-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.right-section {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  width: 50%;
  display: flex;
  position: relative;
}

.right-section.stretch {
  flex-direction: row;
}

.right-section.stretch.vertical {
  flex-direction: column;
}

.splitscreen {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shift-top {
  margin-top: 160px;
  position: relative;
}

.text-block {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.underline {
  border-bottom: 1px solid #7777775c;
}

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

.insta-hover {
  z-index: 1;
  background-color: #000000bf;
  border-radius: 10000px;
  width: 10vw;
  height: 10vw;
  position: absolute;
  inset: auto auto 0%;
}

.quote-sign {
  color: var(--gainsboro);
  margin-top: -2vw;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 20vw;
  font-weight: 900;
  line-height: .9;
  position: relative;
}

.order-confirmation {
  z-index: 2;
  background-color: #0000;
  padding: 0;
  position: relative;
}

.footer {
  z-index: 3;
  background-color: var(--gainsboro);
  color: var(--black);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 80px 10vw;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.collection-list {
  width: 100%;
  height: 100%;
}

.highlights {
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 5vw 10vw;
  font-size: 2rem;
  font-weight: 700;
}

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

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

.navi-follow {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.navi-menu {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.row {
  flex-wrap: wrap;
}

.div-block {
  display: flex;
}

.footer-sublinks {
  flex-wrap: wrap;
  width: auto;
  margin-bottom: 24px;
  display: flex;
}

.nav-column {
  margin-right: 1rem;
}

.footer-copyright {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.margin-left-small {
  margin-left: 8px;
}

.footer-links {
  flex-wrap: wrap;
  width: auto;
  font-size: 1rem;
  display: flex;
}

.wrapper {
  border-bottom: 6px #fff;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper-left {
  width: 200%;
  display: flex;
}

.marquee-left {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-header-marquee {
  z-index: 3;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.grid-header-story {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  position: relative;
}

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

.section-content_middle {
  z-index: 3;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  position: relative;
}

.section-content_middle.detail {
  padding-top: 160px;
}

.grid-header-2x {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.grid-about-images {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.img-absolute {
  z-index: 0;
  width: 256px;
  position: absolute;
}

.img-absolute.bottom-right {
  bottom: -3rem;
  right: -3rem;
}

.img-absolute.bottom-right.z-index_3 {
  z-index: 3;
}

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

.footer-line {
  opacity: .25;
  background-color: #00000080;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.breadcrumb-limitation {
  white-space: nowrap;
  width: 50vh;
  position: relative;
  overflow: hidden;
}

.breadcrumb-limitation-gradient {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--gainsboro), transparent 50%);
  position: absolute;
  inset: 0%;
}

.progress-bar-wrapper {
  z-index: 7;
  height: 6px;
  position: fixed;
  inset: auto 160px 0%;
}

.progress-bar {
  background-color: var(--deep-red);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-post-grid-2x {
  grid-column-gap: 4px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-title {
  margin-top: 4px;
  padding-right: 20%;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.align-center {
  text-align: center;
  width: 100%;
}

.collection-list-category {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.you-may-like-wrapper {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 1rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.section-buy {
  z-index: 3;
  background-color: var(--white);
  text-transform: uppercase;
  border-top: 1px solid #00000014;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 80px 160px;
  font-size: .625rem;
  font-weight: 500;
  position: relative;
}

.blog-post-display {
  z-index: 3;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.rich-text-block {
  text-align: justify;
  font-size: 1.125rem;
}

.shop-products {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  grid-template-rows: minmax(25vw, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(25vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-products {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  margin-top: 2px;
  padding-top: 5vw;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

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

.fouroom-sign {
  width: 32px;
  margin-right: 12px;
}

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

.buy-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.preview-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.preview-button:hover {
  border-color: var(--deep-red);
  background-color: var(--deep-red);
}

.buy-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.buy-button:hover {
  border-color: var(--deep-red);
  background-color: var(--deep-red);
}

.overview-button {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.overview-button:hover {
  border-color: var(--deep-red);
  background-color: var(--deep-red);
  color: var(--white);
}

.tab-link {
  text-transform: uppercase;
  background-color: #0000;
  font-size: .625rem;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: var(--white-smoke);
  background-image: url('../images/circle-4x4.svg');
  background-position: 11px;
  background-repeat: no-repeat;
  background-size: 8px;
}

.tab-menu {
  margin-bottom: 4px;
}

.detail-display {
  z-index: 3;
  border-bottom: 12px solid var(--black);
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 6rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.detail-display.no-bottom {
  margin-bottom: 0;
}

.grid-2x1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

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

.padding-6 {
  flex-direction: column;
  justify-content: center;
  padding: 6rem;
  display: flex;
  position: relative;
}

.grid-review-image {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  position: relative;
}

.review-box {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem;
  display: flex;
  position: relative;
}

.review-stars {
  margin-bottom: 4px;
  font-family: Big Shoulders Display, sans-serif;
}

.review-headline {
  z-index: 3;
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}

.review-preview-text {
  height: 164px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.review-gradient {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white), #fff0 75%);
  position: absolute;
  inset: 0%;
}

.accordion-faq {
  z-index: 3;
  border-bottom: 2px solid var(--gainsboro);
  background-color: var(--white);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  padding: 4vw 10vw;
  position: relative;
}

.section-full {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10vw;
  display: flex;
  position: relative;
}

.item-fixed {
  z-index: 2;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.item-fixed.absolute {
  position: absolute;
}

.img-product-fix {
  object-fit: contain;
  height: 64vh;
  position: relative;
}

.grid-product-fullscreen {
  z-index: 3;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.img-transparent-fix {
  position: relative;
}

.img-transparent-fix.z-3 {
  z-index: 3;
}

.color-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.color-shape {
  width: 20%;
  height: 128px;
}

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

.bg-light-blue {
  background-color: var(--light-blue);
  color: var(--deep-blue);
}

.bg-dark-blue {
  background-color: var(--deep-blue);
  color: var(--light-blue);
}

.bg-light-red {
  background-color: var(--light-red);
  color: var(--deep-red);
}

.bg-dark-red {
  background-color: var(--deep-red);
  color: var(--light-red);
}

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

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

.grid-contact {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.link-underline {
  border-bottom: 1px solid #0000001a;
  transition: border-color .3s;
}

.link-underline:hover {
  border-bottom-color: var(--black);
}

.grid-review {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  position: relative;
}

.review-box-detail {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 6rem;
  display: flex;
  position: relative;
}

.heading-footer-purchase {
  margin-bottom: .5rem;
  font-weight: 600;
}

.horizontal-start {
  flex-wrap: wrap;
  display: flex;
}

.demo-container {
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.grid-footer-purchase {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: -.01em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 1rem;
}

.list-item-footer-purchase {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
  display: flex;
}

.logo-breadcrumb-footer {
  width: 16px;
  height: 16px;
}

.social-icon-footer-purchase {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-left: 4px;
}

.link-style-guide {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.hover-line-3 {
  background-color: #181818;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.breadcrumb-separator {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
}

.body-intro {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.page-demos-container {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  position: relative;
}

.grid-purchase-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
}

.section-intro {
  z-index: 3;
  width: 100%;
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
}

.section-footer-purchase {
  z-index: 3;
  width: 100%;
  padding: 6rem;
  position: relative;
}

.lead-style-guide {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
}

.breadcrumb-footer {
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  position: relative;
}

.link-purchase {
  z-index: 1;
  color: #fff;
  margin-right: 24px;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.link-purchase:hover {
  color: #2997ff;
}

.purchase-headline {
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.announcement-purchase {
  color: #fff;
  background-color: #181818;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .75rem;
  display: flex;
}

.content-2 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-promo {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #181818;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 830px;
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-span {
  text-transform: uppercase;
  padding-left: 2px;
  font-size: .625rem;
}

.button-purchase-theme {
  z-index: 2;
  text-align: center;
  background-color: #0071e3;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 11px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-purchase-theme:hover {
  background-color: #2997ff;
}

.white-block {
  z-index: 2;
  color: #181818;
  background-color: #fff;
  position: relative;
}

.announcement-horizontal {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.container-purchase {
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
  position: relative;
}

.list-footer-purchase {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.announcement-bar {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.button-404 {
  background-color: var(--deep-red);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 12px;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 40px 40px #0000;
}

.button-404:hover {
  box-shadow: inset 0 0 40px 40px #0000001a;
}

.section-content {
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  margin-top: 2px;
  padding: 10vw;
  position: relative;
}

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

.text-field-password {
  background-color: var(--gainsboro);
  color: var(--black);
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

.text-field-password::placeholder {
  color: #00000080;
}

.bubble-right {
  z-index: 0;
  width: 3vw;
  position: absolute;
  inset: auto -1vw 0% auto;
}

.bubble-left {
  z-index: 0;
  width: 3vw;
  position: absolute;
  inset: auto auto 0% -1vw;
}

.speech-bubble-question {
  background-color: #e5e3e9;
  border-radius: 16px;
  margin-bottom: 12px;
  margin-right: 30%;
  padding: 12px 16px;
  position: relative;
}

.speech-bubble-answer {
  color: var(--white);
  background-color: #878f98;
  border-radius: 16px;
  margin-bottom: 12px;
  margin-left: 30%;
  padding: 12px 16px;
}

.speech-bubble-text {
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
}

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

.speech-bubble-headline {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}

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

.section-content-100vh {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  height: 125vh;
  margin-top: 2px;
  padding: 10vw;
  position: relative;
  overflow: hidden;
}

.grid-column-rounded {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
  overflow: hidden;
}

.card-orange {
  background-color: var(--light-orange);
  color: var(--dark-orange);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 32px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.icon-about {
  width: 75%;
  margin-bottom: 2rem;
}

.card-green {
  background-color: var(--light-green);
  color: var(--dark-green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 32px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.card-brown {
  background-color: var(--light-brown);
  color: var(--dark-brown);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 32px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.title {
  z-index: 3;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.checkbox-field {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: .75rem;
}

.category-holder {
  z-index: 4;
  justify-content: center;
  align-items: stretch;
  height: 64px;
  display: flex;
  position: absolute;
  inset: auto 0% -32px;
  overflow: hidden;
}

.cl-horizontal-centered {
  align-items: center;
  display: flex;
  overflow: scroll;
}

.link-block-journal {
  color: var(--deep-red);
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.cl-wrapper-rounded-white {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 100px;
}

.img-description-in {
  z-index: 3;
  color: var(--white);
  background-image: linear-gradient(to top, #00000080, #0000);
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-no-padding {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  position: relative;
}

.collection-item-horiz {
  display: flex;
}

.footer-double-section {
  z-index: 3;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  padding: 5vw 160px;
  display: flex;
  position: relative;
}

.text-field-holder {
  position: relative;
}

.footer-left-section {
  width: 50%;
  padding-right: 6rem;
}

.footer-right-section {
  border-left: 1px solid #00000014;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 6rem;
  display: flex;
  position: relative;
}

.display-footer-2 {
  z-index: 3;
  margin-bottom: 16px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.text-field-grey-rounded {
  color: var(--black);
  background-color: #2121211a;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.text-field-grey-rounded:focus {
  border-color: var(--black);
  color: var(--black);
}

.text-field-grey-rounded::placeholder {
  color: #00000080;
}

.button-submit-absolute {
  background-color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: inset 0 0 40px 40px #0000;
}

.button-submit-absolute:hover {
  box-shadow: inset 0 0 40px 40px #0000001a;
}

.social-icons-holder {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.list-footer-column {
  margin-bottom: 2rem;
  margin-right: 48px;
}

.btn-social {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 8px;
  padding: 12px;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-social:hover {
  color: #fff;
}

.footer-right-section-top {
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: Merriweather, serif;
  display: flex;
}

.footer-right-section-bottom {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  font-size: .75rem;
  display: flex;
}

.link-block-footer {
  z-index: 1;
  margin-left: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block-footer.w--current {
  background-image: url('../images/circle-4x4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 12px;
}

.features-item {
  text-align: center;
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.display-features {
  z-index: 3;
  letter-spacing: -.2px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.icon-features {
  width: 80px;
  margin-bottom: 32px;
}

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

.newsletter-wrapper {
  background-color: var(--white-smoke);
  border-radius: 24px;
  padding: 64px 32px;
  position: relative;
}

.image-cover-hero {
  z-index: 0;
  object-fit: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.introduction-space-bottom {
  z-index: 3;
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

.grid-features-top-page {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.feaures-top-page {
  background-color: var(--white);
  text-align: center;
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

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

.product-wrapper-space {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-product-medium {
  z-index: 4;
  object-fit: contain;
  width: 256px;
  height: 256px;
  position: relative;
}

.product-name-space-bottom {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.section-content-no-space {
  z-index: 3;
  width: 100%;
  margin-top: 2px;
  position: relative;
}

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

.small-slider-arrow {
  background-color: var(--white);
  color: #0006;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  font-size: 20px;
  display: flex;
  top: -20px;
}

.slide-vertical_move {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vh;
  height: 60vh;
  padding: 4rem;
  display: flex;
  position: relative;
}

.slider-full {
  background-color: #0000;
  height: 75vh;
}

.section-slider {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-link-ingredients {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  padding: 0 12px 24px;
}

.tab-link-ingredients.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/corner-tabs.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.tabs-menu-ingredients {
  justify-content: center;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
}

.tabl-pane-ingredients {
  background-color: var(--white);
  border-radius: 12px;
  padding: 12px;
}

.tabs {
  z-index: 1;
}

.section-ingredients {
  z-index: 3;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  min-height: 75vh;
  padding: 10vw;
  position: relative;
}

.product-image-slider {
  object-fit: contain;
  width: 25vh;
  height: 25vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

._90vh {
  height: auto;
  min-height: 90vh;
}

.testimonial-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-testimonial {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
}

.testimonial-box-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-corner {
  width: 24px;
}

.testimonial-box {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
}

.bg-gradient {
  position: absolute;
  inset: 0%;
}

.bg-gradient.spring-warmth {
  background-image: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.bg-gradient.winter-neva {
  background-image: linear-gradient(319deg, #fff1eb, #ace0f9);
}

.bg-gradient.rainy-ashville {
  background-image: linear-gradient(135deg, #f5f7fa, #fed6e3);
}

.bg-gradient.rare-wind {
  background-image: linear-gradient(319deg, #a8edea, #fed6e3);
}

.bg-gradient.cloudy-apple {
  background-image: linear-gradient(319deg, #f3e7e9, #e3eeff);
}

.grid-instagram {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
}

.social-media-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.sticky-instagram {
  text-align: center;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.instagram-spacing {
  padding: 5vw;
}

.section-instagram {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  position: relative;
}

.breadcrumb-navi {
  z-index: 8;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  color: #00000080;
  letter-spacing: .3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  padding-left: 68px;
  padding-right: 68px;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  top: 50%;
  left: 72px;
  transform: translate(-50%)rotate(-90deg);
}

.apple-pay-button {
  background-color: #2c2e2f;
  border-radius: 3px;
  height: 45px;
}

.line-left-about {
  z-index: 5;
  border-left: 2px solid var(--gainsboro);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cl-2x-big {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.alert {
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  border: 1px solid #0000001a;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  line-height: 1.5;
  position: relative;
}

.alert.bg-danger {
  color: #f07070;
}

.alert.bg-success {
  color: #33ad5f;
}

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

.form-horizontal {
  width: 100%;
  display: flex;
  position: relative;
}

.horiz-align-end {
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

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

.separator {
  background-color: #252525;
  width: 1px;
  height: 10px;
  margin-left: 12px;
  margin-right: 12px;
  transform: rotate(45deg);
}

.content-top-bottom {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.submit-button-transparent {
  color: #fff;
  background-color: #0000;
  height: 72px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 300;
  transition: color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button-transparent:hover, .submit-button-transparent.black {
  color: #181818;
}

.form-block-2 {
  margin-bottom: 0;
}

.text-field-underline {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #33333880;
  height: 72px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 300;
  transition: border-color .5s;
}

.text-field-underline:focus {
  border-bottom-color: #181818;
}

.text-field-underline::placeholder {
  color: #33333833;
}

.list-item-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.ci-list-item {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.section-x1 {
  z-index: 3;
  background-color: var(--white);
  border: 1px #2121211a;
  border-radius: .2rem;
  width: 100%;
  padding: 1rem;
  position: relative;
}

.image-demo-layouts {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: 0%;
}

.grid-3x {
  z-index: 3;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.demo-layouts {
  height: 365px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.display-4 {
  z-index: 2;
  letter-spacing: -.5px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.journal-grow-wrapper {
  z-index: 2;
  background-color: var(--white-smoke);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-grow-item-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.journal-grow-item-image {
  width: 64%;
  display: flex;
}

.section-content-top {
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  margin-top: 2px;
  padding: 10vw;
  position: relative;
}

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

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

.section-content-about-brown {
  background-color: var(--light-brown);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  margin-top: 2px;
  padding: 10vw;
  position: relative;
}

.img-wrapper-whiite {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 64vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rotated-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  transform: rotate(1deg);
}

.section-header-2x {
  z-index: 3;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 5vw 160px;
  position: relative;
}

.section-header-small-2x {
  padding-top: 64px;
  padding-left: 64px;
  padding-right: 64px;
}

.sup-2 {
  letter-spacing: 0;
  font-size: .875rem;
  display: inline-block;
  position: relative;
  bottom: 16px;
  left: 0;
  right: 0;
}

.content-xs {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-xs.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-map {
  background-color: var(--white);
  flex-direction: row;
  align-self: stretch;
  width: 100%;
  min-height: 50vh;
  margin-top: 2px;
  padding: 5vw 0;
  display: flex;
  position: relative;
}

.small {
  z-index: 2;
  font-size: .75rem;
  position: relative;
}

.background-color {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.direction-link {
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 600;
}

.sup-2 {
  font-size: .875rem;
  display: inline-block;
  position: relative;
  bottom: 12px;
  left: auto;
  right: 0%;
}

.grid-fullwidth {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card {
  z-index: 1;
  text-align: center;
  flex-flow: column wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.xl {
  flex-basis: 25%;
  padding: 6rem;
}

.card-container {
  flex-flow: wrap;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overline {
  z-index: 1;
  color: #21212180;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.content-button-centered {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-full-hero {
  text-align: center;
  background-color: #eb5c5b;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10vw;
  display: flex;
  position: relative;
}

.grid-full-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-add-to-cart {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.btn-add-to-cart:hover {
  background-color: var(--black);
  color: #fff;
}

.quantity {
  border-style: none;
  border-radius: 100px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 24px 100px 24px 48px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.add-to-cart-wrapper {
  margin-top: 2rem;
  position: relative;
}

.image-licensing {
  object-fit: contain;
  width: 256px;
  height: 256px;
  margin-bottom: 1rem;
}

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

.content-license {
  z-index: 2;
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.more-product-title {
  z-index: 3;
  color: var(--silver);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Big Shoulders Display, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.tab-link-image {
  background-color: var(--white);
  border-radius: 100px;
  padding: 8px;
}

.display-page-demo {
  z-index: 3;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

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

.background-video-promo {
  z-index: 1;
  width: 1200px;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 6rem;
}

.image-promo-mobile {
  display: none;
}

.grid-column-big {
  grid-column-gap: 80px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
}

.section-hero-product {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  padding: 160px 160px 40px;
  display: flex;
  position: relative;
}

.section-hero-product.sticky {
  position: sticky;
}

.btn-buy-now {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.btn-buy-now:hover {
  background-color: var(--black);
  color: #fff;
}

.block-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-checkout {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 5vw 40px;
  position: relative;
}

.discounts {
  margin-bottom: 20px;
}

.apply-button {
  background-color: var(--black);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Big Shoulders Text, sans-serif;
  line-height: 2;
  position: relative;
}

.header {
  border-top: 1px dashed #000;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.header.weg {
  display: none;
}

.reel-a {
  flex: none;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--aroma-vibe);
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5em;
  font-size: 60px;
  line-height: 1em;
  display: inline-block;
}

.reel-b {
  flex: none;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  margin-bottom: 0;
  padding: 40px 30px;
  position: static;
}

.footer-wrapper-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.weg {
  opacity: 0;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container.weg {
  opacity: 0;
  display: block;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.marquee {
  width: auto;
  margin-top: 17px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.marquee._0 {
  z-index: 100;
  margin-top: 0;
}

.marquee.no-margin {
  background-image: none;
  margin-top: 0;
}

.marquee-inner {
  background-color: #be2d3f00;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.marquee-inner.halt-stopp {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.marquee-item {
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.text-style-allcaps {
  color: #f5f5f5;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.image-405 {
  max-width: 50%;
}

.image-406 {
  filter: invert();
  width: 30px;
}

.container-3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.style-guide-gray-background {
  background-color: #f5f5f5;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px;
  font-weight: 300;
  display: flex;
}

.no-margins-2 {
  color: #3b3d3d;
  margin-top: 0;
  margin-bottom: 0;
}

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

@media screen and (min-width: 1440px) {
  .container-3 {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1920px) {
  .text-style-allcaps {
    font-size: 1.3rem;
  }
}

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

  .display-none-tablet {
    display: none;
  }

  .brand {
    width: 128px;
  }

  .brand.black {
    background-size: 100%;
  }

  .brand.black.absolute {
    left: 100px;
  }

  .brand.white {
    background-size: 100%;
  }

  .introduction {
    font-size: 1.25rem;
  }

  .introduction.margin-bottom {
    margin-bottom: 3rem;
  }

  .hover-line.red-4px {
    display: none;
  }

  .effect-1 {
    font-size: 4rem;
    line-height: 1em;
  }

  .section-hero {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    padding: 200px 100px 100px;
  }

  .section-hero._70vh {
    min-height: 50vh;
  }

  .introduction-img {
    width: 32px;
    height: 32px;
  }

  .display-0 {
    letter-spacing: -.01em;
    line-height: .9;
  }

  .display-1 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .sticky-content {
    top: 4rem;
  }

  .bg-image.about-3 {
    background-image: url('../images/candid-WFsNCIn8OF4-unsplash.jpg'), linear-gradient(to bottom, null, null);
    background-size: 70%, auto;
  }

  .img-wrapper, .img-wrapper.mini, .img-wrapper.small, .img-wrapper.medium, .img-wrapper.journal {
    height: auto;
    min-height: 512px;
  }

  .section {
    padding: 50px 100px;
  }

  .display-2 {
    font-size: 2.25rem;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .margin-bottom {
    margin-bottom: 3rem;
  }

  ._75vh {
    min-height: 50vh;
  }

  .margin-paragraph_2x {
    margin-bottom: 1rem;
  }

  .grid-6x6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-hero-full {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 3rem 3rem;
  }

  .slide-nav {
    height: 3rem;
    bottom: -3rem;
  }

  .slide-nav.in {
    bottom: 0;
  }

  .mask-hero {
    width: 100%;
  }

  .btn {
    padding: 16px 30px;
  }

  .btn.absolute {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn.submit:hover {
    background-color: var(--gainsboro);
  }

  .btn-hover {
    display: none;
  }

  .img-product-smooth-left, .img-product-smooth-right {
    height: 30vh;
  }

  .hamburger {
    width: 100px;
    height: 100px;
  }

  .navigation {
    padding: 100px 100px 38px;
  }

  .grid-navigation {
    grid-template-columns: .75fr .25fr;
  }

  .breadcrumb {
    height: 20px;
    padding-left: 38px;
    padding-right: 38px;
    left: 40px;
  }

  .navbar {
    border-bottom: 1px solid var(--white-smoke);
    background-color: var(--white);
    height: 100px;
  }

  .cart-absolute {
    width: 100px;
    height: 100px;
  }

  .instagram-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .sticky {
    top: 0;
  }

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

  .grid._6x1, .grid.introductions {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .expand-icon {
    top: 0;
  }

  .accordion-title {
    font-size: 1.25rem;
  }

  .accordion-content {
    padding-left: 0;
  }

  .quantity-detail {
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-detail-img {
    height: 40vh;
  }

  .half-product-margin {
    margin-top: 2rem;
  }

  .mask._75 {
    width: 100%;
  }

  .parallax-image, .parallax-image.demo_a-home_3, .parallax-image.demo_a-home_2, .parallax-image.demo_a-home_1 {
    height: 50vh;
  }

  .left-section, .line-bottom.width-50, .right-section {
    width: 100%;
  }

  .splitscreen {
    margin-bottom: 0;
    display: block;
  }

  .shift-top {
    margin-top: 0;
  }

  .footer {
    padding: 38px 100px;
  }

  .highlights {
    padding: 100px;
  }

  .product-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .row {
    display: block;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-header-marquee {
    padding-top: 200px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-content_middle {
    padding: 0;
  }

  .section-content_middle.detail {
    padding-top: 100px;
  }

  .grid-header-2x {
    grid-template-columns: 1fr;
  }

  .grid-about-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .img-absolute {
    display: none;
  }

  .breadcrumb-limitation-gradient {
    background-image: linear-gradient(270deg, #fff, #0000 50%);
  }

  .progress-bar-wrapper {
    left: 100px;
    right: 100px;
  }

  .blog-post-grid-2x {
    grid-template-columns: 1fr;
  }

  .section-buy {
    padding: 50px 100px;
  }

  .blog-post-display {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .section-products {
    padding: 100px;
  }

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

  .buy-button-wrapper {
    justify-content: flex-start;
  }

  .preview-button {
    text-align: center;
    flex: 1;
    height: 48px;
    display: none;
  }

  .buy-button, .overview-button {
    text-align: center;
    flex: 1;
    height: 48px;
  }

  .detail-display {
    letter-spacing: -.01em;
    border-bottom-width: 8px;
    line-height: .9;
  }

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

  .padding-6, .review-box {
    padding: 2rem;
  }

  .accordion-faq {
    padding: 50px 100px;
  }

  .section-full {
    height: auto;
    padding: 100px;
  }

  .grid-contact {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .review-box-detail {
    padding: 2rem;
  }

  .heading-footer-purchase {
    margin-bottom: .25rem;
  }

  .page-demos-container {
    padding: 2rem;
  }

  .grid-purchase-auto {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .section-intro {
    padding: 3rem;
  }

  .section-footer-purchase {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lead-style-guide {
    font-size: 1.75rem;
  }

  .link-purchase {
    display: none;
  }

  .section-promo {
    height: 50vh;
    padding: 8rem 3rem 3rem;
  }

  .announcement-bar {
    width: 100%;
    max-width: none;
  }

  .section-content {
    padding: 100px;
  }

  .section-content-100vh {
    height: 75vh;
    padding: 100px;
  }

  .grid-column-rounded {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .card-orange {
    min-height: auto;
  }

  .icon-about {
    width: 75%;
    margin-bottom: 1rem;
  }

  .card-green, .card-brown {
    min-height: auto;
  }

  .title {
    font-size: 2.25rem;
  }

  .section-no-padding {
    padding: 100px;
  }

  .footer-double-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 100px;
  }

  .footer-left-section {
    width: 100%;
    padding-right: 0;
  }

  .footer-right-section {
    border-top: 1px solid var(--gainsboro);
    border-left-style: none;
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-left: 0;
  }

  .footer-right-section-bottom {
    justify-content: flex-start;
  }

  .image-cover-hero {
    height: 50vh;
  }

  .introduction-space-bottom {
    font-size: 1.25rem;
  }

  .grid-features-top-page {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .feaures-top-page {
    border-radius: 0;
    padding: 100px;
  }

  .small-slider-arrow {
    display: none;
  }

  .slide-vertical_move {
    padding: 2rem;
  }

  .tab-link-ingredients {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-ingredients {
    padding: 100px;
  }

  .grid-instagram {
    grid-auto-flow: row;
  }

  .sticky-instagram {
    height: auto;
  }

  .instagram-spacing {
    padding: 100px;
  }

  .breadcrumb-navi {
    height: 20px;
    padding-left: 38px;
    padding-right: 38px;
    left: 40px;
  }

  .line-left-about {
    border-top: 1px solid #000;
    border-left-style: none;
    display: none;
    inset: 0% 3rem auto;
  }

  .cl-2x-big {
    grid-template-columns: 1fr;
  }

  .separator {
    background-color: #0000;
    width: 8px;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(90deg);
  }

  .submit-button-transparent, .text-field-underline {
    font-size: 1.25rem;
  }

  .journal-grow-wrapper {
    flex-direction: column;
  }

  .journal-grow-item-image {
    width: 100%;
  }

  .section-content-top {
    padding: 100px;
  }

  .cl-journal-grow {
    grid-row-gap: 3rem;
  }

  .section-content-about-brown {
    padding: 100px;
  }

  .img-wrapper-whiite {
    height: 512px;
    padding: 1.25rem;
  }

  .section-header-2x {
    padding: 50px 100px;
  }

  .section-header-small-2x {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-xs {
    max-width: 800px;
  }

  .section-content-map {
    padding: 100px;
  }

  .card, .card.xl {
    flex-basis: 50%;
    padding: 2rem;
  }

  .section-full-hero {
    height: 75vh;
    padding: 100px;
  }

  .btn-add-to-cart {
    padding: 16px 30px;
  }

  .quantity {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
  }

  .more-product-title {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .display-page-demo {
    font-size: 2.25rem;
  }

  .background-video-promo {
    display: none;
  }

  .image-promo-mobile {
    object-fit: contain;
    height: 100%;
    display: block;
    position: relative;
  }

  .grid-column-big {
    grid-column-gap: 20px;
  }

  .section-hero-product {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .btn-buy-now {
    padding: 16px 30px;
  }

  .section-checkout {
    padding: 50px 100px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .marquee-item {
    margin-right: 4rem;
    font-size: .6755rem;
  }

  .style-guide-hero-holder {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.125rem;
  }

  .brand {
    width: 100px;
  }

  .brand.black.absolute {
    left: 24px;
  }

  .introduction {
    font-size: 1.125rem;
  }

  .introduction.margin-bottom {
    margin-bottom: 2rem;
  }

  .section-hero {
    padding: 128px 32px 32px;
  }

  .display-0 {
    font-size: 5rem;
  }

  .shift-left {
    left: 0;
  }

  .display-1 {
    letter-spacing: 0;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .sticky-content {
    top: 4rem;
  }

  .img-wrapper, .img-wrapper.mini, .img-wrapper.small, .img-wrapper.medium, .img-wrapper.journal {
    min-height: 256px;
  }

  .section {
    padding: 32px;
  }

  .display-2 {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

  .overflow-hidden.margin-paragraph_2x.no-margin-mobile {
    margin-bottom: 0;
  }

  .display-3 {
    letter-spacing: 0;
  }

  .content.centered {
    align-items: flex-start;
  }

  .margin-paragraph_2x {
    margin-bottom: 1rem;
  }

  .section-hero-full {
    padding: 6rem 0 2rem;
  }

  .slide-nav {
    height: 2rem;
    bottom: 0;
  }

  .mask-hero {
    overflow: hidden;
  }

  .img-slide-smooth-neg, .img-slide-smooth-pos {
    display: none;
  }

  .grid-12x8 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .img-product-smooth-left, .img-product-smooth-right {
    width: 50%;
    margin-bottom: 32px;
  }

  .hamburger {
    width: 64px;
    height: 64px;
    inset: 0% 80px auto auto;
  }

  .hamburger-btn {
    width: 48px;
    height: 48px;
  }

  .close-top {
    width: 18px;
    top: 19px;
  }

  .close-bottom {
    width: 18px;
    top: 27px;
  }

  .navigation {
    padding: 72px 16px 64px;
  }

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

  .breadcrumb {
    height: 2rem;
    display: none;
  }

  .line-left-navi {
    border-top: 1px solid var(--gainsboro);
    border-left-style: none;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: var(--white);
    height: 64px;
  }

  .cart-absolute {
    width: 64px;
    height: 64px;
    right: 16px;
  }

  .sticky {
    top: 0;
  }

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

  .accordion-trigger {
    padding: .5rem 0;
  }

  .expand-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-quantity {
    width: 16px;
    height: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: .5rem;
  }

  .product-detail-img {
    height: 32vh;
  }

  .more-products {
    overflow: auto;
  }

  .half-product-margin {
    margin-top: 1.5rem;
  }

  .shift-top {
    margin-top: 0;
  }

  .quote-sign {
    font-size: 10rem;
  }

  .footer {
    padding: 32px;
  }

  .highlights {
    padding: 32px;
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .product-images {
    grid-column-gap: 20px;
  }

  .hero-title {
    margin-bottom: 32px;
  }

  .navi-follow {
    flex-direction: row;
    align-items: center;
  }

  .navi-menu {
    padding-bottom: 32px;
  }

  .footer-sublinks {
    flex-wrap: wrap;
  }

  .nav-column {
    margin-bottom: .5rem;
    margin-right: .5rem;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .section-header-marquee {
    padding-top: 128px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-content_middle.detail {
    padding-top: 64px;
  }

  .grid-about-images {
    grid-column-gap: .25rem;
    grid-template-rows: auto;
  }

  .progress-bar-wrapper {
    left: 32px;
    right: 32px;
  }

  .blog-post-title {
    padding-right: 10%;
    font-size: 1.5rem;
  }

  .you-may-like-wrapper {
    flex-wrap: wrap;
  }

  .section-buy {
    padding: 32px;
  }

  .blog-post-display {
    letter-spacing: 0;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .shop-products {
    overflow: auto;
  }

  .section-products {
    padding: 32px;
  }

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

  .horizontal-center {
    overflow: auto;
  }

  .buy-button-wrapper {
    justify-content: flex-start;
    overflow: auto;
  }

  .detail-display {
    border-bottom-width: 8px;
    margin-bottom: 3rem;
    font-size: 5rem;
  }

  .review-headline {
    letter-spacing: 0;
  }

  .accordion-faq {
    padding: 32px;
  }

  .section-full {
    padding: 50px 32px;
  }

  .img-product-fix {
    margin-bottom: 32px;
  }

  .grid-product-fullscreen {
    text-align: center;
    flex-direction: column;
  }

  .img-transparent-fix {
    width: 75%;
    margin-bottom: 32px;
  }

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

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

  .link-style-guide {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-intro {
    padding: 2rem;
  }

  .section-footer-purchase {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lead-style-guide {
    font-size: 1.625rem;
  }

  .link-purchase {
    flex-direction: column;
    align-items: flex-start;
  }

  .purchase-headline {
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .announcement-purchase {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-promo {
    padding: 6rem 2rem 2rem;
  }

  .announcement-bar {
    bottom: 0;
  }

  .section-content {
    padding: 32px;
  }

  .bubble-right {
    width: 24px;
    right: -6px;
  }

  .bubble-left {
    width: 24px;
    left: -6px;
  }

  .speech-bubble-question {
    margin-right: 15%;
  }

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

  .section-content-100vh {
    height: 50vh;
    padding: 32px;
  }

  .grid-column-rounded {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-auto-flow: row;
  }

  .card-orange {
    padding: 16px;
  }

  .icon-about {
    width: 36%;
  }

  .card-green, .card-brown {
    padding: 16px;
  }

  .title {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .category-holder {
    height: 48px;
    margin-top: 32px;
    position: relative;
    bottom: 0;
  }

  .link-block-journal {
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1rem;
  }

  .cl-wrapper-rounded-white {
    border-radius: 0;
    flex: 1;
    overflow: scroll;
  }

  .img-description-in {
    padding: 24px;
  }

  .section-no-padding, .footer-double-section {
    padding: 32px;
  }

  .display-footer-2, .display-features {
    letter-spacing: 0;
    line-height: 1.2;
  }

  .icon-features {
    margin-bottom: 1rem;
  }

  .introduction-space-bottom {
    font-size: 1.125rem;
  }

  .grid-features-top-page {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .feaures-top-page {
    padding: 32px;
  }

  .tab-link-ingredients {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-ingredients {
    padding: 32px;
  }

  .grid-testimonial, .grid-instagram {
    grid-auto-flow: row;
  }

  .sticky-instagram {
    height: auto;
  }

  .instagram-spacing {
    padding: 32px;
  }

  .breadcrumb-navi {
    height: 2rem;
    display: none;
  }

  .line-left-about {
    left: 2rem;
    right: 2rem;
  }

  .cl-2x-big {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .horiz-align-end, .horiz-align-center {
    width: 100%;
  }

  .separator {
    background-color: #0000;
    width: 4px;
    height: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-3x {
    grid-template-columns: 1fr 1fr;
  }

  .display-4 {
    letter-spacing: 0;
    font-size: 1.125rem;
  }

  .ci-grow-mobile {
    flex: 1;
  }

  .section-content-top {
    padding: 32px 32px 0;
  }

  .cl-journal-grow {
    grid-row-gap: 2rem;
  }

  .section-content-about-brown, .section-header-2x, .section-content-map {
    padding: 32px;
  }

  .card, .card.xl {
    padding: 2rem;
  }

  .card-container {
    display: block;
  }

  .section-full-hero {
    padding: 64px 32px 32px;
  }

  .grid-full-hero {
    text-align: center;
    flex-direction: column;
  }

  .image-licensing {
    width: 128px;
    height: 128px;
  }

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

  .more-product-title {
    letter-spacing: 0;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .display-page-demo {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 1.2;
  }

  .section-hero-product {
    padding: 128px 32px 32px;
  }

  .section-checkout {
    padding: 32px;
  }

  .heading {
    font-size: 48px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    background-size: 36px, 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand.black.absolute {
    width: 70px;
    height: 100%;
  }

  .effect-1 {
    font-size: 3rem;
  }

  .section-hero {
    padding: 96px 20px 20px;
  }

  .display-0 {
    font-size: 4rem;
  }

  .display-1 {
    font-size: 2rem;
  }

  .sticky-content {
    top: 3rem;
  }

  .bg-image.about-3 {
    background-image: url('../images/candid-WFsNCIn8OF4-unsplash.jpg'), linear-gradient(to bottom, null, null);
    background-size: 100%, auto;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-2 {
    font-size: 1.75rem;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

  .margin-paragraph_2x {
    margin-bottom: 1rem;
  }

  .slide-nav {
    bottom: 0;
  }

  .img-product-smooth-left, .img-product-smooth-right {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .breadcrumb {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky {
    top: 0;
  }

  .bordered {
    border-right-style: none;
    padding-right: 0;
  }

  .bordered.last {
    padding-left: 0;
  }

  .product-detail-img {
    width: 100%;
  }

  .more-products {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .half-product-margin {
    margin-top: 1rem;
  }

  .footer {
    padding: 20px;
  }

  .highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
  }

  .product-images {
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social {
    margin-top: 12px;
  }

  .margin-left-small {
    margin-left: 0;
    margin-right: 8px;
  }

  .section-header-marquee {
    padding-top: 96px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content_middle.detail {
    padding-top: 64px;
  }

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

  .grid-about-images {
    grid-template-columns: 1fr;
  }

  .progress-bar-wrapper {
    left: 20px;
    right: 20px;
  }

  .blog-post-grid-2x {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-post-title {
    padding-right: 0%;
  }

  .section-buy {
    padding: 20px;
  }

  .blog-post-display {
    font-size: 2rem;
  }

  .shop-products {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-products {
    padding: 20px;
  }

  .horizontal-center, .buy-button-wrapper {
    flex-wrap: wrap;
  }

  .preview-button {
    width: 50%;
  }

  .buy-button {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-top: 4px;
  }

  .overview-button {
    width: 50%;
  }

  .detail-display {
    border-bottom-style: none;
    border-bottom-width: 8px;
    font-size: 4rem;
  }

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

  .padding-6, .review-box, .accordion-faq {
    padding: 20px;
  }

  .section-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-fixed, .img-product-fix {
    width: 100%;
  }

  .img-transparent-fix {
    width: 100%;
    margin-top: 0;
  }

  .img-transparent-fix.unten {
    margin-top: 129px;
  }

  .img-transparent-fix.oben {
    margin-top: -13px;
    padding-top: 0;
  }

  .review-box-detail {
    padding: 20px;
  }

  .grid-footer-purchase {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .page-demos-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section-intro {
    padding: 1.25rem;
  }

  .section-footer-purchase {
    padding: 1.25rem 1.25rem 8rem;
  }

  .lead-style-guide {
    font-size: 1.5rem;
  }

  .purchase-headline {
    font-size: .75rem;
  }

  .section-promo {
    padding: 1.25rem;
  }

  .announcement-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .section-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .speech-bubble-question {
    margin-right: 0%;
  }

  .speech-bubble-answer {
    margin-left: 0%;
  }

  .speech-bubble-block {
    align-items: stretch;
  }

  .section-content-100vh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-column-rounded {
    grid-auto-flow: row;
  }

  .icon-about {
    width: 50%;
  }

  .title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .link-block-journal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cl-wrapper-rounded-white {
    border-radius: 0;
  }

  .img-description-in {
    color: var(--black);
    background-image: none;
    margin-bottom: 2rem;
    padding: 8px 0 0;
    position: relative;
  }

  .section-no-padding, .footer-double-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-right-section {
    margin-top: 2rem;
    padding-top: 2rem;
    display: block;
  }

  .display-footer-2 {
    margin-bottom: 8px;
  }

  .text-field-grey-rounded {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
  }

  .button-submit-absolute {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    position: relative;
  }

  .footer-right-section-bottom {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block-footer {
    margin-left: 0;
  }

  .display-features {
    margin-bottom: 8px;
  }

  .newsletter-wrapper {
    padding: 1.25rem 1rem;
  }

  .feaures-top-page {
    padding: 32px 20px;
  }

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

  .small-slider-arrow {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .slide-vertical_move {
    border-radius: 0;
    width: 90vw;
    height: auto;
  }

  .section-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-ingredients {
    padding-left: 4px;
    padding-right: 4px;
  }

  .tab-link-ingredients.w--current {
    background-size: 24px;
  }

  .section-ingredients {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram-spacing {
    padding: 20px;
  }

  .breadcrumb-navi {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .form-horizontal {
    display: block;
  }

  .horiz-align-end, .horiz-align-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .submit-button-transparent {
    position: relative;
  }

  .grid-3x {
    grid-template-columns: 1fr;
  }

  .journal-grow-item-text {
    padding: 20px;
  }

  .section-content-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cl-journal-grow {
    grid-row-gap: 1.25rem;
  }

  .section-content-about-brown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-wrapper-whiite {
    height: 256px;
  }

  .section-header-2x {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header-small-2x {
    padding-top: 20px;
  }

  .section-content-map {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.xl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-full-hero {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .quantity {
    width: 100%;
    padding-right: 30px;
  }

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

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

  .more-product-title {
    font-size: 2rem;
  }

  .display-page-demo {
    font-size: 1.75rem;
  }

  .grid-column-big {
    grid-row-gap: 1.25rem;
    grid-auto-flow: row;
  }

  .section-hero-product {
    padding: 96px 20px 20px;
  }

  .section-checkout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 36px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .marquee-item {
    margin-right: 3rem;
  }

  .container-3 {
    padding: 1em 20px;
  }
}

#w-node-ea680730-3491-fe82-4dac-9d4792d03695-f65241c0 {
  grid-area: 1 / 11 / 5 / 13;
  place-self: center;
}

#w-node-ea680730-3491-fe82-4dac-9d4792d03696-f65241c0 {
  grid-area: 7 / 3 / 9 / 6;
  place-self: center;
}

#w-node-ea680730-3491-fe82-4dac-9d4792d03697-f65241c0 {
  grid-area: 2 / 2 / 5 / 5;
  place-self: center;
}

#w-node-_8afe4021-19a3-6eb6-1a01-b27cc624d211-f65241fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3408527-e375-b30b-3438-6f44cf5bb6c3-f6524214 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-fd135ad7-abfb-8d8d-e400-c5be5bf81304-f6524214 {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_34c06de0-d394-b266-7011-17e69d26709e-f6524214 {
  align-self: end;
}

#w-node-_60339d0b-999c-647b-4429-d14039c8f61c-f6524214 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_60339d0b-999c-647b-4429-d14039c8f620-f6524214 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_60339d0b-999c-647b-4429-d14039c8f629-f6524214 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_3a75fe0f-cfe9-a1f3-dfe5-262644242183-f6524215, #w-node-_687cd56f-d0d8-0949-fa54-c6bb2e9eebe8-f6524215 {
  align-self: center;
}

#w-node-_6ec6521a-c176-c449-2bb3-4117e61832d4-f6524216, #w-node-_3a549479-8443-0a28-a5bb-3dd22b48244d-f6524217, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f6524219, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f652422f {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_614185ca-374d-d8a2-eff5-d775754676e0-f652422f {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_40e27b75-ae24-3db3-c114-64332fa5f730-f6524234 {
  grid-area: 2 / 1 / 8 / 7;
  align-self: end;
}

#w-node-_7b8f3952-5a85-350e-ffa8-34c14eb56ddd-f6524234 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: end;
}

#w-node-_5e07f8a8-ad19-6bd2-f8e1-3e6ad433ced9-f6524236 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_7cf596b5-29a5-9bd6-b09b-f5c87e3f63f6-f6524236 {
  grid-area: 2 / 1 / 6 / 7;
  place-self: stretch center;
}

#w-node-_8e18613e-f659-d6c8-ade4-2cb260291dba-f6524236 {
  grid-area: 6 / 2 / 7 / 6;
  align-self: end;
}

#w-node-_3d6118aa-4068-cb54-5daf-0dfb432538b9-f6524236 {
  grid-area: 1 / 5 / 7 / 7;
  place-self: center;
}

#w-node-c5290d1c-06b3-b849-e1d7-2fe737766974-f6524236 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: start center;
}

#w-node-_5e07f8a8-ad19-6bd2-f8e1-3e6ad433cee0-f6524236 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5e07f8a8-ad19-6bd2-f8e1-3e6ad433cefe-f6524236 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_84597a7c-7a51-60db-66bb-75e28f1fb99f-f6524236 {
  place-self: center;
}

#w-node-a92c0a19-e798-463d-63ca-792e285efa9b-f6524239, #w-node-a92c0a19-e798-463d-63ca-792e285efa9b-f652423a {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-c3bff72c-1aab-9f51-760a-1f667ed917fd-f652423c {
  grid-area: 1 / 1 / 8 / 13;
}

#w-node-a4d027cf-6343-5c77-64a3-9550f7bbc0a2-f652423c {
  grid-area: 2 / 1 / 9 / 5;
  place-self: center;
}

#w-node-b66bd9e3-b97f-3991-c683-805884d39ce7-f652423c {
  grid-area: 6 / 1 / 9 / 13;
}

#w-node-c3bff72c-1aab-9f51-760a-1f667ed91809-f652423c {
  grid-area: 1 / 10 / 5 / 13;
  place-self: center;
}

#w-node-_3ba571eb-f607-cd72-ec1a-2bb32b9ecb6e-f652423c {
  grid-area: 6 / 5 / 7 / 7;
  place-self: center;
}

#w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ac1-f652423c {
  grid-area: 1 / 1 / 8 / 13;
}

#w-node-_2d75f358-241c-b7ac-94c0-2996b0f00acf-f652423c {
  grid-area: 2 / 1 / 9 / 5;
  place-self: center;
}

#w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ac9-f652423c {
  grid-area: 6 / 1 / 9 / 13;
}

#w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ad0-f652423c {
  grid-area: 1 / 8 / 5 / 11;
  place-self: center;
}

#w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ad1-f652423c {
  grid-area: 6 / 7 / 7 / 9;
  place-self: center;
}

#w-node-_7bf512aa-6939-9519-c46a-3e81ae1410cb-f652423c {
  grid-area: 1 / 1 / 8 / 13;
}

#w-node-_7bf512aa-6939-9519-c46a-3e81ae1410d9-f652423c {
  grid-area: 2 / 1 / 9 / 5;
  place-self: center;
}

#w-node-_7bf512aa-6939-9519-c46a-3e81ae1410d3-f652423c {
  grid-area: 6 / 1 / 9 / 13;
}

#w-node-_7bf512aa-6939-9519-c46a-3e81ae1410da-f652423c {
  grid-area: 1 / 10 / 5 / 13;
  place-self: center;
}

#w-node-_7bf512aa-6939-9519-c46a-3e81ae1410db-f652423c {
  grid-area: 6 / 5 / 7 / 7;
  place-self: center;
}

#w-node-_5b000e0b-528a-c974-1db2-0000900ac9cf-f652423e {
  grid-area: 1 / 11 / 5 / 13;
  place-self: center;
}

#w-node-_5b000e0b-528a-c974-1db2-0000900ac9d0-f652423e {
  grid-area: 7 / 3 / 9 / 6;
  place-self: center;
}

#w-node-_5b000e0b-528a-c974-1db2-0000900ac9d1-f652423e {
  grid-area: 2 / 2 / 5 / 5;
  place-self: center;
}

#w-node-_42c72398-7492-d418-a845-f0130bfa4ae5-f652423e {
  grid-area: 1 / 4 / 9 / 10;
  place-self: center;
}

#w-node-_42c72398-7492-d418-a845-f0130bfa4ae6-f652423e {
  grid-area: 6 / 4 / 9 / 10;
}

#w-node-_42c72398-7492-d418-a845-f0130bfa4aec-f652423e {
  grid-area: 1 / 10 / 5 / 13;
  place-self: center;
}

#w-node-_42c72398-7492-d418-a845-f0130bfa4aed-f652423e {
  grid-area: 7 / 1 / 9 / 4;
  place-self: center;
}

#w-node-f54cf2af-68b4-2230-d6c9-d189741dca9a-f652423e {
  grid-area: 1 / 4 / 9 / 10;
  place-self: center;
}

#w-node-f54cf2af-68b4-2230-d6c9-d189741dca9b-f652423e {
  grid-area: 6 / 4 / 9 / 10;
}

#w-node-f54cf2af-68b4-2230-d6c9-d189741dcaa1-f652423e {
  grid-area: 2 / 10 / 5 / 13;
  place-self: center;
}

#w-node-f54cf2af-68b4-2230-d6c9-d189741dcaa2-f652423e {
  grid-area: 7 / 1 / 9 / 4;
  place-self: center;
}

#w-node-aff019df-0255-32d7-1da0-d48d423b7cad-f652423e {
  grid-area: 1 / 4 / 9 / 10;
  place-self: center;
}

#w-node-aff019df-0255-32d7-1da0-d48d423b7cae-f652423e {
  grid-area: 6 / 4 / 9 / 10;
}

#w-node-aff019df-0255-32d7-1da0-d48d423b7cb4-f652423e {
  grid-area: 1 / 9 / 4 / 12;
  place-self: center;
}

#w-node-aff019df-0255-32d7-1da0-d48d423b7cb5-f652423e {
  grid-area: 7 / 1 / 9 / 4;
  place-self: center;
}

#w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f059-7967f032 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f06e-7967f032 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f082-7967f032 {
  justify-self: end;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7a-f6524253 {
  grid-area: 1 / 1 / 5 / 8;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7b-f6524253 {
  grid-area: 3 / 6 / 7 / 13;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7c-f6524253 {
  grid-area: 6 / 1 / 10 / 8;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7d-f6524253 {
  grid-area: 8 / 6 / 12 / 13;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7e-f6524253 {
  grid-area: 11 / 1 / 15 / 8;
}

#w-node-ee7bb5e6-cc94-ae21-cfc8-8eed1d253e7f-f6524253 {
  grid-area: 14 / 6 / 17 / 13;
}

#w-node-_27811b06-90b8-afb4-ee28-3b18456f42af-f6524254, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f6524259, #w-node-_54fded05-72f2-1e6b-a318-995b9a904a67-f652425b, #w-node-_422c48af-be01-8402-5157-55749f6f8e10-f6524274, #w-node-a92c0a19-e798-463d-63ca-792e285efa9b-f6524275 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-e438c9e0-a689-a728-62fd-bb73dd0cf848-f6524277 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d21a3153-9f3e-a32e-672f-0cad427e5144-f6524279 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9d0-f6524279 {
  grid-area: 1 / 1 / 7 / 3;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9d4-f6524279 {
  grid-area: 1 / 3 / 7 / 7;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9dc-f6524279 {
  grid-area: 1 / 1 / 7 / 3;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9e0-f6524279 {
  grid-area: 1 / 3 / 7 / 7;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9f2-f6524279 {
  grid-area: 1 / 1 / 7 / 3;
}

#w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9f6-f6524279 {
  grid-area: 1 / 3 / 7 / 7;
}

#w-node-e5441218-562d-fc31-b2f2-f65d2316ca03-f6524279 {
  grid-area: 1 / 1 / 7 / 3;
}

#w-node-e5441218-562d-fc31-b2f2-f65d2316ca07-f6524279 {
  grid-area: 1 / 3 / 7 / 7;
}

#w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f652427b, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-ac3f1e24 {
  grid-area: 1 / 1 / 7 / 7;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8afe4021-19a3-6eb6-1a01-b27cc624d211-f65241fe {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-fd135ad7-abfb-8d8d-e400-c5be5bf81304-f6524214 {
    grid-row-start: 3;
  }

  #w-node-_60339d0b-999c-647b-4429-d14039c8f61c-f6524214 {
    grid-column: 1 / 2;
  }

  #w-node-_60339d0b-999c-647b-4429-d14039c8f620-f6524214 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_60339d0b-999c-647b-4429-d14039c8f629-f6524214 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_6ec6521a-c176-c449-2bb3-4117e61832d4-f6524216, #w-node-_3a549479-8443-0a28-a5bb-3dd22b48244d-f6524217, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f6524219 {
    grid-column-end: 3;
  }

  #w-node-_793c18ec-ddac-e15b-6d45-f3ed40947858-f6524219 {
    grid-column-end: 2;
  }

  #w-node-d0afee1f-730b-fe98-677d-970d3577a456-f6524219 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f652422f {
    grid-column-end: 3;
  }

  #w-node-_614185ca-374d-d8a2-eff5-d775754676e0-f652422f {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_7cf596b5-29a5-9bd6-b09b-f5c87e3f63f6-f6524236 {
    grid-area: 2 / 1 / 5 / 7;
  }

  #w-node-_8e18613e-f659-d6c8-ade4-2cb260291dba-f6524236 {
    grid-area: 6 / 1 / 7 / 7;
    align-self: end;
  }

  #w-node-_5e07f8a8-ad19-6bd2-f8e1-3e6ad433cee0-f6524236 {
    grid-column-end: 2;
  }

  #w-node-_5e07f8a8-ad19-6bd2-f8e1-3e6ad433cefe-f6524236 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a92c0a19-e798-463d-63ca-792e285efa9b-f6524239 {
    grid-column-end: 3;
  }

  #w-node-c3bff72c-1aab-9f51-760a-1f667ed917fd-f652423c {
    grid-column-start: 1;
  }

  #w-node-b66bd9e3-b97f-3991-c683-805884d39ce7-f652423c {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ac1-f652423c {
    grid-column-start: 1;
  }

  #w-node-_2d75f358-241c-b7ac-94c0-2996b0f00ac9-f652423c {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_7bf512aa-6939-9519-c46a-3e81ae1410cb-f652423c {
    grid-column-start: 1;
  }

  #w-node-_7bf512aa-6939-9519-c46a-3e81ae1410d3-f652423c {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_42c72398-7492-d418-a845-f0130bfa4ae5-f652423e {
    grid-area: 1 / 2 / 9 / 12;
    place-self: center;
  }

  #w-node-_42c72398-7492-d418-a845-f0130bfa4ae6-f652423e {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-f54cf2af-68b4-2230-d6c9-d189741dca9a-f652423e {
    grid-area: 1 / 2 / 9 / 12;
    place-self: center;
  }

  #w-node-f54cf2af-68b4-2230-d6c9-d189741dca9b-f652423e {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-aff019df-0255-32d7-1da0-d48d423b7cad-f652423e {
    grid-area: 1 / 2 / 9 / 12;
    place-self: center;
  }

  #w-node-aff019df-0255-32d7-1da0-d48d423b7cae-f652423e {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-e537d6e4-646d-e1d9-9092-67923695c578-f6524253 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_27811b06-90b8-afb4-ee28-3b18456f42af-f6524254, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f6524259, #w-node-_54fded05-72f2-1e6b-a318-995b9a904a67-f652425b, #w-node-_422c48af-be01-8402-5157-55749f6f8e10-f6524274, #w-node-a92c0a19-e798-463d-63ca-792e285efa9b-f6524275, #w-node-d21a3153-9f3e-a32e-672f-0cad427e5144-f6524279 {
    grid-column-end: 3;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9d0-f6524279 {
    grid-row-end: 2;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9d4-f6524279 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9dc-f6524279 {
    grid-row-end: 2;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9e0-f6524279 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9f2-f6524279 {
    grid-row-end: 2;
  }

  #w-node-fb50a2aa-1595-3ac8-16d9-18240c35a9f6-f6524279 {
    grid-area: 2 / 1 / 7 / 3;
  }

  #w-node-e5441218-562d-fc31-b2f2-f65d2316ca03-f6524279 {
    grid-row-end: 2;
  }

  #w-node-e5441218-562d-fc31-b2f2-f65d2316ca07-f6524279 {
    grid-area: 2 / 1 / 7 / 3;
  }

  #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-f652427b, #w-node-efd9a774-7248-dfbc-df1f-07cbf323dd09-ac3f1e24 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea680730-3491-fe82-4dac-9d4792d03695-f65241c0 {
    grid-area: 1 / 8 / 4 / 13;
    place-self: center;
  }

  #w-node-ea680730-3491-fe82-4dac-9d4792d03696-f65241c0 {
    grid-area: 6 / 1 / 9 / 6;
    place-self: center;
  }

  #w-node-ea680730-3491-fe82-4dac-9d4792d03697-f65241c0 {
    grid-area: 2 / 4 / 5 / 9;
    place-self: center;
  }

  #w-node-_8e18613e-f659-d6c8-ade4-2cb260291dba-f6524236 {
    grid-area: 5 / 1 / 7 / 7;
    align-self: end;
  }

  #w-node-c5290d1c-06b3-b849-e1d7-2fe737766974-f6524236 {
    grid-area: 1 / 1 / 7 / 3;
    place-self: start center;
  }

  #w-node-_5b000e0b-528a-c974-1db2-0000900ac9cf-f652423e {
    grid-area: 1 / 8 / 4 / 13;
    place-self: center;
  }

  #w-node-_5b000e0b-528a-c974-1db2-0000900ac9d0-f652423e {
    grid-area: 6 / 1 / 9 / 6;
    place-self: center;
  }

  #w-node-_5b000e0b-528a-c974-1db2-0000900ac9d1-f652423e {
    grid-area: 2 / 4 / 5 / 9;
    place-self: center;
  }

  #w-node-_42c72398-7492-d418-a845-f0130bfa4aec-f652423e {
    grid-area: 1 / 8 / 5 / 13;
    place-self: center;
  }

  #w-node-_42c72398-7492-d418-a845-f0130bfa4aed-f652423e {
    grid-area: 6 / 1 / 9 / 7;
    place-self: center;
  }

  #w-node-f54cf2af-68b4-2230-d6c9-d189741dcaa1-f652423e {
    grid-area: 2 / 6 / 5 / 13;
    place-self: center;
  }

  #w-node-f54cf2af-68b4-2230-d6c9-d189741dcaa2-f652423e {
    grid-area: 4 / 1 / 7 / 5;
    place-self: center;
  }

  #w-node-aff019df-0255-32d7-1da0-d48d423b7cb4-f652423e {
    grid-area: 1 / 6 / 4 / 13;
    place-self: center;
  }

  #w-node-aff019df-0255-32d7-1da0-d48d423b7cb5-f652423e {
    grid-area: 4 / 1 / 7 / 5;
    place-self: center;
  }

  #w-node-e537d6e4-646d-e1d9-9092-67923695c578-f6524253 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60339d0b-999c-647b-4429-d14039c8f620-f6524214 {
    grid-column-end: 2;
  }

  #w-node-_687cd56f-d0d8-0949-fa54-c6bb2e9eebf4-f6524215 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f034-7967f032 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f059-7967f032 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f066-7967f032 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f06e-7967f032 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-d38e6d85-9e8f-dd2e-91c8-36a67967f082-7967f032 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-e438c9e0-a689-a728-62fd-bb73dd0cf848-f6524277 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


