.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-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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

.w-commerce-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-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-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-commercecheckoutbillingcountryselector {
  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-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: 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-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-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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #1d1f2e;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

p {
  color: rgba(29, 31, 46, .7);
  margin-bottom: 15px;
}

a {
  color: #a25f4b;
  border-bottom: 1px rgba(162, 95, 75, .3);
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline;
}

a:hover {
  color: #743f2f;
  border-bottom-color: rgba(162, 95, 75, .8);
}

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

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

label {
  color: rgba(29, 31, 46, .6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  color: #a25f4b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #ececed;
  border-bottom: 2px solid rgba(162, 95, 75, .2);
  border-left: 2px solid rgba(162, 95, 75, .2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: rgba(29, 31, 46, .5);
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  float: right;
  clear: left;
  opacity: .6;
  color: #1d1f2e;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: #1d1f2e;
}

.item-count {
  height: auto;
  min-width: 10px;
  color: #fff;
  background-color: #1d1f2e;
  margin-left: auto;
}

.cart-wrapper {
  background-color: rgba(29, 31, 46, .15);
}

.cart-container {
  min-width: 440px;
  color: #fff;
  background-color: #1d1f2e;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.cart-heading {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: rgba(210, 210, 213, .1);
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  width: auto;
  height: auto;
  opacity: .7;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

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

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.white-button {
  z-index: auto;
  width: 230px;
  height: 56px;
  float: none;
  clear: both;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: scale-down;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 1.75px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 6px rgba(29, 31, 46, .1);
}

.white-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  border-bottom-color: #fff;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

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

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: rgba(255, 255, 255, .3);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: rgba(255, 255, 255, .6);
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: rgba(210, 210, 213, .1);
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  width: auto;
  height: 54px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2f303e;
  border-radius: 0;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  width: 350px;
  text-align: left;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: rgba(255, 255, 255, .6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: rgba(255, 255, 255, .5);
}

.text-field-dark.cc-quantity:active {
  border-color: rgba(255, 255, 255, .6);
}

.text-field-dark.cc-quantity:focus {
  border-color: rgba(255, 255, 255, .5);
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  opacity: 1;
  color: #373938;
  text-align: left;
  margin-left: 0;
  margin-right: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.label.cc-subheadline.white {
  color: #fff;
}

.label.cc-footer-section-headline {
  opacity: .3;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: Raleway, sans-serif;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-office-location {
  margin-bottom: 10px;
}

.label.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.label.cc-cover-label {
  opacity: .8;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: rgba(29, 31, 46, .2);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-quote-author {
  opacity: .3;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid rgba(162, 95, 75, .3);
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: rgba(162, 95, 75, .3);
}

.label.cc-category-link {
  opacity: 1;
  color: rgba(162, 95, 75, .6);
  border: 1px solid #ececed;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: #a25f4b;
  border: 1px solid rgba(162, 95, 75, .3);
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: #a25f4b;
  border-color: rgba(162, 95, 75, .4);
  margin-left: 5px;
}

.paragraph {
  color: #373938;
  text-align: left;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph.cc-empty-cart {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.cc-premium-block-paragraph {
  color: rgba(255, 255, 255, .7);
}

.small-paragraph {
  color: #fff;
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #fff;
  align-self: end;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 300;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #a25f4b;
  align-self: end;
}

.small-paragraph.footer {
  width: auto;
  margin-left: 20px;
  font-weight: 300;
}

.small-paragraph.copyright {
  align-self: flex-start;
  font-size: 9px;
}

.menu-item {
  opacity: .8;
  color: #373938;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.menu-item-wrap {
  opacity: 1;
  cursor: pointer;
  align-items: center;
  margin-left: 60px;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap.w--current {
  opacity: 1;
  margin-left: 60px;
  margin-right: 0;
}

.menu-item-deco-line {
  width: 100%;
  height: 2px;
  opacity: 1;
  color: #373938;
  background-color: #373938;
  align-items: center;
  transition: all .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-101%);
}

.text-field {
  height: 54px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: rgba(29, 31, 46, .5);
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::-ms-input-placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field::placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  text-align: center;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.content.cc-overlayed-content {
  margin-bottom: -110px;
  top: -110px;
}

.content.cc-subscribe-form {
  padding-left: 30px;
  padding-right: 30px;
}

.content.cc-styleguide-content {
  margin-bottom: -100px;
  bottom: 100px;
}

.content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.content.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.content.white.block111 {
  margin-top: 50px;
}

.content.content-search-results {
  background-color: #fff;
}

.content.footer-content {
  background-color: #2c4b46;
}

.wrap {
  width: 100%;
  max-width: 1240px;
  flex-flow: row;
  align-content: stretch;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  width: 100%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  display: block;
}

.wrap.cc-menu.center {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-styleguide-wrap {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(210, 210, 213, .5);
  padding: 60px 60px 35px;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap.partner-with {
  margin-top: 133px;
  display: block;
}

.wrap.partner-with.phone {
  width: 100%;
  max-width: 1200px;
}

.wrap.whyinformation {
  background-color: #2c4b46;
  display: block;
}

.wrap.whyinformation.clear {
  margin-bottom: 0;
}

.wrap.phone {
  width: 100vw;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.wrap.wrapinfosection {
  max-width: 1240px;
  object-fit: contain;
}

.wrap.wrapinfosection.block-images-wrap {
  display: block;
}

.wrap.footerwrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.menu {
  z-index: 99999;
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  margin-top: auto;
  padding-top: 90px;
  line-height: 10px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  display: flex;
}

.brand {
  border-bottom-style: none;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .4s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  align-self: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-head-pic {
  width: 100%;
  height: 320px;
  background-image: url('../images/About-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-headline-wrap {
  width: 70%;
  text-align: center;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  width: auto;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: rgba(29, 31, 46, .7);
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  align-self: start;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.content-wrap {
  width: 70%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  float: left;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: block;
}

.subheadline-wrap.cc-separate-subheadline.white {
  float: none;
  color: #fff;
}

.subheadline-wrap.cc-separate-subheadline.black {
  margin-bottom: 52px;
}

.subheadline-deco-line {
  width: 223px;
  height: 1px;
  background-color: #373938;
  border: 1px solid #fff;
  border-top-color: #373938;
  display: inline-block;
}

.subheadline-deco-line.white {
  background-color: #fff;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-image-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 130px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.about-image-2 {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  width: 300px;
  height: 380px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 25px;
  display: block;
}

.product-pic-wrap {
  width: 33%;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: rgba(29, 31, 46, .05);
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.timeline-second-deco-line {
  width: 1px;
  height: 60px;
  background-color: #ececed;
  display: block;
}

.timeline-bottom-deco-line {
  width: 200px;
  height: 1px;
  background-color: #ececed;
  margin-top: 30px;
  display: block;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.timeline-collection-list {
  margin-bottom: 100px;
}

.footer {
  width: 940px;
  grid-template: ". . Area"
                 ". . ."
                 / 4fr 4fr 2fr;
  align-self: center;
  align-items: start;
  justify-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.footer-link {
  color: #fff;
  justify-content: flex-start;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: color .4s;
  display: flex;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-link.footer-policy-link {
  border-left: 1px #c4c4c4;
  border-right: 1px solid #c4c4c4;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 10px;
  line-height: 10px;
}

.footer-link.footer-policy-link.footer-policy-link-last {
  border-right-style: none;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: #1d1f2e;
  align-self: auto;
  font-size: 24px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.subscribe-wrap {
  max-width: 1440px;
  min-width: 880px;
  color: #fff;
  text-align: center;
  background-color: #1d1f2e;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  width: 300px;
  height: 380px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.product-picture.cc-featured-picture {
  width: 460px;
  height: 540px;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: #1d1f2e;
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: rgba(29, 31, 46, .7);
  display: inline-block;
}

.product-price-category.older-price-category {
  color: rgba(29, 31, 46, .4);
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: #1d1f2e;
}

.discounted-price-category {
  color: #a25f4b;
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  min-height: 42px;
  justify-content: center;
  align-items: baseline;
  display: inline-block;
}

.left-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  transition: opacity .4s;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
}

.left-arrow:active {
  opacity: .8;
}

.right-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  transition: opacity .4s;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow:active {
  opacity: .8;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 160px;
}

.slide-nav {
  opacity: .6;
  margin-bottom: -60px;
  font-size: 6px;
  display: inline-block;
}

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

.slider-text-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-image {
  width: 460px;
  height: 460px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: #a25f4b;
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  align-self: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-image.cc-footer-logo {
  width: 130px;
  text-align: left;
  object-fit: contain;
  object-position: 0% 50%;
  margin-right: 113px;
  display: inline;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.slider-deco-line {
  width: 30px;
  height: 1px;
  background-color: #ececed;
  margin-bottom: 15px;
  display: inline-block;
}

.slide-image {
  width: 460px;
  height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-image.cc-slider-image-2 {
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-2.jpg');
}

.premium-block {
  height: auto;
  background-color: #1d1f2e;
  align-items: stretch;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  width: 50%;
  background-image: none;
  background-size: auto;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  width: 470px;
  color: #fff;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  width: 100%;
  height: 100%;
  min-height: 460px;
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  width: 50px;
  height: 28px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid rgba(162, 95, 75, .2);
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: rgba(162, 95, 75, .7);
}

.underlined-link.cc-homepage-link {
  margin-top: 10px;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  width: 260px;
  height: 210px;
  background-position: 50%;
  background-size: cover;
}

.blog-thumbnail-subheadline {
  color: #1d1f2e;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.blog-pic-wrap {
  width: 300px;
  float: left;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.parallax-section {
  height: 340px;
  background-image: url('../images/Section-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 100px;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/brooke-lark-230509-unsplash.jpg');
  background-size: cover;
}

.feature-item {
  width: 50%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.featured-collection {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.blog-articles-homepage {
  margin-bottom: 100px;
}

.featured-mugs {
  text-align: center;
  margin-bottom: 100px;
}

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

.collection-list-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  width: 160px;
  height: 130px;
  background-image: url('../images/Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.magazine-small-image-2 {
  width: 160px;
  height: 130px;
  background-image: url('../images/Image.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.header-image {
  max-width: 1440px;
  min-height: 450px;
  min-width: 880px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(rgba(55, 57, 56, .4), rgba(55, 57, 56, .4)), url('../images/header-img-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.header-content {
  width: 940px;
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-content.phone {
  width: 100%;
  max-width: 1004px;
}

.header-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.header-headline {
  letter-spacing: 1vh;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
}

.header-headline.phone {
  letter-spacing: .15em;
  line-height: 64px;
}

.header-headline-wrap {
  margin-bottom: 0;
}

.magazine-image {
  width: 280px;
  height: 280px;
  background-image: url('../images/Image_1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-right: 20px;
}

.magazine-section {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 130px;
}

.office-image {
  width: 460px;
  height: 190px;
  background-image: url('../images/California-Office.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 40px;
}

.office-image.cc-office-2 {
  background-image: url('../images/London-Office.jpg');
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  height: 440px;
  filter: grayscale();
}

.directory-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.department-headline {
  font-size: 18px;
  line-height: 30px;
}

.office-wrap {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-wrap {
  z-index: 10;
  background-color: #fff;
  border: 1px solid rgba(210, 210, 213, .5);
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  width: 65%;
  border-right: 1px solid rgba(210, 210, 213, .3);
  flex-direction: column;
  align-items: stretch;
  margin-right: 60px;
  padding-right: 60px;
}

.contact-form-info {
  margin-bottom: 40px;
}

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

.office-opening-times {
  text-align: center;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.subscribe-form-deco-line {
  width: 30px;
  height: 1px;
  background-color: rgba(210, 210, 213, .1);
  display: inline-block;
}

.deco-block {
  z-index: 0;
  max-width: 1440px;
  min-width: 940px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: rgba(29, 31, 46, .3);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-members, .timeline-wrap, .you-might-also-like-items {
  text-align: center;
}

.outline-button {
  z-index: 50;
  width: 230px;
  height: 56px;
  box-shadow: none;
  color: #2c4b46;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 1.75px;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  padding: 18px 60px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.outline-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2c4b46;
  border-color: #2c4b46;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.outline-button.expand {
  display: block;
}

.outline-button.header {
  width: 150px;
  height: 40px;
  border-width: 2px;
  border-radius: 1.75px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 13px 30px 10px;
  font-size: 12px;
  line-height: 12px;
}

.outline-button.header:hover {
  flex: none;
}

.outline-button.header.sign-btn {
  width: 85px;
  height: auto;
  letter-spacing: 2px;
  border-style: none;
  margin-right: 22px;
  padding: 0;
}

.outline-button.header.sign-btn:hover {
  box-shadow: none;
  opacity: .7;
  color: #1d1f2e;
  background-color: rgba(0, 0, 0, 0);
}

.outline-button.header.sign-btn.sign-btn-mob {
  display: none;
}

.outline-button.left-aligned {
  align-self: flex-start;
  margin-top: 0;
}

.outline-button.left-aligned:hover {
  background-color: #2c4b46;
  border-color: #2c4b46;
}

.outline-button.left-aligned.greenbtn {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-size: 12px;
}

.styleguide-divider {
  border-top: 1px solid #ececed;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-form-link {
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #a25f4b;
}

.offices-wrap {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

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

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.related-blog-detail-post-wrap {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  width: 1440px;
  height: 650px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  max-width: 1200px;
  border: 1px solid #ececed;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  width: 100%;
  height: 1px;
  background-color: #ececed;
  flex: 1;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

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

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  background-color: #fff;
  border: 1px solid #ececed;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  width: 100%;
  height: 140px;
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

._2-col-wrap {
  margin-bottom: 20px;
}

.owners-quote {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 130px;
  display: block;
}

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

.blog-post-feed-wrap {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  width: 300px;
  text-align: left;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid #ececed;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 25px;
}

.home-blog-item {
  color: rgba(29, 31, 46, .7);
  border-left: 2px solid rgba(162, 95, 75, .2);
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  color: #1d1f2e;
  background-color: rgba(162, 95, 75, .04);
  border-left-color: #a25f4b;
}

.home-blog-item.w--current {
  color: rgba(29, 31, 46, .85);
  border-left-color: rgba(162, 95, 75, .4);
}

.out-of-stock-message {
  color: #fff;
  background-color: #1d1f2e;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.slider-image-wrap {
  width: 460px;
  position: relative;
}

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

.category-deco-line {
  width: 30px;
  height: 1px;
  background-color: #ececed;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  width: 30px;
  height: 1px;
  background-color: #ececed;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px #ececed;
  border-bottom: 1px #ececed;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.slide1-product-slider {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.licence-item {
  align-items: center;
  padding: 32px;
  display: flex;
}

.licence-image {
  width: 170px;
  background-color: #1d1f2e;
}

.licence-item-info {
  text-align: left;
  flex: 1;
  padding-left: 32px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  max-width: 400px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.licence-links {
  justify-content: space-between;
}

.divider {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

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

.password-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ececed;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image, .image-2 {
  margin-top: 0;
}

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

.cart-2 {
  clear: left;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.search-input {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.search-2 {
  align-items: center;
  padding-left: 21px;
  display: flex;
}

.section {
  height: 1px;
  background-color: #c4c4c4;
  display: block;
}

.section-2 {
  height: 4px;
  color: #2c4b46;
  background-color: #2c4b46;
  margin-bottom: 0;
  display: none;
}

.cta-tag {
  margin-top: -140px;
  display: none;
}

.container {
  max-height: 200px;
  max-width: 700px;
  background-color: #63424b;
  padding-top: 35px;
  padding-bottom: 60px;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
}

.columns {
  justify-content: space-around;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

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

.button {
  width: 230px;
  height: 56px;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  overflow: visible;
}

.div-block {
  width: auto;
  min-width: auto;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #373938;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.heading-2.no-padding {
  letter-spacing: .03em;
  margin-top: 20px;
}

.image-3 {
  flex: none;
  margin-top: 0;
  margin-bottom: auto;
}

.column-3 {
  height: 400px;
  background-image: url('../images/Image4_Ex.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  height: 400px;
  background-image: url('../images/Image3_Ex.jpg');
  background-position: 50%;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  height: 400px;
  background-image: url('../images/Image2_Ex.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-6 {
  height: 400px;
  object-fit: cover;
  background-image: url('../images/Image1.jpg');
  background-position: 50%;
  background-size: auto 500px;
  background-attachment: scroll;
  padding-left: 0;
}

.columns-2 {
  height: 400px;
  object-fit: cover;
  transition: transform .25s ease-in-out;
}

.section-3 {
  background-color: #2c4b46;
  margin-top: -50px;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.column-7 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  margin-top: 4px;
  padding-top: 0;
}

.column-7.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  overflow: visible;
}

.column-9 {
  object-fit: cover;
}

.container-3 {
  margin-top: 0;
  padding: 112px 0 80px 123px;
  position: relative;
}

.paragraph-2 {
  color: #2c4b46;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.heading-3 {
  color: #fff;
  letter-spacing: .03em;
  flex-direction: row;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 46px;
  display: block;
}

.section-4 {
  background-color: #2c4b46;
  padding-top: 85px;
  padding-bottom: 85px;
}

.heading-4 {
  max-width: 320px;
  color: #fff;
  letter-spacing: 1px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-3 {
  max-width: 320px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

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

.heading-5 {
  font-family: Raleway, sans-serif;
}

.heading-6 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-7 {
  color: #c4c4c4;
  flex-wrap: nowrap;
  margin-left: 20px;
  margin-right: 0;
  font-size: 14px;
  display: block;
}

.heading-8 {
  margin-left: 0;
  margin-right: 40px;
  font-size: 14px;
  display: flex;
}

.heading-9 {
  display: flex;
}

.container-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.heading-10 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11 {
  color: #c4c4c4;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}

.columns-4 {
  align-self: flex-start;
  display: flex;
}

.column-11 {
  height: 628px;
  padding-left: 0;
  padding-right: 0;
}

.column-11.phonenoshow {
  min-height: 628px;
}

.div-block-2 {
  width: 2px;
  height: 20px;
  max-width: 2px;
  background-color: #373938;
  flex-direction: column;
  display: block;
}

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

.column-13 {
  clear: left;
  flex-direction: column;
  padding-right: 0;
  display: flex;
}

.column-14 {
  background-color: #2c4b46;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-5 {
  z-index: auto;
  clear: none;
  text-align: right;
  position: relative;
  right: auto;
}

.columns-5 {
  display: flex;
}

.image-4 {
  float: none;
  display: block;
}

.feature-section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.feature-section.green {
  background-color: #2c4b46;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-container {
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 620px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 {
  background-color: #2c4b46;
  margin-top: 100px;
  display: flex;
}

.section-5.wrap {
  flex-direction: row;
}

.div-block-3 {
  flex: 0 auto;
  align-self: center;
  margin-left: 79px;
  padding-right: 165px;
  display: block;
}

.white {
  color: #fff;
}

.white.large {
  font-size: 50px;
}

.paragraph-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.dropdown {
  width: 100%;
}

.accordian-item {
  width: 100%;
  overflow: hidden;
}

.accordian-toggle {
  height: 80px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.accordian-toggle.top {
  width: auto;
  height: 80px;
}

.dropdown-list {
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.spacer {
  height: 50px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.column-15 {
  flex-wrap: nowrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-16 {
  padding-left: 0;
  display: flex;
}

.columns-6 {
  display: flex;
}

.columns-6.phone {
  flex-wrap: wrap;
  align-items: stretch;
}

.accordian-image {
  width: 200px;
  background-image: url('../images/Image2_Ex.jpg');
  background-position: 0%;
  background-size: auto;
  overflow: hidden;
}

.accordian-image.first {
  width: 296px;
  height: 100%;
  background-image: url('../images/sugarfina.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.accordian-image.third {
  width: 15%;
  height: 100%;
  cursor: default;
  background-image: url('../images/lor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
}

.accordian-image.four {
  width: 15%;
  height: 100%;
  background-image: url('../images/amrapali_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
}

.accordian-image.two {
  width: 15%;
  height: 100%;
  background-image: url('../images/joanna.png');
  background-position: 60%;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: 0;
}

.accordian-image.five {
  width: 15%;
  background-image: url('../images/supernal.png');
  background-position: 50%;
  background-size: cover;
}

.accordian-image-toggle {
  width: 464px;
  height: 500px;
  object-fit: fill;
  padding: 40px 35px;
  overflow: visible;
}

.section-6 {
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 400px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: static;
  overflow: visible;
}

.column-17 {
  background-color: #63424b;
  flex-flow: column wrap;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.block-quote {
  color: #fff;
  text-align: left;
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.mask {
  height: 630px;
}

.slider-2 {
  height: 630px;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  font-size: 10px;
  display: flex;
}

.column-18 {
  flex-wrap: wrap;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-7 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
}

.quotename {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.columns-8 {
  width: 100%;
  flex-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-19 {
  justify-content: flex-end;
  display: flex;
}

.column-20, .column-21, .column-22 {
  justify-content: center;
  display: flex;
}

.image-5 {
  opacity: 1;
  display: block;
  position: absolute;
}

.image-5.imgtab3 {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-5.imgtab2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-5.imgtab1 {
  width: 100em;
  height: 100%;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-container-2 {
  clear: none;
  object-fit: fill;
  background-color: #2c4b46;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-12 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.section-7 {
  background-color: #2c4b46;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.columns-9 {
  align-items: center;
  display: flex;
}

.image-7 {
  display: block;
}

.column-23 {
  flex: 0 auto;
}

.heading-13 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.text-block-8 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.column-24 {
  padding-left: 20px;
}

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

.section-9 {
  background-color: #f3f2ee;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

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

.container-6 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  width: 1px;
  height: 150px;
  max-height: 200px;
  min-height: auto;
  background-color: #fff;
  margin: 72px 0 auto auto;
}

.columns-10 {
  align-items: stretch;
  display: flex;
}

.column-26 {
  flex-flow: column wrap;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.div-block-5 {
  display: none;
}

.heading-14 {
  flex: none;
  margin-bottom: 30px;
  line-height: 20px;
}

.column-28 {
  flex-flow: column wrap;
  flex: 1;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.columns-11 {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.div-block-6 {
  width: auto;
  height: auto;
  max-width: 85%;
  float: none;
  clear: none;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 35px;
  right: 0%;
}

.text-block-10 {
  max-width: 196px;
}

.text-block-12 {
  width: 196px;
  max-width: 100%;
  color: #fff;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-block-12.hoverimgtext {
  width: 115px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 22px;
  transition: opacity .2s;
  position: static;
}

.link-block {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(44, 75, 70, .45));
  position: absolute;
  top: 0;
  left: 0;
}

.link-block-2, .link-block-3, .link-block-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-13 {
  width: 115px;
  height: auto;
  opacity: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.div-block-7 {
  width: 3000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 99%;
  right: 0%;
}

.tab-link-tab-1 {
  opacity: 1;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-right: 0 solid #373938;
  padding-bottom: 0;
  padding-left: 0;
}

.tab-link-tab-1.w--current:hover {
  color: #373938;
  font-weight: 400;
  text-decoration: none;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-left: 1px solid #373938;
  border-right: 1px solid #373938;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2:hover {
  opacity: 1;
  color: #373938;
  text-decoration: none;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  color: #373938;
  background-color: #fff;
  border-left: 1px solid #373938;
  border-right-color: #373938;
}

.text-block-14 {
  color: #373938;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-14:hover {
  opacity: 1;
  color: #373938;
  text-decoration: underline;
}

.text-block-15 {
  opacity: .3;
  color: #373938;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

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

.tab-link-tab-3 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-3:hover {
  opacity: 1;
  color: #373938;
  text-decoration: none;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
}

.text-block-16 {
  opacity: .3;
  color: #373938;
  font-family: Poppins, sans-serif;
}

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

.heading-15 {
  color: #373938;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
}

.paragraph-6 {
  color: #373938;
  font-family: Raleway, sans-serif;
  font-size: 22px;
}

.tabs-menu {
  margin-bottom: 52px;
}

.paragraph-7 {
  max-width: 466px;
  color: #373938;
  margin-bottom: 33px;
  font-size: 14px;
}

.image-8 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.column-33 {
  height: auto;
  min-height: 618px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.column-34 {
  text-transform: none;
  padding: 110px 0 125px 110px;
}

.div-block-8 {
  z-index: -1;
  width: 3000px;
  height: 100%;
  background-color: #2c4b46;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-8 {
  width: 100%;
  max-width: 223px;
  color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 70px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.paragraph-9 {
  color: #fff;
  letter-spacing: .03em;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  line-height: 62px;
}

.sectiontabs {
  margin-top: 100px;
  margin-bottom: 70px;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.link {
  max-width: 230px;
  clear: left;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.link-2 {
  height: 56px;
  max-width: 230px;
  clear: both;
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 1.75px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.link-2:hover {
  color: #2c4b46;
  background-color: #fff;
  border-style: solid;
  border-color: #2c4b46;
}

.section-info {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.grid-3 {
  grid-template-rows: auto auto;
}

.grid-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / minmax(200px, 50%) minmax(200px, 50%);
}

.div-block-9 {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 110px;
  position: relative;
}

.div-block-10 {
  width: 100%;
  position: relative;
}

.sectiontestmonials-slider {
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.slider-3 {
  z-index: 0;
  width: 100%;
  min-height: 628px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: -29px;
}

.paragraph-11 {
  max-width: 223px;
}

.paragraph-12 {
  z-index: 1;
  max-width: 223px;
  color: #373938;
  letter-spacing: .1em;
  background-color: #fff;
  border-top: 1px solid #373938;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.div-block-11 {
  width: 100%;
  max-width: 100%;
  min-height: 444px;
  background-color: #63424b;
  flex-wrap: wrap;
  align-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding: 90px 86px 90px 120px;
  display: flex;
}

.paragraph-13 {
  color: #fff;
  letter-spacing: .02em;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
}

.column-35 {
  height: 100%;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-12 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  float: none;
  clear: none;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.paragraph-14 {
  color: #fefeff;
  letter-spacing: .1em;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
}

.slide-nav-3 {
  font-size: 10px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.image-9 {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.column-36 {
  height: 100%;
  flex-flow: row;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide {
  overflow: visible;
}

.image-10 {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}

.image-11 {
  width: auto;
  height: 100%;
  clear: none;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-12 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.image-12 {
  max-width: 90%;
  margin-bottom: 20px;
}

.sectionslidershop {
  background-color: #e0d9db;
  margin-top: -265px;
  padding-top: 365px;
  padding-bottom: 100px;
  overflow: hidden;
}

.left-arrow-4 {
  width: 60px;
  height: 100%;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.slide-nav-4 {
  display: none;
}

.paragraph-15 {
  float: left;
  color: #373938;
  letter-spacing: .03em;
  margin-bottom: 56px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.slider-4 {
  height: 700px;
  background-color: rgba(221, 221, 221, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.right-arrow-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-1 {
  width: 100%;
  max-width: 448px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2 {
  width: 100%;
}

.mask-2.maskslider {
  z-index: 0;
  max-width: 448px;
  margin-left: 0;
  margin-right: 57%;
  padding-right: 0;
  overflow: visible;
}

.slide-2 {
  width: 100%;
  max-width: 448px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.slide-1_1 {
  width: 100%;
  max-width: 448px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-4 {
  width: 100%;
}

.slide-5, .slide-6, .slide-7 {
  width: 100%;
  max-width: 448px;
  margin-left: 20px;
  margin-right: 20px;
}

.slide-8 {
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  overflow: hidden;
}

.slide-8.bottom_slide {
  max-height: 597px;
  margin-top: 100px;
}

.img_slide {
  height: auto;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slide-9 {
  max-height: 597px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 40px;
  overflow: hidden;
}

.slide-10 {
  max-height: 597px;
  margin-left: 0;
  margin-right: 40px;
  overflow: hidden;
}

.slide-10.bottom_slide {
  margin-top: 0;
}

.slide-11 {
  max-height: 597px;
  margin-top: 100px;
  margin-right: 40px;
  overflow: hidden;
}

.slide-12 {
  max-height: 597px;
  overflow: hidden;
}

.slide-12.bottom_slide {
  margin-top: 0;
  margin-right: 40px;
}

.div-block-17 {
  width: 100%;
  height: 472px;
  max-height: 472px;
  margin-bottom: 42px;
}

.paragraph-16 {
  width: 100%;
  color: #373938;
  letter-spacing: .03em;
  margin-bottom: 22px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.link-3 {
  width: 115px;
  height: 22px;
  color: #373938;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid #373938;
  justify-content: flex-start;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.link-3:hover {
  color: #303131;
  border-bottom-color: #303332;
}

.div-block-18 {
  z-index: 1;
  width: 20%;
  height: 100%;
  opacity: .3;
  background-color: #e0d9db;
  background-image: linear-gradient(to right, rgba(224, 217, 219, .45), rgba(255, 255, 255, 0) 83%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-14 {
  display: block;
}

.paragraph-17 {
  width: 100%;
  max-width: 632px;
  color: #373938;
  letter-spacing: .02em;
  margin-bottom: 46px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.link-block-5, .link-block-6, .link-block-7 {
  position: relative;
}

.image-15, .image-16 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-17 {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.div-block-19 {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-18 {
  color: #fff;
  text-align: left;
  letter-spacing: .02em;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.div-block-20 {
  width: 100%;
  max-width: 345px;
}

.link-4 {
  width: 100%;
  height: 56px;
  max-width: 230px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 1.75px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.link-4:hover {
  color: #2c4b46;
  background-color: #fff;
  border-color: #fff;
}

.column-37 {
  text-align: left;
  border-right: 1px solid #c4c4c4;
  padding-left: 113px;
  padding-right: 0;
}

.div-block-21 {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.column-38 {
  align-items: center;
  display: flex;
}

.image-18 {
  width: 18px;
  height: 13px;
}

.div-block-22 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: #2c4b46;
  transition: left .4s;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -100%;
  right: 0;
  overflow: scroll;
}

.column-39 {
  padding-top: 50px;
}

.slide-13 {
  margin-top: 100px;
  margin-right: 40px;
}

.slide-14 {
  margin-right: 40px;
}

.slide-15 {
  margin-top: 100px;
  margin-right: 40px;
}

.slide-16 {
  margin-right: 40px;
}

.section-10 {
  z-index: -1;
  background-color: #fff;
  position: relative;
}

.field-label {
  display: none;
  overflow: visible;
}

.search-3 {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-25 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.search-input-2 {
  color: #373938;
  text-transform: uppercase;
  object-fit: fill;
  border: 0 #000;
  margin-bottom: 0;
  padding-left: 14px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.search-button {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/Search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-attachment: scroll;
  background-clip: border-box;
  margin-right: 0;
}

.div-block-26 {
  text-align: left;
  margin-bottom: 40px;
}

.div-block-26.footer-logo {
  margin-bottom: 0;
}

.text-block-17 {
  color: #fff;
  letter-spacing: .2px;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.column-41 {
  text-align: left;
  letter-spacing: .1px;
  padding-right: 0;
  font-family: Raleway, sans-serif;
}

.columns-14 {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-left: 0;
  display: block;
}

.column-42 {
  padding-left: 0;
  display: block;
}

.column-43 {
  border-right: 1px solid #c4c4c4;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 40px;
}

.div-block-27 {
  max-width: 149.5px;
  padding-right: 10px;
}

.div-block-28 {
  padding-left: 10px;
}

.column-44 {
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-29 {
  max-width: 345px;
}

.footer-policy-block {
  color: #fff;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  font-family: Raleway, sans-serif;
  font-size: 9px;
  display: flex;
}

.text-block-18 {
  border-right: 1px solid #c4c4c4;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 10px;
}

.paragraph-19 {
  display: block;
}

.top-banner-page {
  overflow: hidden;
}

.top-banner-text {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: static;
}

.top-banner-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: static;
}

.title {
  color: #fff;
  letter-spacing: .05px;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Raleway, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.div-block-30 {
  z-index: -1;
  width: 50vw;
  height: 100%;
  color: #63424b;
  background-color: #63424b;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph-20 {
  max-width: 465px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.top-banner-btn {
  width: 100%;
  height: 56px;
  max-width: 230px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #fff;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.top-banner-btn:hover {
  color: #1d1f2e;
  background-color: #fff;
  border-color: #fff;
}

.div-block-31 {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-20 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.column-47 {
  height: 100%;
  min-height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-16 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-banner-wrap {
  min-height: 550px;
  display: flex;
}

.top-banner-wrap-left {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.top-banner-wrap-right {
  padding-left: 10px;
  padding-right: 10px;
}

.img {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.block-items-content {
  margin-top: 90px;
  margin-bottom: 20px;
}

.block-item-line-desc {
  max-width: 460px;
}

.block-item-line-desc.parent-align-top {
  margin-top: 30px;
}

.block-item-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.block-item-line.align-top {
  align-items: flex-start;
}

.block-item-line-left {
  justify-content: center;
  display: flex;
}

.block-item-line-left.block-item-line-left-right-desc {
  justify-content: flex-end;
}

.block-item-line-right.block-item-line-right-center {
  justify-content: center;
  display: flex;
}

.block-item-line-wrap {
  width: 430px;
  height: 430px;
  max-width: 100%;
}

.block-item-line-title {
  color: #373938;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.block-item-line-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-item-line-text {
  color: #373938;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.info-items-block {
  background-color: #2c4b46;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.info-items-block.background-pink {
  background-color: #e0d9db;
}

.info-items-block.background-pink.info-items-block__big-padding-bottom {
  padding-bottom: 160px;
}

.info-items-block.backround-yellow {
  background-color: #f3f2ee;
}

.info-items-block.backround-yellow.info-items-block__big-padding-bottom {
  padding-bottom: 160px;
}

.info-items-block-title {
  color: #fff;
  letter-spacing: .03em;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.info-items-block-title.info-items-block-title__dark {
  color: #373938;
}

.info-items-block-title.info-items-block-title__dark.info-items-block-title__big-margin-bottom, .info-items-block-title.info-items-block-title__big-margin-bottom {
  margin-bottom: 56px;
}

.info-items-block-boxes {
  display: flex;
}

.info-items-block-boxes.info-items-block-boxes-5 {
  margin-left: -10px;
  margin-right: -10px;
}

.info-items-block-box {
  margin-bottom: 40px;
}

.info-items-block-box.info-items-block-box-5 {
  width: 100%;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.info-items-block-box-number {
  color: #768a87;
  letter-spacing: .03em;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.info-items-block-box-number.parent-background-pink {
  color: #a5a1a3;
}

.info-items-block-box-number.parent-background-yellow {
  color: #b1b2af;
}

.info-items-block-box-title {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.info-items-block-box-title.info-items-block-box__dark {
  color: #373938;
}

.info-items-block-box-text {
  color: #fff;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.info-items-block-box-text.info-items-block-box-text__dark {
  color: #373938;
}

.info-items-block-box-content {
  max-width: 260px;
}

.info-items-block-box-icon {
  min-height: 30px;
  margin-bottom: 30px;
  display: flex;
}

.info-items-block-box-icon-img {
  max-height: 100%;
  display: block;
}

.full-img-block {
  min-height: 400px;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 150px;
  position: relative;
}

.full-img-block-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.full-image-block-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.full-img-block-content {
  text-align: center;
}

.full-img-block-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.full-img-block-link {
  width: 100%;
  height: 56px;
  max-width: 230px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.full-img-block-link:hover {
  color: #373938;
  background-color: #fff;
  border-bottom-color: #fff;
}

.faqs-block {
  padding-top: 85px;
  padding-bottom: 96px;
}

.faqs-block.faqs-block-big-padding-bottom {
  padding-bottom: 220px;
}

.faqs-block-wrap {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

.faqs-block-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.faqs-block-top__title {
  color: #373938;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 46px;
}

.faqs-block-top__link {
  width: 100%;
  height: 50px;
  max-width: 230px;
  color: #373938;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 2px solid #373938;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.faqs-block-top__link:hover {
  color: #fff;
  background-color: #373938;
  border-bottom-color: #373938;
}

.faqs-items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.faqs-item {
  border-bottom: 2px solid #373938;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: opacity .2s;
  display: block;
  transform: translate(0);
}

.faqs-item-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faqs-item-top__name {
  color: #373938;
  letter-spacing: .03em;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.faqs-item-top__arrow {
  width: 18px;
  height: 18px;
  min-width: 18px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.faqs-item-desc {
  height: auto;
  padding-top: 0;
  display: none;
  overflow: visible;
}

.faqs-item-desc__text {
  color: #373938;
  letter-spacing: .02em;
  margin-bottom: 0;
  padding-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  display: block;
}

.block-item-line-list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}

.block-item-line-list__item {
  color: #000;
  letter-spacing: .02em;
  background-image: url('../images/check-icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 30px;
  padding-left: 45px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
}

.block-item-line-link {
  color: #373938;
  letter-spacing: .1em;
  border-bottom: 2px solid #373938;
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
}

.block-item-line-link:hover {
  color: #2c4b46;
  border-bottom-color: #2c4b46;
}

.full-img-block-desc {
  color: #fff;
  letter-spacing: .02em;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.img-block-content {
  background-color: #e0d9db;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-6 {
  grid-template-areas: "Area"
                       "Area";
}

.img-block-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .75fr;
  grid-template-areas: "areaImg areaTitle"
                       "areaImg areaDesc";
}

.img-block-content-img-wrap {
  justify-content: center;
  display: flex;
}

.img-block-content-img {
  width: 100%;
  display: block;
}

.img-block-content__img {
  width: 100%;
  max-width: 430px;
}

.img-block-content__title {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.img-block-content-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.img-block-content-list__item {
  margin-bottom: 38px;
  display: block;
}

.img-block-content-list__item-title {
  color: #373938;
  background-image: url('../images/check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.img-block-content-list__item-text {
  color: #373938;
  letter-spacing: .02em;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.img-block-content-link {
  width: 100%;
  height: 56px;
  max-width: 210px;
  color: #fff;
  letter-spacing: .1em;
  background-color: #2c4b46;
  border: 2px solid #2c4b46;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.img-block-content-link:hover {
  color: #2c4b46;
  background-color: #fff;
  border-bottom-color: #2c4b46;
}

.faqs-page-block {
  padding-top: 120px;
  padding-bottom: 160px;
}

.faqs-page-block__title {
  color: #373938;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Raleway, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.faqs-page-block__btns {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.faqs-page-block__btn {
  width: 100%;
  height: 40px;
  max-width: 230px;
  cursor: pointer;
  border: 2px solid #373938;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .2s, border .4s, background-color .4s;
  display: flex;
}

.faqs-page-block__btn:hover, .faqs-page-block__btn.faqs-page-block__btn1, .faqs-page-block__btn.faqs-page-block__btn1:hover {
  color: #fff;
  background-color: #63424b;
  border-color: #63424b;
}

.faqs-page-block__btn.faqs-page-block__btn2:hover, .faqs-page-block__btn.faqs-page-block__btn3:hover {
  color: #373938;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373938;
}

.faqs-page-block__btn-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 180%;
}

.faqs-page-block__question-block {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faqs-page-block__question-block.faqs-page-block__question-block2, .faqs-page-block__question-block.faqs-page-block__question-block3 {
  display: none;
}

.block-images {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 90px;
}

.block-images.bg-dark-white {
  background-color: #eaeae8;
  margin-bottom: 0;
  padding-bottom: 90px;
}

.block-images.bg-white-dark {
  background-color: #eaeae8;
}

.block-images-wrap {
  justify-content: flex-start;
  display: flex;
}

.block-images-img-list {
  z-index: 1;
  width: 100%;
  height: 828px;
  max-width: 760px;
  margin-top: -110px;
  margin-bottom: 0;
  margin-right: 90px;
  padding-left: 0;
  position: relative;
}

.block-images-img-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.block-images-img-item.f {
  display: none;
}

.block-images-img-item.block-images-img-item1 {
  opacity: 1;
  display: block;
}

.block-images-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 0%;
  display: block;
}

.block-images-content {
  min-width: 346px;
  margin-top: 100px;
}

.block-images-content__title {
  color: #373938;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.block-images-content-hover {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.block-images-content-hover-item {
  margin-bottom: 35px;
  position: relative;
}

.block-images-content-hover-item__text {
  color: #373938;
  letter-spacing: .1em;
  cursor: pointer;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.block-images-content-hover-item__text.block-images-content-hover-item__text1, .block-images-content-hover-item__text.block-images-content-hover-item__text2, .block-images-content-hover-item__text.block-images-content-hover-item__text3, .block-images-content-hover-item__text.block-images-content-hover-item__text4, .block-images-content-hover-item__text.block-images-content-hover-item__text5, .block-images-content-hover-item__text.block-images-content-hover-item__text6, .block-images-content-hover-item__text.block-images-content-hover-item__text7 {
  font-weight: 400;
}

.block-images-content-hover-item-line {
  z-index: -1;
  width: 260px;
  height: 2px;
  max-width: 100%;
  opacity: 0;
  background-color: #373938;
  transition: opacity .4s;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -82%;
  right: 0%;
}

.block-images-content-hover-item-line.block-images-content-hover-item-line1 {
  z-index: 0;
  width: 200px;
  opacity: 1;
  left: -62%;
}

.block-images-content-hover-item-line.block-images-content-hover-item-line2, .block-images-content-hover-item-line.block-images-content-hover-item-line3, .block-images-content-hover-item-line.block-images-content-hover-item-line4, .block-images-content-hover-item-line.block-images-content-hover-item-line5, .block-images-content-hover-item-line.block-images-content-hover-item-line6, .block-images-content-hover-item-line.block-images-content-hover-item-line7 {
  z-index: 0;
  width: 200px;
  opacity: 1;
  display: none;
  left: -62%;
}

.block-images-bigimg {
  width: 100%;
  max-width: 640px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.block-images-smallimg {
  width: 100%;
  max-width: 43%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.block-images-bigimag-img {
  width: 100%;
  height: 100%;
  display: block;
}

.block-images-smallimg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-images-img-wrap {
  width: 100%;
  padding-bottom: 18%;
  padding-right: 15%;
  position: relative;
}

.block-images-link {
  width: 100%;
  height: 56px;
  max-width: 230px;
  color: #373938;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #373938;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  transition: background-color .4s, color .4s, border .4s;
  display: flex;
}

.block-images-link:hover {
  color: #fff;
  background-color: #373938;
  border-bottom-color: #373938;
}

.section9-text {
  max-width: 632px;
  color: #373938;
  letter-spacing: .02em;
  margin-bottom: 46px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.link-text {
  color: #a25f4b;
  display: inline-block;
}

.list {
  list-style-type: disc;
}

.body {
  padding-top: 132px;
}

.body-home, .body-fix {
  padding-top: 0;
}

.about-main {
  background-color: #63424b;
  padding-top: 60px;
  padding-bottom: 80px;
}

.about-main-pretitle {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 46px;
}

.about-main-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Raleway, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.about-main-desc {
  max-width: 954px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.about-with-img {
  background-color: #e0d9db;
  padding-top: 80px;
  padding-bottom: 180px;
}

.about-with-img.about-with-img-green {
  background-color: #2c4b46;
  padding-top: 194px;
  padding-bottom: 85px;
}

.about-with-img.about-with-img-white {
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 85px;
}

.about-with-img-pretitle {
  color: #373938;
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.about-with-img-pretitle.about-with-img-pretitle-green {
  color: #fff;
}

.about-with-img-title {
  max-width: 1104px;
  color: #373938;
  text-align: center;
  letter-spacing: .03em;
  margin: 0 auto 80px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.about-with-img-title.about-with-img-title-green {
  color: #fff;
}

.about-with-img-flex-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-with-img-flex-block-img-wrap {
  z-index: 1;
  width: 100%;
  height: 496px;
  max-width: 496px;
  margin-bottom: -280px;
  margin-right: 40px;
  position: relative;
}

.about-with-img-flex-block-img-wrap.about-with-img-flex-block-img-wrap-green {
  order: 1;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 0;
}

.about-with-img-flex-block-img-wrap.about-with-img-flex-block-img-wrap-white {
  margin-bottom: 0;
}

.about-with-img-flex-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-with-img-flex-block-desc {
  width: 100%;
  max-width: 465px;
  margin-top: 70px;
}

.about-with-img-flex-block-desc.about-with-img-flex-block-desc-green {
  margin-top: 97px;
}

.about-with-img-flex-block-desc-text {
  color: #373938;
  letter-spacing: .02em;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}

.about-with-img-flex-block-desc-text.about-with-img-flex-block-desc-text-green {
  color: #fff;
  margin-bottom: 20px;
}

.list-item {
  list-style-type: none;
}

.header-fix-wrap {
  z-index: 99;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.background-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.background-video-2 {
  z-index: 99;
  width: 400px;
  height: 700px;
  max-width: 100%;
  position: relative;
}

.footer-policy-block-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 10px;
}

.footer-policy-block-link {
  color: #fff;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 9px;
  line-height: 10px;
}

.footer-policy-block-link:hover {
  color: #a25f4b;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40 {
  display: inline;
}

.list-2 {
  color: #373938;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.list-item-2 {
  list-style-type: decimal;
}

.link-41 {
  display: inline;
}

.column-48 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.solid-button {
  z-index: 50;
  width: 230px;
  height: 56px;
  box-shadow: none;
  color: #2c4b46;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 1.75px;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  padding: 18px 60px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.solid-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2c4b46;
  border-color: #2c4b46;
  box-shadow: 0 3px 8px rgba(29, 31, 46, .15);
}

.solid-button.expand {
  display: block;
}

.solid-button.header {
  width: 150px;
  height: 40px;
  color: #fff;
  background-color: #63424b;
  border-width: 0;
  border-radius: 1.75px;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 15px 30px 10px;
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.solid-button.header:hover {
  border-color: #373938;
}

.solid-button.header.sign-btn {
  width: 85px;
  height: auto;
  letter-spacing: 2px;
  border-style: none;
  margin-right: 22px;
  padding: 0;
}

.solid-button.header.sign-btn:hover {
  box-shadow: none;
  opacity: .7;
  color: #1d1f2e;
  background-color: rgba(0, 0, 0, 0);
}

.solid-button.header.sign-btn.sign-btn-mob {
  display: none;
}

.solid-button.header.login-button {
  background-color: #2c4b46;
}

.solid-button.left-aligned {
  align-self: flex-start;
  margin-top: 0;
}

.solid-button.left-aligned:hover {
  background-color: #2c4b46;
  border-color: #2c4b46;
}

.solid-button.left-aligned.greenbtn {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-size: 12px;
}

.profile-button {
  width: 40px;
  height: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2c4b46;
  background-image: url('../images/Shopping-Bag_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: row;
  flex: none;
  order: 1;
  align-self: auto;
  align-items: baseline;
  display: block;
  position: static;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .white-button {
    border-bottom-width: 2px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: rgba(255, 255, 255, .8);
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label.cc-department-label {
    margin-bottom: 10px;
  }

  .paragraph {
    align-self: center;
  }

  .paragraph.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin: 20px auto 30px;
    display: block;
  }

  .small-paragraph.footer {
    text-align: left;
    margin-top: 0;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    overflow: visible;
  }

  .wrap.cc-menu {
    width: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap.partner-with.phone {
    justify-items: stretch;
    margin-top: 40px;
    display: block;
  }

  .wrap.partner-with.phone.tabwrap {
    max-height: none;
  }

  .wrap.phone {
    width: 90%;
    max-height: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .wrap.brandinfo {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap.wrapinfosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu {
    padding-top: 82px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(29, 31, 46, .05);
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

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

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .about-head-pic {
    width: 100%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50%;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-section-2 {
    text-align: center;
    padding-right: 0;
  }

  .about-image-2 {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }

  .team-picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-pic-wrap {
    width: 50%;
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    width: 100%;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    display: flex;
  }

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

  .footer-link.footer-policy-link.footer-policy-link-first {
    margin-left: 0;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    max-width: none;
    min-width: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-picture.cc-featured-picture {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider {
    height: 100%;
  }

  .slide-wrap {
    text-align: center;
    flex-direction: column;
  }

  .slider-text-wrap {
    width: auto;
    padding-left: 0;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    max-width: 130px;
    margin-bottom: 10px;
  }

  .slide-image {
    width: 100%;
    height: 320px;
    background-position: 50%;
    margin-bottom: 30px;
  }

  .slide-image.cc-slider-image-2 {
    margin-bottom: 0;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    width: 70%;
    text-align: center;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .blog-pic-wrap {
    width: 50%;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
    position: relative;
  }

  .feature-item {
    width: auto;
    margin-bottom: 50px;
  }

  .featured-collection {
    flex-direction: column;
    align-items: stretch;
  }

  .magazine-images-wrap {
    margin-bottom: 50px;
  }

  .header-image {
    width: 100%;
    min-width: auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .header-section {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    width: auto;
    text-align: center;
    flex-direction: row;
    position: relative;
  }

  .header-text {
    z-index: 2;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

  .magazine-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    display: flex;
  }

  .office-image {
    width: 100%;
    height: 300px;
    background-position: 50%;
    margin-bottom: 40px;
  }

  .directory-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    align-items: center;
    display: flex;
  }

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

  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    width: auto;
    text-align: center;
    border-bottom: 1px solid rgba(210, 210, 213, .3);
    border-right-style: none;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

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

  .deco-block {
    max-width: none;
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .outline-button {
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .outline-button.header {
    display: none;
  }

  .outline-button.header.sign-btn.sign-btn-mob {
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/Account-Nav.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 20px;
    border-style: none;
    margin-right: 0;
    display: block;
  }

  .outline-button.left-aligned {
    width: 230px;
    padding: 18px 0;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .related-blog-detail-post-wrap {
    width: 100%;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    width: auto;
    border-style: none;
    border-width: 0;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    width: 200px;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .slider-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .category-wrap {
    width: 100%;
    justify-content: center;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .slide1-product-slider {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50%;
  }

  .section {
    display: none;
  }

  .container-3 {
    padding-left: 30px;
  }

  .column-10 {
    display: block;
  }

  .column-11 {
    height: 500px;
    margin-bottom: 44px;
  }

  .column-11.phonenoshow {
    margin-bottom: 60px;
  }

  .accordian-image.first, .accordian-image.third, .accordian-image.four, .accordian-image.two {
    width: 100%;
    cursor: default;
  }

  .accordian-image.five {
    width: 100%;
    height: 100%;
    display: block;
  }

  .accordian-image-toggle {
    width: 100%;
    height: 350px;
    padding: 30px;
  }

  .section-6 {
    max-height: 600px;
    flex-wrap: nowrap;
    align-content: center;
  }

  .image-5.imgtab3, .image-5.imgtab2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-5.imgtab1 {
    text-align: left;
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section-8 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .section-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-25 {
    margin-top: 40px;
  }

  .container-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-4 {
    margin-top: auto;
  }

  .heading-14 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-12.hoverimgtext {
    opacity: 1;
  }

  .link-block {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(15, 26, 24, .34) 66%, rgba(43, 74, 69, .68) 100%, #2c4b46);
    background-clip: border-box;
  }

  .text-block-13 {
    opacity: 1;
    margin-top: 12px;
    position: relative;
  }

  .heading-15 {
    margin-bottom: 22px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .tabs-menu {
    margin-bottom: 74px;
  }

  .paragraph-7 {
    margin-bottom: 26px;
  }

  .column-32 {
    opacity: 0;
    position: absolute;
  }

  .tabs {
    margin-top: 50px;
  }

  .tabs-content {
    margin-bottom: 50px;
  }

  .image-8 {
    max-width: 100%;
  }

  .column-34 {
    padding: 60px 30px;
  }

  .div-block-8 {
    left: -31px;
  }

  .paragraph-8.cc-separate-subheadline {
    margin-bottom: 32px;
  }

  .paragraph-9 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .sectiontabs {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-10 {
    margin-bottom: 30px;
    font-weight: 300;
  }

  .link-2 {
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-info {
    overflow: hidden;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-2" minmax(min-content, 100%)
                   "Area" minmax(400px, 100%)
                   / minmax(200px, 100%);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .div-block-9 {
    min-height: auto;
    padding: 60px 30px;
  }

  .div-block-10 {
    width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
  }

  .sectiontestmonials-slider {
    padding-top: 60px;
  }

  .div-block-11 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .left-arrow-4 {
    position: absolute;
  }

  .mask-2.maskslider {
    margin-right: 43%;
  }

  .div-block-20 {
    padding-left: 20px;
  }

  .div-block-21 {
    width: 40px;
    height: 40px;
    opacity: 1;
    align-self: auto;
    display: flex;
  }

  .div-block-22 {
    padding: 30px;
    display: block;
    position: fixed;
    left: -100%;
  }

  .div-block-23 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-19 {
    width: 12px;
    height: 12px;
  }

  .link-5 {
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
  }

  .link-5:hover {
    color: #fff;
  }

  .link-5.mob-link-nav {
    margin-bottom: 12px;
    font-weight: 400;
  }

  .div-block-24 {
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-6 {
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 30px;
    display: block;
  }

  .link-6:hover {
    color: #fff;
    margin-bottom: 12px;
  }

  .section-10, .div-block-25 {
    display: none;
  }

  .column-44 {
    padding-left: 20px;
  }

  .text-block-18 {
    width: 100%;
    border-right-style: none;
  }

  .paragraph-19 {
    display: none;
  }

  .top-banner-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .block-images {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .block-images.bg-dark-white {
    padding-bottom: 30px;
  }

  .block-images-wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .block-images-img-list {
    height: 324px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-images-img-item {
    max-width: 100%;
  }

  .block-images-img {
    object-position: 0% 0%;
  }

  .block-images-content {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 0%;
  }

  .block-images-content__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .block-images-content-hover {
    flex-wrap: wrap;
    display: flex;
  }

  .block-images-content-hover-item {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
  }

  .block-images-content-hover-item__text.block-images-content-hover-item__text1 {
    text-decoration: none;
  }

  .block-images-content-hover-item__text.block-images-content-hover-item__text1:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text2:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text3:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text4:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text5:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text6:hover, .block-images-content-hover-item__text.block-images-content-hover-item__text7:hover {
    text-decoration: underline;
  }

  .block-images-content-hover-item-line {
    display: none;
  }

  .block-images-content-hover-item-line.block-images-content-hover-item-line1, .block-images-content-hover-item-line.block-images-content-hover-item-line2, .block-images-content-hover-item-line.block-images-content-hover-item-line3, .block-images-content-hover-item-line.block-images-content-hover-item-line4, .block-images-content-hover-item-line.block-images-content-hover-item-line5, .block-images-content-hover-item-line.block-images-content-hover-item-line6, .block-images-content-hover-item-line.block-images-content-hover-item-line7 {
    opacity: 0;
  }

  .block-images-bigimg {
    display: none;
  }

  .block-images-smallimg {
    height: 100%;
    max-width: 100%;
    position: static;
  }

  .block-images-img-wrap {
    height: 100%;
    max-width: 280px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .block-images-link {
    height: 40px;
    max-width: 170px;
    margin-top: 25px;
    font-size: 10px;
  }

  .section9-text {
    margin-bottom: 38px;
  }

  .body-home, .body-fix {
    padding-top: 0;
  }

  .about-with-img-flex-block-img-wrap.about-with-img-flex-block-img-wrap-green {
    align-items: flex-start;
    display: flex;
  }

  .about-with-img-flex-block-img {
    object-fit: contain;
    display: inline-block;
  }

  .solid-button {
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .solid-button.header {
    flex: none;
    display: block;
  }

  .solid-button.header.sign-btn.sign-btn-mob {
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/Account-Nav.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 20px;
    border-style: none;
    margin-right: 0;
    display: block;
  }

  .solid-button.header.login-button {
    width: 70px;
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    display: none;
  }

  .solid-button.header.join-now {
    width: 80px;
    height: 30px;
    padding: 10px 5px;
    font-size: 10px;
    display: none;
  }

  .solid-button.left-aligned {
    width: 230px;
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-footer-section-headline {
    text-align: center;
    margin-bottom: 8px;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .small-paragraph.footer {
    align-items: flex-start;
  }

  .text-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::-ms-input-placeholder {
    text-align: center;
  }

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .content.white {
    margin-top: 60px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .wrap.cc-menu.center {
    padding-top: 0;
  }

  .wrap.cc-styleguide-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.phone {
    max-height: none;
    grid-template-rows: minmax(220px, 0) minmax(220px, 0);
    margin-bottom: 90px;
  }

  .wrap.wrapinfosection.block-images-wrap {
    margin-top: 0;
  }

  .wrap.wrapslider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.footerwrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .menu {
    padding-top: 82px;
    overflow: visible;
  }

  .brand {
    padding-bottom: 40px;
  }

  .brand.w--current {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .footer-link {
    text-align: center;
    justify-content: space-around;
    margin-bottom: 0;
    line-height: 34px;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-picture.cc-featured-picture {
    height: 380px;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    position: absolute;
    top: 35%;
    bottom: 0%;
    left: -50%;
    right: -50%;
  }

  .logo-image.cc-footer-logo {
    width: 130px;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    margin-right: auto;
    display: block;
    position: static;
    top: 0%;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .blog-pic-wrap {
    width: 100%;
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .magazine-small-image-1 {
    width: 50%;
    height: 200px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .magazine-small-image-2 {
    width: 50%;
    height: 200px;
    margin-left: 10px;
  }

  .magazine-images-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .header-image {
    min-height: 300px;
    min-width: auto;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
  }

  .header-headline.phone {
    font-size: 36px;
    line-height: 44px;
  }

  .magazine-image {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .magazine-small-images {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .related-blog-detail-post-wrap {
    width: 100%;
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .section {
    display: none;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .cta-tag {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2.no-padding {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .section-3 {
    margin-top: 0;
  }

  .container-2.clear {
    padding-top: 50px;
  }

  .column-7 {
    object-fit: fill;
    margin-top: 65px;
    padding-left: 0;
    padding-right: 0;
    left: -24px;
  }

  .container-3 {
    padding: 54px 0 60px 30px;
  }

  .section-4.phone {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-11 {
    height: 390px;
    overflow: visible;
  }

  .column-11.phonenoshow {
    display: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

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

  .column-15 {
    flex-wrap: wrap;
    flex: 0 auto;
    padding: 0;
    position: relative;
  }

  .column-16 {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .columns-6.phone {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .accordian-image.first {
    height: 100%;
  }

  .accordian-image.third {
    background-size: cover;
  }

  .accordian-image.four {
    object-fit: cover;
    background-size: cover;
  }

  .accordian-image.two {
    object-fit: cover;
    object-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
  }

  .accordian-image-toggle {
    height: 220px;
    object-fit: cover;
    top: auto;
    overflow: hidden;
  }

  .section-6 {
    max-height: 600px;
    object-fit: contain;
    flex-wrap: nowrap;
    flex: 0 5;
    align-content: space-around;
  }

  .image-5.imgtab3 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-5.imgtab1 {
    position: absolute;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    flex-direction: column;
    padding-bottom: 60px;
    display: none;
  }

  .columns-9 {
    flex-direction: column;
  }

  .section-8 {
    margin-top: 0;
  }

  .column-25 {
    align-items: flex-start;
  }

  .container-6 {
    flex-direction: row;
    align-items: flex-start;
  }

  .column-27 {
    display: none;
  }

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

  .column-29 {
    display: none;
  }

  .div-block-7 {
    z-index: 0;
    width: 100%;
    opacity: 1;
    padding-left: 0%;
    left: 100%;
  }

  .column-30, .column-31 {
    margin-bottom: 20px;
  }

  .grid-4 {
    grid-template-rows: minmax(min-content, 100%) minmax(413px, 100%);
  }

  .sectiontestmonials-slider {
    padding-bottom: 60px;
  }

  .slider-3 {
    height: auto;
    margin-top: 50px;
    padding-bottom: 70px;
  }

  .div-block-11 {
    min-height: 270px;
    padding: 56px 30px 42px;
  }

  .column-35 {
    height: auto;
    margin-bottom: 30px;
  }

  .columns-12 {
    height: auto;
    padding-left: 0;
  }

  .slide-nav-3 {
    font-size: 5px;
  }

  .image-9 {
    width: 98%;
  }

  .column-36 {
    height: 400px;
  }

  .image-10, .image-11 {
    width: 98%;
  }

  .div-block-12 {
    flex-wrap: wrap;
  }

  .div-block-13, .div-block-14, .div-block-15, .div-block-16 {
    width: 100%;
    max-width: 50%;
  }

  .image-12 {
    margin-bottom: 60px;
  }

  .sectionslidershop {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .left-arrow-4 {
    width: 50px;
    height: 50px;
    top: -106px;
    bottom: auto;
    left: auto;
    right: 80px;
  }

  .paragraph-15 {
    font-size: 28px;
  }

  .slider-4 {
    height: 400px;
    justify-content: flex-start;
  }

  .right-arrow-4 {
    width: 50px;
    height: 50px;
    top: -106px;
    bottom: auto;
    left: auto;
    right: 30px;
  }

  .mask-2.maskslider {
    max-width: 307px;
    margin-left: 30px;
    margin-right: 0%;
  }

  .slide-8.bottom_slide, .slide-9, .slide-10.bottom_slide, .slide-11, .slide-12.bottom_slide {
    margin-top: 0;
  }

  .div-block-17 {
    height: 308px;
    margin-bottom: 28px;
  }

  .paragraph-16 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .becomebl1, .becomebl2 {
    margin-bottom: 30px;
  }

  .grid-5 {
    grid-template: "Area"
                   "Area-2"
                   / minmax(100%, 1fr);
    grid-auto-flow: row;
  }

  .paragraph-18 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }

  .div-block-20 {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 56px;
    padding-left: 0;
    display: flex;
  }

  .link-4 {
    height: 40px;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .column-37 {
    text-align: center;
    border-right-width: 0;
    flex: 0 auto;
    justify-content: space-around;
    margin-bottom: 56px;
    padding-left: 0;
    display: block;
  }

  .columns-13 {
    border-top: 1px solid #c4c4c4;
    flex-flow: row-reverse wrap-reverse;
    padding-top: 40px;
    display: flex;
  }

  .column-38 {
    object-fit: fill;
    display: block;
  }

  .div-block-22 {
    left: -100%;
  }

  .column-40 {
    min-height: 130px;
  }

  .slide-13, .slide-15 {
    margin-top: 0;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-26.footer-logo {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .column-41 {
    text-align: left;
    margin-bottom: 20px;
    display: block;
  }

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

  .column-42 {
    display: block;
  }

  .column-43 {
    border-top: 1px solid #c4c4c4;
    border-right-style: none;
    order: 2;
    margin-bottom: 56px;
    padding: 40px 0 0;
  }

  .div-block-27 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-28 {
    padding-left: 0;
  }

  .column-44 {
    object-fit: fill;
    order: 1;
    margin-bottom: 56px;
    padding-left: 0;
  }

  .div-block-29 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-policy-block {
    display: none;
  }

  .columns-15 {
    flex-flow: wrap;
    display: flex;
  }

  .column-45 {
    order: 3;
    display: block;
  }

  .paragraph-19 {
    color: #fff;
    margin-bottom: 32px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: block;
  }

  .top-banner-page {
    overflow: hidden;
  }

  .top-banner-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 44px;
  }

  .div-block-30 {
    width: 100vw;
    left: -30px;
    right: -30px;
  }

  .paragraph-20 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
  }

  .top-banner-btn {
    height: 40px;
    max-width: 170px;
  }

  .top-banner-wrap {
    min-height: auto;
    flex-wrap: wrap;
  }

  .top-banner-wrap-left {
    order: 2;
  }

  .top-banner-wrap-right {
    min-height: 240px;
    order: 1;
  }

  .img {
    width: 100vw;
    height: 100%;
    left: -30px;
    right: -30px;
  }

  .block-items-content {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .block-item-line-desc {
    max-width: 100%;
  }

  .block-item-line {
    flex-wrap: wrap;
    margin-bottom: 26px;
  }

  .block-item-line-left.block-item-line-left-right-desc {
    order: 2;
  }

  .block-item-line-right.block-item-line-right-center {
    order: 1;
  }

  .block-item-line-wrap {
    width: 300px;
    height: 300px;
    margin-bottom: 25px;
  }

  .block-item-line-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .info-items-block {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .info-items-block.background-pink.info-items-block__big-padding-bottom, .info-items-block.backround-yellow.info-items-block__big-padding-bottom {
    padding-bottom: 60px;
  }

  .info-items-block-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .info-items-block-title.info-items-block-title__dark.info-items-block-title__big-margin-bottom {
    margin-bottom: 50px;
  }

  .info-items-block-boxes {
    flex-wrap: wrap;
  }

  .info-items-block-box-number {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px;
  }

  .info-items-block-box-title {
    font-size: 20px;
  }

  .info-items-block-box-content {
    max-width: 100%;
  }

  .full-img-block {
    min-height: 340px;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .full-img-block-title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .full-img-block-link {
    height: 40px;
    max-width: 170px;
    font-size: 10px;
  }

  .faqs-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faqs-block.faqs-block-big-padding-bottom {
    padding-bottom: 100px;
  }

  .faqs-block-top {
    margin-bottom: 10px;
  }

  .faqs-block-top__title {
    font-size: 28px;
    line-height: 36px;
  }

  .faqs-block-top__link {
    height: 40px;
    max-width: 170px;
    font-size: 10px;
  }

  .faqs-item-top__name {
    font-size: 20px;
  }

  .faqs-item-desc {
    font-size: 14px;
  }

  .block-item-line-link {
    margin-top: 0;
  }

  .img-block-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .img-block-content-wrap {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "areaTitle areaTitle"
                         "areaImg areaImg"
                         "areaDesc areaDesc";
  }

  .img-block-content-img-wrap {
    margin-bottom: 20px;
  }

  .img-block-content__img {
    max-width: 300px;
    margin-bottom: 36px;
  }

  .img-block-content__title {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 44px;
  }

  .img-block-content-list__item {
    margin-bottom: 30px;
  }

  .img-block-content-list__item-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .img-block-content-link {
    height: 40px;
    max-width: 170px;
    font-size: 10px;
  }

  .faqs-page-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faqs-page-block__title {
    font-size: 28px;
    line-height: 36px;
  }

  .faqs-page-block__btns {
    margin-bottom: 20px;
  }

  .faqs-page-block__btn.faqs-page-block__btn1, .faqs-page-block__btn.faqs-page-block__btn2, .faqs-page-block__btn.faqs-page-block__btn3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .block-images {
    margin-top: 0;
  }

  .block-images-wrap {
    margin-top: -50px;
  }

  .block-images-img-list {
    margin-top: 0;
  }

  .body-home, .body-fix {
    padding-top: 0;
  }

  .about-main {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .about-main-title {
    font-size: 36px;
    line-height: 44px;
  }

  .about-main-desc {
    font-size: 14px;
    line-height: 26px;
  }

  .about-with-img, .about-with-img.about-with-img-green {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-with-img.about-with-img-white {
    padding-top: 64px;
    padding-bottom: 38px;
  }

  .about-with-img-pretitle {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px;
  }

  .about-with-img-title {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 36px;
  }

  .about-with-img-flex-block {
    flex-wrap: wrap;
  }

  .about-with-img-flex-block-img-wrap {
    height: auto;
    max-width: 366px;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-with-img-flex-block-img-wrap.about-with-img-flex-block-img-wrap-green {
    order: -1;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-with-img-flex-block-img-wrap.about-with-img-flex-block-img-wrap-white {
    margin-bottom: 20px;
  }

  .about-with-img-flex-block-desc {
    max-width: 100%;
    margin-top: 0;
  }

  .about-with-img-flex-block-desc.about-with-img-flex-block-desc-green {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    width: 170px;
    height: 40px;
    border-width: 1.5px;
    border-radius: 1.5px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    font-size: 10px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .label.cc-subheadline {
    padding-top: 0;
    font-size: 12px;
  }

  .content.white.block111 {
    margin-top: 0;
  }

  .wrap {
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .wrap.partner-with.phone {
    margin-top: 80px;
  }

  .wrap.partner-with.phone.tabwrap {
    margin-bottom: 0;
  }

  .wrap.phone {
    max-height: none;
  }

  .wrap.wrapinfosection.block-images-wrap {
    overflow: visible;
  }

  .wrap.wrapslider {
    padding-left: 30px;
  }

  .menu {
    padding-top: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    flex-flow: column wrap;
    flex: none;
    align-items: center;
    padding-left: 0;
  }

  .subheadline-wrap.cc-separate-subheadline.black {
    padding-top: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .team-picture {
    width: 100%;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    max-width: 150px;
    min-height: 100%;
    flex: none;
    top: 0%;
    bottom: 0%;
    left: -50%;
    right: -50%;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

  .header-content {
    object-fit: scale-down;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    overflow: scroll;
  }

  .header-content.phone {
    max-width: 100%;
    overflow: hidden;
  }

  .header-text {
    width: auto;
    max-width: none;
    object-fit: scale-down;
    overflow: auto;
  }

  .header-headline.phone {
    max-width: 360px;
    letter-spacing: .24vh;
    font-size: 40px;
    line-height: 50px;
  }

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

  .office-image {
    height: 190px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .outline-button {
    width: 170px;
    height: 40px;
    border-width: 1.5px;
    border-radius: 1.5px;
    padding: 10px 0;
    font-size: 10px;
  }

  .outline-button.left-aligned {
    width: 170px;
    height: 40px;
    border-radius: 1.5px;
    padding: 10px 0;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .licence-item {
    flex-direction: column;
  }

  .cta-tag {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .heading-2.no-padding {
    line-height: 36px;
  }

  .container-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4.phone {
    padding-top: 50px;
  }

  .column-15 {
    position: relative;
  }

  .column-16 {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6, .section-6 {
    flex-wrap: wrap;
  }

  .column-17 {
    flex-wrap: wrap;
    align-content: center;
  }

  .columns-7 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .mask {
    height: auto;
    max-height: 630px;
  }

  .mask.phone {
    width: auto;
    overflow: visible;
  }

  .slider-2 {
    height: auto;
    max-height: 630px;
  }

  .slider-2.phone {
    width: 270px;
    flex: 1;
    align-self: center;
    overflow: visible;
  }

  .column-18 {
    clear: right;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    align-content: center;
    align-self: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .image-5.imgtab3, .image-5.imgtab2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .image-5.imgtab1 {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
    top: 0%;
    bottom: auto;
    left: 10px;
    right: auto;
  }

  .section-7 {
    padding-bottom: 60px;
  }

  .columns-9 {
    flex-wrap: wrap;
  }

  .column-23 {
    object-fit: contain;
    flex-direction: column;
    flex: none;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .section-8 {
    margin-top: 0;
  }

  .div-block-4 {
    display: none;
  }

  .columns-10 {
    flex-wrap: wrap;
  }

  .column-27 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-5 {
    width: 200px;
    height: 1px;
    background-color: #fff;
    align-self: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .heading-14 {
    line-height: 30px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-right: 10px;
  }

  .tab-link-tab-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3 {
    padding-left: 10px;
    padding-right: 0;
  }

  .tabs-menu {
    display: flex;
  }

  .column-32 {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }

  .sectiontabs {
    margin-top: 0;
  }

  .link-2 {
    width: 170px;
    height: 40px;
    min-width: 170px;
    border-width: 1.5px;
    border-radius: 1.5px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .div-block-9 {
    padding-right: 30px;
  }

  .sectiontestmonials-slider, .slider-3 {
    padding-bottom: 0;
  }

  .image-9 {
    padding-bottom: 60px;
  }

  .column-36 {
    height: auto;
  }

  .div-block-13, .div-block-16 {
    padding-left: 20px;
  }

  .paragraph-15 {
    font-size: 22px;
  }

  .becomebl1, .becomebl2 {
    margin-bottom: 30px;
  }

  .link-4 {
    height: 40px;
    max-width: 170px;
    border-radius: 1.5px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

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

  .section-10 {
    display: none;
  }

  .block-images-img-list {
    margin-top: 0;
  }

  .block-images-img-item {
    opacity: 0;
  }

  .body-home, .body-fix {
    padding-top: 0;
  }

  .about-main-pretitle {
    margin-bottom: 4px;
  }

  .about-main-title {
    margin-bottom: 22px;
  }

  .solid-button {
    width: 170px;
    height: 40px;
    border-width: 1.5px;
    border-radius: 1.5px;
    padding: 10px 0;
    font-size: 10px;
  }

  .solid-button.left-aligned {
    width: 170px;
    height: 40px;
    border-radius: 1.5px;
    padding: 10px 0;
  }
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b, #w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-ed4964aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-ed4964aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-e04964ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-e04964ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9c11493-a7e0-285a-bdae-13238a8ad832-b9a20ccd, #w-node-_23f76bef-cfbc-d0a5-3bdf-20b02b68c3f5-1fe959ba, #w-node-_71967016-d983-bfd9-3240-fadd3f594134-e1a90305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e251e35-332e-b44e-c775-350853199798-e1a90305 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-da5177b9-7b11-5046-bb8c-b7b4ede0b0f9-e1a90305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_07543fa7-eb09-87a2-99c4-58546ce56831-e1a90305, #w-node-b56f8aeb-8c7f-1cdd-aefc-c1bfaf17d5ab-e1a90305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ab4f860d-bd3a-bcae-0f1d-565b7cba84d2-2d49649d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62ec5def-4dde-8c40-de4f-0feb74d7765a-2d49649d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08a72179-f4ce-8cea-563b-5dd57cd2fc9f-2d49649d {
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab4f860d-bd3a-bcae-0f1d-565b7cba84d2-2d49649d, #w-node-ab4f860d-bd3a-bcae-0f1d-565b7cba84d5-2d49649d, #w-node-ab4f860d-bd3a-bcae-0f1d-565b7cba84d8-2d49649d, #w-node-ab4f860d-bd3a-bcae-0f1d-565b7cba84db-2d49649d, #w-node-_62ec5def-4dde-8c40-de4f-0feb74d7765a-2d49649d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e251e35-332e-b44e-c775-350853199798-e1a90305 {
    grid-area: areaImg;
  }

  #w-node-da5177b9-7b11-5046-bb8c-b7b4ede0b0f9-e1a90305 {
    grid-area: areaTitle;
    align-self: end;
  }

  #w-node-_07543fa7-eb09-87a2-99c4-58546ce56831-e1a90305 {
    grid-area: areaDesc;
  }
}


