:root {
  --indian-red: #eb5757;
  --white-smoke: #f9f9f9;
  --black: #222;
  --dark-green: #30331e;
  --color: white;
  --green: #5d6439;
  --transparent: #fff0;
  --dim-grey: #525252;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--indian-red);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  color: var(--white-smoke);
  background-color: #2220;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.btn {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

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

.btn.dark:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
}

.btn.dark.outline {
  border-color: var(--black);
  color: var(--black);
}

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

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn.light {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.light.outline {
  color: var(--white-smoke);
  margin-left: 0;
}

.btn.light.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.light.outline.top-header-btn {
  color: var(--dark-green);
  background-color: #fff;
}

.btn.light.outline.top-header-btn:hover {
  color: var(--color);
  background-color: #0000;
}

.btn.outline {
  color: var(--indian-red);
  background-color: #0000;
}

.btn.outline:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.btn.outline:focus {
  border: 1px solid var(--indian-red);
  box-shadow: 0 0 2px 0 var(--indian-red);
}

.btn.outline.home-contact-light {
  color: var(--green);
}

.btn.outline.home-contact-light:hover {
  background-color: var(--green);
  color: var(--color);
}

.btn.home-page-hero-btn {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.home-page-hero-btn:hover {
  border-color: var(--white-smoke);
  background-color: var(--transparent);
  color: var(--white-smoke);
}

.btn.home-page-hero-btn.outline {
  color: var(--black);
  margin-left: 0;
}

.btn.home-page-hero-btn.outline:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.btn.home-page-hero-btn.outline.top-header-btn {
  color: var(--dark-green);
  background-color: #fff;
}

.btn.home-page-hero-btn.outline.top-header-btn:hover {
  color: var(--color);
  background-color: #0000;
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  background-color: var(--black);
  color: var(--white-smoke);
}

.color-block.secondary {
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

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

.color-block.primary-variant {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.color-block.secondary-variant {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: var(--gold);
}

.color-block.alert-blocks.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.color-block.alert-blocks.alert {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.color-block.alert-blocks.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 0;
}

.separator {
  background-color: var(--dim-grey);
  height: 1px;
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  background-color: var(--black);
  color: var(--white-smoke);
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

.page-title-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.contact {
  position: absolute;
  inset: 0%;
}

.page-title {
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0;
}

.input {
  border: 1px solid var(--black);
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: var(--green);
}

.input::placeholder {
  color: var(--dim-grey);
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.alert-wrapper {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  background-color: var(--red);
  color: var(--white-smoke);
}

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

.alert-wrapper.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 20px;
}

.alert-wrapper.information {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  background-color: var(--red);
  color: var(--white-smoke);
}

.pill.warning.badge {
  border-radius: 0;
}

.pill.caution {
  background-color: var(--gold);
  color: var(--black);
}

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  min-height: auto;
  padding-top: 5px;
}

.pill.success.badge, .pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: var(--indian-red);
  font-size: 16px;
}

.pill.primary.alert-bar {
  background-color: var(--green);
}

.hero-section {
  background-image: linear-gradient(63deg, #222 26%, #2220), url('../images/forest-1866837_960_720.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-lumn-167698.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-thiago-japyassu-1563604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: var(--green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: var(--white-smoke);
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  font-size: 22px;
  transition: all .3s;
}

.nav-link:hover {
  background-color: var(--black);
  background-image: none;
}

.nav-link.w--current {
  color: var(--white-smoke);
}

.nav-wrapper {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 550px;
  padding-top: 20px;
  display: flex;
}

.hero-heading {
  color: var(--white-smoke);
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-start;
  align-items: stretch;
  width: 60%;
  font-size: 62px;
  line-height: 1.2;
  display: block;
}

.hero-heading.anout-hero-heading {
  align-self: flex-start;
  width: 40%;
}

.hero-heading.anout-hero-heading.new-page-heading {
  display: block;
}

.hero-paragraph {
  color: var(--white-smoke);
  text-align: left;
  align-self: flex-start;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-button-wrapper {
  align-self: flex-start;
  width: 40%;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 0;
}

.support-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square {
  background-color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: var(--white-smoke);
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-square-text {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square-image {
  position: absolute;
  inset: auto -25% -25% auto;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.safe-section {
  background-image: linear-gradient(108deg, #2222222b, var(--black)), url('../images/Low-angle-view-of-tall-trees-against-the-sky.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  display: flex;
}

.safe-heading {
  color: var(--white-smoke);
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.safe-paragraph {
  color: var(--white-smoke);
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: var(--black);
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: var(--indian-red);
  text-decoration: line-through;
}

.shop-local-section {
  border: 1px #000;
  border-radius: 0;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: none;
  background-size: auto;
  border-radius: 5px;
  width: 40%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  background-color: var(--dark-green);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.footer-wrapper.padding-bottom-60 {
  padding-bottom: 60px;
}

.footer-wrapper.padding-bottom-60.footer-wrapper-logo-area {
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
}

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

.footer-logo-column.footer-column-fixed-width-30 {
  align-items: flex-start;
  min-width: 21%;
}

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  border-top: 1px solid #7e7e7e;
  margin-top: 55px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-menu {
  font-size: 22px;
}

.content-section {
  min-height: 30vh;
  padding-top: 65px;
  padding-bottom: 140px;
}

.content-section:hover {
  color: #000;
}

.content-section.why-acme-sections {
  min-height: 10vh;
  padding-bottom: 0;
}

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

.content-section.sell-faq-area {
  min-height: 10vh;
  padding-bottom: 0;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading, .why-acme-paragraph {
  text-align: center;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 22%;
}

.about-column.about-column-step-1 {
  padding-top: 180px;
}

.about-column.about-column-step-2 {
  padding-top: 120px;
}

.about-column.about-column-step-3 {
  padding-top: 60px;
}

.image {
  max-width: 50%;
  display: block;
}

.image.road-signage-3 {
  margin-top: 20px;
}

.image.road-signage-4 {
  margin-top: 40px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-right {
  width: 100%;
  margin-left: 60px;
  padding-left: 60px;
}

.contact-hero-section {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-image-div {
  background-image: url('../images/pexels-aaron-burden-2890344-1440.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.contact-block-wrapper {
  justify-content: center;
  display: flex;
}

.contact-block {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-block.middle-contact-block {
  background-image: url('../images/ContactUS.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-icon {
  margin-bottom: 30px;
}

.heading {
  margin-top: 55px;
}

.success {
  background-color: var(--green);
  color: var(--white-smoke);
  border-radius: 5px;
  min-height: 280px;
  margin-top: 20px;
  padding-top: 125px;
  padding-left: 40px;
  padding-right: 40px;
}

.error {
  background-color: var(--red);
  color: var(--white-smoke);
  border-radius: 5px;
}

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

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 400px;
}

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

.price-wrapper {
  border-bottom: 1px #22222214;
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  background-color: var(--indian-red);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  inset: 4% 2% auto auto;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 5px;
  position: absolute;
  inset: 8% 1% auto auto;
}

.shop-button-wrapper {
  justify-content: center;
  display: flex;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 450px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: var(--indian-red);
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.featured-wrapper {
  color: var(--white-smoke);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 250px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: var(--white-smoke);
  margin-bottom: 5px;
  position: static;
  inset: auto auto 0% 1%;
}

.featured-price {
  position: static;
  inset: auto auto 0% 0%;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  inset: auto auto 6% 2%;
}

.featured-gradient-overlay {
  background-image: linear-gradient(#22222238, #222222b0);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.donate-explainer {
  background-image: linear-gradient(to bottom, #2222228f, var(--black)), url('../images/pexels-aaron-burden-2890344-1440.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
  padding-top: 151px;
  padding-bottom: 35px;
}

.donate-heading-1 {
  text-align: center;
  align-self: center;
  margin-bottom: -5px;
  font-size: 62px;
  font-weight: 700;
}

.donate-heading-2 {
  text-align: center;
  align-self: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.donate-paragraph {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

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

.container-checkout {
  justify-content: center;
  max-width: 1200px;
}

.pay-with-browser, .apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.utility-page-wrap {
  background-image: linear-gradient(to bottom, #2222226b, var(--black)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.alert-empty {
  background-color: #0000;
  display: none;
}

.image-2 {
  object-fit: fill;
  width: 100px;
  display: inline-block;
}

.image-4 {
  border: 1px solid #000;
  border-radius: 5px;
}

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

.contact-us-small-paragraph {
  min-height: 70px;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #222;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 24px;
}

.button:hover {
  color: var(--white-smoke);
  background-color: #000;
  border-color: #000;
}

.footer5_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  text-align: left;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer5_credit-text {
  font-size: .875rem;
}

.footer5_legal-link {
  color: var(--white-smoke);
  font-size: .875rem;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-8 {
  display: block;
}

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

.policy-explainer {
  background-image: linear-gradient(to bottom, #2222228f, var(--black)), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-3, .container-4 {
  max-width: 1200px;
}

.announcement-page-header {
  text-align: center;
  position: static;
}

.properties-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.properties-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.property-price-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.property-price-wrapper.tablet {
  display: none;
}

.property-metatag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.property-link {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.property-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-xsmall {
  width: 100%;
  height: .5rem;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

.text-size-small {
  color: #fff;
  margin-bottom: 0;
  font-size: .875rem;
}

.property-plus {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 50%;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.property-back-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ececec;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-size-large {
  font-size: 1.25rem;
}

.property-front-wrapper {
  z-index: 1;
  height: 100%;
  position: relative;
}

.property-image-wrapper {
  border-radius: 1.5rem;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  transform: translate(0);
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.property-metatag-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.property-metatag-list.tablet {
  display: none;
}

.property-overlay {
  background-image: linear-gradient(#0000, #0003);
  position: absolute;
  inset: 0%;
}

.property-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-right-orig {
  width: 100%;
  padding-left: 20px;
}

.text-block-2 {
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--green);
}

.paragraph-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-2 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.container-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

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

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #5d6439;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.slider {
  margin-top: 4rem;
  margin-bottom: .125em;
  position: relative;
  overflow: visible;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content {
  overflow: hidden;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.header {
  margin-top: 4em;
  margin-bottom: 0;
}

.heading-4 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Sen, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.link-2 {
  color: var(--white-smoke);
}

.link-3 {
  color: var(--green);
}

.link-4 {
  color: var(--white-smoke);
}

.section-2 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-4 {
  color: #000;
}

.text-block-4.section-1-text {
  color: #777;
}

.columns-2 {
  margin-top: 100px;
}

.heading-6 {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-6.section-1-header {
  color: #000;
}

.section-8 {
  margin-bottom: 140px;
  margin-left: 0;
  margin-right: 0;
}

.section-9 {
  margin-left: 0;
  margin-right: 0;
}

.section-10 {
  margin-bottom: 140px;
  margin-left: 0;
  margin-right: 0;
}

.heading-7 {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-7.section-1-header, .heading-7.section-1-header-hero {
  color: #000;
  font-family: Sen, sans-serif;
}

.text-block-5 {
  color: #000;
}

.text-block-5.section-1-text {
  color: #777;
}

.heading-7-sub {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-7-sub.section-1-header {
  color: #000;
  font-family: Sen, sans-serif;
}

.heading-7-sub.section-1-header-hero {
  color: var(--white-smoke);
  align-self: flex-start;
  font-family: Sen, sans-serif;
}

.heading-about-1 {
  color: #fff;
  font-family: Droid Serif, serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-about-1.section-1-header, .heading-about-1.section-1-header-hero {
  color: #000;
  font-family: Sen, sans-serif;
}

.heading-8, .heading-9 {
  font-size: 20px;
  line-height: 30px;
}

.about-section-paragraph {
  color: #000;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-stripe-1 {
  background-color: #619940;
  width: 2px;
  height: 100%;
}

.heading-14 {
  color: #619940;
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 32px;
}

.c-content.cloneable {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border-left: 0 solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
  font-size: 1px;
}

.faq-a-text {
  color: #9ea0a6;
  -webkit-text-stroke-color: #3f4448;
  font-size: 14px;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #619940;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  border-top: 2px solid #d3d3d3;
  border-bottom: 1px #d3d3d3;
  align-items: center;
  display: flex;
}

.cloneable-area {
  min-height: 50vh;
}

.c-faq-divider {
  color: #eee;
  border-top: 1px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(0);
}

.faq-q-text {
  color: #3f4448;
  text-transform: uppercase;
  font-family: Sen, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-5 {
  color: var(--green);
}

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

.home_control_icon {
  color: #0d76d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  display: flex;
}

.home_control_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 10px solid #0d76d6;
  border-radius: 10px;
  flex-direction: column;
  width: 28.75rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.home_control_check-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.home_control_check-wrapper.is-second {
  border-top-style: none;
  padding-top: 0;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.shop-local-content-wrapper-faq {
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
}

.form-input {
  color: #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::placeholder {
  color: #0009;
}

.form-input.is-hero {
  border: 1px solid #0000;
  min-height: 3.5rem;
}

.header2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  padding: .5rem;
  display: grid;
}

.home_footer-contact-left {
  color: #fff;
  background-color: #5d6439;
  border-radius: 5px;
  margin-top: 40px;
  padding: 2rem;
}

.text-block-6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.success-message {
  background-color: #30331e;
  border-radius: 10px;
  padding: 1.5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0d76d6;
  border-radius: 50px;
  padding: 1.4rem 4.8rem;
  font-weight: 500;
}

.button-2.is-from {
  background-color: #222;
  border-radius: 10px;
  padding: 1rem 2rem;
}

.button-2.selling-yes {
  background-color: #3cd3ad;
  background-image: url('../images/check_1check.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.interested-maybe {
  background-color: #d3b03c;
  background-image: url('../images/check_1check.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.interested-maybe.btn-simple-style {
  background-color: #66aff3;
}

.button-2.selling-no {
  background-color: #222;
  background-image: url('../images/ex_1ex.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.btn-yes-property {
  background-color: #3cd3ad;
  background-image: url('../images/check_1check.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.btn-simple-style {
  background-color: #0d76d6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  padding: .5rem 4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2;
}

.button-2.btn-simple-style:hover {
  background-color: #3898ec;
}

.button-2.selling-maybe {
  background-color: #d3b03c;
  background-image: url('../images/check_1check.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.selling-maybe.btn-simple-style {
  background-color: #66aff3;
}

.button-2.btn-no-property {
  direction: ltr;
  background-color: #222;
  background-image: url('../images/ex_1ex.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.btn-no-simple {
  background-color: #222;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  padding: .5rem 4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2;
}

.button-2.btn-no-simple:hover {
  background-color: #3898ec;
}

.button-2.interested-no {
  background-color: #222;
  background-image: url('../images/ex_1ex.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.interested-yes {
  background-color: #3cd3ad;
  background-image: url('../images/check_1check.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-2.btn-no {
  background-color: #30331e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  padding: .5rem 4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2;
}

.button-2.btn-no:hover {
  background-color: #5d6439;
}

.button-2.btn-yes {
  background-color: #5d6439;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  padding: .5rem 4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.2;
}

.button-2.btn-yes:hover {
  background-color: #30331e;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header2_form-block {
  max-width: 33rem;
  margin-bottom: 0;
}

.header2_form-block.is-contact {
  width: 100%;
  max-width: none;
}

.text-weight-semibold {
  font-weight: 600;
}

.related-post-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.breadcrumb-component {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.related-post-title-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  color: #30331e;
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.categories-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.spacer-medium {
  width: 100%;
  height: 2rem;
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-related-post {
  z-index: 1;
}

.blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.post-main-image-wrapper {
  border-radius: 1.5rem;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  background-color: #30331e;
  border-radius: 5rem;
  padding: .75rem 1.5rem;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #5d6439;
}

.button-3.secondary {
  opacity: 1;
  color: #30331e;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  transition: background-color .2s, color .2s;
}

.button-3.secondary:hover {
  color: #fff;
  background-color: #30331e;
  border-color: #30331e;
}

.breadcrumb-link {
  font-size: .875rem;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.spacer-large {
  width: 100%;
  height: 3rem;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blog-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  height: 4rem;
}

.section-blog {
  z-index: 2;
  overflow: hidden;
}

.blog-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-wrapper {
  border-radius: 2rem;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-item-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--green);
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.heading-style-h5-blog {
  color: var(--green);
  letter-spacing: 0;
  min-height: 100px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-color-grey {
  color: #757575;
  border: 0 #000;
}

.text-block-7, .text-block-8 {
  color: var(--green);
}

.heading-style-h5 {
  color: var(--green);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-9, .text-block-10, .text-block-11, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--green);
}

.text-block-contact-success {
  color: #fff;
  background-color: #30331e;
  border-radius: 10px;
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: 700;
}

.hero-section-ty-page {
  background-image: linear-gradient(63deg, #222 26%, #2220), url('../images/forest-1866837_960_720.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-section-ty-page.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-lumn-167698.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section-ty-page.contact-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/pexels-thiago-japyassu-1563604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-ty-page.about-hero-ty-page {
  background-color: #5d6439;
  background-image: none;
  min-height: 650px;
}

.hero-heading-ty-page {
  color: var(--white-smoke);
  object-fit: fill;
  flex: 0 auto;
  align-items: stretch;
  width: 60%;
  font-size: 62px;
  line-height: 1.2;
  display: block;
}

.hero-heading-ty-page.anout-hero-heading {
  width: 40%;
}

.hero-heading-ty-page.anout-hero-heading-ty-page {
  text-align: center;
  width: 70%;
}

.image-7 {
  border-radius: 50px;
  height: 70%;
  margin-top: -140px;
}

.hero-paragraph-ty-page {
  color: var(--white-smoke);
  text-align: center;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.link-12, .link-13, .link-14 {
  color: var(--green);
}

.donate-explainer-portfolio {
  background-image: linear-gradient(180deg, #2222228f, var(--black)), url('../images/pexels-aaron-burden-2890344-1440.jpg');
  color: var(--white-smoke);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 450px;
  padding-top: 140px;
  padding-bottom: 35px;
}

.top-nav {
  background-color: #30331e;
}

.container-top-nav {
  max-width: 1200px;
  min-height: 60px;
}

.text-block-12 {
  color: #fff;
}

.link-15 {
  color: var(--color);
  border: 0 #000;
}

.link-16 {
  color: var(--color);
}

.div-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-white {
  color: var(--color);
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.client-logo {
  opacity: .3;
  height: 80px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.container-5 {
  position: relative;
}

.logo-column {
  text-align: center;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-11 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-11.tint {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-12.testimonial-section {
  overflow: hidden;
}

.testimonial-left-arrow {
  background-color: #fff;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  transition: all .2s;
  inset: 10% 10% auto auto;
}

.testimonial-left-arrow:hover {
  background-color: #5d6439;
}

.section-title-block.text-center {
  padding-left: 15%;
  padding-right: 15%;
}

.testimonial-bottom-block {
  padding-top: 40px;
  position: relative;
}

.testimonial-image-inner {
  border-radius: 100%;
  width: 100px;
}

.section-title {
  text-align: center;
  font-size: 45px;
  line-height: 1.2em;
}

.testimonial-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
  font-style: italic;
}

.testimonial-member-name {
  min-height: 60px;
  margin-bottom: 0;
  font-size: 28px;
}

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

.testimonial-image {
  width: 80px;
}

.testimonial-slide {
  margin-right: 30px;
}

.testimonial-right-arrow {
  background-color: #fff;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  transition: all .2s;
  inset: 10% 0% auto auto;
}

.testimonial-right-arrow:hover {
  background-color: #5d6439;
}

.testimonial-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.testimonial-section-title-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.testimonial-mask {
  width: 596px;
  position: static;
  overflow: visible;
}

.testimonial-block {
  border-radius: 10px;
  padding: 30px;
}

.testimonial-block.three {
  background-color: #2cd5c4;
}

.testimonial-block.second {
  background-color: #004c97;
}

.testimonial-block.first {
  background-color: var(--green);
  color: #fff;
  min-height: 420px;
}

.testimonial-main-title-block {
  margin-bottom: 20px;
}

.testimonial-icon {
  color: #30331e;
  font-size: 24px;
}

.testimonial-position {
  text-transform: uppercase;
  font-weight: 500;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
  padding-left: 20px;
  position: static;
}

.container-6 {
  max-width: 1400px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-13 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-13.team-section {
  background-color: #004c97;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.team-main-block {
  border-top: 1px solid #1e3a2b1a;
  margin-top: 60px;
}

.team-image-block {
  z-index: 1;
  position: absolute;
  inset: -60% 15% 0% auto;
}

.team-image-inner-block {
  width: 30vh;
  height: 30vh;
}

.team-image {
  object-fit: cover;
  border-radius: 10px;
}

.team-detail-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.team-title {
  margin-bottom: 0;
  font-size: 38px;
}

.team-icon {
  text-align: center;
  width: 30px;
  font-size: 28px;
}

.team-title-2 {
  margin-bottom: 0;
  font-size: 38px;
}

.team-list-item-link {
  border-bottom: 1px solid #1e3a2b1a;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.team-list-item-link:hover {
  color: #004c97;
  background-color: #fff;
  border-radius: 10px;
}

.team-title-3 {
  margin-bottom: 0;
  font-size: 38px;
}

.section-14 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-14.breadcrumb-section {
  background-color: #efe6dc;
  padding-bottom: 0;
}

.section-14.team-single-section {
  position: relative;
}

.section-14.team-info-section {
  padding-top: 40px;
  position: relative;
}

.breadcrumb-center {
  text-align: center;
}

.breadcrumb-center-lottie {
  flex-direction: column;
  align-items: center;
  width: 360px;
}

.breadcrumb-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  align-items: center;
}

.breadcrumb-right-lottie-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breadcrumb-right-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.breadcrumb-left-lottie-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-right-image-side {
  width: 100%;
}

.breadcrumb-left-lottie {
  flex-direction: column;
  align-items: flex-end;
  height: 180px;
}

.team-single-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.team-details-social-link {
  text-align: center;
  background-color: #004c97;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  transition: background-color .3s;
  display: inline-block;
}

.team-details-social-link:hover {
  color: #004c97;
  background-color: #2cd5c4;
  text-decoration: none;
}

.team-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.team-single-image {
  border-radius: 10px;
}

.team-paragraph {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.team-subtitle-4.text-primary {
  color: #fff;
}

.team-single-lottie {
  width: 160px;
  position: absolute;
  inset: auto 25% -10% auto;
}

.team-single-title {
  color: #fff;
}

.team-single-block {
  background-color: var(--green);
  border-radius: 10px;
  padding: 60px;
}

.team-single-image-block {
  margin-bottom: -120px;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.team_heading-wrap {
  text-align: center;
  padding-bottom: 3.1em;
}

.cursor {
  z-index: 2000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.cursor_embed {
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all .2s;
  transform: scale(.5);
}

.popup_item {
  width: 100%;
  height: 100vh;
}

.popup {
  z-index: 1000;
  color: #d3fd50;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.popup_list {
  width: 100%;
  height: 100vh;
}

.popup_bg {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container-7 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 12em;
  position: relative;
}

.container-7.sales-team-container {
  padding-top: 0;
}

.popup_wrapper {
  z-index: 2;
  position: relative;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.team_grid {
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team_image {
  width: 100%;
  padding-top: 132%;
  transition: transform .2s;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-8 {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.team_title-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.team_underline {
  background-color: #5d6439;
  width: 0%;
  height: 100%;
  transition: width .4s;
  position: absolute;
}

.team_name {
  z-index: 2;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.popup_visual {
  z-index: 2;
  flex: none;
  width: 45%;
  height: 100%;
  padding: 1em;
  position: relative;
}

.popup_name {
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

.popup_flex {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.popup_title {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1.2em;
}

.popup_contain {
  width: 100%;
  max-width: 41em;
}

.popup_img {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.popup_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  padding: 2.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.field {
  color: #5d6439;
  text-align: left;
  background-color: #e1e4e940;
  border: 2px solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.confirmation-question {
  color: #222;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.form-title-line {
  background-color: #000;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  display: block;
}

.mask {
  object-fit: fill;
  border-radius: 30px;
}

.previous-button {
  opacity: .35;
  color: #000;
  text-indent: -2px;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-content {
  flex: 0 auto;
  width: 60%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.quote-image-group {
  padding-bottom: 20px;
}

.next {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 100px;
  margin: auto auto 25px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-section-title {
  color: #222;
  text-align: center;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
}

.step {
  object-fit: fill;
  background-color: #fff;
  border-radius: 0;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.success-message-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
  overflow: visible;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-bottom: -214px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 75px;
  display: flex;
  position: relative;
}

.collaborate-form-step.collaborate-form-first-step {
  flex-wrap: nowrap;
  min-height: 500px;
  margin-bottom: 0;
}

.collaborate-form-step.collaborate-form-step-last {
  margin-bottom: 100px;
}

.submit-button {
  box-shadow: none;
  text-align: center;
  letter-spacing: 1px;
  background-color: #5d6439;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button:hover {
  background-color: #30331e;
  box-shadow: 0 0 20px #0000004d;
}

.step-paginator {
  background-color: #0000;
  height: auto;
  position: relative;
}

.form-wrapper {
  object-fit: fill;
  background-color: #fff;
  border: 5px solid #00000026;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.form-row.form-row-found-property {
  padding-top: 20px;
}

.selling-price-info {
  color: #222;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.5em;
}

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

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.property-found-quote2 {
  color: #222;
  font-size: 1.4em;
  line-height: 1.5em;
}

.property-found-quote2.quote2 {
  color: #329f84;
  border-bottom: 1px solid #329f84;
  padding-bottom: 24px;
  font-size: 1em;
}

.property-found-quote2.quote2.property-found-quote {
  margin-top: 40px;
}

.radio-button-label-3 {
  font-weight: 700;
}

.error-message-3 {
  text-align: center;
}

.radio-button-field-6 {
  border: 1px solid #5d6439;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
}

.radio-button-label {
  font-size: 1rem;
  font-weight: 700;
}

.next-button {
  background-color: #5d6439;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  flex: 1;
  align-self: center;
  padding: 10px 60px;
  font-size: 20px;
  transition: background-color .2s ease-in;
  box-shadow: 0 6px 5px #0003;
}

.next-button:hover {
  background-color: #30331e;
}

.radio-button-field-5 {
  padding-top: 5px;
  padding-left: 30px;
}

.radio-button-field-5.radio-design {
  color: #5d6439;
  border: 1px solid #5d6439;
  border-radius: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-weight: 700;
}

.success-message-4 {
  background-color: #fff;
}

.radio-button-label-2 {
  color: #5d6439;
  font-weight: 700;
  position: relative;
  right: 0;
}

.address-choice-group {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.radio-button-2 {
  object-fit: fill;
  border: 1px solid #0d76d6;
  width: auto;
}

.button-4 {
  text-align: left;
  background-color: #5d6439;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px;
}

.button-4:hover {
  color: var(--white-smoke);
  background-color: #30331e;
}

.text-block-13 {
  color: #0d76d6;
  text-align: center;
}

.container-8 {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 100%;
  max-width: 940px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 30px;
}

.container-8.form-wrapper {
  max-width: 1200px;
  margin-top: -10px;
  padding: 50px;
}

.radio-button-field-4 {
  padding: 0 0 0 20px;
  position: relative;
  left: 86px;
}

.radio-button-field-4.radio-design {
  color: #5d6439;
  background-color: #fff;
  border: 1px solid #5d6439;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
  font-weight: 400;
  display: block;
  position: relative;
  left: auto;
}

.radio-button-field-4.radio-design:active {
  color: #0d76d6;
  background-color: #fff;
}

.radio-button-field-4.radio-design:focus {
  color: #fff;
  background-color: #0d76d6;
}

.bold-text-5 {
  font-size: 2rem;
}

.bold-text-5.property-found-text {
  color: #5d6439;
}

.bold-text-5.property-not-found-text {
  text-align: center;
}

.quote-form-stage-2-error-block {
  margin-bottom: 20px;
  display: none;
}

.field-label-2 {
  text-align: left;
}

.form-wrapper-2 {
  object-fit: fill;
  background-color: #fff;
  border: 5px solid #00000026;
  border-radius: 20px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.step-counter {
  color: #00000059;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.error-message-4 {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.text-block-14 {
  color: #0d76d6;
  text-align: center;
}

.text-block-15 {
  color: #be0707;
  border: 3px solid #801717;
  padding: 20px 10px;
}

.bold-text-6 {
  font-size: 2rem;
}

.bold-text-6.property-found-text {
  color: #5d6439;
}

.error-message-5 {
  text-align: center;
}

.success-message-5 {
  background-color: #fff;
}

.button-5 {
  text-align: left;
  background-color: #0d76d6;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px;
}

.button-5:hover {
  background-color: #3898ec;
}

.text-block-16 {
  color: #0d76d6;
  text-align: center;
}

.container-9 {
  background-color: #f4f4f4;
  border-radius: 10px;
  width: 100%;
  max-width: 940px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 30px;
}

.container-9.form-wrapper {
  margin-top: -10px;
  padding: 50px;
}

.bold-text-7 {
  font-size: 2rem;
}

.bold-text-7.property-not-found-text {
  text-align: center;
}

.html-embed {
  margin-bottom: 40px;
}

.form-wrapper-3 {
  object-fit: fill;
  background-color: #fff;
  border: 5px solid #00000026;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.why-acme-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.logo-column-copy {
  text-align: center;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.shop-local-section-sell {
  border: 1px #000;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 65px;
  display: flex;
}

.text-block-17 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.heading-15 {
  margin-bottom: 0;
}

.steps-heading {
  min-height: 60px;
}

.paragraph-10 {
  min-height: 0;
}

.steps-description {
  min-height: 300px;
}

.container-steps {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-steps.contact {
  position: absolute;
  inset: 0%;
}

.container-10 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.image-steps {
  max-width: 50%;
  display: block;
}

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

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

.benefit-shape-4 {
  z-index: 5;
  background-color: #5d6439;
  border-bottom-right-radius: 57px;
  width: 36%;
  height: 65%;
  position: absolute;
  inset: auto 18px 3px auto;
  transform: skew(-3deg, 3deg);
}

.benefit {
  display: flex;
}

.benefit-block-para {
  color: #e4e4e4;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.grid {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  position: relative;
}

.icob-box-icon:hover {
  filter: invert(80%);
}

.benefit-texts {
  flex: 1;
}

.benefit-list-block {
  max-width: 1110px;
  margin: 0 auto 40px;
  padding: 100px 110px 115px;
  position: relative;
  transform: skew(0deg);
}

.benefit-shape-2 {
  z-index: 5;
  background-color: #5d6439;
  border-bottom-left-radius: 49px;
  width: 70%;
  height: 77%;
  position: absolute;
  inset: auto auto 21px 20px;
  transform: skew(4deg, 2deg);
}

.icon-box {
  background-color: #0000;
  border-radius: 85px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-right: 25px;
  display: flex;
}

.icon-box:hover {
  background-color: #0000;
}

.benefit-shape-3 {
  z-index: 5;
  background-color: #5d6439;
  border-top-right-radius: 65px;
  width: 36%;
  height: 65%;
  position: absolute;
  inset: 0 -16px auto auto;
  transform: skew(-4deg);
}

.benefit-block-title {
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.benefit-shape-1 {
  z-index: 5;
  background-color: #5d6439;
  border-top-left-radius: 64px;
  width: 75%;
  height: 55%;
  position: absolute;
  inset: 0% auto auto -21px;
  transform: skew(5deg);
}

._10-reasons-to-choose-heading {
  z-index: 12;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

._10-reasons-to-choose-heading.bonus-header {
  margin-top: 40px;
  margin-bottom: 10px;
}

.bonus-description {
  z-index: 13;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .btn.light.outline {
    text-align: left;
    display: inline-block;
  }

  .btn.outline.home-contact-light {
    color: var(--black);
  }

  .btn.outline.home-contact-light:hover {
    border-color: var(--dark-green);
    background-color: var(--dark-green);
    color: var(--white-smoke);
  }

  .btn.home-page-hero-btn.outline {
    text-align: left;
    display: inline-block;
  }

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

  .hero-heading {
    align-self: flex-start;
  }

  .hero-button-wrapper {
    text-align: left;
    align-self: flex-start;
    width: 40%;
    display: block;
  }

  .support-section {
    padding-bottom: 0;
  }

  .support-top-wrapper {
    margin-bottom: 0;
  }

  .shop-local-section {
    padding-bottom: 0;
  }

  .shop-local-right {
    background-color: var(--black);
  }

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

  .content-section.sell-faq-area {
    border-top: 2px solid #525252;
    padding-top: 20px;
  }

  .contact-image-div {
    background-image: url('../images/pexels-aaron-burden-2890344-1440.jpg');
    width: 100%;
  }

  .property-link, .spacer-xsmall {
    color: var(--green);
  }

  .swiper-slide {
    filter: none;
  }

  .section {
    min-height: 0;
  }

  .faq-a-text {
    font-size: 16px;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .home_control_icon {
    color: #fff;
  }

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

  .text-block-6 {
    color: #fff;
    border-radius: 10px;
  }

  .success-message {
    background-color: #30331e;
    border-radius: 10px;
  }

  .button-2.selling-yes {
    background-image: url('../images/check_1check.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 0;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.selling-yes.btn-simple-style {
    margin-left: 60px;
  }

  .button-2.interested-maybe {
    background-image: url('../images/question.png');
    background-position: 8%;
    background-repeat: no-repeat;
    background-size: 55px;
    margin-left: 0;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.interested-maybe.btn-simple-style {
    margin-left: 0;
  }

  .button-2.selling-no {
    background-image: url('../images/ex_1ex.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.btn-yes-property {
    background-image: url('../images/check_1check.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 100px;
    padding-right: 2rem;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.btn-yes-property.btn-simple-style {
    margin-left: 0;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .button-2.btn-simple-style {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.selling-maybe {
    background-image: url('../images/question.png');
    background-position: 8%;
    background-repeat: no-repeat;
    background-size: 54px;
    margin-left: 0;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.selling-maybe.btn-simple-style {
    margin-left: 0;
  }

  .button-2.btn-no-property {
    background-image: url('../images/ex_1ex.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 100px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.btn-no-property.btn-no-simple {
    margin-right: 0;
  }

  .button-2.btn-no-simple {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.interested-no {
    background-image: url('../images/ex_1ex.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.interested-yes {
    background-image: url('../images/check_1check.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 0;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.interested-yes.btn-simple-style {
    margin-left: 60px;
  }

  .button-2.btn-no {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .button-2.btn-yes {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 150px;
    box-shadow: 0 6px 5px #0003;
  }

  .blog-link {
    text-decoration: none;
  }

  .blog-item-content {
    color: var(--black);
    text-decoration: none;
  }

  .blog-item-content:lang(en) {
    text-decoration: none;
  }

  .heading-style-h5-blog {
    outline-offset: 0px;
    pointer-events: auto;
    border: 1px #000;
    outline: 3px #5d6439;
    font-style: normal;
  }

  .text-color-grey {
    text-transform: none;
    font-style: normal;
    text-decoration: none;
  }

  .text-color-grey:hover {
    text-decoration: none;
  }

  .image-6 {
    max-width: 75%;
  }

  .link-10, .link-11 {
    color: var(--green);
  }

  .text-block-contact-success {
    color: #fff;
  }

  .link-12 {
    color: var(--green);
  }

  .top-nav {
    background-color: #30331e;
  }

  .container-top-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    min-height: 60px;
    display: block;
  }

  .text-block-12 {
    color: #fff;
    text-decoration: none;
  }

  .link-15, .link-16 {
    color: var(--color);
  }

  .div-block {
    outline-offset: 0px;
    text-transform: none;
    outline: 0 #333;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
  }

  .link-white {
    color: var(--color);
  }

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

  .client-logo {
    height: 80px;
  }

  .section-11.tint {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-12.testimonial-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-left-arrow {
    top: 10%;
  }

  .testimonial-left-arrow:hover {
    color: #fff;
    background-color: #5d6439;
  }

  .testimonial-bottom-block {
    padding-top: 40px;
  }

  .section-title {
    color: #333;
  }

  .testimonial-paragraph, .testimonial-member-name {
    color: #fff;
  }

  .testimonial-right-arrow {
    top: 10%;
  }

  .testimonial-right-arrow:hover {
    background-color: #5d6439;
  }

  .testimonial-block.first {
    background-color: var(--green);
  }

  .testimonial-icon {
    color: #30331e;
  }

  .testimonial-icon:hover, .testimonial-position {
    color: #fff;
  }

  .testimonial-slider {
    padding-left: 20px;
  }

  .container-6 {
    max-width: 1200px;
  }

  .section-13.team-section {
    background-color: #5d6439;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-title, .team-subtitle {
    color: #fff;
  }

  .team-list-item-link {
    color: var(--indian-red);
  }

  .team-list-item-link:hover {
    background-color: #30331e;
  }

  .team-title-3, .team-title-3:hover, .team-subtitle-3, .team-subtitle-3:hover {
    color: var(--white-smoke);
  }

  .team-single-block {
    background-color: #5d6439;
  }

  .container-7 {
    border-top: 0 #000;
    padding-top: .125em;
    padding-bottom: 0;
  }

  .container-7.sales-team-container {
    padding-bottom: 8em;
  }

  .team_underline {
    color: var(--white-smoke);
    background-color: #5d6439;
  }

  .team_name:hover {
    color: var(--white-smoke);
  }

  .confirmation-question {
    padding-bottom: 18px;
    font-size: 1.3em;
  }

  .form-content {
    width: 90%;
  }

  .form-content.final {
    flex: 0 auto;
    height: 100%;
    max-height: 100%;
  }

  .next {
    height: 100px;
    margin-bottom: 0;
  }

  .step {
    background-color: #fff;
  }

  .collaborate-form-step {
    max-height: 100%;
    margin-bottom: -198px;
  }

  .collaborate-form-step.collaborate-form-step-last {
    min-height: 500px;
    margin-bottom: 100px;
  }

  .form-row {
    margin-bottom: 53px;
  }

  .selling-price-info {
    padding-bottom: 18px;
    font-size: 1.3em;
  }

  .property-found-quote2 {
    color: #329f84;
    border-bottom: 0 solid #329f84;
    margin-top: -34px;
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 19px;
    font-weight: 400;
  }

  .property-found-quote2.quote2 {
    border: 0 #329f84;
    border-bottom: 1px solid #329f84;
    border-radius: 0;
    padding-bottom: 38px;
  }

  .next-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    transform: translate(0);
    box-shadow: 0 6px 5px #0003;
  }

  .button-4 {
    color: var(--white-smoke);
    background-color: #5d6439;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .container-8 {
    margin-top: -22px;
    padding-top: 46px;
  }

  .container-8.form-wrapper {
    margin-top: -2px;
    padding: 50px;
  }

  .button-5 {
    background-color: #0d76d6;
    border-radius: 10px;
    padding: 20px 30px;
  }

  .container-9 {
    margin-top: -22px;
    padding-top: 46px;
  }

  .container-9.form-wrapper {
    margin-top: -2px;
    padding: 50px;
  }

  .div-block-2 {
    border-top: 2px solid #525252;
    height: 10px;
    max-height: 10px;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .hero-button-wrapper-talk {
    text-align: left;
    align-self: center;
    width: 40%;
    display: block;
  }

  .image-10 {
    bottom: -112%;
  }

  .benefit-shape-4 {
    background-color: #5d6439;
  }

  .benefit-list-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .benefit-shape-2 {
    background-color: #5d6439;
  }

  .benefit-shape-3 {
    background-color: #5d6439;
    right: -16px;
  }

  .benefit-shape-1 {
    background-color: #5d6439;
    width: 75%;
    left: -18px;
  }

  ._10-reasons-to-choose-heading.bonus-header {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading {
    align-self: flex-start;
  }

  .footer {
    padding-top: 0;
  }

  .content-section {
    padding-bottom: 60px;
  }

  .text-size-small {
    font-size: 1rem;
  }

  .text-size-large, .heading-style-h6 {
    font-size: 1.5rem;
  }

  .slider {
    margin-bottom: 8em;
  }

  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

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

  .section-2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-4 {
    color: #fff;
  }

  .text-block-4.section-1-text {
    color: #9ea0a6;
  }

  .image-5 {
    float: right;
  }

  .heading-6 {
    color: #fff;
    font-size: 20px;
  }

  .heading-6.section-1-header {
    color: #9ea0a6;
    font-size: 30px;
  }

  .section-9 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    color: #fff;
    font-size: 20px;
  }

  .heading-7.section-1-header, .heading-7.section-1-header-hero {
    color: #9ea0a6;
    font-size: 30px;
  }

  .text-block-5 {
    color: #fff;
  }

  .text-block-5.section-1-text {
    color: #9ea0a6;
  }

  .heading-7-sub {
    color: #fff;
    font-size: 20px;
  }

  .heading-7-sub.section-1-header {
    color: #9ea0a6;
    font-size: 30px;
  }

  .heading-7-sub.section-1-header-hero {
    color: #f9f9f9;
    font-size: 30px;
  }

  .heading-about-1 {
    color: #fff;
    font-size: 20px;
  }

  .heading-about-1.section-1-header, .heading-about-1.section-1-header-hero {
    color: #9ea0a6;
    font-size: 30px;
  }

  .container-large {
    max-width: 90rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .heading-style-h4 {
    font-size: 2.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .heading-style-h5-blog, .heading-style-h5 {
    font-size: 1.75rem;
  }

  .link-6, .link-12 {
    color: var(--green);
  }

  .testimonial-left-arrow {
    top: 10%;
  }

  .section-title {
    color: #333;
    text-align: center;
  }

  .testimonial-right-arrow {
    top: 10%;
  }

  .testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-subtitle-4.text-primary {
    color: #fff;
  }

  .property-found-quote2.quote2.property-found-quote {
    font-weight: 700;
  }

  .radio-button-label-2 {
    position: relative;
  }

  .address-choice-group {
    margin-top: 59px;
  }

  .button-4 {
    color: var(--white-smoke);
    background-color: #5d6439;
  }

  .container-steps {
    justify-content: flex-start;
    align-items: center;
    min-height: 1000px;
  }

  .image-10 {
    bottom: -134%;
  }

  .benefit-shape-4 {
    background-color: #5d6439;
  }

  .benefit-list-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .benefit-shape-2 {
    background-color: #5d6439;
  }

  .icon-box:hover {
    background-color: #30331e;
  }

  .benefit-shape-3 {
    background-color: #5d6439;
    right: -13px;
  }

  .benefit-shape-1 {
    background-color: #5d6439;
    width: 75%;
    left: -16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .hero-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 55%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-heading {
    width: 60%;
  }

  .safe-paragraph {
    width: 55%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .nav-button {
    color: var(--white-smoke);
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: var(--black);
    border-radius: 5px;
  }

  .nav-menu {
    background-color: var(--green);
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .image.road-signage-2 {
    margin-top: 40px;
  }

  .image.road-signage-3 {
    margin-top: 66px;
  }

  .image.road-signage-4 {
    margin-top: 104px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: url('../images/BrandingDoc-3.png');
    background-position: 50% 35%;
    width: 100%;
    height: 350px;
    display: none;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .row {
    flex-direction: column;
  }

  .image-4 {
    object-fit: contain;
    border-width: 0;
    border-radius: 0;
    max-width: 80%;
  }

  .container-2, .container-3, .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .properties-list {
    grid-template-columns: 1fr 1fr;
  }

  .property-price-wrapper.tablet {
    display: flex;
  }

  .property-plus, .property-back-wrapper {
    display: none;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .property-metatag-list.tablet {
    display: flex;
  }

  .property-name-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .property-content-wrapper {
    display: flex;
  }

  .contact-right-orig {
    width: 100%;
    padding-left: 0;
  }

  .container-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider {
    display: flex;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .image-5 {
    padding-top: 20px;
  }

  .columns-2 {
    display: block;
  }

  .heading-6 {
    line-height: 30px;
  }

  .section-8, .section-10 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-7, .heading-7-sub, .heading-about-1 {
    line-height: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .shop-local-content-wrapper-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.selling-yes {
    margin-bottom: 15px;
    padding-right: 1.6rem;
  }

  .button-2.selling-yes.btn-simple-style {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-2.interested-maybe {
    margin-bottom: 15px;
    padding-right: 1.6rem;
  }

  .button-2.interested-maybe.btn-simple-style {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-2.selling-no {
    margin-left: 25px;
    padding-right: 1.6rem;
  }

  .button-2.selling-no.btn-no-simple {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-2.btn-yes-property {
    margin-bottom: 15px;
  }

  .button-2.btn-yes-property.btn-simple-style {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .button-2.btn-simple-style {
    margin-bottom: 15px;
  }

  .button-2.selling-maybe {
    margin-bottom: 15px;
    padding-right: 1.6rem;
  }

  .button-2.selling-maybe.btn-simple-style {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-2.interested-no {
    margin-left: 25px;
    padding-right: 1.6rem;
  }

  .button-2.interested-no.btn-no-simple {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-2.interested-yes {
    margin-bottom: 15px;
    padding-right: 1.6rem;
  }

  .button-2.interested-yes.btn-simple-style {
    padding-top: .5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .button-2.btn-yes {
    margin-bottom: 15px;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .related-post-title-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-component {
    grid-template-columns: 1fr 1fr;
  }

  .spacer-xlarge {
    height: 3rem;
  }

  .heading-style-h5-blog, .heading-style-h5 {
    font-size: 1.25rem;
  }

  .image-6 {
    max-width: 75%;
  }

  .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
    color: var(--green);
  }

  .hero-heading-ty-page {
    width: 60%;
  }

  .hero-paragraph-ty-page {
    width: 55%;
  }

  .link-14 {
    color: var(--green);
  }

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

  .client-logo {
    height: 80px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-11 {
    padding: 45px;
  }

  .section-12 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-12.testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-left-arrow {
    top: 10%;
    right: 10%;
  }

  .section-title-block.text-center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-image-inner {
    width: 70px;
  }

  .section-title {
    font-size: 40px;
  }

  .testimonial-member-name {
    font-size: 20px;
  }

  .testimonial-image {
    width: 60px;
  }

  .testimonial-right-arrow {
    top: 10%;
  }

  .testimonial-section-title-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-block.first {
    min-height: 370px;
  }

  .testimonial-section-title {
    font-size: 38px;
  }

  .testimonial-position {
    font-size: 16px;
  }

  .section-13 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .team-image-block {
    right: 10%;
  }

  .team-image-inner-block {
    width: 20vh;
    height: 20vh;
  }

  .team-title {
    font-size: 28px;
  }

  .team-icon {
    font-size: 24px;
  }

  .team-title-2, .team-title-3 {
    font-size: 28px;
  }

  .section-14 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-14.breadcrumb-section {
    padding-top: 60px;
  }

  .section-14.team-info-section {
    padding-top: 0;
  }

  .breadcrumb-center-lottie {
    width: 220px;
  }

  .breadcrumb-heading {
    font-size: 48px;
  }

  .team-single-grid {
    grid-template-columns: 1fr;
  }

  .team-single-image-block {
    margin-bottom: 0;
  }

  .cursor {
    display: none;
  }

  .container-7 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .confirmation-question {
    font-size: 1em;
  }

  .mask {
    border-radius: 10px;
  }

  .next {
    border-radius: 5px;
  }

  .step {
    background-color: #fff;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .form-wrapper {
    border-radius: 20px;
  }

  .selling-price-info {
    font-size: 1em;
  }

  .next-button {
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 60px;
  }

  .container-8 {
    background-color: #f4f4f4;
    border-radius: 10px;
    max-width: 728px;
    margin-top: -124px;
    padding-top: 62px;
  }

  .form-wrapper-2 {
    border-radius: 20px;
  }

  .container-9 {
    background-color: #f4f4f4;
    border-radius: 10px;
    max-width: 728px;
    margin-top: -124px;
    padding-top: 62px;
  }

  .html-embed {
    padding-top: 0;
  }

  .form-wrapper-3 {
    border-radius: 20px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .steps-description {
    min-height: 500px;
  }

  .container-steps {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-steps.contact {
    padding-bottom: 35px;
    position: static;
  }

  .image-10 {
    inset: 90% 0% 0%;
  }

  .benefit-shape-4 {
    display: none;
  }

  .benefit-block-para {
    font-size: 14px;
  }

  .icob-box-icon {
    width: 50px;
  }

  .benefit-list-block {
    background-color: #5d6439;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 20px;
  }

  .benefit-shape-2 {
    display: none;
  }

  .icon-box {
    width: 60px;
    height: 60px;
  }

  .benefit-shape-3 {
    display: none;
  }

  .benefit-block-title {
    font-size: 24px;
    line-height: 24px;
  }

  .benefit-shape-1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn.light.outline.top-header-btn, .btn.home-page-hero-btn.outline.top-header-btn {
    min-width: 162px;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    width: 80%;
  }

  .support-section {
    padding-bottom: 20px;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-top-right {
    width: 100%;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-section {
    padding-top: 0;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    display: none;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .shop-local-heading {
    padding-top: 60px;
  }

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

  .about-top-block {
    margin-top: 60px;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .about-column.about-column-step-1, .about-column.about-column-step-2, .about-column.about-column-step-3 {
    padding-top: 0;
  }

  .image.road-signage-1 {
    flex: 0 auto;
    display: none;
  }

  .image.road-signage-2, .image.road-signage-3, .image.road-signage-4 {
    display: none;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .properties-list {
    grid-template-columns: 1fr;
  }

  .property-plus, .property-back-wrapper {
    display: none;
  }

  .property-image-wrapper {
    padding-top: 66%;
  }

  .icon {
    align-items: center;
    display: block;
  }

  .header {
    margin-top: 4em;
  }

  .section-2, .section-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-2.selling-yes, .button-2.interested-maybe {
    padding-right: 4.8rem;
  }

  .button-2.selling-no {
    margin-left: 0;
    padding-right: 4.8rem;
  }

  .button-2.selling-maybe {
    padding-right: 4.8rem;
  }

  .button-2.interested-no {
    margin-left: 0;
    padding-right: 4.8rem;
  }

  .button-2.interested-yes {
    padding-right: 4.8rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .related-post-list {
    grid-template-columns: 1fr;
  }

  .breadcrumb-component {
    flex-wrap: wrap;
  }

  .related-post-title-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .spacer-medium {
    height: 1.5rem;
  }

  .padding-section-large, .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog-component {
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    height: 100%;
  }

  .hero-heading-ty-page {
    width: 80%;
  }

  .link-14 {
    color: var(--green);
  }

  .donate-explainer-portfolio {
    margin-bottom: 40px;
  }

  .div-block {
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-11 {
    padding: 25px;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-left-arrow {
    top: 8%;
    right: 15%;
  }

  .section-title {
    font-size: 28px;
  }

  .testimonial-image {
    width: 40px;
  }

  .testimonial-right-arrow {
    top: 8%;
  }

  .testimonial-section-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-block {
    padding: 20px;
  }

  .testimonial-block.first {
    min-height: 400px;
  }

  .testimonial-section-title {
    font-size: 28px;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-image-block {
    display: none;
  }

  .team-title, .team-title-2, .team-title-3 {
    font-size: 24px;
  }

  .section-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-14.breadcrumb-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .breadcrumb-right-lottie {
    display: none;
  }

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

  .breadcrumb-right-lottie-block {
    display: none;
  }

  .breadcrumb-right-side {
    grid-template-columns: 1fr;
  }

  .breadcrumb-left-lottie-block {
    display: none;
  }

  .breadcrumb-right-image-side {
    width: 60%;
  }

  .team-single-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .popup_visual {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .popup_name {
    font-size: 4em;
  }

  .popup_flex {
    flex-direction: column;
    justify-content: flex-end;
  }

  .popup_rich {
    font-size: .9em;
  }

  .popup_contain {
    max-width: 49em;
  }

  .popup_content {
    flex: none;
    width: 100%;
    height: auto;
  }

  .field {
    color: #0d76d6;
  }

  .form-content {
    width: 90%;
  }

  .next {
    border-radius: 5px;
  }

  .step {
    background-color: #fff;
  }

  .collaborate-form-step {
    margin-bottom: -208px;
  }

  .next-button {
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .address-choice-group {
    display: block;
  }

  .container-8, .container-9 {
    padding-top: 46px;
  }

  .logo-column-copy {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .shop-local-section-sell {
    padding-top: 0;
  }

  .steps-description {
    min-height: 0;
  }

  .container-steps.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-steps {
    max-width: 30%;
  }

  .image-10 {
    display: none;
  }

  .image-road-mobile {
    display: block;
  }

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

  .icob-box-icon {
    width: 60px;
  }

  .benefit-list-block {
    background-color: #5d6439;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .btn.light.outline, .btn.home-page-hero-btn.outline {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
    min-height: 250px;
  }

  .navbar {
    align-items: center;
    display: block;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 250px;
    padding-bottom: 45px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

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

  .support-section {
    padding-bottom: 0;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-left {
    display: none;
  }

  .shop-local-right {
    margin-top: 0;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-top: 10px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-wrapper.padding-bottom-60 {
    padding-bottom: 0;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .nav-menu {
    background-color: var(--green);
  }

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

  .about-top-block {
    margin-top: 60px;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-columns-wrapper {
    margin-top: 40px;
  }

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

  .about-column.about-column-step-1, .about-column.about-column-step-2, .about-column.about-column-step-3 {
    padding-top: 0;
  }

  .image.road-signage-1, .image.road-signage-2, .image.road-signage-3, .image.road-signage-4 {
    display: none;
  }

  .contact-right {
    padding-bottom: 60px;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, var(--black), #2222222e 76%), url('../images/BrandingDoc-5.png');
    background-position: 0 0, 50%;
  }

  .price-wrapper {
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    inset: 3% 0% auto auto;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    align-items: flex-start;
    width: 90px;
    display: block;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .paragraph {
    text-align: center;
    object-fit: fill;
  }

  .footer5_legal-list {
    flex-direction: column-reverse;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .announcement-page-header {
    margin-left: 20px;
  }

  .property-price-wrapper.tablet {
    align-items: flex-start;
  }

  .text-block-2 {
    text-align: center;
  }

  .container-nav {
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .heading-4 {
    font-size: 3.25em;
  }

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

  .text-f-14 {
    font-size: 1.4em;
  }

  .section {
    min-height: 50vh;
  }

  .heading-5 {
    font-size: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .home_control_card {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_control_check-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-input.is-hero {
    background-color: #0000;
  }

  .header2_form {
    grid-row-gap: .75rem;
    background-color: #ffffffd9;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_footer-contact-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-2 {
    padding: 1.2rem 3rem;
  }

  .button-2.selling-yes, .button-2.interested-maybe, .button-2.selling-no {
    padding-left: 4.4rem;
  }

  .button-2.btn-yes-property {
    padding-left: 4.4rem;
    position: relative;
    left: -15px;
  }

  .button-2.btn-simple-style, .button-2.selling-maybe {
    padding-left: 4.4rem;
  }

  .button-2.btn-no-property {
    padding-left: 4.4rem;
    position: relative;
    left: -23px;
  }

  .button-2.btn-no-simple, .button-2.interested-no, .button-2.interested-yes, .button-2.btn-no, .button-2.btn-yes {
    padding-left: 4.4rem;
  }

  .categories-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .blog-item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    text-decoration: none;
  }

  .spacer-large {
    height: 2.5rem;
  }

  .spacer-xlarge {
    height: 2.75rem;
  }

  .blog-link {
    text-decoration: none;
  }

  .blog-image-wrapper {
    padding-top: 66%;
  }

  .blog-item-content, .text-color-grey {
    text-decoration: none;
  }

  .hero-section-ty-page {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-section-ty-page.contact-hero {
    background-position: 0 0, 80%;
    min-height: 250px;
  }

  .hero-heading-ty-page {
    font-size: 30px;
  }

  .hero-paragraph-ty-page {
    width: 70%;
    font-size: 13px;
  }

  .link-14 {
    color: var(--green);
  }

  .donate-explainer-portfolio {
    min-height: 450px;
    margin-bottom: 40px;
  }

  .text-block-12 {
    text-align: center;
    padding-bottom: 10px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
  }

  .link-white {
    -webkit-text-stroke-width: 0px;
    border: 0 #000;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .client-logo {
    height: 28px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-11 {
    padding: 25px;
  }

  .testimonial-left-arrow {
    top: 18%;
    right: auto;
  }

  .section-title {
    flex-flow: column;
    padding-left: 20px;
    font-size: 30px;
    display: block;
  }

  .testimonial-paragraph, .testimonial-member-name {
    font-size: 16px;
  }

  .testimonial-right-arrow {
    top: 18%;
    right: 50%;
  }

  .testimonial-block.first {
    margin-top: 20px;
  }

  .team-detail-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .breadcrumb-right-image-side {
    width: 100%;
  }

  .team-details-social-link {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .popup_name {
    font-size: 3.4em;
  }

  .mask {
    opacity: 1;
    height: 100%;
    position: static;
  }

  .form-content {
    width: 100%;
  }

  .next {
    border-radius: 5px;
    margin-bottom: 50px;
  }

  .form-section-title {
    font-size: 25px;
    line-height: 1.3em;
  }

  .step {
    background-color: #fff;
    min-height: 1000px;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: -40px;
    padding: 50px 10px;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0;
  }

  .form-wrapper {
    padding: 0;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0 0;
  }

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

  .next-button {
    z-index: auto;
    text-align: center;
    border-radius: 10px;
    margin-bottom: -88px;
    padding-top: 10px;
    position: static;
    left: 0;
  }

  .button-4 {
    color: var(--white-smoke);
    background-color: #5d6439;
    border-radius: 10px;
  }

  .button-4:hover {
    background-color: #30331e;
  }

  .container-8 {
    max-width: none;
    margin-top: -101px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8.form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-label-2 {
    text-align: center;
  }

  .form-wrapper-2 {
    padding: 0;
  }

  .button-5 {
    background-color: #0d76d6;
    border-radius: 10px;
  }

  .button-5:hover {
    background-color: #3898ec;
  }

  .container-9 {
    max-width: none;
    margin-top: -101px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-9.form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-wrapper-3 {
    padding: 0;
  }

  .why-acme-block-2 {
    width: 100%;
  }

  .logo-column-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .shop-local-section-sell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-button-wrapper-talk {
    justify-content: flex-start;
    display: flex;
  }

  .steps-description {
    min-height: 0;
  }

  .container-steps {
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .image-steps {
    max-width: 40%;
  }

  .image-10 {
    display: none;
  }

  .image-road-mobile {
    display: block;
  }

  .benefit {
    flex-direction: column;
  }

  .benefit-block-para {
    font-size: 15px;
  }

  .grid {
    grid-row-gap: 60px;
  }

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

#w-node-_049be6ed-3500-210f-7e0e-2156eeaefa81-6f10435a {
  place-self: center end;
}

#w-node-_0d546031-3602-9c1f-2684-d71415b96023-6f104367, #w-node-b268ee0b-a7ed-00af-3f3b-3fa7b9e365ed-6a761905, #w-node-_79d4587e-7db3-3847-9439-790716909fa0-b1e9c2b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26a48ac-c3a7-b197-3e56-47b135b1a931-255f6c66 {
  justify-self: end;
}

#w-node-b382417a-c818-6661-ff9b-29c30e44ccca-7fdabe0a, #w-node-_79d4587e-7db3-3847-9439-790716909fa0-86932adc, #w-node-_6e622094-08ea-c76d-2f8e-84dde5be72c8-52d93ce0, #w-node-_6e622094-08ea-c76d-2f8e-84dde5be72c9-52d93ce0, #w-node-_6e622094-08ea-c76d-2f8e-84dde5be72ca-52d93ce0, #w-node-_79d4587e-7db3-3847-9439-790716909fa0-a6597280 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d0d16034-ff5b-aad1-b984-08f754a3a89b-5546d243 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


