:root {
  --indian-red: #eb5757;
  --white-smoke: #f9f9f9;
  --black: #222;
  --harrolls_blue: #51a8db;
  --harrolls_green_bright: #5cfadf;
  --dim-grey: #525252;
  --b2_blue: #45dec7;
  --b2_black: #333;
  --brown: #ab4040;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
  --b2_red: #de5b5b;
  --b2_green: #97de71;
}

.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-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;
}

@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: #222;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.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(--indian-red);
  background-color: var(--indian-red);
  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 {
  background-color: var(--harrolls_blue);
  color: var(--white-smoke);
  border-radius: 10px;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
}

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

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
}

.btn.light.hero.safe:hover {
  border-color: var(--white-smoke);
  background-color: var(--b2_blue);
}

.btn.light.hero.safe.new {
  background-color: var(--b2_blue);
  color: var(--white-smoke);
  margin-top: 20px;
  font-size: 22px;
}

.btn.light.hero.safe.new:hover {
  border-color: var(--b2_black);
  background-color: var(--white-smoke);
  color: var(--b2_black);
}

.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);
}

.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;
}

.small.footer-small {
  font-size: 12px;
}

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

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.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(--indian-red);
}

.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;
}

.hero-section {
  border-bottom: 10px solid var(--harrolls_blue);
  background-image: url('../images/istockphoto-496688546-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  min-height: auto;
}

.hero-section.about-hero {
  background-image: url('../images/istockphoto-496688546-1024x1024.jpg'), linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  background-position: 50%, 0 0, 50% 0;
  background-size: cover, auto, cover;
  border-bottom-width: 0;
  height: 60vh;
}

.hero-section.about-hero.contactuss {
  background-image: url('../images/thomas-lefebvre-gp8BLyaTaA0-unsplash-1.jpg'), linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg'), url('../images/istockphoto-1154804646-1024x1024.jpg');
  background-position: 50%, 0 0, 50% 0, 50%;
  background-size: cover, auto, cover, cover;
  margin-top: -3px;
}

.hero-section.contact-hero {
  background-image: linear-gradient(to bottom, var(--b2_red), var(--b2_red)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hero-section.contact-hero.noblue {
  background-image: linear-gradient(to bottom, var(--harrolls_green_bright), var(--harrolls_green_bright)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom-width: 0;
  height: 60vh;
  padding-top: 40px;
}

.hero-section.holidaylet {
  background-image: url('../images/Harrolls_Gallery3.jpg'), url('../images/Harrolls_Gallery9.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-bottom-width: 0;
  height: 65vh;
}

.hero-section.domesticc {
  background-image: url('../images/Harrolls_Gallery5.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-width: 0;
  height: 65vh;
}

.hero-section.commercialc {
  background-image: url('../images/office_cleaning_banner_r.jpeg');
  background-position: 50%;
  background-size: cover;
  border-bottom-width: 0;
  height: 65vh;
}

.hero-section.carpetc {
  background-image: url('../images/Harrolls_Gallery9.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-width: 0;
  height: 65vh;
}

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

.navbar {
  background-color: var(--black);
  color: var(--b2_black);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  position: sticky;
  inset: 40px 0% auto;
}

.navbar:focus {
  border-bottom: 0px solid var(--b2_blue);
}

.nav-link {
  color: var(--harrolls_blue);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 20px;
  font-size: 22px;
  font-weight: 700;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--harrolls_blue);
  background-color: #5cfadf26;
  background-image: none;
  border-radius: 0;
}

.nav-link:active {
  border-bottom: 0px solid var(--b2_blue);
}

.nav-link.w--current {
  color: var(--harrolls_blue);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: 53px;
  display: flex;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  display: flex;
}

.hero-wrapper.holiday_let {
  margin-top: 0;
}

.hero-heading {
  background-color: var(--harrolls_green_bright);
  color: var(--harrolls_blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.hero-heading.anout-hero-heading {
  color: var(--harrolls_blue);
  background-color: #f9f9f98f;
  width: 40%;
  margin-top: 40px;
  margin-left: 40px;
  padding: 20px;
}

.hero-paragraph {
  color: var(--harrolls_blue);
  width: 35%;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

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

.support-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  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);
  background-image: url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square.one {
  background-image: linear-gradient(to bottom, var(--b2_red), var(--b2_red)), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  color: var(--b2_black);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.support-square.two {
  background-image: linear-gradient(to bottom, var(--b2_black), var(--b2_black)), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.support-square.three {
  background-image: linear-gradient(to bottom, var(--b2_blue), var(--b2_blue));
}

.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(to bottom, #2222222b, var(--black)), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg'), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50% 0, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  min-height: 550px;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 550px;
  padding-right: 50px;
  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;
}

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

.shop-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.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 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.shop-local-left {
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  color: var(--white-smoke);
  background-color: #333;
  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(--black);
  padding-top: 65px;
  padding-bottom: 10px;
}

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

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 55px;
}

.nav-menu {
  color: var(--harrolls_blue);
}

.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.why-acme-sections {
  margin-top: 40px;
  padding: 20px;
  display: block;
}

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

.content-section.instagram, .content-section.gallery_heading {
  margin-top: 40px;
  padding: 20px;
  display: block;
}

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

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

.why-acme-heading {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}

.why-acme-paragraph {
  text-align: justify;
  justify-content: flex-start;
  margin-top: 0;
  padding: 20px 0;
  line-height: 1.6;
  display: flex;
}

.about-columns-wrapper {
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.about-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  width: 70%;
  padding: 90px 55px 90px 245px;
}

.meet-the-owners-left {
  background-image: url('../images/sept-commercial-Cqu3DdNwtKQ-unsplash-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  width: 45%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-avatar-wrapper {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio {
  flex-direction: column;
  align-items: center;
  width: 65%;
  display: flex;
}

.owner-bio-paragraph {
  text-align: center;
}

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

.contact-left {
  width: 30%;
}

.contact-right {
  width: 80%;
  padding-left: 0;
}

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

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

.contact-image-div {
  background-image: linear-gradient(to right, var(--black), #2222222e 76%), url('../images/thomas-lefebvre-gp8BLyaTaA0-unsplash-1.jpg'), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0 0, 0%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  width: 45%;
  height: 550px;
}

.contact-block-wrapper {
  margin-top: 108px;
  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-icon {
  margin-bottom: 30px;
}

.heading {
  margin-top: 55px;
}

.success {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.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;
}

.pill-2.primary {
  background-color: var(--b2_black);
  color: var(--harrolls_blue);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
}

.pill-2.primary:hover {
  color: var(--white-smoke);
}

.pill-2.primary.call2 {
  background-color: var(--black);
  color: var(--harrolls_blue);
  width: 200px;
  height: auto;
  margin: 20px 0;
  font-weight: 700;
}

.pill-2.primary.call2:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.pill-2.primary.git1 {
  background-color: var(--harrolls_green_bright);
  color: var(--harrolls_blue);
  margin-top: 20px;
  margin-left: 0;
  font-weight: 700;
}

.pill-2.primary.gitnew {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pill-2.primary {
  background-color: #192024;
  border: 1px solid #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-right: 0;
  padding: 10px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.pill-2.primary:hover {
  color: var(--harrolls_blue);
  background-color: #f0f0f0;
}

.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%;
}

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

.donate-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: 550px;
  padding-top: 151px;
  padding-bottom: 35px;
}

.donate-heading-1 {
  text-align: center;
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
}

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

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

.donate-wrapper {
  border: 2px solid var(--black);
  border-radius: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  background-color: var(--indian-red);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: var(--black);
}

.text-block {
  color: var(--white-smoke);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: var(--black);
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

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

.cart-quantity-cart {
  color: var(--black);
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

.cart-icon {
  width: 20px;
  margin-right: 0;
}

.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;
}

.features-table {
  border-bottom: 1px solid #0000;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: justify;
  max-width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.comparison-table {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--b2_black);
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  color: var(--white-smoke);
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 0;
  font-size: 32px;
  line-height: 36px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--harrolls_blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-span {
  color: var(--medium-sea-green);
}

.text-span-2, .bold-text {
  color: var(--harrolls_blue);
  font-size: 40px;
}

.text-span-3, .text-span-4 {
  color: var(--b2_blue);
}

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

.footer-dark {
  background-color: var(--b2_black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white-smoke);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  border: 1px solid var(--harrolls_blue);
  background-color: var(--harrolls_blue);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white-smoke);
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
}

.container-26 {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  grid-template: "Area"
                 "."
                 "."
                 / auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  padding: 10px;
  display: grid;
}

.image-16 {
  object-fit: cover;
  width: 250px;
  height: 225px;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  display: none;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  font-size: 32px;
  line-height: 36px;
}

.hero-heading-right {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-3 {
  font-size: 32px;
  line-height: 36px;
}

.text-span-5, .text-span-6 {
  color: var(--b2_blue);
}

.text-span-7 {
  color: var(--b2_green);
}

.heading-4 {
  margin-top: 40px;
}

.text-span-8 {
  color: var(--b2_blue);
}

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

.section-3 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.testimonial-column-light {
  border-bottom: 0 solid #e4ebf3;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid var(--harrolls_blue);
  box-shadow: 4px 3px 5px 0 var(--harrolls_blue);
  border-radius: 20px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: var(--harrolls_blue);
  border-radius: 10px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: var(--white-smoke);
  margin-bottom: 2px;
  font-weight: 600;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--white-smoke);
}

.text-span-9 {
  color: var(--harrolls_blue);
}

.contact-block-wrapper-2 {
  display: flex;
}

.contact-block-2 {
  color: #222;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.container-29 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.container-29.contact {
  display: block;
  position: absolute;
  inset: 0%;
}

.contact-image-div-2 {
  background-image: linear-gradient(to right, #222, #2222222e 76%), url('../images/grant-vortex-kitchenhr-2-840x1024.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.btn-2 {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn-2:hover {
  background-color: #222;
  border-color: #222;
}

.contact-hero-section-2 {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
}

.git {
  background-color: var(--harrolls_blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

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

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

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

.hero-section-2 {
  border-bottom: 0px solid var(--harrolls_green_bright);
  height: auto;
  min-height: auto;
}

.hero-section-2.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero-section-2.about-hero.contactuss {
  background-image: url('../images/thomas-lefebvre-gp8BLyaTaA0-unsplash-1.jpg'), linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg'), url('../images/istockphoto-1154804646-1024x1024.jpg');
  background-position: 50%, 0 0, 50% 0, 50%;
  background-size: cover, auto, cover, cover;
  margin-top: -3px;
}

.hero-section-2.contact-hero {
  background-image: linear-gradient(to bottom, var(--b2_red), var(--b2_red)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hero-section-2.contact-hero.noblue {
  border-bottom-width: 0;
  height: 60vh;
  padding-top: 40px;
}

.background-video {
  height: 63vh;
}

.get-in-touch-section {
  border-bottom: 10px solid var(--harrolls_blue);
  background-image: url('../images/istockphoto-496688546-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  min-height: auto;
}

.get-in-touch-section.about-hero {
  background-image: linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.get-in-touch-section.about-hero.contactuss {
  background-image: url('../images/thomas-lefebvre-gp8BLyaTaA0-unsplash-1.jpg'), linear-gradient(360deg, #222, #2220), url('../images/RChalet-Version-5-Rear-Elevation---8th-March-2023-1.jpeg'), url('../images/istockphoto-1154804646-1024x1024.jpg');
  background-position: 50%, 0 0, 50% 0, 50%;
  background-size: cover, auto, cover, cover;
  margin-top: -3px;
}

.get-in-touch-section.contact-hero {
  background-image: linear-gradient(to bottom, var(--b2_red), var(--b2_red)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.get-in-touch-section.contact-hero.noblue {
  background-image: linear-gradient(to bottom, var(--harrolls_green_bright), var(--harrolls_green_bright)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom-width: 0;
  height: 60vh;
  padding-top: 40px;
}

.get-in-touch-section.get-in-touch-section-2 {
  background-image: linear-gradient(to bottom, var(--b2_red), var(--b2_red)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.get-in-touch-section.get-in-touch-section-2.noblue {
  background-image: linear-gradient(to bottom, var(--harrolls_green_bright), var(--harrolls_green_bright)), linear-gradient(360deg, #222, #2220), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-bottom-width: 0;
  height: 60vh;
  padding-top: 40px;
}

.get-in-touch-section.get-in-touch-section-2.blue {
  background-image: linear-gradient(to bottom, var(--harrolls_blue), var(--harrolls_blue));
  border-bottom-width: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.banner_heading {
  color: var(--harrolls_blue);
  background-color: #f9f9f9ab;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.banner_heading.anout-hero-heading {
  color: var(--harrolls_blue);
  background-color: #f9f9f963;
  width: 40%;
}

.git-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.git-paragraph {
  color: var(--white-smoke);
  width: 35%;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 18px;
}

.git-heading {
  color: var(--white-smoke);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.git-heading.anout-hero-heading {
  color: var(--harrolls_blue);
  background-color: #f9f9f963;
  width: 40%;
}

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

.big_section_left, .big_section_right {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-18 {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

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

.column-3 {
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-19 {
  border-radius: 20px;
  width: 100%;
  padding: 0 20px 20px;
}

.div-block-3 {
  border-radius: 20px;
  width: 100%;
}

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

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
  display: flex;
}

.book-a-survey {
  background-color: var(--harrolls_blue);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-6 {
  color: var(--white-smoke);
  margin-left: 25px;
  font-size: 24px;
  font-weight: 700;
}

.section-4 {
  margin-top: 20px;
  padding: 10px;
}

.section-5 {
  margin-top: 0;
  padding: 10px;
}

.dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-toggle:hover {
  background-color: #5cfadf26;
  border-radius: 0;
}

.text-block-7 {
  color: var(--harrolls_blue);
  padding: 0;
  font-size: 22px;
  font-weight: 700;
}

.icon {
  color: var(--harrolls_blue);
}

.dropdown-link {
  background-color: var(--white-smoke);
  color: var(--harrolls_blue);
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link.w--current {
  color: var(--b2_black);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-2 {
  color: var(--harrolls_blue);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-2.w--current {
  color: var(--b2_black);
}

.dropdown-link-3 {
  color: var(--harrolls_blue);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-3.w--current {
  color: var(--b2_black);
}

.dropdown-link-4 {
  color: var(--harrolls_blue);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-link-4.w--current {
  color: var(--b2_black);
}

.section-6 {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 10px;
}

.section-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: 2px 3px 5px #52525270;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #69c5fa4d;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.text-span-10 {
  color: var(--harrolls_green_bright);
}

.columns-2 {
  border-radius: 20px;
}

.image-20 {
  padding: 11px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.text-span-11 {
  color: var(--harrolls_blue);
}

.comparison-title-2 {
  color: #f9f9f9;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 0;
  font-size: 32px;
  line-height: 36px;
}

.text-span-12 {
  color: #45dec7;
  font-size: 40px;
}

.text-span-13 {
  color: var(--harrolls_blue);
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #333;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.centered-subheading-2 {
  text-align: justify;
  max-width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section-8 {
  margin-top: 40px;
  padding: 9px;
}

.text-span-14 {
  color: var(--harrolls_blue);
}

.book-a-survey-2 {
  background-color: var(--harrolls_blue);
  justify-content: center;
  height: 10vh;
  padding: 20px 10px;
  display: flex;
}

.container-31 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.link-block-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #f9f9f9;
  width: 100%;
  margin-left: 0;
  font-size: 22px;
  font-weight: 600;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 18px;
}

.section-9 {
  margin: 40px 10px;
  padding: 10px;
}

.content-section-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section-gallery.why-acme-sections {
  margin-top: 40px;
  padding: 20px;
  display: block;
}

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

.content-section-gallery.instagram {
  margin-top: 40px;
  padding: 20px;
  display: block;
}

.content-section-gallery.gallery_heading {
  margin-top: 40px;
  padding: 20px;
  display: none;
}

.section-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.text-span-16 {
  color: var(--harrolls_blue);
}

.section-11 {
  margin-top: 20px;
  padding: 10px;
}

.image-21, .image-22 {
  padding: 5px;
}

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

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-heading {
  color: #333;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Sen, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 133%;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large._75width {
  width: 75%;
  margin-top: 20px;
}

.cf-service-paragraph {
  color: #1d1f2eb3;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 156%;
}

.cs_heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.text-span-17 {
  color: #2899a5;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .nav-link {
    color: var(--white-smoke);
    text-align: center;
    font-size: 30px;
  }

  .hero-wrapper {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading {
    width: auto;
  }

  .hero-heading.anout-hero-heading {
    align-items: center;
    width: 80%;
    margin-left: 0;
  }

  .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(--harrolls_blue);
    color: var(--black);
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, var(--black), #2222222e 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

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

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .pill-2.primary {
    font-size: 16px;
  }

  .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;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-28 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .contact-block-wrapper-2 {
    justify-content: space-between;
  }

  .contact-block-2 {
    width: 48%;
    margin-right: 0;
  }

  .container-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-29.contact {
    padding-bottom: 35px;
    position: static;
  }

  .contact-image-div-2 {
    width: 100%;
    height: 350px;
  }

  .git {
    padding-left: 15px;
    padding-right: 15px;
  }

  .git.contact {
    padding-bottom: 35px;
    position: static;
  }

  .mobile-menu {
    cursor: pointer;
    border: 2px solid #2b405a;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mobile-menu-bars {
    flex-direction: column;
    justify-content: space-between;
    width: 16px;
    height: 14px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mobile-menu-bar {
    background-color: #2b405a;
    width: 16px;
    height: 1.2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .banner_heading {
    width: auto;
    margin-left: 0;
  }

  .git-wrapper {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .git-paragraph {
    width: 55%;
  }

  .git-heading {
    width: auto;
  }

  .book-a-survey {
    margin-top: 0;
  }

  .text-block-6 {
    font-size: 16px;
  }

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

  .text-block-7 {
    color: var(--white-smoke);
    font-size: 30px;
  }

  .icon {
    color: var(--white-smoke);
    font-size: 20px;
  }

  .container-30 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-span-15, .text-span-16 {
    color: var(--white-smoke);
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    height: 80vh;
  }

  .hero-heading {
    font-size: 70px;
  }

  .hero-heading.anout-hero-heading {
    width: 90%;
    margin-left: 0;
  }

  .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: 25px;
  }

  .shop-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .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%;
  }

  .pill-2.primary {
    text-align: center;
    text-align: center;
  }

  .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%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .features-table {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-left, .hero-heading-right, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .contact-block-wrapper-2 {
    flex-direction: column;
  }

  .contact-block-2 {
    width: 100%;
  }

  .git.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    height: auto;
  }

  .get-in-touch-section {
    height: 80vh;
  }

  .banner_heading, .git-heading {
    font-size: 70px;
  }

  .book-a-survey {
    margin-top: 0;
  }

  .container-7 {
    padding: 20px;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .container-31 {
    padding: 20px;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cs_heading {
    font-size: 40px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.outline {
    margin-left: 0;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .container {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    height: 60vh;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section.contact-hero.noblue {
    height: auto;
    padding-top: 0;
  }

  .hero-section.holidaylet, .hero-section.domesticc, .hero-section.commercialc, .hero-section.carpetc {
    height: 50vh;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    font-size: 25px;
  }

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

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

  .hero-wrapper {
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .hero-heading.anout-hero-heading {
    justify-content: center;
    align-items: center;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 60px;
    display: flex;
  }

  .hero-paragraph {
    text-align: justify;
    width: 95%;
    padding-left: 0;
    font-size: 13px;
  }

  .safe-wrapper {
    padding-right: 20px;
  }

  .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-right {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav-menu {
    background-color: var(--harrolls_blue);
    color: var(--white-smoke);
  }

  .content-section.why-acme-sections, .content-section.instagram, .content-section.gallery_heading {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-acme-block {
    width: 100%;
  }

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

  .contact-image-div {
    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;
  }

  .pill-2.primary.call2 {
    font-size: 22px;
  }

  .pill-2.primary.git1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .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;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .cart-quantity-cart {
    position: absolute;
    inset: -23% 0% auto 27px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .cart-item {
    flex-direction: row;
  }

  .brand {
    width: auto;
  }

  .brand.w--current {
    width: 90px;
  }

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

  .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;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

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

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    justify-items: center;
    display: flex;
  }

  .image-16 {
    padding: 0;
  }

  .container-28 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .image-17 {
    max-width: 150px;
  }

  .contact-image-div-2 {
    background-position: 0 0, 50%;
  }

  .git {
    flex-direction: column;
    height: auto;
    padding: 0 10px;
    display: flex;
  }

  .hero-section-2 {
    height: auto;
  }

  .hero-section-2.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-2.contact-hero.noblue {
    height: auto;
    padding-top: 0;
  }

  .background-video {
    height: 50vh;
  }

  .get-in-touch-section {
    height: 60vh;
  }

  .get-in-touch-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .get-in-touch-section.contact-hero.noblue {
    height: auto;
    padding-top: 0;
  }

  .get-in-touch-section.get-in-touch-section-2 {
    background-position: 0 0, 80%;
  }

  .get-in-touch-section.get-in-touch-section-2.noblue, .get-in-touch-section.get-in-touch-section-2.blue {
    height: auto;
    padding-top: 0;
  }

  .banner_heading {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .banner_heading.anout-hero-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .git-wrapper {
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px;
  }

  .git-paragraph {
    text-align: justify;
    width: 95%;
    padding-left: 0;
    font-size: 13px;
  }

  .git-heading {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .git-heading.anout-hero-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .book-a-survey {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.25;
  }

  .container-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-5 {
    margin-top: 0;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .container-30 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .comparison-title-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .book-a-survey-2 {
    height: 13vh;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.25;
  }

  .container-31 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section-gallery.why-acme-sections, .content-section-gallery.instagram, .content-section-gallery.gallery_heading {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-2-grid-cell {
    align-items: center;
  }

  .f-paragraph-large {
    text-align: center;
  }

  .f-paragraph-large._75width {
    width: 95%;
  }

  .cf-service-paragraph, .cs_heading {
    text-align: center;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-3-grid-cell {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cf-features-section-3-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_85f195fe-344e-ff68-a9df-fc4f1ad7eede-9ace54e2 {
  grid-area: Area;
}

#w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aae9fc-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aae9ff-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aaea02-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aaea05-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aaea08-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aaea0b-9ace54e2, #w-node-_4b0b0dfd-3530-b93c-c09b-6bd9e4aaea0e-9ace54e2, #w-node-d6b93b2e-6df3-299a-7a59-5729045e03ff-045e03ea, #w-node-d6b93b2e-6df3-299a-7a59-5729045e040a-045e03ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


