:root {
  --paper-white: #fcfaf9;
  --black: black;
  --light-salmon: #ffb59f;
  --mid-grey: #a4a4b8;
  --linen: #f0ded3;
  --misty-rose: #fddfd6;
  --seashell: #fcf5f0;
  --tomato: #ff6a53;
  --medium-sea-green: #3ca785;
  --misty-rose-90: #fddfd6e6;
  --light-salmon-85: #ffb59fd9;
  --gold: #fcdb4c;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -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-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-commerceboldtextblock {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--paper-white);
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ovo, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ovo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.8em;
}

a {
  border-bottom: 1px solid var(--light-salmon);
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
}

label {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

blockquote {
  color: var(--black);
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Ovo, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

figcaption {
  color: var(--mid-grey);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.style-guide-content {
  flex-direction: column;
  flex: 1;
  align-self: center;
  margin-left: 1vw;
  display: block;
}

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

.horizontal-line {
  background-color: var(--black);
  flex: 1;
  align-self: center;
  width: auto;
  height: 1px;
}

.horizontal-line.neutral-color-2 {
  background-color: var(--linen);
}

.horizontal-line.margin-left-10px {
  margin-left: 10px;
}

.horizontal-line.margin-left-10px.margin-right-10px, .horizontal-line.margin-right-10px {
  margin-right: 10px;
}

.horizontal-line.large-bottom-margin {
  margin-bottom: 40px;
}

.webflow-class {
  color: #38f;
  background-color: #e9f2ff;
  border-radius: 3px;
  margin: 4px 4px 4px 0;
  padding: 2px 8px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.4em;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.webflow-class:hover {
  color: #fff;
  background-color: #38f;
}

.webflow-class.html-tag {
  color: #db4ca5;
  background-color: #fff1fa;
}

.webflow-class.html-tag:hover {
  color: #fff;
  background-color: #db4ca5;
}

.text-large {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}

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

.text-small {
  color: var(--black);
  text-transform: none;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.text-small.centered-text {
  color: var(--black);
}

.search-menu-header {
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-links {
  border-bottom-style: none;
  margin-bottom: 20px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.nav-links:hover {
  transform: translate(0, -10px);
}

.cart-wrapper {
  box-shadow: none;
  color: var(--black);
  background-color: #fcf5f0;
  width: 30%;
  min-width: auto;
  max-width: none;
}

.nav-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex: 1;
  grid-template-rows: 4vw 110px 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 13% 1fr 2vw 1fr 13%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
  inset: 0%;
}

.search-menu-content.big-margins-l-r {
  z-index: 50;
  text-align: left;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  align-self: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: .25vw;
  padding-right: .25vw;
  font-size: .5vw;
  font-weight: 500;
  line-height: 1vw;
  position: static;
  inset: 0% 0% auto auto;
}

.search-menu-bg {
  background-color: #24242466;
  position: absolute;
  inset: 0%;
}

.navbar-container {
  z-index: 110;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 12% .5% 75% .5% 12%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1248px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-button {
  float: none;
  padding: 0;
}

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

.close-button {
  border-bottom-style: none;
  width: auto;
  height: auto;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: #000;
  padding: 1vw;
}

.cart-list {
  padding: 0;
}

.text-smallest {
  color: var(--black);
  font-size: .7em;
  font-weight: 400;
  line-height: 1.4em;
}

.text-smallest.l-r-padding {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-smallest.margin-right-4px {
  margin-right: 4px;
}

.text-smallest.margin-left-4px {
  margin-left: 4px;
}

.template-links {
  border-top: 1px solid var(--black);
  background-color: var(--misty-rose);
  align-items: baseline;
  width: 100%;
  padding: 1vw;
  display: flex;
}

.icons {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  margin: 1vw;
  display: flex;
  position: relative;
}

.icons.cart-close {
  margin: 0;
}

.icons.no-left-margin {
  margin-left: 0;
}

.icons.opacity-0 {
  opacity: 0;
  display: flex;
}

.logo-container {
  z-index: 100;
  border-bottom: 1px solid var(--black);
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 110px;
  margin-top: 4vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.medium-title-style {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.apple-pay {
  height: 50px;
}

.centered-text {
  color: var(--black);
  text-align: center;
}

.theme-links {
  letter-spacing: 2.6px;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-color: #0000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.2px;
  transition: border-color .4s cubic-bezier(.39, .575, .565, 1);
}

.theme-links:hover {
  border-bottom-style: solid;
  border-bottom-color: #fcf5f0;
}

.luna-flora-logo {
  width: 200px;
}

.logo-lockup {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cart-quantity-circle {
  background-color: var(--light-salmon);
  border: 1px #fcfaf9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 1vw;
  height: 1vw;
  display: flex;
  position: absolute;
  inset: -5% -5% auto auto;
}

.small-icons {
  margin-bottom: 0;
  margin-right: 8px;
}

.theme-link-block {
  border-bottom-style: none;
  transition-duration: 1.2s;
}

.cart-footer {
  border-top-color: var(--black);
  padding: 2vw 0;
}

.small-caps-style {
  text-align: left;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-bottom: 1px #000;
  padding-top: 2px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
}

.search-menu-container {
  z-index: 80;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-text {
  letter-spacing: 1px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: Ovo, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.nav-text.footer {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 1.2em;
}

.outline-badge {
  border: 1px solid var(--misty-rose);
  background-color: #0000;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.outline-badge:hover {
  border-color: var(--light-salmon);
}

.outline-badge.w--current {
  color: #f1b6a5;
  border-color: #fddfd6;
}

.outline-badge.outline-brand-color-2 {
  border-color: var(--light-salmon);
}

.outline-badge.outline-brand-color-2:hover {
  border-color: var(--paper-white);
}

.outline-badge.outline-brand-color-2.margin-right-10px, .outline-badge.margin-right-10px {
  margin-right: 10px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--misty-rose);
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .4s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button:hover {
  background-color: var(--light-salmon);
  color: var(--black);
  border: 1px #000;
  border-bottom-color: #ffb59f;
}

.button.brand-color-2:hover {
  background-color: #ffb59f66;
}

.button.brand-color-2.attached {
  background-color: var(--light-salmon);
  width: auto;
}

.button.brand-color-2.attached:hover {
  background-color: #ffb59f66;
}

.button.add-to-cart {
  flex: 1;
}

.button.attached {
  width: auto;
  margin-left: 0;
}

.button.buy-now {
  background-color: var(--seashell);
  flex: 0 auto;
}

.button.buy-now:hover {
  background-color: var(--misty-rose);
}

.cart-content.big-margins-l-r {
  margin-left: 4vw;
  margin-right: 4vw;
}

.search-menu-trigger {
  align-self: center;
}

.lf-lottie-wrapper {
  align-self: center;
  width: 2.25vw;
  height: 2.25vw;
  margin-left: 4vw;
  display: none;
}

.social-icons {
  border-bottom-style: none;
}

.added-product-thumbnail {
  width: 100px;
}

.added-product-thumbnail.image-mask {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.mobile-hidden {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.tagline {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1em;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--seashell);
  color: #242424;
  border-radius: 0;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  padding: 6px 14px;
  font-family: Work Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #000;
}

.form-input.checkout {
  background-color: #fcfaf9;
  flex: 0 auto;
}

.form-input.quantity {
  width: 15%;
}

.nav-social-icons {
  border-bottom: 1px #000;
  margin-left: 4px;
  margin-right: 4px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.nav-social-icons:hover {
  transform: scale(1.1);
}

.number-detail {
  text-align: left;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.close-search-menu-trigger {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  margin: 1vw;
  display: flex;
  position: relative;
}

.large-title-style {
  text-align: left;
  border-bottom: 1px solid #000;
  font-family: Ovo, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.large-title-style.centered-text {
  border-bottom-color: var(--black);
}

.flex-horizontal {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-horizontal.center-content {
  flex-direction: row;
  justify-content: center;
}

.flex-horizontal.distribute-baseline {
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
}

.flex-horizontal.distribute-baseline.align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.flex-horizontal.list-gallery {
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  overflow: visible;
}

.flex-horizontal.product-thumbnails {
  justify-content: space-between;
  width: 100%;
  height: 46px;
}

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

.flex-horizontal.grow {
  flex: 1;
}

.flex-horizontal.accordion-questions {
  border-top: 1px solid var(--black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.flex-horizontal.cart-buttons {
  flex: 1;
  align-items: flex-start;
}

.cart-container {
  z-index: 50;
  background-color: #24242466;
}

.theme-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.theme-heading:hover {
  padding-left: 10px;
}

.vertical-line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.vertical-line.mobile-hidden {
  display: block;
}

.vertical-line.timeline {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.vertical-line.timeline.hidden {
  display: none;
}

.remove-button {
  border-bottom-style: none;
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: flex-end flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.search-menu-wrapper {
  background-color: var(--misty-rose);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.cart-item {
  border-bottom: 1px #fcf5f0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item.margin-top-20px {
  border-bottom-style: none;
  margin-top: 20px;
}

.nav-menu {
  z-index: 99;
  background-color: var(--misty-rose);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.error-message {
  color: var(--tomato);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.badge-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.4em;
}

.badge-text.light {
  color: #fff;
}

.badge-text.large {
  letter-spacing: .5px;
  text-transform: none;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.nav-container {
  z-index: 99;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: auto;
  overflow: auto;
}

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

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 30% .5% 39% .5% 30%;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-navigation-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.big-margins-l-r {
  z-index: 50;
  border-bottom-style: none;
  margin-left: 4vw;
  margin-right: 4vw;
  position: relative;
}

.footer-form-padding {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-links {
  border-bottom-style: none;
  margin-bottom: 10px;
  transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}

.footer-links:hover {
  transform: translate(0, -5px);
}

.heading {
  color: var(--black);
}

.section {
  background-color: #0000;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 4vw;
  position: static;
}

.section.large-top-margin {
  margin-top: 240px;
}

.section._100vh {
  height: 100vh;
  max-height: 100%;
}

.instagram-image {
  width: 100%;
  transition: all .4s;
}

.instagram-image:hover {
  opacity: .8;
  transform: scale(.98);
}

.instagram-post {
  border-bottom-style: none;
  flex: 1;
  padding: .5vw;
}

.social-link-underlined {
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.section-divider {
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.section-divider.categories.minus-right-margin {
  margin-right: -10px;
}

.section-divider.side-nav {
  margin-bottom: 1vw;
}

.instagram-gallery {
  flex-wrap: wrap;
  margin-bottom: 1vw;
  margin-left: -.5vw;
  margin-right: -.5vw;
  display: flex;
}

.content-block {
  background-color: #fcf5f0;
  padding: 2vw 4vw;
}

.circle-small {
  background-color: var(--light-salmon);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 0;
  display: flex;
  position: static;
}

.circle-small.success-color {
  background-color: #3ca785;
}

.circle-small.error-color {
  background-color: #ff6a53;
}

.circle-small.margin-right-10px {
  background-color: var(--light-salmon);
  margin-right: 10px;
}

.circle-small.margin-right-10px.success-color {
  background-color: var(--medium-sea-green);
}

.circle-small.margin-right-10px.error-color {
  background-color: var(--tomato);
}

.circle-small.in-front {
  z-index: 10;
  align-self: flex-start;
  position: relative;
}

._3-column-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 1vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  color: var(--medium-sea-green);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.right-arrow {
  background-image: linear-gradient(270deg, #fcfaf9 50%, #fcfaf900);
  margin-left: auto;
  display: block;
}

.slide {
  height: auto;
}

.left-arrow.mobile-hidden {
  z-index: 55;
  background-image: linear-gradient(to right, #fcfaf9 50%, #fcfaf900);
}

.slider-arrows {
  color: #000;
  font-size: 22px;
}

.slider-arrows.hide-arrows {
  font-size: 16px;
}

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

.slider-dots-off {
  display: none;
}

.mask {
  height: auto;
}

.tabs-content {
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tabs-list {
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  position: static;
}

.tab-link {
  border-top: 1px solid var(--black);
  background-color: #0000;
  border-bottom-style: none;
  align-items: flex-start;
  padding: 10px 0;
  font-weight: 300;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.tab-link:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.tab-link.w--current {
  border-top: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-bottom-style: none;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.tab-link.w--current:hover {
  padding-left: 10px;
}

.placeholder-image {
  opacity: 0;
  background-color: #fff;
}

.flex-child-50 {
  flex: 0 50%;
  align-self: center;
  position: static;
}

.flex-child-50.big-margin-r {
  flex: 1;
  margin-right: 4vw;
  position: static;
}

.image-block {
  display: block;
  position: relative;
}

.image-cover {
  position: absolute;
  inset: 0%;
}

.image-cover.neutral-color-1 {
  background-color: var(--seashell);
  height: 0%;
  inset: auto 0% 0%;
}

.lottie-animations {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animations.large {
  width: 250px;
  height: 250px;
}

.container-position-relative {
  position: relative;
}

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

._2-column-grid.grid-padding {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

._2-column-grid.over-video {
  align-items: start;
  position: absolute;
}

.position-top-right {
  position: absolute;
  inset: -20% -5% auto auto;
}

.blog-post-inner-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block {
  border-bottom-style: none;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

.link-block:hover {
  opacity: 1;
  transform: translate(0, -6px);
}

.hover-opacity {
  width: 100%;
  transition: opacity .4s;
}

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

.thumbnail-post-heading {
  width: 85%;
  margin-top: 40px;
}

.thumbnail-post-heading.small {
  margin-top: 20px;
}

.blog-post-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-wrapper {
  display: flex;
  position: relative;
}

.image-mask {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  max-width: 100%;
  transition: all .2s ease-in-out;
}

.image-mask.hover-opacity {
  transition-duration: .4s;
}

.image-mask.hover-opacity:hover {
  opacity: .8;
}

.image-mask.block-color {
  background-color: var(--misty-rose-90);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
  position: relative;
}

.blog-post-arrow {
  border-bottom-style: none;
  align-self: flex-end;
  margin-bottom: 6px;
  margin-left: auto;
  display: block;
}

.blog-post-arrow.large {
  margin-bottom: 20px;
}

.tag-tab {
  z-index: 5;
  background-color: var(--light-salmon);
  border-top-left-radius: 8px;
  padding: 5px 8px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tag-tab.top {
  border-top-left-radius: 0;
  border-bottom-left-radius: 8px;
  inset: 0% 0% auto auto;
}

.tag-tab.bottom-left {
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  inset: auto auto 0% 0%;
}

.blog-category-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-category-tag.light {
  color: var(--paper-white);
}

.right-aligned-cost {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

._4-column-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.price {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Work Sans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3em;
}

.price.discount {
  color: var(--light-salmon);
  margin-bottom: 2px;
  text-decoration: line-through;
}

.price.large {
  font-size: 1em;
}

.sticker-position-wrapper {
  z-index: 50;
  position: absolute;
}

.sticker-position-wrapper.offset {
  top: -85px;
  left: -60px;
}

.sticker-position-wrapper.buds-of-the-month {
  position: relative;
  top: -170px;
}

.thumbnail-product-heading {
  align-self: flex-end;
}

.sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  display: flex;
}

.sticker.brand-color-1.opacity-85 {
  background-color: var(--misty-rose-90);
}

.sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.page-heading-centered {
  text-align: center;
}

.page-heading-centered.left-align {
  text-align: left;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 4vw 110px auto;
  grid-template-columns: 4vw 1fr 1fr 4vw;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header-grid.wide {
  grid-template-rows: 4vw 110px 1fr;
  max-width: 1480px;
}

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

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

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

.product-image-large {
  margin-bottom: 110px;
}

.field-label {
  color: #000;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
}

.alert-text {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.large-sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  position: static;
}

.large-sticker.brand-color-1 {
  background-color: var(--misty-rose);
}

.large-sticker.brand-color-1.opacity-85 {
  background-color: var(--misty-rose-90);
}

.large-sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.image-cut-off {
  align-self: flex-end;
}

.product-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 4vw 110px auto;
  grid-template-columns: 4vw 1fr 1fr 4vw;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-cut-off-container {
  display: flex;
  overflow: hidden;
}

.out-of-stock-state {
  background-color: var(--seashell);
  color: #a26472;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sticky-side {
  margin-bottom: 110px;
  position: sticky;
  top: 200px;
}

.collection-item {
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.empty-state {
  background-color: var(--seashell);
  color: var(--mid-grey);
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
}

.title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 12% .5% 75% .5% 12%;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1248px;
  margin: 5vw auto 0;
  display: grid;
}

.title-grid.no-bottom-margin {
  margin-bottom: 0;
}

.badge-text-light {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.4em;
}

.sticky-place-order-container {
  flex: 1;
  align-self: flex-start;
  position: sticky;
  top: 250px;
}

.shipping-costs {
  font-size: .8em;
  font-weight: 400;
}

.checkbox-label {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.2em;
}

.shipping-method-list {
  border: 1px #000;
}

.checkout-form {
  background-color: #0000;
}

.pay-with-browser {
  height: 50px;
  min-height: 30px;
}

.shipping-wrapper {
  align-self: flex-start;
  padding-top: 3px;
}

.checkbox {
  background-color: #fff;
  border-color: #f0ded3;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
}

.checkbox.w--redirected-checked {
  background-color: #3ca785;
  background-size: 95%;
  border-color: #3ca785;
}

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

.shipping-method-container {
  background-color: #0000;
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.block-header {
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #f0ded3;
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin: 0;
}

.billing-address-toggle {
  margin-top: 20px;
}

.country-dropdown {
  background-color: #fcf5f0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  height: 50px;
}

.radio-label-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.3em;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding: 20px;
}

.checkout-headings {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.cart-item-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

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

.small-title-style {
  text-align: left;
  font-family: Ovo, sans-serif;
  font-size: .9em;
  line-height: 1em;
  display: inline-block;
}

.small-title-style.margin-left-10px {
  margin-left: 10px;
}

.blog-details-wrapper {
  text-align: left;
  align-self: flex-start;
}

.badge {
  background-color: var(--misty-rose);
  border: 1px #fddfd6;
  border-radius: 100px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 4px 8px;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.badge:hover {
  background-color: var(--light-salmon);
}

.badge.w--current {
  color: #f1b6a5;
  border-color: #fddfd6;
}

.badge.brand-color-2 {
  background-color: var(--light-salmon);
}

.badge.brand-color-2:hover {
  background-color: var(--misty-rose);
}

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

.next-blog-posts-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-wrapper {
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5% 5% 5.5%;
}

.little-margins-l-r {
  z-index: 50;
  text-align: center;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

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

.extra-large-sticker {
  background-color: var(--misty-rose-90);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  padding: 15px;
  display: flex;
  position: static;
}

.extra-large-sticker.brand-color-2 {
  background-color: var(--light-salmon-85);
}

.featured-product {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: 110px auto auto;
  grid-template-columns: 1fr 2vw 2vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar {
  background-color: #fddfd6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  border: 2px #ece1da;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.avatar.avatar-small {
  width: 40px;
  height: 40px;
}

.avatar.avatar-large {
  background-image: linear-gradient(#0000, #0000);
  width: 160px;
  height: 160px;
  transition: all .4s ease-in-out;
  display: block;
}

.avatar.avatar-large:hover {
  opacity: .8;
  transform: scale(1.05);
}

.avatar.avatar-large.centered {
  margin-left: auto;
  margin-right: auto;
}

.flex-child {
  align-self: flex-end;
  width: 50%;
  position: relative;
}

.flex-child.background {
  background-color: var(--seashell);
  border-radius: 4px;
}

.flex-child.background.inner-padding {
  align-self: center;
  padding: 30px;
}

.flex-child.stretch {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 4vh;
  display: flex;
}

.flex-child.align-center {
  align-self: center;
}

.large-blog-post-container {
  display: flex;
}

.large-blog-post-wrapper {
  z-index: 50;
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 4vw;
  margin-right: 4vw;
  font-weight: 300;
  display: flex;
  position: relative;
}

.large-blog-post-wrapper.minus-left {
  margin-left: 0;
}

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

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

.center-content.margin-left-10px.margin-right-10px {
  align-items: flex-start;
}

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

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

._2-column-text {
  column-count: 2;
  column-gap: 2vw;
}

.icon-align {
  margin-top: 1px;
}

.text-area-input {
  color: #242424;
  background-color: #fcf5f0;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: .9em;
  line-height: 1.3em;
}

.text-area-input:active, .text-area-input:focus {
  border-color: #000;
}

.logo-gallery {
  flex-wrap: wrap;
  margin-left: -.5vw;
  margin-right: -.5vw;
  display: flex;
}

.featured-logo-link-block {
  border-bottom-style: none;
  flex: 0 auto;
  width: 25%;
  padding: 1vw 2vw;
}

.featured-logo {
  opacity: 1;
  width: 100%;
  transition: transform .4s ease-in-out;
}

.featured-logo:hover {
  transform: scale(1.05);
}

.question {
  width: 90%;
  margin-top: .5vw;
  margin-bottom: .5vw;
}

.plus-icon {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 1vw;
  height: 1vw;
  margin: .5vw 0;
  display: flex;
  position: relative;
}

.accordion-item-trigger {
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
}

.lottie-position-top-left {
  flex: 0 auto;
  height: 250px;
  margin: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.services-container {
  flex-direction: column;
  flex: 0 15%;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.icon {
  border-bottom: 1px #000;
}

.team-member-wrapper {
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 0 10px 60px;
  display: flex;
}

.flex-child-20 {
  flex-direction: column;
  flex: 0 20%;
  order: 0;
  place-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.full-width-section {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.background-video {
  height: 700px;
  margin-bottom: auto;
}

.blog-arrow-wrapper {
  margin-left: 4vw;
  margin-right: 4vw;
}

.blog-arrow-wrapper.minus-left {
  margin-left: 0;
}

.search-results-link {
  font-family: Ovo, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.slug {
  color: var(--mid-grey);
  font-size: .9em;
  font-style: italic;
  line-height: 1.4em;
}

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

.timeline-icon-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 47% 6% 47%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.style-guide-card {
  background-color: #fcf5f0;
  border: 1px #ece1da;
  border-radius: 0;
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  width: 25%;
  height: auto;
  margin-right: 1vw;
  display: flex;
}

.card-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px;
  display: block;
}

.slide-nav {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  font-size: .6em;
  line-height: .6em;
  display: flex;
}

.hide {
  display: none;
}

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

.ovo {
  font-family: Ovo, sans-serif;
}

.work-sans {
  font-size: 2em;
}

.swatches-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  justify-items: center;
  display: grid;
}

.swatches-container.centered-text {
  grid-template-rows: auto auto;
}

.color-swatch {
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-swatch.brand-color-1 {
  background-color: var(--misty-rose);
}

.color-swatch.brand-color-2 {
  background-color: var(--light-salmon);
}

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

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

.color-swatch.neutral-color-1 {
  background-color: var(--seashell);
}

.color-swatch.neutral-color-2 {
  background-color: var(--linen);
}

.color-swatch.neutral-color-3 {
  background-color: var(--mid-grey);
}

.color-swatch.success-color {
  background-color: var(--medium-sea-green);
}

.color-swatch.alert-color {
  background-color: var(--gold);
}

.color-swatch.error-color {
  background-color: var(--tomato);
}

.global-corner-angle {
  background-image: linear-gradient(135deg, #0000, #0000 49%, #fff 50%, #fff);
  width: 25%;
  height: 25%;
  position: relative;
}

.color-swatch-wrapper {
  width: 100%;
}

.style-guide-icons {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-icons.reverse {
  background-color: var(--light-salmon);
}

.style-guide-content-item {
  flex-flow: wrap;
  margin: 9px;
}

.tiny-arrow {
  opacity: .3;
  background-image: linear-gradient(225deg, #000 50%, #0000 51%);
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -3px;
  transform: rotate(134deg);
}

.search-results-margin {
  margin-top: 0;
  margin-bottom: 60px;
}

.checkout-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method-wrapper {
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.address-wrapper {
  justify-content: flex-start;
}

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

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

  h2 {
    font-size: 1.6em;
  }

  h5 {
    font-size: .6em;
    line-height: 1.2em;
  }

  blockquote {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .style-guide-content {
    margin-left: 0;
  }

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

  .text-large {
    font-size: 1em;
    line-height: 1.4em;
  }

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

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

  .cart-wrapper {
    width: 75%;
  }

  .nav-grid {
    grid-template-rows: 5vw 110px 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 20% 1fr 5vw 1fr 20%;
  }

  .cart-quantity {
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: .25vw;
    padding-right: .25vw;
    font-size: 1.5vw;
    top: -25%;
    right: -25%;
  }

  .logo-grid {
    grid-template-columns: 19% 1% 60% 1% 19%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-header {
    padding: 2vw;
  }

  .cart-list {
    padding: 3vw;
  }

  .text-smallest.margin-right-4px, .text-smallest.margin-left-4px {
    margin-right: 4px;
  }

  .template-links {
    align-items: baseline;
    padding: 1vw 2vw;
  }

  .icons {
    width: 3vw;
    height: 3vw;
  }

  .logo-container {
    margin-top: 5vw;
  }

  .medium-title-style {
    text-align: left;
    line-height: 1.1em;
  }

  .centered-text {
    position: relative;
  }

  .theme-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .luna-flora-logo {
    width: 168px;
  }

  .logo-lockup {
    justify-content: center;
  }

  .cart-quantity-circle {
    min-width: 2vw;
    height: 2vw;
    line-height: 1vw;
    position: absolute;
    top: -20%;
    right: -20%;
  }

  .cart-footer {
    padding: 4vw 0;
  }

  .nav-text {
    font-size: 1.8em;
  }

  .outline-badge {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.add-to-cart {
    width: 80%;
  }

  .search-menu-trigger {
    align-self: center;
  }

  .lf-lottie-wrapper {
    width: 4.75vw;
    height: 4.75vw;
    margin-left: 5vw;
  }

  .tagline {
    margin-bottom: 0;
  }

  .form-input.quantity {
    width: 20%;
  }

  .number-detail {
    font-size: .6em;
  }

  .close-search-menu-trigger {
    width: 3vw;
    height: 3vw;
    margin: 2vw;
  }

  .large-title-style {
    text-align: left;
    line-height: 1.1em;
  }

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

  .flex-horizontal.distribute-baseline {
    justify-content: space-around;
  }

  .flex-horizontal.product-thumbnails {
    flex-direction: row;
    align-items: flex-start;
    height: 72px;
  }

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

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

  .search-menu-wrapper {
    width: 75%;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .badge-text {
    font-size: .6em;
  }

  .badge-text.large {
    font-size: .8em;
  }

  .footer-grid {
    grid-template-columns: 28% .5% 43% .5% 28%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-navigation-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-margins-l-r {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section {
    padding: 4vw 5vw;
  }

  .section.large-top-margin {
    margin-top: 160px;
  }

  .section-divider {
    margin-bottom: 2.5vw;
  }

  .section-divider.categories {
    justify-content: center;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    margin-right: 0;
  }

  ._3-column-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-arrow, .left-arrow {
    width: 20px;
  }

  .tab-link:hover {
    padding-left: 8px;
  }

  .lottie-animations {
    width: 140px;
    height: 140px;
  }

  .lottie-animations.large {
    width: 220px;
    height: 220px;
  }

  .lottie-animations.large.margin-top-20px {
    width: 200px;
    height: 200px;
  }

  .position-top-right {
    top: -10%;
    right: -10%;
  }

  .blog-post-inner-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .link-block {
    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;
  }

  .thumbnail-post-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-post-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 42.5vw 21.25vw 21.25vw;
  }

  .image-mask.block-color {
    height: 560px;
  }

  .tag-tab {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .right-aligned-cost {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  ._4-column-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .price.discount.large {
    margin-bottom: 0;
  }

  .sticker-position-wrapper.offset {
    top: -60px;
    left: -50px;
  }

  .sticker-position-wrapper.buds-of-the-month {
    top: -100px;
  }

  .thumbnail-product-heading {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sticker {
    width: 50px;
    height: 50px;
  }

  .page-heading-centered {
    position: relative;
  }

  .header-grid {
    grid-template-rows: 5vw 110px auto;
    grid-template-columns: 5vw 1fr 1fr 5vw;
  }

  .header-grid.wide {
    grid-template-rows: 5vw 110px;
  }

  .product-image-large {
    margin-bottom: 5vw;
  }

  .large-sticker {
    width: 100px;
    height: 100px;
  }

  .product-header-grid {
    grid-template-rows: 5vw 110px auto;
    grid-template-columns: 5vw 1fr 1fr 5vw;
  }

  .sticky-side {
    margin-bottom: 5vw;
    top: 240px;
  }

  .title-grid {
    grid-template-columns: 19% 1% 60% 1% 19%;
    height: auto;
    margin-top: 4vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .badge-text-light {
    font-size: .6em;
  }

  .order-confirmation-container {
    margin-right: 0;
  }

  .badge {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .next-blog-posts-grid {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr;
  }

  .product-wrapper {
    width: auto;
    margin-top: 4vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .little-margins-l-r {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .extra-large-sticker {
    width: 100px;
    height: 100px;
  }

  .flex-child {
    align-self: flex-end;
  }

  .flex-child.background.inner-padding {
    align-self: center;
    width: 80%;
  }

  .flex-child.stretch {
    padding-top: 0;
  }

  .large-blog-post-wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .plus-icon {
    width: 3vw;
    height: 3vw;
  }

  .lottie-position-top-left {
    height: 220px;
    margin: 20px;
    inset: 0% 0% auto auto;
  }

  .services-container {
    flex-basis: 30%;
  }

  .team-member-wrapper {
    padding-bottom: 40px;
  }

  .flex-child-20 {
    flex: 0 30%;
  }

  .background-video {
    height: 580px;
  }

  .page-heading {
    position: relative;
  }

  .timeline-grid {
    grid-template-columns: 47% 6% 47%;
  }

  .style-guide-card {
    width: 100%;
    margin-bottom: 4vw;
    margin-right: 0;
  }

  .slide-nav {
    font-size: .4em;
    line-height: .4em;
  }

  .work-sans {
    font-size: 1.4em;
  }

  .color-swatch {
    width: 100px;
    height: 100px;
  }

  .style-guide-icons {
    justify-content: flex-start;
  }

  .style-guide-content-item {
    margin-top: 10px;
    margin-left: 10px;
  }

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

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .style-guide-content {
    margin-top: 20px;
  }

  .webflow-class {
    line-height: 1.3em;
  }

  .cart-wrapper {
    width: 100%;
  }

  .nav-grid {
    grid-template-rows: 8vw 90px 1fr auto auto auto auto auto auto 1fr;
    grid-template-columns: 8vw 1fr 8vw;
    position: static;
  }

  .cart-quantity {
    font-size: 2vw;
    line-height: 1vw;
    inset: -3% -3% 0% auto;
  }

  .logo-grid {
    grid-template-columns: 24.5% .5% 50% .5% 24.5%;
  }

  .cart-header {
    padding: 4vw;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 0;
  }

  .text-smallest.margin-right-4px, .text-smallest.margin-left-4px {
    margin-right: 4px;
  }

  .template-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .icons {
    width: 6vw;
    height: 6vw;
  }

  .logo-container {
    height: 90px;
    margin-top: 8vw;
  }

  .theme-links {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .luna-flora-logo {
    width: 160px;
  }

  .cart-quantity-circle {
    min-width: 3vw;
    height: 3vw;
    top: -10%;
    right: -10%;
  }

  .outline-badge {
    padding: 4px 8px;
  }

  .lf-lottie-wrapper {
    width: 6.8vw;
    height: 6.8vw;
    margin-left: 8vw;
  }

  .mobile-hidden {
    display: none;
  }

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

  .form-input.no-margin, .form-input.quantity {
    margin-bottom: 0;
  }

  .close-search-menu-trigger {
    width: 6vw;
    height: 6vw;
    margin: 4vw;
  }

  .large-title-style {
    font-size: 1.4em;
  }

  .flex-horizontal.distribute-baseline.align-right {
    margin-top: 20px;
    margin-right: auto;
  }

  .flex-horizontal.list-gallery {
    flex-direction: column-reverse;
  }

  .flex-horizontal.product-thumbnails {
    justify-content: flex-start;
    height: 46px;
  }

  .theme-heading {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .theme-heading:hover {
    padding-left: 0;
  }

  .vertical-line.mobile-hidden {
    display: none;
  }

  .search-menu-wrapper {
    width: 100%;
  }

  .nav-menu {
    height: 100%;
    position: static;
    overflow: visible;
  }

  .badge-text {
    font-size: .6em;
  }

  .badge-text.large {
    font-size: 1em;
  }

  .nav-container {
    background-color: #fddfd6;
  }

  .footer-grid {
    grid-row-gap: 10px;
    grid-template-columns: 8vw 1fr 1fr 8vw;
  }

  .footer-navigation-container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .big-margins-l-r {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .section {
    padding: 6vw 8vw;
  }

  .section.large-top-margin {
    margin-top: 120px;
  }

  .instagram-post {
    flex: 0 auto;
    width: 33.3333%;
  }

  .section-divider {
    margin-bottom: 4vw;
  }

  .section-divider.categories {
    flex-direction: column;
    min-height: 70px;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    min-height: auto;
    margin-right: 0;
  }

  .instagram-gallery {
    margin-bottom: 2vw;
  }

  ._3-column-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr;
  }

  .slider-dots-off {
    display: none;
  }

  .tabs-content {
    width: 100%;
    inset: 0% 0% auto;
  }

  .placeholder-image {
    opacity: 0;
    background-color: #fff;
  }

  .flex-child-50.big-margin-r {
    margin-right: 0;
  }

  .lottie-animations {
    width: 120px;
    height: 120px;
  }

  .lottie-animations.large {
    width: 200px;
    height: 200px;
  }

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

  ._2-column-grid.over-video {
    width: 100%;
    margin-left: -8vw;
  }

  .position-top-right {
    top: 0%;
    right: -5%;
  }

  .blog-post-inner-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-mask {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .tag-tab.bottom-left.switch {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    inset: auto 0% 0% auto;
  }

  .right-aligned-cost {
    flex: 1;
  }

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

  .sticker-position-wrapper.offset {
    inset: -20% 10% auto auto;
  }

  .sticker-position-wrapper.buds-of-the-month {
    top: -25px;
    left: 25px;
  }

  .thumbnail-product-heading {
    align-self: flex-end;
    margin-bottom: 4px;
  }

  .sticker {
    width: 70px;
    height: 70px;
  }

  .header-grid {
    grid-template-rows: 8vw 90px auto auto;
    grid-template-columns: 8vw 1fr 8vw;
  }

  .header-grid.wide {
    grid-template-rows: 8vw 90px;
  }

  .large-sticker {
    width: 100px;
    height: 100px;
  }

  .product-header-grid {
    grid-template-rows: 8vw 90px auto auto;
    grid-template-columns: 8vw 1fr 8vw;
  }

  .sticky-side {
    margin-bottom: 5vw;
    position: relative;
    top: 0;
  }

  .title-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 24.5% .5% 50% .5% 24.5%;
  }

  .title-wrapper {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .badge-text-light {
    font-size: .6em;
  }

  .shipping-costs {
    text-align: right;
    align-self: flex-end;
  }

  .shipping-wrapper {
    margin-left: 20px;
    margin-right: 0;
  }

  .shipping-method-container {
    flex-direction: column;
  }

  .order-confirmation-container {
    width: 100%;
    margin-right: 0;
  }

  .small-title-style {
    text-align: center;
  }

  .blog-details-wrapper {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .badge {
    padding: 4px 8px;
  }

  .next-blog-posts-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .little-margins-l-r {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .extra-large-sticker {
    width: 140px;
    height: 140px;
  }

  .featured-product {
    grid-row-gap: 6vw;
    grid-template-rows: 90px auto auto;
  }

  .avatar.avatar-large {
    width: 120px;
    height: 120px;
  }

  .flex-child {
    width: 100%;
    margin-top: 2vh;
  }

  .flex-child.background.inner-padding {
    align-self: center;
  }

  .large-blog-post-container {
    flex-direction: column;
  }

  .large-blog-post-container.reverse-order {
    flex-direction: column-reverse;
  }

  .large-blog-post-wrapper {
    margin: 0;
  }

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

  .center-content.margin-left-10px.margin-right-10px {
    align-items: center;
  }

  ._2-column-text {
    column-count: auto;
  }

  .featured-logo-link-block {
    flex: 0 auto;
    width: 33.3333%;
  }

  .plus-icon {
    width: 4vw;
    height: 4vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .lottie-position-top-left {
    margin: 0 -8vw 0 0;
  }

  .services-container {
    flex-basis: 40%;
  }

  .flex-child-20 {
    flex-basis: 50%;
  }

  .background-video {
    z-index: -10;
    background-image: url('../images/cottonbro-unsplash_resized-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .blog-arrow-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 45% 10% 45%;
  }

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

  .color-swatch {
    width: 120px;
    height: 120px;
  }

  .style-guide-icons {
    place-content: flex-start;
    align-items: flex-start;
  }

  .lottie-spacer {
    height: 160px;
  }

  .address-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

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

  h2 {
    font-size: 1.4em;
  }

  blockquote {
    font-size: 1.2em;
  }

  .nav-grid {
    grid-template-rows: 11vw 65px 1fr auto auto auto auto auto auto 1fr;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .cart-quantity {
    font-size: 3vw;
    line-height: 2vw;
    top: -10%;
    right: -10%;
  }

  .logo-grid {
    height: 65px;
  }

  .cart-header {
    padding: 6vw;
  }

  .text-smallest.l-r-padding.mobile-hidden-vertical {
    display: none;
  }

  .template-links {
    padding: 3vw 1vw;
  }

  .icons {
    width: 7vw;
    height: 7vw;
    margin: 2vw;
  }

  .logo-container {
    height: 65px;
    margin-top: 11vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .luna-flora-logo {
    width: 140px;
  }

  .logo-lockup {
    flex-direction: column;
    display: flex;
  }

  .cart-quantity-circle {
    min-width: 4vw;
    height: 4vw;
    top: -15%;
    right: -15%;
  }

  .search-menu-container {
    display: none;
  }

  .lf-lottie-wrapper {
    width: 10.5vw;
    height: 10.5vw;
    margin-left: 11vw;
  }

  .tagline {
    margin-top: 2px;
    line-height: 1em;
  }

  .form-input {
    margin-bottom: 0;
  }

  .close-search-menu-trigger {
    width: 7vw;
    height: 7vw;
    margin: 6vw;
  }

  .flex-horizontal.distribute-baseline.align-right {
    margin-top: 20px;
    margin-right: auto;
  }

  .flex-horizontal.small-print {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    inset: 0% 0% auto;
  }

  .badge-text.large {
    font-size: .8em;
  }

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

  .footer-navigation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .big-margins-l-r {
    margin-left: 0;
    margin-right: 0;
  }

  .big-margins-l-r.mobile-top-padding {
    padding-top: 100px;
  }

  .section {
    padding: 8vw 11vw;
  }

  .section.large-top-margin {
    margin-top: 100px;
  }

  .section.checkout-pages {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-post {
    width: 50%;
  }

  .section-divider {
    margin-bottom: 5.5vw;
  }

  .section-divider.categories {
    min-height: 90px;
  }

  .section-divider.categories.minus-right-margin {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .instagram-gallery {
    margin-bottom: 4vw;
  }

  .content-block {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .circle-small.margin-right-10px {
    align-self: flex-start;
  }

  ._3-column-grid {
    grid-row-gap: 6vw;
  }

  .left-arrow.mobile-hidden {
    background-image: none;
  }

  .slider-arrows.hide-arrows {
    display: none;
  }

  .slider {
    height: auto;
  }

  .tab-link {
    flex-wrap: nowrap;
    align-items: flex-start;
    transition-duration: .4s;
  }

  .tab-link:hover {
    padding-left: 5px;
  }

  .tab-link.w--current {
    border-top-color: var(--black);
  }

  .tab-link.w--current:hover {
    padding-left: 5px;
  }

  .lottie-animations {
    width: 100px;
    height: 100px;
  }

  .lottie-animations.large, .lottie-animations.large.margin-top-20px {
    width: 160px;
    height: 160px;
  }

  ._2-column-grid {
    grid-template-rows: auto auto;
  }

  ._2-column-grid.over-video {
    width: 75%;
    margin-left: 0;
  }

  .position-top-right {
    inset: 0% 0% auto;
  }

  .blog-post-inner-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-template-rows: auto auto;
  }

  .image-mask.block-color {
    height: 420px;
  }

  ._4-column-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-columns: 1fr;
  }

  .sticker-position-wrapper.offset {
    top: -15%;
    right: -5%;
  }

  .sticker-position-wrapper.buds-of-the-month {
    right: -150px;
  }

  .sticker {
    z-index: 5;
    width: 80px;
    height: 80px;
  }

  .header-grid {
    grid-template-rows: 11vw 65px auto auto;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .header-grid.wide {
    grid-template-rows: 11vw 65px;
  }

  .large-sticker {
    z-index: 5;
    width: 80px;
    height: 80px;
  }

  .product-header-grid {
    grid-template-rows: 11vw 65px auto auto;
    grid-template-columns: 11vw 1fr 11vw;
  }

  .out-of-stock-state {
    color: #a27264;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin.centered-text {
    margin-left: 0;
  }

  .cart-item-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .small-title-style {
    text-align: center;
  }

  .blog-details-wrapper {
    flex: 0 100%;
    align-self: center;
  }

  .next-blog-posts-grid {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-columns: 1fr;
  }

  .little-margins-l-r {
    margin-left: 0;
    margin-right: 0;
  }

  .extra-large-sticker {
    z-index: 5;
    width: 100px;
    height: 100px;
  }

  .featured-product {
    grid-template-rows: 65px auto auto;
  }

  .avatar.avatar-large {
    width: 80px;
    height: 80px;
  }

  .flex-child.background.inner-padding {
    width: 100%;
    padding: 20px;
  }

  .large-blog-post-wrapper {
    margin: 0;
  }

  ._2-column-text {
    column-count: auto;
  }

  .featured-logo-link-block {
    width: 50%;
  }

  .question {
    width: 85%;
  }

  .plus-icon {
    width: 7vw;
    height: 7vw;
    margin: 1.5vw 0 0;
  }

  .lottie-position-top-left {
    height: 160px;
    margin-right: -10vw;
  }

  .services-container {
    flex-basis: 100%;
  }

  .team-member-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .flex-child-20 {
    flex-basis: 100%;
  }

  .background-video {
    background-size: cover;
    background-attachment: scroll;
    height: 460px;
  }

  .timeline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 40% 20% 40%;
  }

  .work-sans {
    font-size: 1.2em;
  }

  .swatches-container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .color-swatch {
    width: 100%;
    height: 80px;
  }

  .global-corner-angle {
    width: 20px;
    height: 20px;
  }

  .color-swatch-wrapper {
    width: 100%;
  }

  .style-guide-icons {
    justify-content: flex-start;
  }

  .lottie-spacer {
    height: 120px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-header-text {
    margin-bottom: 0;
  }
}

#w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-6c3c93bf {
  grid-area: 2 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-6c3c93bf {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-6c3c93bf {
  place-self: center;
}

#w-node-e5ec6774-f7fd-db74-aa72-5b9b39a56b80-6c3c93bf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e5ec6774-f7fd-db74-aa72-5b9b39a56b9a-6c3c93bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5ec6774-f7fd-db74-aa72-5b9b39a56bad-6c3c93bf {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_8ca90097-0b13-9241-91fa-98953c284f61-6c3c93bf {
  grid-area: 1 / 1 / 9 / 2;
  align-self: start;
}

#w-node-_8ca90097-0b13-9241-91fa-98953c284f73-6c3c93bf {
  grid-area: 1 / 2 / 9 / 3;
  align-self: start;
}

#w-node-_8ca90097-0b13-9241-91fa-98953c284f85-6c3c93bf {
  grid-area: 1 / 3 / 8 / 4;
  align-self: center;
}

#w-node-_8ca90097-0b13-9241-91fa-98953c284f97-6c3c93bf {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
  grid-area: 2 / 1 / 6 / 2;
  align-self: stretch;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722878-6672284b {
  grid-area: 1 / 2 / 7 / 3;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722879-6672284b {
  grid-area: 1 / 4 / 7 / 5;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
  grid-area: 3 / 5 / 4 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
  grid-area: 4 / 5 / 5 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
  grid-area: 5 / 5 / 6 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c66722897-6672284b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
  grid-area: 2 / 5 / 3 / 6;
  place-self: center;
}

#w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
  grid-area: 3 / 3 / 6 / 4;
}

#w-node-a85d9e20-1401-d99b-f017-001c667228bb-6672284b {
  grid-area: 6 / 3 / 7 / 4;
  justify-self: center;
}

#w-node-_857ec491-2ca6-6a26-e397-95188fd2cd7c-8fd2cd6f, #w-node-_857ec491-2ca6-6a26-e397-95188fd2cd80-8fd2cd6f {
  align-self: end;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84046-deb83fea {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8404d-deb83fea {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8404e-deb83fea {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84053-deb83fea {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84054-deb83fea {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8405e-deb83fea {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84064-deb83fea {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8406a-deb83fea {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84070-deb83fea {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84076-deb83fea {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8407c-deb83fea {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea388210e2-6c3c93c1 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea3882110c-6c3c93c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea3882110e-6c3c93c1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea3882110f-6c3c93c1 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea38821110-6c3c93c1 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_51960cfc-457d-82b4-0d0c-c0ea38821111-6c3c93c1 {
  grid-area: 6 / 2 / 7 / 3;
  justify-self: start;
}

#w-node-daba6ab0-df5d-10ac-4f45-f48d9020dc3a-6c3c93c2 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-daba6ab0-df5d-10ac-4f45-f48d9020dc3b-6c3c93c2 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-a5df1100-21ee-53df-06b6-3c29c8bf91af-6c3c93c3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-a5df1100-21ee-53df-06b6-3c29c8bf91b0-6c3c93c3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-d727b347-8ae7-ec9e-75c1-1c6784140a75-6c3c93c4 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d727b347-8ae7-ec9e-75c1-1c6784140a76-6c3c93c4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-_0f0327df-f839-e896-38b0-b03001fa5ed3-6c3c93c5 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_0f0327df-f839-e896-38b0-b03001fa5ed4-6c3c93c5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-e13ac542-4f63-b559-c1b5-fe1e146a9181-6c3c93c6 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e13ac542-4f63-b559-c1b5-fe1e146a9182-6c3c93c6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-e13ac542-4f63-b559-c1b5-fe1e146a9188-6c3c93c6 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-e13ac542-4f63-b559-c1b5-fe1e146a9189-6c3c93c6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-_6c6e1686-09dc-d587-c17b-8f773f163141-6c3c93c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c6e1686-09dc-d587-c17b-8f773f16314d-6c3c93c6 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_6c6e1686-09dc-d587-c17b-8f773f16314f-6c3c93c6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6c6e1686-09dc-d587-c17b-8f773f163154-6c3c93c6 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_6c6e1686-09dc-d587-c17b-8f773f163155-6c3c93c6 {
  grid-area: 1 / 2 / 6 / 3;
  align-self: start;
}

#w-node-f7fe5172-db95-afdc-87b3-77a0772b3ace-6c3c93c6 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-bcbf6e96-bec0-71a3-00e0-caf6da106903-6c3c93c7 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-bcbf6e96-bec0-71a3-00e0-caf6da106904-6c3c93c7 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe1-6c3c93c8 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe2-6c3c93c8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec23c-6c3c93ca {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-6c3c93ca {
  grid-area: 2 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-c4216e4d-6bd0-00c1-e693-07e0b3ae6409-6c3c93ca {
  place-self: start center;
}

#w-node-d771be9d-d3d5-307a-c8e1-ed40df966bd1-6c3c93ca, #w-node-d771be9d-d3d5-307a-c8e1-ed40df966bd8-6c3c93ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24355f74-06d6-3630-2d71-c62c095b2943-6c3c93cb {
  grid-area: 2 / 2 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_24355f74-06d6-3630-2d71-c62c095b2947-6c3c93cb {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_24355f74-06d6-3630-2d71-c62c095b294a-6c3c93cb {
  grid-area: 2 / 2 / 4 / 4;
  place-self: center;
}

#w-node-_1e1c6402-22ca-1f2a-dfc0-edaf4171608b-6c3c93cb {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start center;
}

#w-node-_24355f74-06d6-3630-2d71-c62c095b295c-6c3c93cb {
  grid-area: 1 / 3 / 4 / 5;
}

#w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2721-6c3c93cc {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2725-6c3c93cc {
  grid-area: 3 / 2 / 5 / 3;
  place-self: center start;
}

#w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2729-6c3c93cc {
  grid-area: 2 / 3 / 5 / 4;
  place-self: stretch stretch;
}

#w-node-_51e91b2c-6071-54f5-9e6c-381e35553798-6c3c93cc {
  grid-area: 1 / 1 / 9 / 2;
  align-self: start;
}

#w-node-_51e91b2c-6071-54f5-9e6c-381e355537a8-6c3c93cc {
  grid-area: 1 / 2 / 9 / 3;
  align-self: start;
}

#w-node-_51e91b2c-6071-54f5-9e6c-381e355537b8-6c3c93cc {
  grid-area: 1 / 3 / 8 / 4;
  align-self: center;
}

#w-node-_06261efb-637c-fa9c-6f86-07351125f125-6c3c93cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56930516-de8e-e7c8-6203-00a6390424da-6c3c93cc {
  align-self: end;
}

#w-node-_56930516-de8e-e7c8-6203-00a6390424de-6c3c93cc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#Message.w-node-_56930516-de8e-e7c8-6203-00a6390424e2-6c3c93cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56930516-de8e-e7c8-6203-00a6390424e3-6c3c93cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_244db92b-ee0a-2374-8727-1e42d8dcd57e-6c3c93cd {
  grid-area: 1 / 1 / 3 / 2;
  place-self: start;
}

#w-node-_244db92b-ee0a-2374-8727-1e42d8dcd581-6c3c93cd {
  justify-self: start;
}

#w-node-_1cc9d340-4b2d-adfa-2ddb-cd40b3057e3f-6c3c93cd {
  grid-area: 3 / 1 / 6 / 2;
  align-self: start;
}

#w-node-_1a1c2df1-9b15-4092-b739-591aded99fd1-6c3c93cd {
  grid-area: 2 / 2 / 6 / 3;
  align-self: start;
}

#w-node-_1de9fc7a-f5c4-5b43-d10a-e9179ce79f1d-6c3c93cd {
  grid-area: 1 / 3 / 6 / 4;
  align-self: start;
}

#w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd448-6c3c93ce {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd449-6c3c93ce {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd44e-6c3c93ce {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd44f-6c3c93ce {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd454-6c3c93ce {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-b8781689-368f-00ca-4499-ff3d87737be0-6c3c93ce, #w-node-b8781689-368f-00ca-4499-ff3d87737be3-6c3c93ce, #w-node-b8781689-368f-00ca-4499-ff3d87737be8-6c3c93ce, #w-node-b8781689-368f-00ca-4499-ff3d87737bed-6c3c93ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6c3c93cf {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-6c3c93cf {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7c-6c3c93cf {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-6c3c93cf {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-6c3c93cf {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161a7-6c3c93cf, #w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161aa-6c3c93cf, #w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161af-6c3c93cf, #w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161b4-6c3c93cf, #w-node-_5453a1ba-de4b-e76a-d8b9-55827dc161b9-6c3c93cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce75-6c3c93d1 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce76-6c3c93d1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935e-6c3c93d2 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935f-6c3c93d2 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

#w-node-_0bad2e09-7dff-0205-f070-1e13990f590a-6c3c93d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ae3f9cf-df21-0c80-ad39-8544367de6a0-6c3c93d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9c-6c3c93d3 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9d-6c3c93d3 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center;
}

#w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2da2-6c3c93d3 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2da3-6c3c93d3 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center start;
}

#w-node-_2e16d048-25b8-620e-6a68-de01643865f5-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_2e16d048-25b8-620e-6a68-de01643865f8-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_2e16d048-25b8-620e-6a68-de01643865fc-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2e16d048-25b8-620e-6a68-de01643865ff-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_2e16d048-25b8-620e-6a68-de0164386602-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_2e16d048-25b8-620e-6a68-de0164386606-6c3c93d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da668-6c3c93d4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da66f-6c3c93d4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da670-6c3c93d4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da675-6c3c93d4 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da676-6c3c93d4 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da680-6c3c93d4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da686-6c3c93d4 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da68c-6c3c93d4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da692-6c3c93d4 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da698-6c3c93d4 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_2fb640c2-229e-2a03-82ab-d3ad874da69e-6c3c93d4 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94986-6c3c93d5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498d-6c3c93d5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498e-6c3c93d5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94993-6c3c93d5 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a94994-6c3c93d5 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9499e-6c3c93d5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949a4-6c3c93d5 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949aa-6c3c93d5 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b0-6c3c93d5 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b6-6c3c93d5 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949bc-6c3c93d5 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-6c3c93d6 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1227c00d-a5c8-441c-5088-23e0a612716e-6c3c93d6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-6c3c93bf {
    grid-area: 2 / 3 / 4 / 4;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-6c3c93bf {
    align-self: center;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-6c3c93bf {
    align-self: end;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
    place-self: center;
  }

  #w-node-daba6ab0-df5d-10ac-4f45-f48d9020dc3a-6c3c93c2, #w-node-a5df1100-21ee-53df-06b6-3c29c8bf91af-6c3c93c3, #w-node-d727b347-8ae7-ec9e-75c1-1c6784140a75-6c3c93c4, #w-node-_0f0327df-f839-e896-38b0-b03001fa5ed3-6c3c93c5, #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9181-6c3c93c6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9182-6c3c93c6 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: auto;
  }

  #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9189-6c3c93c6 {
    grid-area: 1 / 5 / 2 / 6;
    place-self: center;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163141-6c3c93c6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f16314d-6c3c93c6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f16314f-6c3c93c6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163154-6c3c93c6 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163157-6c3c93c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7fe5172-db95-afdc-87b3-77a0772b3ace-6c3c93c6 {
    grid-area: 4 / 2 / 5 / 3;
    align-self: start;
  }

  #w-node-f7fe5172-db95-afdc-87b3-77a0772b3ae3-6c3c93c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bcbf6e96-bec0-71a3-00e0-caf6da106903-6c3c93c7, #w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe1-6c3c93c8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe2-6c3c93c8 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: auto;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-6c3c93ca {
    grid-area: 2 / 3 / 4 / 4;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b2943-6c3c93cb {
    grid-area: 2 / 2 / 4 / 4;
    place-self: stretch stretch;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b2947-6c3c93cb {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_1e1c6402-22ca-1f2a-dfc0-edaf4171608b-6c3c93cb, #w-node-_24355f74-06d6-3630-2d71-c62c095b295c-6c3c93cb {
    align-self: end;
  }

  #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2725-6c3c93cc {
    grid-area: 3 / 2 / 4 / 3;
    align-self: end;
  }

  #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2729-6c3c93cc {
    grid-area: 2 / 3 / 4 / 4;
    place-self: end stretch;
  }

  #w-node-_06261efb-637c-fa9c-6f86-07351125f120-6c3c93cc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_06261efb-637c-fa9c-6f86-07351125f125-6c3c93cc {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd448-6c3c93ce, #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6c3c93cf, #w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce75-6c3c93d1, #w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935e-6c3c93d2, #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9c-6c3c93d3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9d-6c3c93d3 {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865f5-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865f8-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865fc-6c3c93d3 {
    grid-column: 3 / 4;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865ff-6c3c93d3, #w-node-_2e16d048-25b8-620e-6a68-de0164386602-6c3c93d3, #w-node-_2e16d048-25b8-620e-6a68-de0164386606-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-6c3c93d6 {
    grid-area: 3 / 1 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-6c3c93bf {
    grid-area: 2 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f04c-6c3c93bf {
    grid-area: 4 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-_5bd7322c-09f9-2ba4-7c4f-e2798fc5137a-6c3c93bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-e5ec6774-f7fd-db74-aa72-5b9b39a56bad-6c3c93bf {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f61-6c3c93bf {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f73-6c3c93bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f85-6c3c93bf {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f97-6c3c93bf {
    grid-area: 2 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
    grid-area: 5 / 2 / 6 / 4;
    align-self: stretch;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
    grid-area: 4 / 2 / 5 / 3;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
    grid-area: 3 / 3 / 4 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
    grid-area: 4 / 3 / 5 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722897-6672284b {
    grid-area: 1 / 2 / 2 / 4;
    place-self: center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
    grid-area: 3 / 2 / 4 / 3;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c667228a5-6672284b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c667228bb-6672284b {
    grid-area: 6 / 2 / 7 / 4;
    justify-self: center;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84064-deb83fea {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8406a-deb83fea {
    grid-row: 6 / 7;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84070-deb83fea {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb84076-deb83fea {
    grid-row: 8 / 9;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8407c-deb83fea {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_51960cfc-457d-82b4-0d0c-c0ea388210e2-6c3c93c1 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_51960cfc-457d-82b4-0d0c-c0ea3882110f-6c3c93c1 {
    grid-row: 5 / 6;
  }

  #w-node-_51960cfc-457d-82b4-0d0c-c0ea38821110-6c3c93c1 {
    grid-row: 6 / 7;
  }

  #w-node-_51960cfc-457d-82b4-0d0c-c0ea38821111-6c3c93c1 {
    grid-row: 7 / 8;
  }

  #w-node-daba6ab0-df5d-10ac-4f45-f48d9020dc3a-6c3c93c2 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-daba6ab0-df5d-10ac-4f45-f48d9020dc3b-6c3c93c2 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-a5df1100-21ee-53df-06b6-3c29c8bf91af-6c3c93c3 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-a5df1100-21ee-53df-06b6-3c29c8bf91b0-6c3c93c3 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-d727b347-8ae7-ec9e-75c1-1c6784140a75-6c3c93c4 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-d727b347-8ae7-ec9e-75c1-1c6784140a76-6c3c93c4 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_0f0327df-f839-e896-38b0-b03001fa5ed3-6c3c93c5 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_0f0327df-f839-e896-38b0-b03001fa5ed4-6c3c93c5 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9181-6c3c93c6 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9182-6c3c93c6 {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: auto;
  }

  #w-node-e13ac542-4f63-b559-c1b5-fe1e146a9189-6c3c93c6 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163141-6c3c93c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f16314d-6c3c93c6, #w-node-_6c6e1686-09dc-d587-c17b-8f773f16314f-6c3c93c6 {
    grid-column-end: 2;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163155-6c3c93c6 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-f7fe5172-db95-afdc-87b3-77a0772b3ace-6c3c93c6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f7fe5172-db95-afdc-87b3-77a0772b3ae3-6c3c93c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bcbf6e96-bec0-71a3-00e0-caf6da106903-6c3c93c7 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-bcbf6e96-bec0-71a3-00e0-caf6da106904-6c3c93c7 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe1-6c3c93c8 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe2-6c3c93c8 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec23c-6c3c93ca {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-6c3c93ca {
    grid-area: 2 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-c4216e4d-6bd0-00c1-e693-07e0b3ae6409-6c3c93ca {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b2943-6c3c93cb {
    grid-area: 2 / 2 / 5 / 3;
    place-self: start stretch;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b2947-6c3c93cb {
    grid-area: 4 / 1 / 5 / 5;
    place-self: center;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b294a-6c3c93cb {
    grid-area: 2 / 2 / 3 / 5;
    place-self: end;
  }

  #w-node-_1e1c6402-22ca-1f2a-dfc0-edaf4171608b-6c3c93cb {
    grid-column-end: 5;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b295c-6c3c93cb {
    grid-area: 1 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2721-6c3c93cc {
    grid-area: 4 / 2 / 5 / 3;
    align-self: start;
  }

  #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2725-6c3c93cc {
    grid-area: 5 / 2 / 6 / 3;
    place-self: end start;
  }

  #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2729-6c3c93cc {
    grid-area: 2 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_51e91b2c-6071-54f5-9e6c-381e35553798-6c3c93cc {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_51e91b2c-6071-54f5-9e6c-381e355537a8-6c3c93cc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_51e91b2c-6071-54f5-9e6c-381e355537b8-6c3c93cc {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_56930516-de8e-e7c8-6203-00a6390424d2-6c3c93cc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_56930516-de8e-e7c8-6203-00a6390424d6-6c3c93cc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_56930516-de8e-e7c8-6203-00a6390424da-6c3c93cc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Message.w-node-_56930516-de8e-e7c8-6203-00a6390424e2-6c3c93cc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_56930516-de8e-e7c8-6203-00a6390424e3-6c3c93cc {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_244db92b-ee0a-2374-8727-1e42d8dcd57e-6c3c93cd {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-_244db92b-ee0a-2374-8727-1e42d8dcd581-6c3c93cd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1cc9d340-4b2d-adfa-2ddb-cd40b3057e3f-6c3c93cd {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_1a1c2df1-9b15-4092-b739-591aded99fd1-6c3c93cd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1de9fc7a-f5c4-5b43-d10a-e9179ce79f1d-6c3c93cd {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd448-6c3c93ce {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd449-6c3c93ce {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: auto;
  }

  #w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd44f-6c3c93ce {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center;
  }

  #w-node-d7f3addc-b6bf-798f-f7fc-bf2f07fdd454-6c3c93ce {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd76-6c3c93cf {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd77-6c3c93cf {
    grid-area: 1 / 1 / 2 / 6;
    justify-self: auto;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd7d-6c3c93cf {
    grid-area: 3 / 3 / 4 / 4;
    place-self: center;
  }

  #w-node-ba43d8a7-5972-0d37-7888-0d2fd288dd82-6c3c93cf {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce75-6c3c93d1 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce76-6c3c93d1 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935e-6c3c93d2 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935f-6c3c93d2 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-_8ae3f9cf-df21-0c80-ad39-8544367de6a0-6c3c93d2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9c-6c3c93d3 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9d-6c3c93d3 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center;
  }

  #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2da3-6c3c93d3 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865f5-6c3c93d3 {
    place-self: start;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865fc-6c3c93d3 {
    align-self: end;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865ff-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de0164386606-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da686-6c3c93d4 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da68c-6c3c93d4 {
    grid-row: 6 / 7;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da692-6c3c93d4 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da698-6c3c93d4 {
    grid-row: 8 / 9;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da69e-6c3c93d4 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949a4-6c3c93d5 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949aa-6c3c93d5 {
    grid-row: 6 / 7;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b0-6c3c93d5 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949b6-6c3c93d5 {
    grid-row: 8 / 9;
  }

  #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a949bc-6c3c93d5 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_1227c00d-a5c8-441c-5088-23e0a612716d-6c3c93d6 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_1227c00d-a5c8-441c-5088-23e0a612716e-6c3c93d6 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_44ec4bdf-e46a-7945-9ee5-31bcc959f049-6c3c93bf {
    place-self: start;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f73-6c3c93bf {
    grid-column-end: 3;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f85-6c3c93bf {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8ca90097-0b13-9241-91fa-98953c284f97-6c3c93bf {
    grid-row: 4 / 5;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672284d-6672284b {
    grid-row: 7 / 8;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672287a-6672284b {
    grid-area: 4 / 2 / 5 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722883-6672284b {
    grid-area: 5 / 2 / 6 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c66722890-6672284b {
    grid-row: 6 / 7;
    grid-column-start: 2;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c6672289c-6672284b {
    grid-area: 3 / 2 / 4 / 4;
    place-self: start center;
  }

  #w-node-a85d9e20-1401-d99b-f017-001c667228bb-6672284b {
    grid-row: 8 / 9;
    place-self: center;
  }

  #w-node-_657e8355-bff1-da38-e9ee-8f3fdeb8404e-deb83fea {
    place-self: center;
  }

  #w-node-_6c6e1686-09dc-d587-c17b-8f773f163155-6c3c93c6 {
    grid-row: 1 / 2;
    grid-column-start: 1;
    grid-column-end: 0;
  }

  #w-node-_7f2c8183-bc02-86ba-4cf0-8fbd9fd51fe2-6c3c93c8 {
    grid-area: 1 / 1 / 3 / 6;
    justify-self: auto;
  }

  #w-node-a9f0638f-c6f6-bf10-6b30-50025f9ec239-6c3c93ca {
    grid-area: 2 / 2 / 4 / 3;
    place-self: start;
  }

  #w-node-c4216e4d-6bd0-00c1-e693-07e0b3ae6409-6c3c93ca {
    grid-area: 1 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-_24355f74-06d6-3630-2d71-c62c095b2943-6c3c93cb, #w-node-_8fcc3d78-d1dd-3d57-faa4-990b850e2729-6c3c93cc {
    grid-area: 2 / 2 / 4 / 3;
    place-self: start;
  }

  #w-node-_51e91b2c-6071-54f5-9e6c-381e355537a8-6c3c93cc {
    grid-column-end: 3;
  }

  #w-node-_51e91b2c-6071-54f5-9e6c-381e355537b8-6c3c93cc {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_244db92b-ee0a-2374-8727-1e42d8dcd57e-6c3c93cd {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_244db92b-ee0a-2374-8727-1e42d8dcd581-6c3c93cd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_1cc9d340-4b2d-adfa-2ddb-cd40b3057e3f-6c3c93cd {
    grid-row: 3 / 4;
  }

  #w-node-_1a1c2df1-9b15-4092-b739-591aded99fd1-6c3c93cd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1de9fc7a-f5c4-5b43-d10a-e9179ce79f1d-6c3c93cd {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_02dd6b39-1e88-17c6-5b5c-c9843a0bce75-6c3c93d1, #w-node-_85e7be10-775e-ffbb-d619-16dfb0ab935e-6c3c93d2 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_8ae3f9cf-df21-0c80-ad39-8544367de6a0-6c3c93d2 {
    grid-area: 1 / 1 / 2 / 1;
  }

  #w-node-_1270313d-cf56-c7a3-e4e0-2e6383ee2d9d-6c3c93d3 {
    place-self: center;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865f5-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865f8-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865fc-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de01643865ff-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de0164386602-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_2e16d048-25b8-620e-6a68-de0164386606-6c3c93d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_2fb640c2-229e-2a03-82ab-d3ad874da670-6c3c93d4, #w-node-bcc6f094-b5ac-e6d9-632c-c2d651a9498e-6c3c93d5 {
    place-self: center;
  }
}


