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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #18181d;
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

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

li {
  margin-bottom: 10px;
}

label {
  color: rgba(24, 24, 29, .7);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: rgba(24, 24, 29, .7);
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: rgba(24, 24, 29, .5);
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  min-height: 860px;
  background-image: var(--image-80466c0);
  background-position: 50%;
  background-size: cover;
}

.hero1-image.lightbox-wrap {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
}

.size1-text.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(170, 170, 170, .2);
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: #18181d;
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .5);
}

.label.inside-label {
  z-index: 40;
  color: #fff;
  background-color: #18181d;
  border-style: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.black-label {
  z-index: 40;
  color: #fff;
  background-color: #18181d;
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.black-label.sale-label {
  background-color: #db4b68;
  border-style: solid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.hero2-button {
  width: 582px;
  background-color: #030303;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: #435c50;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-large.hero3-button:hover {
  background-color: #344e41;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 14px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  height: 480px;
  background-image: var(--image-232291c0);
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
}

.button-small.form-centered-button {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
}

.button-label {
  font-size: 12px;
  font-weight: 600;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.content23-item {
  margin-bottom: 25px;
}

.button-text {
  color: #18181d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  min-height: 360px;
  background-image: var(--image-39fade40);
  background-position: 50%;
  background-size: cover;
  margin-top: 67px;
}

.content24-quote {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  width: 12px;
  height: 6px;
  background-color: #af9387;
  flex: none;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  width: 100vw;
  height: 714px;
  background-color: #fafafa;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content8-image {
  z-index: 1;
  min-height: 580px;
  background-image: var(--image-32f61c4);
  background-position: 50%;
  background-size: cover;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  height: 580px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  width: 479px;
  position: relative;
}

.content4-image {
  height: 700px;
  background-image: var(--image-i1950f202);
  background-position: 50% 0;
  background-size: cover;
}

.content4-image2 {
  height: 520px;
  background-image: var(--image-i39dfd6b5);
  background-position: 50%;
  background-size: cover;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content10-content-wrap {
  position: relative;
}

.content10-image2 {
  width: 376px;
  min-height: 480px;
  background-image: var(--image-167542dc);
  background-position: 50% 0;
  background-size: cover;
}

.content10-image {
  width: 100%;
  height: 700px;
  max-width: 1200px;
  background-image: var(--image-605c87fb);
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  height: 1px;
  background-color: #292931;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  height: 230px;
  background-image: var(--image-i4c3db64);
  background-position: 50% 10%;
  background-size: cover;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

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

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  height: 460px;
  background-image: var(--image-i3f296254);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
}

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

.content9-image2 {
  height: 320px;
  background-image: var(--image-i35f33591);
  background-position: 50%;
  background-size: cover;
}

.content9-grey-section {
  min-height: 140px;
  background-color: #fafafa;
}

.hero3-image {
  min-height: 860px;
  background-image: var(--image-i445d990c);
  background-position: 50%;
  background-size: cover;
}

.hero5-image-wrap {
  min-height: 640px;
  color: #fff;
  background-image: linear-gradient(rgba(24, 24, 29, .6), rgba(24, 24, 29, .6)), var(--image-i66cf4726);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 60px 36px;
  display: flex;
}

.hero5-image-wrap.hero5-image1 {
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), var(--image-i474a686f);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero5-image-wrap.hero5-image2 {
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), var(--image-i2f1fc9ac);
}

.hero5-image-wrap.hero5-image3 {
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), var(--image-i4945b693);
}

.hero5-text {
  flex: 1;
  margin-bottom: 30px;
}

.hero2-background {
  min-height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero2-image {
  max-height: 800px;
  background-image: var(--image-a1d871a);
  background-position: 50%;
  background-size: cover;
}

.hero-with-background-wrap {
  border-bottom: 1px solid #ebedee;
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 1px solid #ebedee;
}

.hero2-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero2-product {
  color: #18181d;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 75px 123px 75px 36px;
  display: flex;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: #000;
}

.hero2-image-collection {
  width: 180px;
  height: 180px;
  background-image: var(--image-i69bcdbf);
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.content {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content.content1-button-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}

.content23-image {
  width: 100%;
  height: 400px;
  background-image: var(--image-19f2fdcd);
  background-position: 50%;
  background-size: cover;
}

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

.hero3-content {
  padding-right: 36px;
}

.content35-feed-image {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: var(--image-i4945b693);
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image3 {
  background-image: var(--image-39fade40);
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: var(--image-i68a37110);
}

.content35-feed-image.content35-image5 {
  background-image: var(--image-i7d6deb77);
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: var(--image-32f61c4);
}

.content35-feed-image.content35-image1 {
  background-image: var(--image-i474a686f);
  background-position: 50%;
  background-size: cover;
}

.content35-pictures-feed {
  min-height: 273px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.top-notification {
  text-align: center;
  background-color: #18181d;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.shop-now-span {
  text-transform: uppercase;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  height: 460px;
  background-image: var(--image-58b0e00f);
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.content7-content-wrap {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
}

.product2-content-wrap {
  z-index: 5;
  min-height: 582px;
  color: #ebedee;
  background-color: #fff;
  background-image: var(--image-17ebac1);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.nav1-menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #18181d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
}

.nav-link {
  color: #444;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: .9;
}

.nav-link.w--current {
  color: #686870;
}

.cart {
  margin-left: 15px;
}

.hero5 {
  border-bottom: 1px solid #ebedee;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero1 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  height: 460px;
  background-image: var(--image-i4945b693);
  background-position: 50% 0;
  background-size: cover;
}

.content6-image3 {
  height: 360px;
  background-image: var(--image-i68a37110);
  background-position: 50%;
  background-size: cover;
}

.hero6 {
  min-height: 640px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(24, 24, 29, .45), rgba(24, 24, 29, .45)), var(--image-i474a686f);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6.hero6-home3 {
  min-height: 640px;
  background-image: linear-gradient(rgba(24, 24, 29, .5), rgba(24, 24, 29, .5)), var(--image-1026e423);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero6-content {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 500;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

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

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  width: 100%;
  height: 260px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  display: block;
}

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

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  min-height: 460px;
  color: #fff;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  width: 100px;
  height: 100px;
  background-image: var(--image-7b40fadb);
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2 {
  background-image: var(--image-i2e71c035);
}

.content17-author-pic.content17-image1 {
  background-image: var(--image-i2e7fd7b6);
}

.content17-author-pic.content17-image3 {
  background-image: var(--image-i2e63a8b4);
}

.content17-author-pic.content17-image4 {
  background-image: var(--image-i2e559133);
}

.content17-author-pic.content17-image8 {
  background-image: var(--image-i2e1d332f);
}

.content17-author-pic.content17-image7 {
  background-image: var(--image-i2e2b4ab0);
}

.content17-author-pic.content17-image6 {
  background-image: var(--image-i2e396231);
}

.content17-author-pic.content17-image5 {
  background-image: var(--image-i2e4779b2);
}

.product2-content-card-wrap {
  color: #18181d;
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  width: 100%;
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.right-margin-field {
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  width: 60px;
  color: #fff;
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

.cta8-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.text-area {
  min-height: 170px;
  background-color: #f5f5f5;
  border-style: none;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.footer2-form-wrap, .footer2-bottom-left-column {
  display: flex;
}

.footer2-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
}

.footer2 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.footer2-disclaimer-wrap {
  border: 1px solid #ebedee;
  margin-bottom: 20px;
  padding: 16px 20px 6px;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu {
  align-self: auto;
  align-items: center;
  display: flex;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content6-image1 {
  height: 360px;
  background-image: var(--image-32f61c4);
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.product5-category-link {
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  padding-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero5-content {
  max-width: 479px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.content4-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content7-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content8-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content9-grid, .content10-grid, .content16-grid, .content17-grid, .content22-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content33-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.blog2-image {
  width: 100%;
  height: 260px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  display: block;
}

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

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid, .blog3-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  max-width: 582px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.other4-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer2-form-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer2-links-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.footer2-bottom-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.cart-wrap {
  color: #fff;
  background-color: rgba(24, 24, 29, .3);
}

.content6-headline-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.brand.w--current {
  align-items: center;
}

.brand.w--current:hover {
  opacity: 1;
}

.brand.footer {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.headline-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  min-width: 440px;
  background-color: #18181d;
  box-shadow: 0 2px 6px rgba(24, 24, 29, .1);
}

.web-payment-button {
  height: 48px;
  border-radius: 0;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: #fff;
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

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

.empty-state {
  width: 100%;
  max-width: 1200px;
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  width: 100%;
  max-width: 1200px;
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(18, 184, 120, .1);
  border-bottom: 3px solid #12b878;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

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

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #ebedee;
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(rgba(24, 24, 29, .1), rgba(24, 24, 29, .1));
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: #18181d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: #18181d;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.size4-link:hover {
  opacity: .7;
}

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

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

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
}

.cta11-map {
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover, .footer2-link.w--current {
  opacity: 1;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

.lightbox-product-image {
  width: 173px;
  height: 173px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  min-height: 360px;
  color: #fff;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  background-image: linear-gradient(rgba(24, 24, 29, .45), rgba(24, 24, 29, .45)), var(--image-i2f1fc9ac);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content36-author-pic {
  width: 100%;
  height: 360px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
  background-image: var(--image-i2e396231);
}

.content36-author-pic.content36-pic2 {
  background-image: var(--image-i2e71c035);
}

.content36-author-pic.content36-pic3 {
  background-image: var(--image-i2e2b4ab0);
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home1-deco-part {
  height: 360px;
  background-image: var(--image-i7d6deb77);
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.content28-logo {
  max-height: 103px;
  max-width: 103px;
  opacity: .3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: rgba(24, 24, 29, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  height: 360px;
  background-image: var(--image-i474a686f);
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: rgba(24, 24, 29, .7);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  height: 100px;
  background-image: var(--image-i6c59abb1);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
}

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

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

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

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  height: 480px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-size: cover;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
}

.blog-detail-author-pic {
  width: 57px;
  height: 57px;
  background-image: var(--image-i2e7fd7b6);
  background-position: 50%;
  background-size: cover;
  flex: none;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: #fff;
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  color: #fff;
  text-align: center;
  background-color: #18181d;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  color: #18181d;
  background-color: #ebedee;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: #000;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  color: #fff;
  background-color: #18181d;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: #af9387;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: #db4b68;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: #12b878;
}

.styleguide-button-wrap {
  background-image: var(--image-i6c59abb1);
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

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

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  display: block;
}

.size1-link:hover {
  opacity: .7;
}

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

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

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  width: 360px;
  flex-direction: column;
  display: flex;
}

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

._404-message-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  height: 360px;
  background-image: var(--image-i474a686f);
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: var(--image-i68a37110);
}

.licence-image.pexels {
  background-image: var(--image-19f2fdcd);
}

.home3-centered-headline-wrap {
  text-align: center;
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.div-block {
  align-self: flex-start;
}

.paypal {
  border-radius: 0;
  margin-bottom: 15px;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.text-span {
  text-transform: lowercase;
}

.heading {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
}

.button {
  color: #af9387;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #af9387;
  border-radius: 5px;
  margin-left: 15px;
}

.left-column {
  width: 50%;
  padding-left: 0%;
}

.right-column {
  width: 50%;
  height: 100%;
  background-image: var(--image-23dffb9a);
  background-position: 30% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.hero-wrap {
  padding-right: 20px;
  display: flex;
}

.email-button {
  color: #18181d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #18181d;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
}

.hero {
  width: 95%;
  min-height: 500px;
  background-color: #f5ece1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero.hero2 {
  background-color: #fff;
  flex-direction: row;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-2.hero2 {
  margin-bottom: 50px;
}

.heading-2 {
  margin-right: 20px;
  font-family: Mintymarch Regular, sans-serif;
  font-size: 140px;
  font-weight: 400;
}

.heading-2.pa {
  margin-left: 20px;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.image {
  width: 70px;
  position: relative;
  top: 9px;
}

.pooch {
  width: 100px;
}

.div-block-3 {
  width: 70%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-71 {
  text-align: center;
  margin-top: 25px;
}

.trail {
  width: 1000px;
  position: absolute;
  top: 488px;
}

.button-2 {
  background-color: #18181d;
  border-radius: 5px;
  margin-top: 10px;
}

.field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.close-link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.close-link-right:hover {
  color: #642eff;
}

.close-link-right.absolute {
  position: absolute;
  top: 3px;
  left: auto;
  right: 3px;
}

.account-input-grid {
  grid-template-columns: 1fr;
}

.success-message-2 {
  color: #006638;
  letter-spacing: .02em;
  background-color: #ebfff6;
  font-size: 12px;
  line-height: 16px;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.modal-base-large {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: relative;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.button-secondary {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.modal-wrapper-right {
  justify-content: flex-end;
  display: flex;
}

.line-regular {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.modal-button-grid {
  grid-template-rows: auto;
}

.text-area-2 {
  min-height: 112px;
  color: #160042;
  letter-spacing: -.01em;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.text-area-2:hover {
  border-color: #b6b9ce;
}

.text-area-2:focus {
  border-color: #160042;
}

.text-area-2::-ms-input-placeholder {
  color: #6b7094;
}

.text-area-2::placeholder {
  color: #6b7094;
}

.modal-title-wrapper {
  width: 100%;
  color: #160042;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-2 {
  min-height: 48px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .2s;
}

.text-field-2:hover {
  border-color: #e4e6f1;
}

.text-field-2:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-2::-ms-input-placeholder {
  color: #6b7094;
}

.text-field-2::placeholder {
  color: #6b7094;
}

.button-primary {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #18181d;
  border-radius: 5px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #7342ff;
}

.button-primary:active {
  background-color: #2d0896;
}

.button-primary:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.modal-wraop {
  z-index: 9999999;
  background-color: rgba(0, 0, 0, .35);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 40px;
  position: absolute;
  bottom: 29px;
  left: auto;
  right: 75px;
}

.image-2._2 {
  bottom: 99px;
  right: 127px;
}

.image-2._3 {
  bottom: 190px;
  right: 157px;
}

.text-field-3 {
  height: 60px;
  color: #061237;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 24px;
  box-shadow: 14px 14px 50px -7px rgba(6, 18, 55, .08);
}

.text-field-3::-ms-input-placeholder {
  color: #67718e;
}

.text-field-3::placeholder {
  color: #67718e;
}

.form-button {
  height: 60px;
  background-color: #1355ff;
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-standard {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.footer-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr 1.25fr;
}

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

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

.footer-detail-small {
  color: #061237;
  font-weight: 500;
  line-height: 24px;
}

.grey-span {
  color: #b6bcce;
}

.success-message-3 {
  color: #fff;
  background-color: #1355ff;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.newsletter-block {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
}

.footer-line {
  height: 1px;
  background-color: #f2f3f8;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer-title {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.section-footer-light {
  background-color: #fff;
  align-items: center;
  padding: 0 5% 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 124px;
  margin-bottom: 32px;
}

.footer-detail {
  max-width: 600px;
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.image-3 {
  width: 40px;
  height: 38px;
  margin-right: 5px;
}

.text-block {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-4 {
  background-color: rgba(24, 24, 29, .05);
  border: 1px solid rgba(0, 0, 0, .37);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.button-3 {
  background-color: #18181d;
  border-radius: 5px;
  font-size: 14px;
}

.tcs-form {
  z-index: 9999999;
  background-color: rgba(0, 0, 0, .35);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.t-h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.t-social-media-title-wrapper {
  max-width: 540px;
  text-align: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

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

.t-social-media-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.t-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.t-social-media-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.t-container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-social-media-image-outline {
  width: 100%;
  height: 486px;
  border: 1px solid #e0e3de;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t-social-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.t-section-white {
  background-color: #fff;
  padding: 0 5% 120px;
  position: relative;
}

.t-social-media-image-wrapper-small {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}

.t-social-media-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-image-medium {
  height: 100%;
}

.flex-wrapper-centre {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.grid-two-column-three-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
}

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

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.section-large {
  padding: 0 0%;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-image-extra-small {
  height: 240px;
}

.gallery-heart {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.gallery-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1.25fr .75fr 1fr;
  grid-template-areas: ".";
  align-items: stretch;
  overflow: hidden;
}

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

.gallery-arrow-r {
  width: 52px;
  height: 52px;
  opacity: .3;
  border: 1px solid #292d32;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gallery-arrow-r:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(255, 207, 5, .2);
}

.gallery-header-wrap {
  margin-bottom: 80px;
  padding-right: 220px;
}

.gallery-arrow {
  width: 52px;
  height: 52px;
  opacity: .3;
  border: 1px solid #292d32;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 72px;
}

.gallery-arrow:hover {
  opacity: 1;
  background-color: #ffcf05;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(255, 207, 5, .2);
}

.gallery-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-paragraph {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 27px;
}

.gallery-card {
  height: 100%;
  min-height: 240px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.gallery-section {
  padding: 100px 5% 0;
}

.gallery-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.gallery-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.form-block {
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.section-large-2 {
  height: 100vh;
  background-color: rgba(175, 147, 135, .06);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 39px 5% 120px;
  display: flex;
  position: relative;
}

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

.lottie-animation {
  width: 150px;
}

.heading-3 {
  color: #18181d;
  margin-top: 0;
}

.body {
  background-color: #313131;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

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

  .paragraph-70 {
    font-size: 14px;
  }

  .product-image {
    background-position: 50%;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    width: 100%;
    height: 640px;
    max-width: 738px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    position: static;
  }

  .hero2-image {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    width: 100%;
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: static;
  }

  .hero2-product {
    color: #fff;
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    padding: 47px 35px 67px 20px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .hero2-image-collection {
    width: 125px;
  }

  .content {
    max-width: 738px;
  }

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

  .content10-bottom-section {
    margin-top: 60px;
  }

  .hero3-content {
    margin-top: 40px;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
    background-position: 65%;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .nav1-menu-wrap {
    justify-content: flex-end;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero1 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    height: 260px;
  }

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

  .hero6.hero6-home3 {
    min-height: 60vh;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .nav1-menu {
    z-index: 15;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ebedee;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
  }

  .cta7-map-wrap {
    min-height: 360px;
    flex-direction: row;
    display: flex;
  }

  .content6-image1 {
    height: 260px;
    background-position: 50% 0;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

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

  .hero3, .hero5-grid, .hero6-grid, .content4-grid, .content6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content7-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content8-grid, .content9-grid, .content10-grid, .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content29-grid, .content33-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    min-height: 360px;
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

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

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .order-confirmation-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .blog-detail-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .button {
    display: none;
    position: absolute;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 12px;
    padding: 0;
    display: flex;
  }

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

  .menu-cross-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-2._3 {
    right: 74px;
  }

  .footer-grid-small {
    grid-template-columns: 1fr;
  }

  .section-footer-light {
    padding-bottom: 140px;
  }

  .t-social-media-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    width: 100%;
  }

  .gallery-card {
    max-height: 340px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

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

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content8-image {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

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

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero5-image-wrap {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-image {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding: 37px 0 47px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content10-bottom-section {
    margin-top: 40px;
  }

  .content35-pictures-feed {
    min-height: 360px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .blog3-image {
    padding: 26px;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .menu-button {
    margin-left: 20px;
  }

  .product5-nav-wrap {
    position: static;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3, .hero5-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero5-content {
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content16-grid, .content17-grid, .content22-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content23-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content24-grid, .content28-grid, .content29-grid, .content33-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid, .content6-headline-grid, .headline-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart-product-price {
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m0-100.home {
    padding-bottom: 0;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .cta11-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content28-logo {
    max-height: none;
    max-width: 100%;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .checkout-form {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .left-column {
    width: 100%;
    padding-right: 5%;
  }

  .right-column {
    display: none;
  }

  .heading-2 {
    margin-right: 10px;
    font-size: 110px;
  }

  .heading-2.pa {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image {
    height: 50px;
    max-width: none;
  }

  .image-2._3 {
    top: 321px;
  }

  .t-h2-heading {
    font-size: 44px;
  }

  .t-social-media-card-small {
    flex-direction: column;
  }

  .t-section-white {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 0;
    padding-bottom: 72px;
  }

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

  .gallery-arrow-r {
    width: 40px;
    height: 40px;
    top: -60px;
  }

  .gallery-header-wrap {
    flex-direction: column;
    padding-right: 0;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    top: -60px;
    right: 60px;
  }

  .gallery-paragraph {
    width: 100%;
  }

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

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    height: 400px;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero5-image-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero2-image {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-latest {
    border-radius: 5px;
    flex-direction: column;
    padding: 20px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .text-field.right-margin-field {
    margin-bottom: 10px;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .footer2-form-wrap, .footer2-bottom-left-column {
    flex-direction: column;
  }

  .menu-button {
    margin-left: 16px;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero3, .hero5-grid, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m0-100.home {
    padding-bottom: 25px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part, .home2-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .menu-button-2 {
    overflow: hidden;
  }

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

  .image {
    width: 40px;
  }

  .modal-button-grid {
    width: 100%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 30px;
    bottom: -29px;
    right: 46px;
  }

  .image-2._2 {
    width: 30px;
    bottom: 16px;
    right: 93px;
  }

  .image-2._3 {
    width: 30px;
    top: 399px;
    right: 46px;
  }

  .section-footer-light {
    padding-bottom: 0;
  }

  .gallery-image-medium {
    height: 180px;
  }

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

  .gallery-arrow-r {
    top: -80px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .gallery-header-wrap {
    margin-bottom: 120px;
    margin-right: 0;
  }

  .gallery-arrow {
    top: -80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section-large-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
  }
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-0bfd0b0f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-0bfd0b0f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-b3756829-8499-68c7-08cc-60f9e3dcdc0f-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc27-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc4b-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf1-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf3-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf9-0bfd0b0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3bb9c6a-9d13-54a1-cc52-7868a595dc25-0bfd0b0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-27fd0b1a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-27fd0b1a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-27fd0b1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-27fd0b1a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-27fd0b1a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-27fd0b1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-27fd0b1a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-27fd0b1a {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-27fd0b1a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-27fd0b1a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-3cfd0b1b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-3cfd0b1b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-3cfd0b1b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-3cfd0b1b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-3cfd0b1b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-3cfd0b1b {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-3cfd0b1b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-3cfd0b1b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-06fd0b1c {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-06fd0b1c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-49fd0b1d {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-49fd0b1d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c7df4b40-310e-bd86-551b-f750196096c8-07fd0b2c {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b1e00beb0bdc4f49686aan-07fd0b2c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-0bfd0b0f {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-0bfd0b0f {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc0f-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc27-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc33-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc3f-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc4b-0bfd0b0f, #w-node-_72994d06-8f2a-402f-a238-17f2ec0d6336-0bfd0b0f, #w-node-_727c710b-4ff0-857b-ed2e-1919e53889bb-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf1-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf3-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf5-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf7-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf9-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bfb-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bfd-0bfd0b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-27fd0b1a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-27fd0b1a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-27fd0b1a {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-27fd0b1a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-27fd0b1a, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-27fd0b1a, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-27fd0b1a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-27fd0b1a, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-27fd0b1a, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-27fd0b1a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-3cfd0b1b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-3cfd0b1b {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-3cfd0b1b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-3cfd0b1b {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-3cfd0b1b {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-3cfd0b1b {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
    justify-self: start;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-06fd0b1c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-06fd0b1c {
    grid-column: span 8 / span 8;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-49fd0b1d, #w-node-c7df4b40-310e-bd86-551b-f750196096c8-07fd0b2c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b1e00beb0bdc4f49686aan-07fd0b2c {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-0bfd0b0f, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-0bfd0b0f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc0f-0bfd0b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc3f-0bfd0b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc4b-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf1-0bfd0b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf7-0bfd0b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf9-0bfd0b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-27fd0b1a {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-27fd0b1a, #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-27fd0b1a {
    grid-column-end: 7;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-27fd0b1a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-27fd0b1a {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-27fd0b1a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-27fd0b1a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-27fd0b1a {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-27fd0b1a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-27fd0b1a {
    grid-column: span 6 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-3cfd0b1b {
    grid-column-end: 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-3cfd0b1b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-3cfd0b1b, #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-3cfd0b1b, #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-3cfd0b1b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-3cfd0b1b {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
    justify-self: start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-3cfd0b1b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-06fd0b1c, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-06fd0b1c, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-49fd0b1d, #w-node-c7df4b40-310e-bd86-551b-f750196096c8-07fd0b2c, #w-node-_5dc0b1e00beb0bdc4f49686aan-07fd0b2c {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-0bfd0b0f, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-0bfd0b0f {
    grid-column: span 4 / span 4;
  }

  #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc27-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc33-0bfd0b0f, #w-node-b3756829-8499-68c7-08cc-60f9e3dcdc3f-0bfd0b0f, #w-node-_72994d06-8f2a-402f-a238-17f2ec0d6336-0bfd0b0f, #w-node-_727c710b-4ff0-857b-ed2e-1919e53889bb-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf3-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf5-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bf7-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bfb-0bfd0b0f, #w-node-_804d6920-22ed-5bdc-4ae7-1b2d456f4bfd-0bfd0b0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-27fd0b1a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-27fd0b1a {
    grid-column-end: 5;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-27fd0b1a {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-27fd0b1a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-27fd0b1a, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-27fd0b1a, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-27fd0b1a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-27fd0b1a, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-27fd0b1a, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-27fd0b1a, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-3cfd0b1b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-3cfd0b1b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-3cfd0b1b, #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-3cfd0b1b, #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-3cfd0b1b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-3cfd0b1b, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-06fd0b1c, #w-node-_5dc0b1e00beb0bdc4f49686aan-07fd0b2c {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Mintymarch Regular';
  src: url("../fonts/mintymarch-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}