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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

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

body {
  background-color: #fff9f2;
  font-family: Messapia, sans-serif;
  color: #141313;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
}

h1 {
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  font-family: Messapia, sans-serif;
  font-size: 55px;
  line-height: 120%;
  font-weight: 400;
}

h2 {
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  font-family: Messapia, sans-serif;
  font-size: 44px;
  line-height: 120%;
  font-weight: 400;
}

h3 {
  margin-top: 0.4em;
  margin-bottom: 0.2em;
  font-family: Messapia, sans-serif;
  font-size: 35px;
  line-height: 120%;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messapia, sans-serif;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messapia, sans-serif;
  font-size: 22.5px;
  line-height: 120%;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messapia, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
}

a {
  display: inline-block;
  font-family: Messapia, sans-serif;
  color: #141313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

label {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 40px;
  background-color: transparent;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: #f6b638;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.color-primary {
  color: #f6b638;
}

.color-black {
  color: #141313;
}

.color-gray-1 {
  color: #222;
}

.color-gray-2 {
  color: #717171;
}

.color-gray-3 {
  color: #a0a0a0;
}

.color-gray-4 {
  color: #d0d0d0;
}

.color-white {
  color: #fff9f2;
}

.section-style-guide {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px 80px 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.background-color-primary {
  background-color: #f6b638;
}

.background-color-primary-light {
  background-color: #fff9f2;
}

.background-color-secondary {
  background-color: #dd6c43;
}

.background-color-black {
  background-color: #141313;
}

.background-color-gray-1 {
  background-color: #222;
}

.background-color-gray-2 {
  background-color: #717171;
}

.background-color-gray-3 {
  background-color: #a0a0a0;
}

.background-color-gray-4 {
  background-color: #d0d0d0;
}

.background-color-gray-5 {
  background-color: #eee;
}

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

.heading-xxlarge {
  font-family: Messapia, sans-serif;
  font-size: 7vw;
  line-height: 120%;
  font-weight: 400;
}

.heading-xlarge {
  font-family: Messapia, sans-serif;
  color: #825053;
  font-size: 6vw;
  line-height: 120%;
  font-weight: 400;
}

.heading-large {
  font-family: Messapia, sans-serif;
  font-size: 55px;
  line-height: 120%;
  font-weight: 400;
}

.heading-large.text-style-highlight.headingsteps {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-medium {
  font-family: Messapia, sans-serif;
  font-size: 44px;
  line-height: 120%;
  font-weight: 400;
}

.heading-tiny {
  font-family: Messapia, sans-serif;
  font-size: 22.5px;
  line-height: 120%;
  font-weight: 400;
}

.text-base {
  font-size: 18px;
  line-height: 170%;
}

.text-small {
  color: #825053;
  font-size: 16px;
  line-height: 170%;
}

.text-tiny {
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
}

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

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

.text-style-all-caps {
  color: #825053;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-style-all-caps.blog-tag {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.text-style-all-caps.blog-tag:hover {
  box-shadow: none;
  text-decoration: underline;
}

.no-padding {
  padding: 0px;
}

.no-vertial-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no-margin {
  margin: 0px;
}

.no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-horizontal-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.text-style-highlight {
  text-shadow: -1px 1px 0 #f6b638;
}

.form-field {
  width: 100%;
  min-height: 48px;
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #141313;
  border-radius: 0px;
  background-color: #fff9f2;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  font-weight: 400;
}

.form-field:hover {
  border-color: #f6b638;
}

.form-field:focus {
  border-color: #f6b638;
}

.form-field.-wfp-focus {
  border-color: #f6b638;
}

.form-field::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}

.form-field:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}

.form-field::-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.7);
}

.form-field::placeholder {
  color: rgba(18, 18, 18, 0.7);
}

.form-field.quantity {
  width: 70px;
  height: auto;
  min-height: auto;
  margin-right: 24px;
  padding-right: 0px;
  padding-bottom: 4px;
  border-width: 1px;
  background-color: #fff9f2;
  color: #141313;
  font-weight: 700;
  text-align: center;
}

.form-field.quantity:hover {
  border-color: #f6b638;
  opacity: 1;
}

.form-field.quantity:focus {
  border-color: #f6b638;
}

.form-field.number-input {
  width: 80px;
  text-align: center;
}

.form-field.transparent {
  border-color: #141313;
  background-color: transparent;
}

.form-field.transparent:hover {
  border-color: #f6b638;
}

.form-field.transparent:focus {
  border-color: #f6b638;
}

.form-field.transparent.-wfp-focus {
  border-color: #f6b638;
}

.form-field.transparent::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.8);
}

.form-field.transparent:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.8);
}

.form-field.transparent::-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.8);
}

.form-field.transparent::placeholder {
  color: rgba(18, 18, 18, 0.8);
}

.form-field.transparent.form-field-last {
  margin-bottom: 60px;
}

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

.form-success-message {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.form-error-message {
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: transparent;
}

.color-secondary {
  color: #dd6c43;
}

.social-icon-link {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  box-shadow: none;
}

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

.text-align-center {
  padding-bottom: 0px;
  color: #825053;
  text-align: center;
}

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav {
  position: relative;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0px 0px max-content 0px max-content;
  grid-template-rows: 0px -webkit-max-content -webkit-max-content;
  grid-template-rows: 0px max-content max-content;
  background-color: transparent;
  color: #222;
}

.primary-link {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4px 0px;
  color: #825053;
}

.primary-link:hover {
  box-shadow: none;
  text-decoration: none;
}

.primary-link.cart {
  background-color: transparent;
  color: #141313;
}

.primary-link.blog-category-link.w--current {
  box-shadow: inset 0 -1px 0 0 #141313;
}

.brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand:hover {
  box-shadow: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #141313;
  border-radius: 38px;
  background-color: #afaec9;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  font-family: Messapia, sans-serif;
  color: #fff9f2;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: transparent;
  box-shadow: none;
  color: #141313;
  text-decoration: none;
}

.button:active {
  color: #141313;
}

.button.large {
  padding: 18px 26px;
  border-style: none;
  border-color: #f7c5aa;
  border-radius: 38px;
  background-color: #f7c5aa;
}

.button.large.mainpagecta {
  border-width: 0px;
  background-color: #e1604d;
  text-transform: none;
}

.button.large.main-cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #afaec9;
  background-color: #afaec9;
  text-transform: none;
}

.button.secondary {
  background-color: #fff9f2;
  color: #141313;
}

.button.secondary:hover {
  border-color: #fff9f2;
  background-color: #141313;
  color: #fff9f2;
}

.button.secondary.open-quick-view {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

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

.button.small {
  padding: 6px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.button.small.secondary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  text-transform: none;
}

.button.small.secondary.btntestimonialsmore {
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  color: #717171;
}

.button.small.secondary.btntestimonialsmore:hover {
  background-color: #afaec9;
  color: #fff9f2;
}

.button.small.mainmenu-btn {
  border-width: 0px;
  border-radius: 38px;
  background-color: #afaec9;
  color: #fff9f2;
  text-transform: none;
}

.button.close-menu {
  display: none;
  border-width: 0px;
}

.button.add-to-cart {
  margin-top: 24px;
}

.button.no-shadow {
  box-shadow: none;
}

.button.open-menu {
  display: none;
}

.button.borderless {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: transparent;
  color: #141313;
}

.button.mainmenubtn {
  border-style: none;
  border-radius: 38px;
  background-color: #f7c5aa;
  text-transform: none;
}

.nav-links-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 64px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 100px auto 100px;
  grid-template-columns: 100px auto 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 4px solid #f6b638;
}

.section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding: 64px 80px;
}

.section.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 380px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section._50-50-layout {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section._50-50-layout.top {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section._50-50-layout.top {
  padding-top: 280px;
}

.section.mission {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 220px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 2fr 0.25fr;
  grid-template-columns: 2fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.mission.top {
  display: -ms-grid;
  display: grid;
  margin-bottom: 220px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.mission.family {
  display: none;
}

.section.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.section.static {
  position: static;
}

.section.product-collections {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 10px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top-contenttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.mission {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo {
  width: 200px;
  padding-bottom: 24px;
  box-shadow: none;
}

.footer-logo:hover {
  box-shadow: 0 0 0 0 #f6b638;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
}

.video-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff9f2;
  opacity: 0.5;
}

.max-width-520px {
  max-width: 520px;
}

.max-width-820px {
  max-width: 820px;
}

.max-width-1040px {
  max-width: 1040px;
}

.content-block {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block.padded {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 64px 80px;
}

.content-block.center-align {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.content-block.center-align.padded {
  max-width: 900px;
}

.content-block.padding-right {
  max-width: 740px;
  margin-top: 220px;
  padding-right: 64px;
}

.content-block.max-width-820px {
  max-width: 820px;
}

.content-block.max-width-520px {
  max-width: 520px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.content-block.padding-right {
  max-width: 740px;
  padding-right: 64px;
}

._4-column-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member.small {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #f6b638;
  opacity: 0.18;
}

.collection {
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection.scrollable {
  overflow: hidden;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

.collection.mega-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.collection.no-padding {
  padding: 0px;
}

.list {
  padding-top: 80px;
}

.list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 40px auto 64px;
  padding: 20px 40px 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6b638;
}

.card-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #141313;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff9f2;
}

.card-month {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6b638;
}

.empty-collection {
  padding-top: 80px;
  background-color: transparent;
  text-align: center;
}

.text-large {
  font-size: 28px;
  line-height: 140%;
}

.text-large.text-align-center {
  font-size: 24px;
}

.stay-in-touch-cards {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stay-in-touch-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  max-width: 100%;
  padding: 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6b638;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-card-icon {
  width: 56px;
  height: 56px;
}

.image {
  position: relative;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.small {
  width: 100%;
  max-height: 225px;
  max-width: 225px;
}

.image.tiny {
  width: 104px;
  height: 104px;
}

.image.absolute {
  position: absolute;
}

.image.instagram {
  position: absolute;
  width: 100%;
  height: 100%;
}

.image.our-mission {
  position: static;
  height: auto;
  max-height: 90vh;
  min-width: 100%;
}

.image.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.image.xsmall {
  width: 120px;
  height: 120px;
}

.image.tiny {
  width: 60px;
  height: 60px;
}

.image.icon {
  width: 80px;
  height: 80px;
}

.max-width-1440px {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color-block-swatch {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100px;
  height: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff9f2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.style-guide-color-block-details {
  display: -ms-grid;
  display: grid;
  padding-top: 8px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-colors {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-buttons {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-small {
  font-family: Messapia, sans-serif;
  font-size: 35px;
  line-height: 120%;
  font-weight: 400;
}

.heading-small:hover {
  box-shadow: none;
}

.heading-xsmall {
  font-family: Messapia, sans-serif;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
}

.heading-all-caps {
  font-family: Messapia, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-all-caps.text-align-center {
  margin-bottom: 60px;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image.fixed {
  position: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper._30-70-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 3fr 3fr;
  grid-template-columns: 3fr 3fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper._50-50-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper._40-60-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper.product-details-page {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: minmax(auto, 350px) -webkit-max-content;
  -ms-grid-columns: minmax(auto, 350px) max-content;
  grid-template-columns: minmax(auto, 350px) -webkit-max-content;
  grid-template-columns: minmax(auto, 350px) max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper.blogs-hero {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper._40-60-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper._40-60-layout.testimonialwrapper {
  margin-bottom: 220px;
}

.content-wrapper._40-60-layout.testimonialwrappelastitem {
  margin-bottom: 60px;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  overflow: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.overflow-hidden {
  overflow: visible;
}

.blog-card {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slider-arrow {
  left: 50%;
  top: auto;
  bottom: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #141313;
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
}

.slider-arrow.right {
  -webkit-transform: translate(20%, 0px) rotate(180deg);
  -ms-transform: translate(20%, 0px) rotate(180deg);
  transform: translate(20%, 0px) rotate(180deg);
}

.slider-arrow-icon {
  padding-bottom: 6px;
  font-size: 22px;
  line-height: 24px;
}

.slide-nav {
  display: none;
}

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

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 0px;
  margin-bottom: 80px;
  padding-bottom: 130%;
  background-color: transparent;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link:hover {
  box-shadow: none;
}

.product-category-card {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-icons-wrapper {
  margin-left: -8px;
}

.primary-footer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.secondary-footer {
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.form-block {
  width: 100%;
  max-width: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.horizontal {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto -webkit-max-content;
  -ms-grid-columns: auto auto max-content;
  grid-template-columns: auto auto -webkit-max-content;
  grid-template-columns: auto auto max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list {
  position: fixed;
  left: 0px;
  display: none;
  width: 100vw;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.dropdown-list.w--open {
  width: 100vw;
}

.nav-link-dropdown {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}

.close-icon {
  position: absolute;
  right: 24px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url('../images/X.svg');
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.close-icon:hover {
  box-shadow: none;
}

.close-icon.close-quick-view {
  left: 24px;
  top: 24px;
  right: auto;
}

.vertical-rule {
  width: 2px;
  height: 300px;
  background-color: #f6b638;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.vertical-rule.last {
  height: 150px;
  margin-bottom: 40px;
}

.blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-rich-text {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.scroll-indicator {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100vw;
  height: 8px;
  background-color: #f6b638;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.anchor {
  height: 0px;
}

.utility-page-logo {
  width: 20vw;
  min-width: 250px;
}

.hero-form {
  width: 100%;
  max-width: 600px;
}

._3-column-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-listing-details {
  display: -ms-grid;
  display: grid;
  margin-bottom: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-weight: 400;
}

.job-description {
  max-width: 840px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.job-listing-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-nav {
  position: fixed;
  left: 0px;
  top: 140px;
  z-index: 1;
  width: 240px;
  padding: 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff9f2;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-link {
  display: block;
  margin-bottom: 8px;
  box-shadow: inset 0 0 0 0 #f6b638;
  font-weight: 400;
}

.style-guide-link.w--current {
  font-weight: 700;
}

.style-guide {
  padding-top: 120px;
}

.changelog-entry {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  padding: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #fff9f2;
}

.expand-item {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url('../images/X.svg');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.style-guide-nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 0 0 0 #f6b638;
}

.style-guide-nav-header:hover {
  box-shadow: inset 0 0 0 0 #f6b638;
}

.style-guide-nav-links {
  overflow: hidden;
}

.add-to-cart {
  width: 310px;
}

.product-image-tab {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 24px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(236, 96, 65, 0);
  background-color: transparent;
}

.product-image-tab:hover {
  border-width: 2px;
  border-color: #f6b638;
}

.product-image-tab.w--current {
  border-color: #f6b638;
}

.product-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
}

.product-image.transparent {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.zoomable {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.product-image-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.product-image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-image-wrapper.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product-selection {
  margin-right: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border-width: 1px;
  border-color: #141313;
  background-color: #fff9f2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-selection:hover {
  border-color: #f6b638;
  opacity: 1;
}

.product-selection.w--ecommerce-pill-selected {
  border-width: 1px;
  border-color: #f6b638;
  background-color: #fff9f2;
  color: #141313;
}

.product-selection.w--ecommerce-pill-disabled {
  opacity: 0.4;
}

.product-selection-label {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.product-details {
  max-width: 480px;
}

.product-images-tabs {
  width: 100%;
  max-width: 480px;
}

.product-image-aspect-ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-bottom: 130%;
}

.product-image-aspect-ratio.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.form-field-label-no-spacing {
  position: relative;
  top: 0px;
  z-index: 1;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.shipping-method {
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cart {
  z-index: 1;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #141313;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.remove-button {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-shadow: inset 0 0 0 0 #f6b638;
  font-size: 12px;
}

.cart-overlay {
  background-color: transparent;
}

.product-card {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 30%;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-card._100-width {
  width: 100%;
  -ms-grid-rows: auto -webkit-max-content;
  -ms-grid-rows: auto max-content;
  grid-template-rows: auto -webkit-max-content;
  grid-template-rows: auto max-content;
}

.current-price {
  margin-right: 12px;
  font-weight: 700;
}

.original-price {
  opacity: 0.7;
  font-weight: 700;
  text-decoration: line-through;
}

.original-price.color-white {
  opacity: 0.5;
}

.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.product-card-link {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 16px;
  grid-auto-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: #141313;
  background-color: #141313;
  color: #fff9f2;
}

.product-card-link:hover {
  box-shadow: none;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  margin-top: 40px;
  margin-right: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid.scrollable {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  padding-bottom: 20px;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: 25vw;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 25vw;
  grid-template-columns: 25vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quick-view {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.quick-view-container {
  position: relative;
  z-index: 101;
  overflow: auto;
  max-height: 85vh;
  max-width: 95vw;
  padding: 56px;
  background-color: #fff9f2;
  box-shadow: 0 13px 36px 0 rgba(0, 0, 0, 0.22);
}

.quick-view-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  background-color: #f6b638;
  opacity: 0.8;
}

.products-empty {
  padding-top: 80px;
  background-color: transparent;
  text-align: center;
}

.category-link {
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.category-link.w--current {
  box-shadow: inset 0 -1px 0 0 #141313;
}

.category-links {
  display: -ms-grid;
  display: grid;
  overflow: auto;
  max-width: 100vw;
  padding-right: 80px;
  padding-bottom: 24px;
  padding-left: 80px;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 51%;
  height: 1px;
  background-color: #141313;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.link-underline.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.link-underline.background-color-white {
  background-color: #fff9f2;
}

.link-text {
  padding: 0px;
  font-family: Messapia, sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  text-transform: none;
}

.link-text.lowercase {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.background-color-accent-1 {
  background-color: #e1604d;
}

.color-accent-1 {
  color: #e1604d;
}

.color-accent-2 {
  color: #7cc6d6;
}

.color-accent-3 {
  color: #3a8888;
}

.background-color-accent-2 {
  background-color: #7cc6d6;
}

.background-color-accent-3 {
  background-color: #3a8888;
}

.cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #f6b638;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.card-cursor-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-grid {
  display: -ms-grid;
  display: grid;
  width: 56vw;
  grid-auto-columns: 1fr;
  grid-auto-rows: 20vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 14vw 14vw 14vw 14vw;
  grid-template-columns: 14vw 14vw 14vw 14vw;
  -ms-grid-rows: 20vw;
  grid-template-rows: 20vw;
}

.image-in-grid {
  height: 100%;
}

.image-in-grid:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
  background-image: url('../images/Background-Overlay---White.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
  opacity: 0.8;
}

.background-overlay._40 {
  opacity: 0.4;
}

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

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 16px;
}

.checkbox-label.small {
  font-size: 12px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 1px;
  border-color: #141313;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #141313;
  background-color: #f6b638;
}

.footer-links-columns {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-slide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.quotes-slider {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.quote-carousel-arrow {
  color: #141313;
}

.slider-nav {
  -webkit-transform: scale(0.5) translate(0px, 100%);
  -ms-transform: scale(0.5) translate(0px, 100%);
  transform: scale(0.5) translate(0px, 100%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.quotes-slider-mask {
  margin-right: 80px;
  margin-left: 80px;
}

.quote-slide-content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.arrow-icon {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.instagram-logo {
  position: relative;
  width: 80px;
  height: 80px;
}

.instagram-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 23vw;
  height: 23vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.instagram-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
}

.instagram-slide-wrapper {
  margin-right: 1vw;
}

.blog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-bottom: 130%;
}

.blog-card-image.square {
  padding-bottom: 100%;
}

.section-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding: 40px 64px;
  border-style: none;
  border-width: 0px;
  border-color: #141313;
  background-color: #fff9f2;
}

.section-background.dark {
  padding-bottom: 100px;
  border-width: 1px;
  background-color: #141313;
  color: #fff9f2;
}

.section-background.dark-copy {
  padding-bottom: 100px;
  border-width: 1px;
  background-color: #141313;
  color: #fff9f2;
}

.section-background.cta-section {
  background-color: transparent;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-color-accent-4 {
  background-color: #ab9aec;
}

.color-accent-4 {
  color: #ab9aec;
}

.mega-menu-card {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand-image {
  width: auto;
  height: 150px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-container {
  border-left: 1px solid #141313;
  background-color: #fff9f2;
}

.marquee {
  position: absolute;
  left: 0px;
  overflow: hidden;
  min-width: 100%;
  -webkit-transform: translate(0px, -25%);
  -ms-transform: translate(0px, -25%);
  transform: translate(0px, -25%);
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.marquee-text-line-1 {
  min-width: 100%;
}

.marquee-text-line-2 {
  min-width: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.header-marquee {
  position: relative;
  overflow: hidden;
  width: 100vw;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f6b638;
}

.nav-and-marquee-wrapper {
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100vw;
}

.faq-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.expand-icon {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collapse-icon {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-description {
  overflow: hidden;
  max-width: 840px;
}

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

.fixed-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.collection-list-wrapper {
  padding-top: 40px;
}

.blog-hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90vw;
  height: auto;
  max-height: 80vh;
  max-width: 1440px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-body-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.related-posts-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 80px;
}

.blog-category-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-card-horizontal {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-name {
  padding-left: 16px;
}

.blog-authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
}

.featured-product {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-description {
  padding-bottom: 40px;
  font-weight: 400;
}

.spotify-card {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 32px 48px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spotify-card.dark {
  background-color: #141313;
  color: #fff9f2;
}

.stars {
  display: -ms-grid;
  display: grid;
  padding-bottom: 16px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content max-content max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.star {
  width: 24px;
  height: 24px;
}

.product-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-medium {
  font-size: 22px;
}

.product-review-wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mobile-nav-social-icons {
  display: none;
}

.icon-text-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-primary-image {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/Background-Gradient.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.px-border-radius {
  overflow: hidden;
  border-radius: 16px 40px;
}

.max-width-380px {
  max-width: 380px;
}

.annoucements {
  position: fixed;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 1000;
  display: block;
  padding-bottom: 16px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f6b638;
  border-radius: 20px;
  background-color: #141313;
  color: #fff9f2;
}

.announcement:last-child {
  margin-bottom: 0px;
}

.announcement-image {
  max-width: 120px;
  margin-right: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.announcement-content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.announcements-collection {
  position: relative;
}

.announcement-button {
  position: absolute;
  left: 0px;
  top: -40px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #141313;
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close-announcements {
  width: 24px;
  height: 24px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.announcements-list {
  overflow: auto;
  width: 480px;
  height: 100%;
  max-height: 80vh;
}

.get-this-template {
  position: fixed;
  left: 50%;
  bottom: 0px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 675px;
  height: 64px;
  max-height: 90vh;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fff9f2;
  box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.gtt-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gtt-index-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.gtt-index-toggle:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.gtt-pages-index {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.license-grid._4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inline-background-video {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
}

.gtt-page {
  width: 100%;
}

.gtt-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
  margin-bottom: 8px;
  padding-bottom: 127%;
  border-style: solid;
  border-width: 1px;
  border-color: #f6b638;
}

.gtt-image {
  position: absolute;
  height: 100%;
}

.gtt-scroll {
  overflow: auto;
  height: 100%;
}

.announcement-wrapper {
  margin-bottom: 24px;
}

.checkout-form {
  background-color: transparent;
}

.width-100 {
  width: 100%;
}

.image-zoom-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mega-menu {
  padding-right: 24px;
  padding-left: 24px;
}

.nav-links-cart {
  display: -ms-grid;
  display: grid;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.background-element {
  position: absolute;
  left: auto;
  top: 3vw;
  right: 3vw;
  bottom: auto;
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-filter: blur(76px);
  filter: blur(76px);
}

.background-element._2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  -webkit-transform: scale3d(2, 1, 1) translate(-25%, 50%);
  transform: scale3d(2, 1, 1) translate(-25%, 50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.background-fade {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(255, 249, 242, 0), #fff9f2);
}

.background-elements {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.cart-header {
  border-bottom-color: #141313;
}

.cart-footer {
  border-top-color: #141313;
}

.scroll-link {
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.scroll-link-line {
  width: 1px;
  height: 80px;
  margin-top: 8px;
  margin-bottom: -40px;
  background-color: #141313;
}

.horizontal-form-button {
  margin-bottom: 14px;
}

.radio {
  width: 16px;
  height: 16px;
  border-color: #141313;
}

.radio:hover {
  border-color: #f6b638;
}

.radio.w--redirected-checked {
  border-color: #f6b638;
}

.column {
  display: block;
}

.heading-2 {
  color: #825053;
  font-size: 44px;
}

.video {
  margin-top: 60px;
}

.section-quotes {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding: 64px 80px;
}

.section-quotes.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-quotes._50-50-layout {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-quotes.mission {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-quotes.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.section-quotes.static {
  position: static;
}

.section-quotes.product-collections {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  color: #825053;
}

.heading-4 {
  color: #825053;
}

.content-wrapper-contact {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper-contact._30-70-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 7fr;
  grid-template-columns: 3fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-contact.center-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper-contact.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper-contact._50-50-layout {
  display: -ms-grid;
  display: grid;
  margin-top: 140px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-contact._40-60-layout {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-contact.product-details-page {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: minmax(auto, 350px) -webkit-max-content;
  -ms-grid-columns: minmax(auto, 350px) max-content;
  grid-template-columns: minmax(auto, 350px) -webkit-max-content;
  grid-template-columns: minmax(auto, 350px) max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-wrapper-contact.blogs-hero {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  color: #825053;
}

.lightbox-link-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0%;
  margin-left: 0%;
  -webkit-transform: translate3d(0px, 0px, -500px);
  transform: translate3d(0px, 0px, -500px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonial-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-image: url('../images/corinne2x.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonial-circle:hover {
  background-size: 100% 100%;
  box-shadow: none;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.testimonial-circle.jeremiah {
  background-image: url('../images/IMG_2117.jpg');
}

.testimonial-playhead {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  opacity: 0.4;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.368, .083, .25, 1);
  transition: all 200ms cubic-bezier(.368, .083, .25, 1);
}

.testimonial-playhead:hover {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-2 {
  width: auto;
  margin-left: 4px;
}

.heading-6 {
  color: #825053;
}

.heading-7.margin-bottom {
  text-align: center;
}

.steps {
  margin-right: 20px;
  margin-left: 60px;
}

.heading-8 {
  color: #825053;
}

.cta-steps-header {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff9f2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button-cta-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 6px;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #141313;
  border-radius: 38px;
  background-color: #afaec9;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  font-family: Messapia, sans-serif;
  color: #fff9f2;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.button-cta-steps:hover {
  background-color: transparent;
  box-shadow: none;
  color: #141313;
  text-decoration: none;
}

.button-cta-steps:active {
  color: #141313;
}

.button-cta-steps.large {
  padding: 18px 26px;
  border-style: none;
  border-color: #afaec9;
  border-radius: 38px;
  background-color: #afaec9;
}

.button-cta-steps.large.mainpagecta {
  border-width: 0px;
  background-color: #e1604d;
  text-transform: none;
}

.button-cta-steps.large.main-cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7cc6d6;
  text-transform: none;
}

.button-cta-steps.secondary {
  background-color: #fff9f2;
  color: #141313;
}

.button-cta-steps.secondary:hover {
  border-color: #fff9f2;
  background-color: #141313;
  color: #fff9f2;
}

.button-cta-steps.secondary.open-quick-view {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.button-cta-steps.secondary.z-index-1 {
  position: relative;
  z-index: 1;
}

.button-cta-steps.small {
  padding: 6px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
}

.button-cta-steps.small.secondary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  text-transform: none;
}

.button-cta-steps.small.mainmenu-btn {
  border-width: 0px;
  border-radius: 38px;
  background-color: #afaec9;
  color: #fff9f2;
  text-transform: none;
}

.button-cta-steps.close-menu {
  display: none;
  border-width: 0px;
}

.button-cta-steps.add-to-cart {
  margin-top: 24px;
}

.button-cta-steps.no-shadow {
  box-shadow: none;
}

.button-cta-steps.open-menu {
  display: none;
}

.button-cta-steps.borderless {
  padding-top: 18px;
  padding-bottom: 18px;
  border-width: 0px;
  background-color: transparent;
  color: #141313;
}

.button-cta-steps.mainmenubtn {
  border-style: none;
  border-radius: 38px;
  background-color: #f7c5aa;
  text-transform: none;
}

.heading-xsmall-steps-cta {
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Messapia, sans-serif;
  font-size: 28px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.card-details-steps-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 8px none #000;
  border-radius: 8px;
  background-color: #f7c5aa;
}

.heading-9 {
  margin-top: 140px;
  margin-bottom: 2.4em;
  color: #825053;
  font-size: 55px;
}

.heading-10 {
  color: #825053;
}

.link-3 {
  font-weight: 400;
  text-decoration: underline;
}

.link-3.w--current {
  font-weight: 400;
  text-decoration: underline;
}

.link-4 {
  font-weight: 400;
  text-decoration: underline;
}

.primary-link-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4px 0px;
  color: #825053;
}

.primary-link-2:hover {
  box-shadow: none;
  text-decoration: none;
}

.mobile-nav-social-icons-2 {
  display: none;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #141313;
  border-radius: 38px;
  background-color: #afaec9;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  font-family: Messapia, sans-serif;
  color: #fff9f2;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: transparent;
  box-shadow: none;
  color: #141313;
  text-decoration: none;
}

.button-2:active {
  color: #141313;
}

.button-2.mainmenubtn {
  border-style: none;
  border-radius: 38px;
  background-color: #f7c5aa;
  text-transform: none;
}

.button-2.open-menu {
  display: none;
}

.button-2.close-menu {
  display: none;
  border-width: 0px;
}

.link-underline-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 51%;
  height: 1px;
  background-color: #141313;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.link-underline-2.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.nav-2 {
  position: fixed;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 0px -webkit-max-content -webkit-max-content;
  -ms-grid-rows: 0px max-content max-content;
  grid-template-rows: 0px -webkit-max-content -webkit-max-content;
  grid-template-rows: 0px max-content max-content;
  background-color: transparent;
  color: #222;
}

.heading-12 {
  color: #825053;
  font-size: 44px;
}

.heading-13 {
  color: #825053;
  font-size: 44px;
}

.list-item {
  padding-bottom: 10px;
}

.list-item-2 {
  padding-bottom: 10px;
}

.list-item-3 {
  padding-bottom: 10px;
}

.list-item-4 {
  padding-bottom: 10px;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-paragraph {
  color: #222;
  font-size: 18px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: none;
}

.arrow {
  width: 28px;
}

.testimonial-image {
  display: none;
  width: 100%;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.author-name-2 {
  margin-top: 0px;
  color: #825053;
  font-size: 17px;
  font-weight: 700;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  display: none;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.image-overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #f6b638;
  opacity: 0.18;
}

.image-3 {
  display: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-style-all-caps-2 {
  color: #825053;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-wrapper-2 {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

.quote-image-2 {
  position: absolute;
  left: -15px;
  top: -25px;
  display: block;
  max-width: 180px;
  min-width: 70px;
}

.text-block {
  color: #222;
  font-size: 16px;
  line-height: 210%;
  text-align: center;
}

.text-span-2 {
  color: #141313;
}

.bold-text {
  color: #141313;
  font-size: 12px;
}

.bold-text-2 {
  color: #825053;
  font-size: 14px;
}

.bold-text-3 {
  font-size: 12px;
  font-style: normal;
}

.image-overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f6b638;
  opacity: 0.18;
}

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

.image-4.our-mission {
  height: auto;
  max-height: 90vh;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #141313;
  border-radius: 0px;
  background-color: #141313;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  font-family: Messapia, sans-serif;
  color: #fff9f2;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: transparent;
  box-shadow: none;
  color: #141313;
  text-decoration: none;
}

.button-3:active {
  color: #141313;
}

.image-5 {
  width: 80%;
  max-height: 80%;
  max-width: 60%;
  margin-left: 20px;
  padding-right: 8px;
  opacity: 1;
  color: #fff7f7;
}

.list-item-5 {
  padding-bottom: 20px;
}

.list-item-6 {
  padding-bottom: 20px;
}

.list-item-7 {
  padding-bottom: 20px;
}

.rich-text-block {
  color: #825053;
  font-weight: 700;
}

.heading-xlarge-2 {
  font-family: Messapia, sans-serif;
  font-size: 6vw;
  line-height: 120%;
  font-weight: 400;
}

.content-block-first {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-top: 100px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block-first.padded {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 64px 80px;
}

.content-block-first.center-align {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.content-block-first.center-align.padded {
  max-width: 900px;
}

.content-block-first.padding-right {
  max-width: 740px;
  margin-top: 220px;
  padding-right: 64px;
}

.content-block-first.max-width-820px {
  max-width: 820px;
}

.content-block-first.max-width-520px {
  max-width: 520px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.content-block-first.padding-right {
  max-width: 740px;
  padding-right: 64px;
}

@media screen and (min-width: 1440px) {
  .heading-xxlarge {
    font-size: 107px;
  }

  .heading-xlarge {
    font-size: 86px;
  }

  .heading-xlarge.no-margin {
    margin-bottom: 100px;
  }

  .heading-large.text-style-highlight.headingsteps {
    margin-bottom: 0em;
  }

  .text-style-highlight {
    text-shadow: -1px 1px 0 #f7c5aa;
  }

  .button.large {
    border-style: none;
    border-radius: 38px;
    background-color: #f7c5aa;
  }

  .button.large.mainpagecta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 38px;
    background-color: #f7c5aa;
  }

  .button.mainmenubtn {
    border-width: 0px;
    border-radius: 38px;
    background-color: #f7c5aa;
    text-transform: none;
  }

  .section.top {
    padding-top: 280px;
  }

  .section.mission.top {
    margin-bottom: 140px;
  }

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

  .image.our-mission {
    min-width: auto;
  }

  .content-wrapper._30-70-layout {
    -ms-grid-columns: 3fr 3fr 3fr;
    grid-template-columns: 3fr 3fr 3fr;
  }

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

  .quote-slide-content {
    margin-bottom: 40px;
  }

  .brand-image {
    height: 150px;
  }

  .heading-2 {
    font-size: 55px;
  }

  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #825053;
    text-decoration: underline;
  }

  .video {
    line-height: 150%;
  }

  .column-2 {
    display: block;
    height: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .lightbox-link-3 {
    position: relative;
    max-width: none;
    margin-top: 0%;
    margin-left: 0%;
  }

  .testimonial-circle.jeremiah {
    max-height: 650px;
    max-width: 650px;
    background-image: url('../images/IMG_2117.jpg');
    background-size: 100% 100%;
  }

  .image-2 {
    width: auto;
  }

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

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

  .heading-7.margin-bottom {
    margin-bottom: 40px;
  }

  .cta-steps-header {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
  }

  .button-cta-steps {
    font-size: 18px;
  }

  .button-cta-steps.large {
    border-style: none;
    border-radius: 38px;
    background-color: #afaec9;
    font-size: 16px;
  }

  .button-cta-steps.large.mainpagecta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 38px;
    background-color: #f7c5aa;
  }

  .button-cta-steps.mainmenubtn {
    border-width: 0px;
    border-radius: 38px;
    background-color: #f7c5aa;
    text-transform: none;
  }

  .card-details-steps-cta {
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-11 {
    border-style: solid;
    border-width: 1px;
    border-color: #825053;
  }

  .button-2.mainmenubtn {
    border-width: 0px;
    border-radius: 38px;
    background-color: #f7c5aa;
    text-transform: none;
  }

  .heading-xlarge-2 {
    font-size: 86px;
  }
}

@media screen and (max-width: 991px) {
  figure {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #f6b638;
    border-radius: 16px 40px;
  }

  .section-style-guide {
    padding-left: 40px;
  }

  .heading-xxlarge {
    font-size: 10vw;
  }

  .heading-xlarge {
    font-size: 7.5vw;
  }

  .text-style-all-caps.blog-tag {
    margin-bottom: 0px;
  }

  .nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }

  .primary-link {
    font-size: 32px;
    text-align: center;
  }

  .primary-link:hover {
    text-decoration: none;
  }

  .primary-link.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-links {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    z-index: 1;
    width: 320px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #141313;
    background-color: #fff9f2;
  }

  .button.close-menu {
    position: absolute;
    left: auto;
    top: 24px;
    right: 24px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
    background-color: transparent;
    color: #141313;
  }

  .button.open-menu {
    display: block;
  }

  .nav-links-wrapper {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 64px;
    grid-row-gap: 40px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.top {
    padding-top: 200px;
  }

  .section._50-50-layout {
    grid-column-gap: 40px;
  }

  .section.mission {
    display: inline;
  }

  .section.mission.top {
    display: inline-block;
  }

  .section.top-home {
    padding-top: 200px;
  }

  .section.top-contenttext {
    padding-top: 200px;
  }

  .section.top {
    padding-top: 200px;
  }

  .footer-links-wrapper {
    justify-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-block {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .content-block.padded {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
  }

  ._4-column-grid {
    grid-auto-columns: 33vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection {
    padding-top: 40px;
  }

  .text-large {
    font-size: 24px;
  }

  .text-large.text-align-center {
    font-size: 23px;
  }

  .stay-in-touch-cards {
    width: 100%;
  }

  .stay-in-touch-card {
    width: auto;
  }

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

  .content-wrapper._30-70-layout {
    grid-row-gap: 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .content-wrapper._50-50-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper._40-60-layout {
    grid-row-gap: 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .content-wrapper.product-details-page {
    -ms-grid-columns: minmax(auto, 350px) auto;
    grid-template-columns: minmax(auto, 350px) auto;
  }

  .content-wrapper.blogs-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper._40-60-layout {
    grid-row-gap: 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  ._2-column-grid {
    grid-auto-columns: 33vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid.nav-dropdown {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-category-card {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .primary-footer {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .form-block.horizontal {
    width: 100%;
    max-width: 480px;
  }

  .horizontal {
    grid-row-gap: 16px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .dropdown-list.w--open {
    position: relative;
    width: 100%;
  }

  .blog-hero-image {
    height: 100%;
  }

  .style-guide-nav {
    position: relative;
    top: 0px;
    width: 100%;
    border-radius: 8px;
  }

  .expand-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .style-guide-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart {
    height: 38px;
  }

  .product-card {
    width: 44%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .quick-view {
    z-index: 1001;
  }

  .category-links {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-grid {
    width: 100%;
    grid-auto-rows: 27vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 27vw;
    grid-template-rows: 27vw;
  }

  .footer-links-columns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-posts {
    padding-left: 40px;
  }

  .instagram-slide-wrapper {
    margin-right: 3vw;
  }

  .blog-tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mega-menu-card {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-and-marquee-wrapper {
    left: 0px;
    right: 0px;
  }

  .collection-list-wrapper {
    overflow: auto;
    width: 100vw;
    padding-left: 40px;
  }

  .blog-hero-image-wrapper {
    width: 100%;
  }

  .mobile-nav-social-icons {
    position: fixed;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff9f2;
  }

  .mega-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-links-cart {
    display: none;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .heading {
    font-size: 18px;
  }

  .section-quotes {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-quotes.top {
    padding-top: 200px;
  }

  .section-quotes._50-50-layout {
    grid-column-gap: 40px;
  }

  .content-wrapper-contact._30-70-layout {
    grid-row-gap: 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .content-wrapper-contact._50-50-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper-contact._40-60-layout {
    grid-row-gap: 40px;
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .content-wrapper-contact.product-details-page {
    -ms-grid-columns: minmax(auto, 350px) auto;
    grid-template-columns: minmax(auto, 350px) auto;
  }

  .content-wrapper-contact.blogs-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-cta-steps.close-menu {
    position: absolute;
    left: auto;
    top: 24px;
    right: 24px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
    background-color: transparent;
    color: #141313;
  }

  .button-cta-steps.open-menu {
    display: block;
  }

  .primary-link-2 {
    font-size: 32px;
    text-align: center;
  }

  .primary-link-2:hover {
    text-decoration: none;
  }

  .mobile-nav-social-icons-2 {
    position: fixed;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff9f2;
  }

  .button-2.open-menu {
    display: block;
  }

  .button-2.close-menu {
    position: absolute;
    left: auto;
    top: 24px;
    right: 24px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
    background-color: transparent;
    color: #141313;
  }

  .nav-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }

  .nav-links-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    z-index: 1;
    width: 320px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #141313;
    background-color: #fff9f2;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .heading-xlarge-2 {
    font-size: 7.5vw;
  }

  .content-block-first {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .content-block-first.padded {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  figure {
    max-width: 600px;
  }

  figcaption {
    max-width: 100%;
  }

  .section-style-guide {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-xxlarge {
    font-size: 50px;
  }

  .heading-xlarge {
    font-size: 44px;
  }

  .heading-large {
    font-size: 40px;
    line-height: 112.5%;
  }

  .heading-medium {
    font-size: 34px;
  }

  .heading-tiny {
    font-size: 22px;
  }

  .nav {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-links-wrapper {
    padding-bottom: 112px;
  }

  .section.top {
    padding-top: 240px;
  }

  .section._50-50-layout {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section.mission {
    display: inline-block;
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section.mission.top {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  .section.product-collections {
    padding-top: 240px;
  }

  .section.top-home {
    padding-top: 240px;
  }

  .section.top-contenttext {
    padding-top: 240px;
  }

  .section.top {
    padding-top: 240px;
  }

  .section.mission {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block {
    z-index: 1;
    background-color: transparent;
  }

  .content-block.padding-right {
    padding-right: 0px;
  }

  .content-block.padding-right {
    padding-right: 0px;
  }

  ._4-column-grid {
    grid-auto-columns: 50vw;
    grid-column-gap: 7vw;
  }

  .list-card {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-date {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .card-details {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-large {
    font-size: 20px;
  }

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

  .stay-in-touch-cards {
    justify-items: center;
    grid-auto-flow: row;
  }

  .stay-in-touch-card {
    width: 100%;
  }

  .image.our-mission {
    height: 400px;
  }

  .style-guide-buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 30px;
  }

  .heading-xsmall {
    font-size: 24px;
  }

  .content-wrapper._50-50-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper.product-details-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper.blogs-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-column-grid {
    grid-auto-columns: auto;
    grid-column-gap: 7vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-category-card {
    width: 100%;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .primary-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-hero-content {
    width: 100%;
  }

  .blog-rich-text {
    padding-top: 80px;
  }

  ._3-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .expand-item {
    background-image: url('../images/X.svg');
  }

  .product-image-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-images-tabs {
    max-width: 350px;
  }

  .product-card {
    width: 40%;
    margin-right: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-card._100-width {
    max-width: 350px;
    margin-right: 0px;
  }

  .grid {
    margin-right: -32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid.scrollable {
    grid-auto-columns: 32vw;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 32vw;
    grid-template-columns: 32vw;
  }

  .category-links {
    width: 100vw;
    margin-left: -40px;
  }

  .footer-links-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quote-carousel-arrow {
    width: 40px;
  }

  .quotes-slider-mask {
    margin-right: 40px;
    margin-left: 40px;
  }

  .instagram-slide {
    width: 32vw;
    height: 32vw;
  }

  .section-background {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .mega-menu-card {
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brand-image {
    max-height: 100px;
  }

  .expand-icon {
    width: 48px;
    height: 48px;
  }

  .collapse-icon {
    width: 48px;
    height: 48px;
  }

  .blog-body-content {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .blog-authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spotify-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px 1fr;
    grid-template-rows: 200px 1fr;
  }

  .spotify-icon {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-medium {
    font-size: 20px;
  }

  .product-review-wrapper {
    grid-auto-flow: row;
  }

  .annoucements {
    max-width: 448px;
  }

  .get-this-template {
    width: 240px;
  }

  .gtt-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .license-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-links-cart {
    display: none;
  }

  .heading-2 {
    margin-bottom: 0.5em;
    font-size: 36px;
  }

  .section-quotes.top {
    padding-top: 240px;
  }

  .section-quotes._50-50-layout {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-quotes.mission {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-quotes.product-collections {
    padding-top: 240px;
  }

  .content-wrapper-contact._50-50-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper-contact.product-details-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-wrapper-contact.blogs-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-xsmall-steps-cta {
    font-size: 24px;
  }

  .card-details-steps-cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-9 {
    font-size: 28px;
  }

  .nav-2 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-12 {
    margin-bottom: 0.5em;
    font-size: 38px;
  }

  .heading-13 {
    margin-bottom: 0.5em;
    font-size: 38px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .image-4.our-mission {
    height: 400px;
  }

  .heading-xlarge-2 {
    font-size: 44px;
  }

  .content-block-first {
    z-index: 1;
    background-color: transparent;
  }

  .content-block-first.padding-right {
    padding-right: 0px;
  }

  .content-block-first.padding-right {
    padding-right: 0px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  .heading-xlarge {
    font-size: 38px;
  }

  .heading-large {
    font-size: 34px;
  }

  .heading-large.text-style-highlight.headingsteps {
    padding-top: 0px;
    font-size: 24px;
    text-align: center;
  }

  .heading-medium {
    font-size: 30px;
  }

  .heading-tiny {
    font-size: 18px;
  }

  .nav {
    position: absolute;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .primary-link.w--current {
    text-decoration: none;
  }

  .brand {
    width: 100%;
    padding-left: 0px;
  }

  .brand.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-links {
    z-index: 2;
  }

  .nav-links-wrapper {
    padding-bottom: 104px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section.top {
    padding-left: 8px;
  }

  .section._50-50-layout {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section._50-50-layout.top {
    display: block;
  }

  .section.mission.top {
    margin-bottom: 100px;
    padding-bottom: 0px;
  }

  .footer-logo.w--current {
    width: 140px;
  }

  .content-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .content-block.padded {
    padding: 24px;
  }

  .content-block.center-align.padded {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block.padding-right {
    margin-right: 0px;
    padding-right: 0px;
    justify-items: start;
  }

  ._4-column-grid {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: 75vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member.small {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .list-card {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .text-large.text-align-center {
    font-size: 18px;
  }

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

  .heading-small {
    font-size: 26px;
  }

  .heading-xsmall {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 18px;
  }

  ._2-column-grid {
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: 75vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-category-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .job-listing-details {
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

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

  .product-image-tab {
    width: auto;
  }

  .product-selection {
    margin-bottom: 8px;
  }

  .product-card {
    width: 100%;
    margin-right: 0px;
  }

  .product-card._100-width:nth-child(even) {
    margin-top: 0%;
  }

  .grid {
    min-width: auto;
    margin-right: 0px;
  }

  .grid.scrollable {
    padding-left: 24px;
    grid-auto-columns: 48vw;
    -ms-grid-columns: 48vw;
    grid-template-columns: 48vw;
  }

  .quick-view-container {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100%;
  }

  .product-selection-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-links {
    width: 100vw;
    margin-left: -40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .image-grid {
    grid-auto-rows: 33vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 33vw;
    grid-template-rows: 33vw;
  }

  .quote-carousel-arrow {
    display: none;
  }

  .quotes-slider-mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .instagram-slide {
    width: 40vw;
    height: 40vw;
    grid-auto-flow: column;
    grid-auto-columns: 40vw;
    grid-auto-rows: 40vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 40vw 40vw;
    grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vw 40vw;
    grid-template-rows: 40vw 40vw;
  }

  .instagram-posts {
    display: -ms-grid;
    display: grid;
    padding-left: 24px;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 3vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-background {
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mega-menu-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand-image {
    display: block;
    max-height: 80px;
  }

  .nav-and-marquee-wrapper {
    position: fixed;
  }

  .blog-card-horizontal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkout-product-name {
    margin-left: 0px;
  }

  .announcement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announcement-image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .announcements-list {
    width: 288px;
  }

  .job-listing-date.text-style-all-caps {
    padding-top: 16px;
  }

  .heading-2 {
    margin-bottom: 0.5em;
    font-size: 28px;
  }

  .section-quotes {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-quotes._50-50-layout {
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-6 {
    margin-bottom: 0.5em;
  }

  .steps {
    font-size: 14px;
  }

  .heading-8 {
    margin-bottom: 0.5em;
  }

  .heading-xsmall-steps-cta {
    font-size: 22px;
  }

  .card-details-steps-cta {
    text-align: center;
  }

  .heading-9 {
    font-size: 22px;
  }

  .primary-link-2 {
    font-size: 24px;
  }

  .primary-link-2.w--current {
    text-decoration: none;
  }

  .nav-2 {
    position: absolute;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-links-2 {
    z-index: 2;
  }

  .heading-12 {
    margin-bottom: 0.5em;
    font-size: 28px;
  }

  .heading-13 {
    margin-bottom: 0.5em;
    font-size: 28px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .heading-xlarge-2 {
    font-size: 38px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .content-block-first {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .content-block-first.padded {
    padding: 24px;
  }

  .content-block-first.center-align.padded {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block-first.padding-right {
    margin-right: 0px;
    padding-right: 0px;
    justify-items: start;
  }
}

#w-node-ff03cc94-235c-8b2f-f90d-8c76dff17af9-7e6f574a {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ff03cc94-235c-8b2f-f90d-8c76dff17afa-7e6f574a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ff03cc94-235c-8b2f-f90d-8c76dff17afb-7e6f574a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ff03cc94-235c-8b2f-f90d-8c76dff17aff-7e6f574a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb7682b3-9df1-86da-234f-467e96e8ae37-7e6f574a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_968d3125-dbb0-3ee7-1807-f589a96eff45-7e6f574a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_109b00f4-1556-68e2-456f-2ae19a22ae09-7e6f574a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a2b5641e-569e-81af-fafb-6474f82d7225-7e6f574a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e272310-d9a3-8536-95d2-a3c9aecdf163-7e6f574a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0f8ec7a1-724e-e762-3398-dfeb49a228fb-1186b488 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a1c95bd0-6c99-53ef-adc1-fbc864b19c0a-6141ff11 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-afd31f38-7fb9-53a1-321e-b04edee3b691-6141ff11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bffd487d-4464-1c1f-5fd6-e7758682f4c3-ed6f57d1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_10829679-1216-46aa-3a81-f6436334a1cc-ed6f57d1 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_549986a9-1753-0540-9e7b-4882e257ee7f-ed6f57d1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31a89-dc6f57da {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31a8e-dc6f57da {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31aaa-dc6f57da {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31ac4-dc6f57da {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31ac5-dc6f57da {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dcb70c2e-59c2-060d-71bb-68cb3ea260d7-d96f57dd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2a9f9c19-0de6-46dc-582a-bafb02e3915d-d96f57dd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_78adfdc6-e596-99ae-e8f5-055a4663d798-d96f57dd {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_78adfdc6-e596-99ae-e8f5-055a4663d79d-d96f57dd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_78adfdc6-e596-99ae-e8f5-055a4663d7b9-d96f57dd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_78adfdc6-e596-99ae-e8f5-055a4663d7d3-d96f57dd {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_78adfdc6-e596-99ae-e8f5-055a4663d7d4-d96f57dd {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_47816886-1e48-4071-583d-41445481c166-cc6f57ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0563e047-6a79-adfb-c1e6-ac8a248c7441-cc6f57ec {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7ea-cc6f57ec {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_53bee913-7e01-55bb-1941-6b867733f5d9-cc6f57ec {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_07526b50-bf73-2724-b44a-a5cac14f895d-cc6f57ec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_07526b50-bf73-2724-b44a-a5cac14f8962-cc6f57ec {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07526b50-bf73-2724-b44a-a5cac14f897e-cc6f57ec {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_07526b50-bf73-2724-b44a-a5cac14f8998-cc6f57ec {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_07526b50-bf73-2724-b44a-a5cac14f8999-cc6f57ec {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7abc371a-1a43-7927-ff5f-b0d204f34fe9-cc6f57ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbd368c3-b3e7-1fc8-fe40-93a986ae9b8d-cc6f57ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5fedcf60-8091-997d-7099-b722eff4c40b-cc6f57ec {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5fedcf60-8091-997d-7099-b722eff4c412-cc6f57ec {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_1f7f42d6-9262-eeab-2d51-33a365dd0ead-a26f57f0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_9d47e042-d6a2-b213-6369-f9e91ffaa162-a26f57f0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1ac8706b-7ded-3095-adc7-7584be4a8ca2-a26f57f0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_667680da-4c3e-a344-8ef7-a33d82896783-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_48d7e473-1e93-811a-dbf5-fd7bcc16277b-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e77b5ad1-7bbb-2221-10dd-cb23a40d4f16-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8b77685-def6-84c7-b000-f25d6b19b79e-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0058df42-010a-b315-1144-1abd1739a93d-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0058df42-010a-b315-1144-1abd1739a940-a26f57f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c9274fc9-b3a4-6a74-0a70-344e677eebef-7f6f5802 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57980b82-cafa-81f3-f602-f608f2ee7f6b-7f6f5802 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_075537ba-d7a1-50db-a67c-06f7701ab597-7f6f5802 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c3c19fc2-f294-a5bd-85e6-7ab0ba058e9e-7f6f5802 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_114b7a4f-d151-888c-1984-6066f889b117-b86f5807 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_114b7a4f-d151-888c-1984-6066f889b133-b86f5807 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_114b7a4f-d151-888c-1984-6066f889b14e-b86f5807 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2f763247-e997-9762-bcce-8c5bdd1395c4-b86f5807 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2f763247-e997-9762-bcce-8c5bdd1395c9-b86f5807 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2f763247-e997-9762-bcce-8c5bdd1395e5-b86f5807 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2f763247-e997-9762-bcce-8c5bdd1395ff-b86f5807 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2f763247-e997-9762-bcce-8c5bdd139600-b86f5807 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f6e886ec-7626-4e87-f3d5-81c0f1d96993-b86f5807 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f6e886ec-7626-4e87-f3d5-81c0f1d96997-b86f5807 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_10ddfb76-fe9b-5603-2ffa-e39da273be4c-b76f580f {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2ea51cd3-b24a-8460-217e-863cc5a897c1-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e73b9dcd-3a68-5a32-1838-40b4f27e7049-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6c8392a1-ad05-3eb6-41cb-fdd5f0b72e12-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_502e341f-b165-bf06-8351-464aa1f894e1-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d3a95ea2-0e2d-019d-2589-f6132a9c5148-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_989d1537-1392-02cf-82de-da90d44ec0b7-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_94d6d903-d589-959a-356b-54bfbc947b68-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-da15b278-fc49-a020-287f-7a74c26bc5b3-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_30a88fa4-6e14-2a7c-5699-e9877edcbce8-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_09d04c2d-a74d-c27f-df8a-665d1b616dc5-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7f8681cc-32c3-db1c-3f78-20f540048630-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_0e468419-72d7-29ec-cae2-8f763929f76e-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_561310b9-db5d-6d12-8453-b246a0eea89a-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2fabc295-0657-f406-ac61-49eb7e322587-b76f580f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7ea0a97b-80a9-8aa5-71c2-886dfd865b06-b76f580f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ea467172-0e1f-cbab-6386-5216f3b5ab6b-b0ae4c37 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ea467172-0e1f-cbab-6386-5216f3b5ab70-b0ae4c37 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ea467172-0e1f-cbab-6386-5216f3b5ab8c-b0ae4c37 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ea467172-0e1f-cbab-6386-5216f3b5aba6-b0ae4c37 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ea467172-0e1f-cbab-6386-5216f3b5aba7-b0ae4c37 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_47816886-1e48-4071-583d-41445481c166-b0ae4c37 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0563e047-6a79-adfb-c1e6-ac8a248c7441-b0ae4c37 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7ea-b0ae4c37 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_53bee913-7e01-55bb-1941-6b867733f5d9-b0ae4c37 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_93f27b17-1883-a585-b0cb-ac05c2002192-b0ae4c37 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c4dd23ce-8e5d-3d3e-b03d-6ed5993c2aa1-b0ae4c37 {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f2815fbd-ad85-08fd-87b3-3b9f6402c45c-b0ae4c37 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f2815fbd-ad85-08fd-87b3-3b9f6402c45e-b0ae4c37 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bffd487d-4464-1c1f-5fd6-e7758682f4c3-6c96ebb9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-ff03cc94-235c-8b2f-f90d-8c76dff17aff-7e6f574a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bb7682b3-9df1-86da-234f-467e96e8ae37-7e6f574a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_109b00f4-1556-68e2-456f-2ae19a22ae09-7e6f574a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0f8ec7a1-724e-e762-3398-dfeb49a228fb-1186b488 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_77c4808e-e2f8-6cd7-0981-9046b6d274b9-6141ff11 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_29bb31cc-22a9-3935-b4e9-60496141ff12-6141ff11 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a1c95bd0-6c99-53ef-adc1-fbc864b19c0a-6141ff11 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7ea-cc6f57ec {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7eb-cc6f57ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fbd368c3-b3e7-1fc8-fe40-93a986ae9b8d-cc6f57ec {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5fedcf60-8091-997d-7099-b722eff4c40b-cc6f57ec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fedcf60-8091-997d-7099-b722eff4c412-cc6f57ec {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f6e886ec-7626-4e87-f3d5-81c0f1d96993-b86f5807 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f6e886ec-7626-4e87-f3d5-81c0f1d96994-b86f5807 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7ea-b0ae4c37 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c2272a19-3395-d4ba-1a7b-38d8b77be7eb-b0ae4c37 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-c4dd23ce-8e5d-3d3e-b03d-6ed5993c2aa1-b0ae4c37 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2815fbd-ad85-08fd-87b3-3b9f6402c45c-b0ae4c37 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_63dbf43d-b650-5a6e-e1c5-a8bae9e31a8e-dc6f57da {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-dcb70c2e-59c2-060d-71bb-68cb3ea260d7-d96f57dd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_78adfdc6-e596-99ae-e8f5-055a4663d798-d96f57dd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_78adfdc6-e596-99ae-e8f5-055a4663d79d-d96f57dd {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_07526b50-bf73-2724-b44a-a5cac14f8962-cc6f57ec {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7abc371a-1a43-7927-ff5f-b0d204f34fe9-cc6f57ec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_114b7a4f-d151-888c-1984-6066f889b117-b86f5807 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2f763247-e997-9762-bcce-8c5bdd1395c9-b86f5807 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fc2789b6-7b75-41b7-fdb9-a8b4dd47e3a4-b0ae4c37 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ea467172-0e1f-cbab-6386-5216f3b5ab70-b0ae4c37 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ff03cc94-235c-8b2f-f90d-8c76dff17afa-7e6f574a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f2815fbd-ad85-08fd-87b3-3b9f6402c45e-b0ae4c37 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f2815fbd-ad85-08fd-87b3-3b9f6402c45f-b0ae4c37 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

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