.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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: #eb5757;
  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 #eb5757;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  width: 100%;
  color: #f9f9f9;
  background-color: #222;
  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: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

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

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

.btn.dark:hover {
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.dark.outline {
  color: #222;
  border-color: #222;
}

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

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

.btn.dark.outline.cat-menu.w--current {
  color: #f9f9f9;
  background-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn.light.outline:hover {
  color: #fff;
  background-color: #697770;
  border-color: #f9f9f9;
}

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

.btn.light.hero.safe:hover {
  background-color: #3c6e70;
  border-color: #fff;
}

.btn.outline {
  color: #eb5757;
  background-color: rgba(0, 0, 0, 0);
}

.btn.outline:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.outline:focus {
  border: 1px solid #eb5757;
  box-shadow: 0 0 2px #eb5757;
}

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

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

.color-block.primary {
  color: #f9f9f9;
  background-color: #222;
}

.color-block.secondary {
  color: #f9f9f9;
  background-color: #eb5757;
}

.color-block.white {
  background-color: #f9f9f9;
}

.color-block.primary-variant {
  color: #f9f9f9;
  background-color: #525252;
}

.color-block.secondary-variant {
  color: #f9f9f9;
  background-color: #ab4040;
}

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

.color-block.alert-blocks.caution {
  background-color: #ffde03;
}

.color-block.alert-blocks.warning {
  color: #f9f9f9;
  background-color: #e53935;
}

.color-block.alert-blocks.alert {
  color: #f9f9f9;
  background-color: #1976d2;
}

.color-block.alert-blocks.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 0;
}

.separator {
  height: 1px;
  background-color: #525252;
  margin-bottom: 20px;
}

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

.style-link-wrapper.dark {
  color: #f9f9f9;
  background-color: #222;
}

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

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

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

.page-title-section {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.container.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.input {
  border: 1px solid #222;
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: #eb5757;
}

.input::-ms-input-placeholder {
  color: #525252;
}

.input::placeholder {
  color: #525252;
}

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

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

.alert-wrapper {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  color: #f9f9f9;
  background-color: #e53935;
}

.alert-wrapper.warning {
  background-color: #ffde03;
}

.alert-wrapper.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 20px;
}

.alert-wrapper.information {
  color: #f9f9f9;
  background-color: #1976d2;
}

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

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

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

.pill.warning {
  color: #f9f9f9;
  background-color: #e53935;
}

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

.pill.caution {
  color: #222;
  background-color: #ffde03;
}

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

.pill.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 5px;
}

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

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.hero-section {
    min-height: 500px;
    background-image: -webkit-linear-gradient(90deg,rgba(38,54,78,1.00) 8%,rgba(34,34,34,0.00) 73%), url(../images/hero/hero.png);
    background-image: -moz-linear-gradient(90deg,rgba(38,54,78,1.00) 8%,rgba(34,34,34,0.00) 73%), url(../images/hero/hero.png);
    background-image: -o-linear-gradient(90deg,rgba(38,54,78,1.00) 8%,rgba(34,34,34,0.00) 73%), url(../images/hero/hero.png);
    background-image: linear-gradient(to top, #26364e 8%, rgba(34, 34, 34, 0) 73%), url(../images/hero/hero.png);
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/felix-rostig-UmV2wr-Vbq8-unsplash.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

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

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

.navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.nav-link {
  color: #000;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link:hover {
  background-color: #f7f7f7;
  background-image: none;
}

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

.nav-link.w--current:hover {
  background-color: #f7f7f7;
}

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

.hero-wrapper {
  min-height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  width: 35%;
  color: #f9f9f9;
  font-size: 30px;
  line-height: 1.2;
}

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

.hero-paragraph {
  width: 35%;
  color: #f9f9f9;
  margin-bottom: 25px;
  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: 400px;
}

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

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square-image {
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

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

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

.safe-section {
  min-height: 550px;
  background-image: linear-gradient(135deg, rgba(34, 34, 34, .17) 18%, #483b46), url('../images/Conference.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.safe-heading {
  width: 45%;
  color: #f9f9f9;
  text-align: right;
  font-size: 40px;
  line-height: 1.2;
}

.safe-paragraph {
  width: 35%;
  color: #f9f9f9;
  text-align: right;
  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 {
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  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: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

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

.shop-item-price.compare {
  color: #eb5757;
  text-decoration: line-through;
}

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

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

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

.shop-local-right {
  width: 80%;
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  justify-content: flex-end;
  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: #697770;
  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: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

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

.content-section.why-acme-sections, .content-section.featured-section {
  padding-bottom: 0;
}

.why-acme-block {
  width: 50%;
  flex-direction: column;
  align-items: center;
  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%;
}

.image {
  display: block;
}

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

.meet-the-owners-right {
  width: 70%;
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  padding: 90px 55px 90px 245px;
}

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

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

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

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

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

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

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

.contact-left {
  width: 30%;
}

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

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

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

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

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

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

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

.heading {
  margin-top: 55px;
}

.success {
  min-height: 280px;
  color: #f9f9f9;
  background-color: #20c788;
  border-radius: 5px;
  padding-top: 125px;
}

.error {
  color: #f9f9f9;
  background-color: #e53935;
  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 {
  min-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

.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 rgba(34, 34, 34, .08);
  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 {
  text-transform: uppercase;
  background-color: #eb5757;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  color: #222;
  background-color: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.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 {
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  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: #eb5757;
  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 {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.featured-item-name {
  color: #f9f9f9;
  margin-bottom: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.featured-price {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 2%;
  right: auto;
}

.featured-gradient-overlay {
  background-image: linear-gradient(rgba(34, 34, 34, .22), rgba(34, 34, 34, .69));
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.donate-explainer {
  min-height: 550px;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .56), #222), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  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 {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.donate-link-block {
  width: 100%;
  color: #f9f9f9;
  text-align: center;
  background-color: #eb5757;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: #222;
}

.text-block {
  color: #f9f9f9;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: #222;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

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

.cart-quantity-cart {
  color: #222;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

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

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

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

.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: rgba(0, 0, 0, 0);
}

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

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .42), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.alert-empty {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.heading-2 {
  color: #fff;
  padding-top: 100px;
  padding-right: 36%;
  font-size: 50px;
  line-height: 50px;
}

.section {
  background-color: #697770;
  padding: 100px 3%;
}

.heading-3 {
  color: #fff;
  text-align: left;
}

.section-2 {
  background-color: #f3f3f3;
  padding: 100px 3%;
}

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

.div-block {
  padding-left: 0%;
  padding-right: 0%;
}

.paragraph {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
}

.div-block-2 {
  padding-left: 10%;
  padding-right: 10%;
}

.heading-4 {
  color: #483b46;
  text-align: center;
  font-weight: 400;
}

.section-3 {
  background-color: #697770;
  padding: 80px 3%;
}

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

.heading-5 {
  color: #d3d3d3;
  text-align: center;
  margin-top: 10px;
}

.section-4 {
  height: 700px;
  background-image: url('../images/Banner.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-6 {
  color: #697770;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.div-block-3 {
  height: auto;
  margin-top: 0;
}

.image-2 {
  width: 100%;
  height: auto;
}

.bold-text {
  color: #fff;
  font-size: 20px;
}

.bold-text-2 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.div-block-4 {
  height: 50px;
  color: #697770;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5 {
  height: 90px;
  margin-bottom: 20px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 10px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-4, .paragraph-5 {
  height: 120px;
  margin-top: 20px;
}

.div-block-6 {
  height: 130px;
  margin-bottom: 10px;
}

.heading-7 {
  color: #3c6e70;
}

.button, .button-2, .button-3 {
  background-color: #483b46;
}

.section-5 {
  padding: 50px 3%;
}

.container-4 {
  max-width: 1200px;
  border: 1px solid #3c6e70;
  justify-content: center;
  padding: 40px 10px;
  display: flex;
}

.section-6 {
  background-color: #b5ada5;
  padding: 100px 3%;
}

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

.grid {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  height: auto;
  margin-top: 20px;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding: 40px 10px 10px;
  box-shadow: 0 1px 3px #000;
}

.section-7 {
  padding: 100px 3%;
}

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

.heading-8 {
  color: #697770;
  border-bottom: 1px solid #697770;
  margin-top: 10px;
  padding-bottom: 20px;
  font-weight: 700;
}

.div-block-9 {
  margin-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-10 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.section-8 {
  background-color: #483b46;
  padding: 40px 3%;
}

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

.heading-9 {
  color: #f8f5f5;
  text-align: center;
}

.section-9 {
  padding: 60px 3%;
}

.container-8 {
  max-width: 1200px;
  font-size: 20px;
}

.div-block-11 {
  margin-top: 60px;
}

.paragraph-8 {
  font-size: 20px;
}

.section-10 {
  padding: 60px 3%;
}

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

.div-block-12 {
  margin-top: 80px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.image-3 {
  max-width: none;
}

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

.div-block-15 {
  height: 75px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

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

.section-11 {
  background-color: #3c6e70;
  padding: 60px 3%;
  font-size: 32px;
}

.container-10 {
  max-width: 1200px;
  text-align: center;
}

.bold-text-3 {
  color: #fff;
  text-align: center;
}

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

.heading-10:hover {
  color: #7e7878;
}

.button-4 {
  font-size: 32px;
}

.button-5 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.section-12 {
  background-color: #eee;
  padding: 60px 3% 100px;
}

.link {
  color: #c9e4ce;
}

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

.div-block-16 {
  flex-wrap: nowrap;
  margin-top: 40px;
  display: flex;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.dropdown {
  flex: 1;
}

.icon {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.dropdown-toggle-2 {
  background-color: #dbdbdb;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #483b46;
}

.text-block-2 {
  font-size: 18px;
}

.faq-s {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #1c393a;
}

.section-13 {
  padding: 60px 3%;
}

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

.div-block-17 {
  background-color: #e0e0e0;
  margin-top: 60px;
  box-shadow: 0 1px 3px #000;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-3 {
  width: 100%;
  position: relative;
}

.text-block-3 {
  color: #1d3832;
  object-fit: fill;
  position: relative;
}

.div-block-18 {
  background-color: #e0e0e0;
  margin-top: 20px;
  box-shadow: 0 1px 3px #000;
}

.dropdown-3, .dropdown-toggle-4 {
  width: 100%;
}

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

.div-block-19 {
  padding: 10px 5%;
}

.faq {
  background-color: #e0e0e0;
  margin-top: 20px;
  box-shadow: 0 1px 3px #000;
}

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

.dropdown-list, .dropdown-list-2, .dropdown-list-3 {
  position: static;
}

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

.image-5 {
  background-color: #fff;
}

.bold-text-9 {
  color: #fff;
}

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

.navbar-2 {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.section-15 {
  background-color: #ececec;
  padding: 60px 3%;
}

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

.heading-11 {
  color: #474646;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}

.heading-12 {
  color: #474646;
  margin-top: 5px;
}

.bold-text-14 {
  color: #3c6e70;
  font-size: 24px;
}

.link-2, .link-3 {
  color: #ffa600;
}

.video {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-5 {
  font-weight: 700;
}

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

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-span, .text-span-2 {
  color: #483b46;
  font-style: normal;
  font-weight: 400;
}

.bold-text-15 {
  color: #3c6e70;
}

.nav-menu-2 {
  flex-wrap: wrap;
  align-content: center;
  margin-top: 10px;
  display: flex;
}

.container-14 {
  max-width: 1200px;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  padding-right: 47%;
  font-size: 30px;
  line-height: 35px;
}

.image-8 {
  position: relative;
}

.heading-15 {
  color: #fff;
  margin-bottom: 40px;
}

.paragraph-15 {
  color: #fff;
  font-size: 25px;
  font-style: italic;
}

.heading-16 {
  color: #fff;
  margin-bottom: 40px;
}

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

.button-6 {
  color: #697770;
  background-color: #f5f0ea;
  padding: 12px 20px;
}

.button-6:hover {
  color: #697770;
  background-color: #e8e8e8;
}

.section-1 {
  background-color: #e8e8e8;
  padding: 60px 3%;
}

.section-16 {
  padding: 100px 3%;
}

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

.grid-4 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-23 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-17 {
  color: #697770;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 60px;
}

.paragraph-16 {
  font-size: 20px;
}

.div-block-24 {
  text-align: center;
}

.div-block-25 {
  margin-top: 10px;
}

.heading-18 {
  margin-top: 40px;
  font-style: italic;
}

.button-6-a {
  color: #fff;
  background-color: #697770;
  padding: 12px 20px;
}

.button-6-a:hover {
  color: #000;
  background-color: #b0c2ba;
}

.section-17 {
  background-color: #b5ada5;
  padding: 100px 3%;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.button-7 {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7:hover {
  color: #fff;
  background-color: #444;
}

.div-block-27, .div-block-27-copy {
  border: 1px solid #fff;
  padding: 20px 30px;
}

.heading-19, .heading-20 {
  color: #f5f0ea;
  text-align: center;
  margin-top: 0;
}

.heading-21 {
  color: #f5f0ea;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.paragraph-17, .paragraph-18, .paragraph-19 {
  text-align: center;
  margin-bottom: 20px;
}

.section-2--a {
  background-color: #f3f3f3;
  padding: 100px 3%;
}

.div-block-28 {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  display: block;
}

.slide {
  background-color: #697770;
  padding: 39px 100px 20px;
}

.paragraph-s1 {
  min-height: 150px;
  color: #fff4f4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  display: flex;
}

.slide-1, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-8 {
  background-color: #697770;
  padding: 39px 100px 20px;
}

.paragraphs2, .par-s3, .pars4, .pars5, .pars6, .pars7 {
  min-height: 150px;
  color: #fff4f4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  display: flex;
}

.heading-8--a {
  color: #585858;
  text-align: center;
  border-bottom: 1px solid #697770;
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.heading-22 {
  color: #fff;
  font-size: 50px;
  font-style: italic;
}

.paragraph-20 {
  color: #e8e8e8;
  margin-top: 40px;
  font-size: 20px;
}

.div-block-29 {
  margin-top: 40px;
}

.button-8 {
  color: #000;
  background-color: #f5f0ea;
  padding: 12px 20px;
}

.button-8:hover {
  background-color: #e8e8e8;
}

.heading-23 {
  color: #697770;
  text-align: left;
}

.paragraph-step-2 {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
}

.daisy, .rose {
  margin-bottom: 40px;
  font-size: 20px;
}

.button-9 {
  padding: 12px 20px;
}

.nav-link-2 {
  color: #eb5757;
}

.nav-link-2.w--current {
  color: #697770;
  font-size: 20px;
}

.nav-link-3 {
    color: #996F30;
    font-size: 20px;
    font-family: 'Antic Didone', sans-serif;
}

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

.nav-link-4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
}

.nav-link-4:active, .nav-link-4:visited, .nav-link-4.w--current {
  color: #000;
}

.nav-link-5 {
  color: #fff;
  font-size: 20px;
}

.div-block-30 {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.bold-text-16, .bold-text-17 {
  font-size: 20px;
}

.div-block-31, .div-block-32 {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.slide-7-copy {
  background-color: #697770;
  padding: 39px 100px 20px;
}

.heading-24 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
}

.grid-6 {
  grid-column-gap: 49px;
  grid-template-rows: auto;
}

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

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 38px;
  grid-template-rows: auto;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-18 {
  max-width: 100%;
  min-height: 700px;
  background-image: url('../images/Steps-min.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-36 {
  padding-left: 10%;
  padding-right: 10%;
}

.section-19 {
  background-color: #f3f3f3;
  background-image: url('../images/Untitled-design-2.png');
  background-position: 0 0;
  background-size: cover;
  padding: 100px 3%;
}

.heading-25 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 35px;
}

.paragraph-21 {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.heading-26 {
  text-align: center;
  margin-bottom: 20px;
}

.grid-5---a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-19-copy, .heading-20-copy {
  color: #f5f0ea;
  text-align: center;
  margin-top: 0;
}

.heading-21-copy {
  color: #f5f0ea;
  text-align: center;
  color: #f5f0ea;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.paragraph-17-copy, .paragraph-18-copy, .paragraph-19-copy, .paragraph-19-copy {
  text-align: center;
  margin-bottom: 20px;
}

.button-7-copy {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7-copy:hover {
  color: #fff;
  background-color: #444;
}

.button-7-copy {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7-copy:hover {
  color: #fff;
  background-color: #444;
}

.button-7-copy {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7-copy:hover {
  color: #fff;
  background-color: #444;
}

.button-7-copy {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7-copy:hover {
  color: #fff;
  background-color: #444;
}

.div-block-26-copy {
  justify-content: center;
  display: flex;
}

.paragraph-22 {
  margin-bottom: 40px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-37 {
  background-color: rgba(105, 119, 112, .1);
  padding: 20px;
  box-shadow: 0 2px 5px rgba(37, 36, 36, .88);
}

.div-block-38 {
  margin-top: 20px;
}

.heading-27 {
  color: #3f4d46;
  text-align: center;
}

.paragraph-23 {
  color: #272727;
  font-size: 18px;
}

.image-9 {
  border-radius: 100%;
}

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

.link-4 {
  color: #34477f;
  text-decoration: none;
}

.list-item, .list-item-2 {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-24 {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
}

.button-8---a {
  color: #000;
  background-color: #f5f0ea;
  padding: 12px 20px;
}

.button-8---a:hover {
  background-color: #e8e8e8;
}

.button-7---a {
  text-align: center;
  background-color: #697770;
  padding: 12px 20px;
}

.button-7---a:hover {
  color: #fff;
  background-color: #444;
}

.button-9-copy {
  padding: 12px 20px;
}

.div-block-40 {
  margin-bottom: 20px;
}

.packages-div {
  margin-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

.grid-pack2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.list-item-3 {
  font-size: 18px;
}

.div-block-42 {
  text-align: center;
}

.div-block-43 {
  padding-left: 10%;
  padding-right: 10%;
}

.column {
  color: #000;
  background-color: #f3f3f3;
  border: 4px solid #996f30;
  padding: 20px 40px;
}

.heading-28 {
  margin-top: 10px;
  font-family: Antic Didone, sans-serif;
  font-weight: 400;
}

.div-block-44 {
  margin-top: 100px;
  padding-left: 0%;
}

.container-18 {
  flex-direction: column;
  align-items: flex-end;
  display: block;
}

.div-block-45 {
  justify-content: center;
  margin-top: 140px;
  margin-left: 20%;
  margin-right: 13%;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-11 {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-46, .div-block-47, .div-block-48, .div-block-49 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns {
  margin-top: 140px;
}

.container-19 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-20 {
  background-color: #26364e;
  padding-bottom: 40px;
  position: relative;
  top: -69px;
}

.grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-50 {
  margin-left: 44%;
}

.div-block-51, .div-block-52, .div-block-53 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.body {
  background-color: #f3f3f3;
}

.section-21 {
  padding-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.frame-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.frame-23 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  color: #000;
  font-family: Antic Didone, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.error-8d3f9a12-b787-9d94-38db-7b106af45546 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-2 {
  color: #26364e;
  font-family: Antic Didone, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.frame-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #996f30 0%, #c59958 100%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.text-3 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.event-space-lodging-diy-prices-starting-at-55-person-event-space-only-diy-prices-starting-at-25-person-estimate-based-on-a-group-of-about-15-people-0 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 177%;
}

.event-space-lodging-diy-prices-starting-at-55-person-event-space-only-diy-prices-starting-at-25-person-estimate-based-on-a-group-of-about-15-people-1 {
  color: #839ac2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 177%;
}

.grid-14 {
  grid-template-columns: 1fr;
}

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

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-55 {
  background-color: #26364e;
}

.frame-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #26364e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.frame-24 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.from-a-vibrant-downtown-experience-to-inspiring-nature-walks---we-ve-got-it-all {
  color: #fff;
  font-family: Antic Didone, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.text-4 {
  color: #c59958;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.since-2008-aspenwood-manor-has-been-the-choice-of-groups-from-all-over-the-world-for-creating-not-just-memories-but-transformations-with-over-100-retreats-hosted-weve-learned-that-retreat-hosts-dont-want-the-overwhelm-of-running-event-management-they-want-their-retreats-to-shine-aspenwood-manor-is-nestled-in-the-heart-of-downtown-provo-utah-aspenwood-manor-is-the-perfect-place-to-host-your-retreat-we-have-a-new-city-recreation-center-just-across-the-street-and-a-vibrant-downtown-scene-just-steps-away-and-serene-mountains-a-few-minutes-drive-away-we-cant-wait-to-help-you-plan-and-host-your-ideal-retreat-in-the-heart-of-provo-at-aspenwood-manor-let-us-transform-your-vision-into-reality-and-make-your-retreat-an-extraordinary-success {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-10 {
  min-width: 100%;
}

.div-block-56 {
  flex-flow: column wrap;
  justify-content: center;
  display: flex;
}

.columns-2 {
  background-color: #394b66;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.div-block-57 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-11 {
  width: 100%;
}

.section-22 {
    background-image: url(../images/graphics/bg-2.png);
    background-position: 0 0;
    background-size: cover;
    padding: 100px 3%;
}

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

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.frame-80 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-58 {
  background-color: #fff;
  padding: 30px;
}

.frame-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-5 {
  color: #000;
  font-family: Antic Didone, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.amenities-include-leather-sofas-plenty-of-pillows-extra-chairs-tables-fully-functional-kitchen-no-catering-requirements-80-hdtv-with-hdmi-input-accent-lighting-private-patio-area-high-speed-wireless-and-wired-internet-electronic-door-locks-for-privacy-and-security {
  color: #26364e;
  font-size: 20px;
  font-weight: 400;
}

.amenities-include-leather-sofas-plenty-of-pillows-extra-chairs-tables-fully-functional-kitchen-no-catering-requirements-80-hdtv-with-hdmi-input-accent-lighting-private-patio-area-high-speed-wireless-and-wired-internet-electronic-door-locks-for-privacy-and-security-0 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.amenities-include-leather-sofas-plenty-of-pillows-extra-chairs-tables-fully-functional-kitchen-no-catering-requirements-80-hdtv-with-hdmi-input-accent-lighting-private-patio-area-high-speed-wireless-and-wired-internet-electronic-door-locks-for-privacy-and-security-1 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-29 {
  margin-top: 0;
  font-family: Antic Didone, sans-serif;
}

.heading-30 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.list {
  margin-top: 10px;
}

.list-item-8, .paragraph-25 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-12 {
  width: 100%;
}

.section-23 {
  background-color: #fff;
  padding: 100px 3% 200px;
}

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

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

.frame-83 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-6 {
  color: #000;
  text-align: center;
  font-family: Antic Didone, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.text-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96.73deg, #996f30 0%, #c59958 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 400;
}

.error-c3e9092f-190b-c6c9-b7b6-7bcf53535c8c {
  color: #26364e;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.when-you-book-your-retreat-with-aspenwood-manor-we-promise-to-support-you-however-you-need-everything-you-want-and-nothing-you-don-t-learn-more-about-how-we-can-customize-each-aspect-of-your-event-below-0 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.when-you-book-your-retreat-with-aspenwood-manor-we-promise-to-support-you-however-you-need-everything-you-want-and-nothing-you-don-t-learn-more-about-how-we-can-customize-each-aspect-of-your-event-below-1 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-61 {
  object-fit: fill;
  margin-top: 60px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-62 {
  border: 3px solid #fff;
  justify-content: center;
  margin: 20px;
  padding: 10px;
  display: flex;
}

.heading-31 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
}

.frame-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7px 13px;
  display: flex;
  position: absolute;
  top: 294px;
  left: 228px;
}

.text-8 {
  color: #996f30;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-gifts {
    background-image: url(../images/menu-for-retreat/customized-gifts.png);
    background-position: 0 0;
    background-size: cover;
}

.image-13, .div-block-64 {
  text-align: center;
}

.div-block-65 {
  width: 300px;
  height: 300px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-66 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.link-block {
  object-fit: fill;
  text-decoration: none;
  position: relative;
}

.div-gourmet {
    background-image: url(../images/menu-for-retreat/gourmet-menu.png);
    background-position: 0 0;
    background-size: cover;
}

.div-luxury {
    background-image: url(../images/menu-for-retreat/luxury.png);
    background-position: 0 0;
    background-size: cover;
}

.section-24 {
  padding-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
}

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

.div-perdetails {
    background-image: url(../images/menu-for-retreat/personalized-details.png);
    background-position: 0 0;
    background-size: cover;
}

.div-group {
    background-image: url(../images/menu-for-retreat/group-activity.png);
    background-position: 0 0;
    background-size: cover;
}

.div-experience {
    background-image: url(../images/menu-for-retreat/guest-experiences.png);
    background-position: 0 0;
    background-size: cover;
}

.div-block-61-below {
  object-fit: fill;
  margin-top: 0;
  position: relative;
  top: -183px;
}

.div-block-67 {
  background-color: #fff;
}

.section-25 {
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: -61px;
}

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

.frame-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.error-59134d90-0a13-c5ce-f396-b5bd3b12baad {
  color: #000;
  text-align: center;
  font-family: Antic Didone, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.frame-86 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.error-0f61f39f-3b7e-88ce-e08b-40b6d58cbc71 {
  color: #26364e;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.it-s-easy-to-grow-your-business-with-a-retreat-at-aspenwood-manor-event-pricing-is-calculated-as-event-room-rental-sleeping-suite-rental-add-on-servcies-each-retreat-package-is-completely-customized-you-only-pay-for-what-you-need-0 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.it-s-easy-to-grow-your-business-with-a-retreat-at-aspenwood-manor-event-pricing-is-calculated-as-event-room-rental-sleeping-suite-rental-add-on-servcies-each-retreat-package-is-completely-customized-you-only-pay-for-what-you-need-1 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.it-s-easy-to-grow-your-business-with-a-retreat-at-aspenwood-manor-event-pricing-is-calculated-as-event-room-rental-sleeping-suite-rental-add-on-servcies-each-retreat-package-is-completely-customized-you-only-pay-for-what-you-need-2 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-61-copy {
  object-fit: fill;
  margin-top: 0;
  position: relative;
  top: -183px;
}

.div-block-68 {
  margin-top: 40px;
}

.grid-18 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.text-9 {
  color: #996f30;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

._300-day-weekdays-mon---thurs-400-day-for-weekends-fri---sun-includes-a-75-cleaning-fee-includes-traffic-of-up-to-20-guests-each-additional-guest-is-25-set-up-and-take-down-must-be-included-in-the-time-block-0, ._300-day-weekdays-mon---thurs-400-day-for-weekends-fri---sun-includes-a-75-cleaning-fee-includes-traffic-of-up-to-20-guests-each-additional-guest-is-25-set-up-and-take-down-must-be-included-in-the-time-block-1 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-32 {
  font-family: Lato, sans-serif;
}

.heading-33 {
  color: #996f30;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-26 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-70 {
  margin-top: 20px;
}

.div-block-71 {
  border: 3px solid #996f30;
  margin-top: 100px;
}

.text-10 {
  color: #996f30;
  text-align: center;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: -18px;
}

.frame-88 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15%;
  display: flex;
}

.error-ed8c2c7b-e9c8-fbf6-38b4-59eb0752c288 {
  color: #26364e;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.pricing-is-calculated-by-adding-event-room-rental-sleeping-space-rental-extras-food-services-etc-pricing-in-these-examples-is-taking-that-total-and-dividing-by-the-group-size-pricing-is-customized-based-on-your-needs-and-group-size-please-reach-out-for-a-firm-quote-0 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.pricing-is-calculated-by-adding-event-room-rental-sleeping-space-rental-extras-food-services-etc-pricing-in-these-examples-is-taking-that-total-and-dividing-by-the-group-size-pricing-is-customized-based-on-your-needs-and-group-size-please-reach-out-for-a-firm-quote-1 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.div-block-73 {
  margin: 20px 20px 0;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-74 {
  padding: 10px;
}

.frame-90 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.best-of-the-basics-starts-at-20-person-0 {
  color: #996f30;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.best-of-the-basics-starts-at-20-person-1 {
  color: #996f30;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.frame-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.error-c891838d-f026-96e4-dcbf-872c3ceb0502 {
  color: #26364e;
  font-size: 18px;
  font-weight: 400;
}

.overnight-retreat-carrie-hosted-a-basic-retreat-that-included-the-event-room-unlimited-drink-station-and-shared-sleeping-spaces-for-her-guests-she-brought-in-all-her-own-catering-and-guest-speakers-her-total-was-55-person-night-for-her-3-day-retreat-daytime-retreat-danielle-hosted-her-corporate-retreat-from-8am-4pm-on-a-wednesday-for-20-guests-she-used-our-unlimited-drink-station-but-brought-in-her-own-lunch-supplies-her-cost-was-only-20-person-0 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.overnight-retreat-carrie-hosted-a-basic-retreat-that-included-the-event-room-unlimited-drink-station-and-shared-sleeping-spaces-for-her-guests-she-brought-in-all-her-own-catering-and-guest-speakers-her-total-was-55-person-night-for-her-3-day-retreat-daytime-retreat-danielle-hosted-her-corporate-retreat-from-8am-4pm-on-a-wednesday-for-20-guests-she-used-our-unlimited-drink-station-but-brought-in-her-own-lunch-supplies-her-cost-was-only-20-person-1 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-75 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.frame-103 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.frame-32 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-11 {
  color: #26364e;
  text-align: center;
  font-family: Antic Didone, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.frame-104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #996f30 0%, #c59958 100%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.text-12 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-26 {
  background-color: #fff9f9;
  padding: 60px 3% 100px;
}

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

.frame-105 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.a-la-carte-menu-for-your-event {
  color: #26364e;
  font-family: Antic Didone, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-76 {
  margin-top: 40px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.frame-106 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-107 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-2 {
  height: 29px;
  max-width: 50%;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-13 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 137%;
}

.shared-sleeping-spaces-shared-kings-queens-but-not-shared-twins-semi-private-sleeping-spaces--no-shared-beds-but-multiple-guests-in-one-room-private-sleeping-spaces--private-bedrooms-for-every-guest {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 137%;
}

.text-14 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 137%;
}

.text-15 {
  color: #996f30;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.grid-23 {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 5fr;
}

.div-block-77 {
  border: 2px solid #996f30;
}

.div-block-78, .div-block-79, .div-block-80 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-76-copy {
  margin-top: 20px;
}

.paragraph-27 {
  color: #26364e;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.list-item-9, .list-item-10 {
  color: #26364e;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.list-2 {
  margin-top: 5px;
}

.list-item-11 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-28 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.div-gourmetmenu {
  margin-top: 20px;
}

.grid-gourmet {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
}

.div-block-81, .div-block-82 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-custogifts {
  margin-top: 20px;
}

.grid-custogifts {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 4.75fr;
}

.div-personalized {
  margin-top: 20px;
}

.grid-personalized {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
}

.div-groupact {
  margin-top: 20px;
}

.paragraph-28-copy {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.div-individualized {
  margin-top: 20px;
}

.grid-indi {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
}

.section-27 {
  padding: 60px 3%;
}

.container-26 {
  max-width: 1200px;
  text-align: center;
}

.frame-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.frame-33 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-16 {
  color: #26364e;
  font-family: Antic Didone, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.frame-109 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #996f30 0%, #c59958 100%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.text-17 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.grid-24 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.div-block-83 {
    background-color: #26364e;
    background-image: url(../images/graphics/bg-1.png);
    background-position: 0 0;
    background-size: cover;
    padding-left: 15%;
}

.frame-70 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px 20px;
  display: flex;
}

.text-18 {
  color: #fff;
  font-family: Antic Didone, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-19 {
  color: #c59958;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.error-d4ce0141-748d-4014-ee16-4f3180c00613 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.list-item-12, .list-item-13, .list-item-14 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-84 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-25-copy {
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.div-ourpromise {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.section-promise {
  background-color: #fff;
  padding-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  position: static;
  top: auto;
}

.text-promise {
  color: #996f30;
  text-align: center;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: -18px;
}

.text-client {
  color: #26364e;
  text-align: center;
  font-family: Antic Didone, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

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

.div-block-85 {
  padding: 20px;
}

.columns-3 {
  flex-direction: row;
  display: flex;
}

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

.frame-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-110 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-20 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-21 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-73-blw {
  margin: 0 20px;
}

.div-block-86 {
  margin-top: 50px;
}

.frame-111 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-22 {
  color: #000;
  font-family: Antic Didone, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-87 {
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.slide-9 {
  background-color: #dbdee4;
}

.div-block-88 {
  max-width: none;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.paragraph-29 {
  color: #26364e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.section-28 {
  padding: 100px 3%;
}

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

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

.grid-27 {
  grid-template-columns: 1fr;
}

.div-block-89 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.frame-112 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.frame-35 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-23 {
  color: #000;
  font-family: Antic Didone, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-24 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98.82deg, #996f30 0%, #c59958 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 75px;
  font-weight: 400;
}

.we-ve-made-our-process-as-effortless-as-possible-so-you-can-start-dreaming-and-start-enjoying-with-as-little-stress-in-between-as-possible-here-s-how-to-get-started {
  color: #26364e;
  font-size: 18px;
  font-weight: 400;
}

.frame-67 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.frame-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #26364e;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7px 13px;
  display: flex;
}

.text-25 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-26 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.frame-113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #996f30 0%, #c59958 100%);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.text-27 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.we-ve-made-our-process-as-effortless-as-possible-so-you-can-start-dreaming-and-start-enjoying-with-as-little-stress-in-between-as-possible-here-s-how-to-get-started-0 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.we-ve-made-our-process-as-effortless-as-possible-so-you-can-start-dreaming-and-start-enjoying-with-as-little-stress-in-between-as-possible-here-s-how-to-get-started-1 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-90, .div-block-91 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-29 {
  background-color: #fff;
  padding: 60px 3% 80px;
}

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

.frame-114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-28 {
  color: #000;
  font-family: Antic Didone, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-92 {
  margin-top: 20px;
}

.grid-28 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
}

.accordion-wrapper {
  width: 100%;
}

.accordion {
  border-top: 1.5px solid #839ac2;
  border-bottom: 1.5px solid #839ac2;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion-panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.paragraph-30 {
  color: #26364e;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-31 {
  color: #26364e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-93 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-2 {
  border-top: 1.5px #839ac2;
  border-bottom: 1.5px solid #839ac2;
}

.accordion-3 {
  border-top: 1.5px #839ac2;
  border-bottom: 1.5px #839ac2;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.accordion-wrapper-2 {
  width: 100%;
}

@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;
    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: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #3c6e70;
    border-radius: 5px;
  }

  .nav-menu {
    width: 100vw;
    background-color: #dfdfdf;
    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 {
    width: 100%;
    height: 350px;
    background-image: linear-gradient(to top, #222, rgba(34, 34, 34, .18) 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;
  }

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

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

  .heading-7 {
    font-size: 15px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 14px;
  }

  .icon-2 {
    color: #483b46;
  }

  .grid-15, .grid-16 {
    flex-direction: column;
    display: flex;
  }

  .frame-83 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-6 {
    font-size: 30px;
  }

  .grid-17, .grid-22 {
    flex-direction: column;
    display: flex;
  }

  .div-block-79 {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .container.shop-local-container {
    padding-left: 0;
    padding-right: 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 {
    width: 100%;
    border-radius: 0;
    position: static;
  }

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

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

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

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

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

  .meet-the-owners-left {
    width: 100%;
    height: 400px;
    border-radius: 0;
    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%;
  }

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

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .section-4 {
    max-width: 100%;
  }

  .bold-text, .bold-text-2 {
    font-size: 16px;
  }

  .paragraph-3, .paragraph-7 {
    font-size: 11px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .heading-9, .button-5 {
    font-size: 28px;
  }

  .bold-text-8 {
    font-size: 11px;
  }

  .bold-text-9 {
    font-size: 16px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .heading-8--a, .heading-22 {
    font-size: 30px;
  }

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

  .heading-23 {
    font-size: 25px;
  }

  .paragraph-step-2, .daisy, .rose {
    font-size: 18px;
  }

  .grid-6, .grid-7, .grid-5---a, .grid-8 {
    flex-direction: column;
    display: flex;
  }

  .list-item, .list-item-2, .paragraph-24 {
    font-size: 18px;
  }

  .grid-pack2 {
    flex-direction: column;
    display: flex;
  }

  .heading-28 {
    font-size: 30px;
  }

  .div-block-45 {
    margin-left: 1%;
  }

  .grid-11 {
    flex-direction: row;
    display: flex;
  }

  .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .section-22 {
    padding-right: 3%;
  }

  .error-59134d90-0a13-c5ce-f396-b5bd3b12baad {
    font-size: 30px;
  }

  .grid-18, .grid-20 {
    flex-direction: column;
    display: flex;
  }

  .a-la-carte-menu-for-your-event {
    font-size: 30px;
  }

  .grid-24, .grid-25 {
    flex-direction: column;
    display: flex;
  }

  .text-22 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-29 {
    font-size: 10px;
  }

  .grid-26, .grid-28 {
    flex-direction: column;
    display: flex;
  }
}

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

  .btn.light.outline {
    font-size: 10px;
  }

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

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

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

  .hero-section {
    min-height: 300px;
  }

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

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

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

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

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

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

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

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

  .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;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .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;
    top: -23%;
    bottom: auto;
    left: 27px;
    right: 0%;
  }

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

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

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .grid-2, .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .text-block-3 {
    font-size: 12px;
  }

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

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

  .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    font-size: 10px;
  }

  .heading-11 {
    text-align: left;
    font-size: 19px;
    line-height: 20px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 28px;
  }

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

  .div-block-20, .image-6, .div-block-21, .image-7 {
    text-align: center;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-15, .paragraph-15, .heading-16 {
    font-size: 16px;
  }

  .button-6 {
    font-size: 10px;
  }

  .heading-17 {
    font-size: 25px;
  }

  .paragraph-16, .heading-18 {
    font-size: 15px;
  }

  .button-7 {
    font-size: 10px;
  }

  .paragraph-s1, .paragraphs2, .par-s3, .pars4, .pars5, .pars6, .pars7 {
    font-size: 8px;
  }

  .heading-8--a, .heading-22 {
    font-size: 20px;
  }

  .paragraph-20 {
    font-size: 15px;
  }

  .paragraph-step-2 {
    text-align: center;
    font-size: 16px;
  }

  .daisy, .rose {
    text-align: left;
  }

  .section-19 {
    background-position: 50%;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-21 {
    font-size: 19px;
  }

  .button-7-copy, .button-7---a {
    font-size: 10px;
  }

  .div-block-41 {
    text-align: center;
  }

  .column {
    font-size: 12px;
  }

  .heading-28 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-45 {
    flex-direction: row;
    margin-right: 2%;
    position: relative;
    top: -45px;
  }

  .grid-11 {
    flex-direction: column;
  }

  .container-19 {
    flex-direction: column;
    display: flex;
  }

  .grid-12 {
    grid-column-gap: 9px;
    grid-row-gap: 70px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-50 {
    margin-left: 6%;
  }

  .frame-78 {
    flex-direction: column;
    align-items: center;
  }

  .from-a-vibrant-downtown-experience-to-inspiring-nature-walks---we-ve-got-it-all {
    font-size: 20px;
  }

  .text-4, .since-2008-aspenwood-manor-has-been-the-choice-of-groups-from-all-over-the-world-for-creating-not-just-memories-but-transformations-with-over-100-retreats-hosted-weve-learned-that-retreat-hosts-dont-want-the-overwhelm-of-running-event-management-they-want-their-retreats-to-shine-aspenwood-manor-is-nestled-in-the-heart-of-downtown-provo-utah-aspenwood-manor-is-the-perfect-place-to-host-your-retreat-we-have-a-new-city-recreation-center-just-across-the-street-and-a-vibrant-downtown-scene-just-steps-away-and-serene-mountains-a-few-minutes-drive-away-we-cant-wait-to-help-you-plan-and-host-your-ideal-retreat-in-the-heart-of-provo-at-aspenwood-manor-let-us-transform-your-vision-into-reality-and-make-your-retreat-an-extraordinary-success {
    font-size: 16px;
  }

  .frame-83 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-c3e9092f-190b-c6c9-b7b6-7bcf53535c8c, .when-you-book-your-retreat-with-aspenwood-manor-we-promise-to-support-you-however-you-need-everything-you-want-and-nothing-you-don-t-learn-more-about-how-we-can-customize-each-aspect-of-your-event-below-0, .when-you-book-your-retreat-with-aspenwood-manor-we-promise-to-support-you-however-you-need-everything-you-want-and-nothing-you-don-t-learn-more-about-how-we-can-customize-each-aspect-of-your-event-below-1 {
    font-size: 18px;
  }

  .heading-31 {
    font-size: 20px;
  }

  .div-block-65 {
    width: auto;
    height: 300px;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .text-11 {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .text-15 {
    font-size: 14px;
  }

  .paragraph-27, .list-item-9, .list-item-10, .list-item-11, .paragraph-28, .paragraph-28-copy {
    font-size: 17px;
  }

  .text-18 {
    font-size: 20px;
  }

  .text-19 {
    font-size: 17px;
  }

  .text-client {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

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

  .text-20, .text-21 {
    font-size: 17px;
  }

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

  .div-block-88 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-112 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
  }

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

  .text-26, .we-ve-made-our-process-as-effortless-as-possible-so-you-can-start-dreaming-and-start-enjoying-with-as-little-stress-in-between-as-possible-here-s-how-to-get-started-0, .we-ve-made-our-process-as-effortless-as-possible-so-you-can-start-dreaming-and-start-enjoying-with-as-little-stress-in-between-as-possible-here-s-how-to-get-started-1, .paragraph-30 {
    font-size: 17px;
  }

  .accordion-wrapper-2 {
    margin-top: -58px;
  }
}

#w-node-_1d91a205-ca29-4e8e-8778-e5a503f22047-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f45db837-633a-a614-f96d-5b88d5817bad-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_586860fb-5c7c-d69c-ecb9-e6f1552f4c6f-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ac4572-2dbe-5945-6df9-168b8fe41425-218de15e, #w-node-b7a0edac-f69a-01e6-50a4-a47fc0a170e4-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_19a17707-5919-7729-fae3-d78abbdaa090-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456c252e-97d1-bfc2-c3ea-a0a7aa27e4f2-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_557507d7-ae0d-2db0-e7d0-d92ec9ec0eb6-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_764a5843-3050-1d2d-7cdc-4dca73d8b017-218de15e, #w-node-_9c6cabde-7f01-5a8c-7972-01d67f2f08fa-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_196abe89-1de8-2080-5a19-9514d1b119a4-218de15e, #w-node-_97c4ef3e-3f6f-414e-fcb4-a9a7982d8df7-218de15e, #w-node-_9c46b83e-d631-3d74-1fd1-5e4f41833105-218de15e, #w-node-_5ec5c339-668c-abe6-8818-278daa6c603e-218de15e, #w-node-f6653169-86bd-adb0-4e5f-0107860b9ede-218de15e, #w-node-_976f9232-66d6-20f8-dd65-2b0920506d35-218de15e, #w-node-cf730e14-e3d4-6d3e-1107-2a99848b8b62-218de15e, #w-node-e1ff71a8-7c5d-59ea-e490-04d221a46455-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d897d5-65ec-f3dd-7500-5ed0c12a64c8-218de15e, #w-node-_223be095-dcfd-d6a1-2771-bce505013da9-218de15e, #w-node-c7eb7f6f-0d49-7b6b-cbe0-1bb44f8fd127-218de15e, #w-node-c7eb7f6f-0d49-7b6b-cbe0-1bb44f8fd132-218de15e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ea1490fd-fd56-e7ee-e3b5-78eea1f7a7f3-218de15e, #w-node-_6e1f2f8f-a327-4a9a-db90-1f6861b0f2ee-218de15e, #w-node-ab13c625-a421-134f-1ce0-3577936786aa-218de15e, #w-node-fac8aa43-f371-3483-8be7-73e14d313150-218de15e, #w-node-_0814657e-c68e-3bb7-3e6f-3bcf46d45284-218de15e, #w-node-_36ac1aa4-87ec-3c61-9717-b0a73acc3d24-218de15e, #w-node-_35aabe04-80e5-9e12-1843-5af7c2ef2328-218de15e, #w-node-ee615e1e-2880-a3f6-8086-86b0521479da-218de15e, #w-node-ee615e1e-2880-a3f6-8086-86b0521479db-218de15e, #w-node-ee615e1e-2880-a3f6-8086-86b0521479dd-218de15e, #w-node-cd784ec4-ff86-6dce-a197-4037238fff5e-218de15e, #w-node-a6d62cb9-c7f1-b04d-44a8-edd71f6f0540-218de15e, #w-node-_6bebbab5-9831-46c9-8660-b8904c277224-218de15e, #w-node-_417fa563-88de-daa9-945f-d75151c77a23-218de15e, #w-node-bd1d5bd6-4515-6ec3-9e42-56519c9bd8b0-218de15e, #w-node-e7842105-4421-b7cb-d70e-310f5283d170-218de15e, #w-node-be9e1adc-16fb-22f6-6863-9916a86b82bd-218de15e, #w-node-_587e715b-8356-93d1-d64c-6e2c46eb05a3-218de15e, #w-node-_76d4ef3b-153d-07cc-a92c-2d9f09ca70d1-218de15e, #w-node-_9f73e9d0-e27a-2087-e993-63ae34061c6c-218de15e, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2db4-218de15e, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2db6-218de15e, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2dba-218de15e, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2dbd-218de15e, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c2-218de15e, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c4-218de15e, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c8-218de15e, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1cb-218de15e, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f60-218de15e, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f62-218de15e, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f66-218de15e, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f69-218de15e, #w-node-_2611e512-402d-5e79-13d4-a531fcd145e9-218de15e, #w-node-_2611e512-402d-5e79-13d4-a531fcd145eb-218de15e, #w-node-_2611e512-402d-5e79-13d4-a531fcd145ef-218de15e, #w-node-_2611e512-402d-5e79-13d4-a531fcd145f2-218de15e, #w-node-_69da0a14-576b-4808-967b-a377e02d763c-218de15e, #w-node-_69da0a14-576b-4808-967b-a377e02d763e-218de15e, #w-node-_69da0a14-576b-4808-967b-a377e02d7642-218de15e, #w-node-_69da0a14-576b-4808-967b-a377e02d7645-218de15e, #w-node-_7c5f7f23-e7a2-9882-bb67-14c12704262d-218de15e, #w-node-_9bae0ac0-2ce2-da35-4489-67a076f18985-218de15e, #w-node-_6dda4191-3ec6-a8f5-264a-239a3a0a03e9-218de15e, #w-node-_3f08e686-fb59-a0b1-aa53-b6272b7e85c7-218de15e, #w-node-e7901387-bc2f-5ca0-c5a1-5a85f8562ac1-218de15e, #w-node-e7901387-bc2f-5ca0-c5a1-5a85f8562acd-218de15e, #w-node-_2e3be502-e312-7c3e-a077-09337ac74539-218de15e, #w-node-_2e3be502-e312-7c3e-a077-09337ac74545-218de15e, #w-node-_04108f54-5075-e0f2-7f49-f85eabd57b3d-218de15e, #w-node-_4ed33682-9d5a-1c7c-b839-fcb3375687a2-218de15e, #w-node-_8e9d0f56-3ff1-fa8d-14c6-afd13e3094ce-218de15e, #w-node-_054fb921-858b-fc3b-440a-81882bf40804-218de15e, #w-node-a4ad3331-1312-1248-66ef-031a63d2344c-218de15e, #w-node-_1d91a205-ca29-4e8e-8778-e5a503f22047-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f45db837-633a-a614-f96d-5b88d5817bad-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_586860fb-5c7c-d69c-ecb9-e6f1552f4c6f-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ac4572-2dbe-5945-6df9-168b8fe41425-a80847ac, #w-node-b7a0edac-f69a-01e6-50a4-a47fc0a170e4-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_19a17707-5919-7729-fae3-d78abbdaa090-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456c252e-97d1-bfc2-c3ea-a0a7aa27e4f2-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_557507d7-ae0d-2db0-e7d0-d92ec9ec0eb6-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_764a5843-3050-1d2d-7cdc-4dca73d8b017-a80847ac, #w-node-_9c6cabde-7f01-5a8c-7972-01d67f2f08fa-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_196abe89-1de8-2080-5a19-9514d1b119a4-a80847ac, #w-node-_97c4ef3e-3f6f-414e-fcb4-a9a7982d8df7-a80847ac, #w-node-_9c46b83e-d631-3d74-1fd1-5e4f41833105-a80847ac, #w-node-_5ec5c339-668c-abe6-8818-278daa6c603e-a80847ac, #w-node-f6653169-86bd-adb0-4e5f-0107860b9ede-a80847ac, #w-node-_976f9232-66d6-20f8-dd65-2b0920506d35-a80847ac, #w-node-cf730e14-e3d4-6d3e-1107-2a99848b8b62-a80847ac, #w-node-e1ff71a8-7c5d-59ea-e490-04d221a46455-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d897d5-65ec-f3dd-7500-5ed0c12a64c8-a80847ac, #w-node-_223be095-dcfd-d6a1-2771-bce505013da9-a80847ac, #w-node-c7eb7f6f-0d49-7b6b-cbe0-1bb44f8fd127-a80847ac, #w-node-c7eb7f6f-0d49-7b6b-cbe0-1bb44f8fd132-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ea1490fd-fd56-e7ee-e3b5-78eea1f7a7f3-a80847ac, #w-node-_6e1f2f8f-a327-4a9a-db90-1f6861b0f2ee-a80847ac, #w-node-ab13c625-a421-134f-1ce0-3577936786aa-a80847ac, #w-node-fac8aa43-f371-3483-8be7-73e14d313150-a80847ac, #w-node-_0814657e-c68e-3bb7-3e6f-3bcf46d45284-a80847ac, #w-node-_36ac1aa4-87ec-3c61-9717-b0a73acc3d24-a80847ac, #w-node-_35aabe04-80e5-9e12-1843-5af7c2ef2328-a80847ac, #w-node-ee615e1e-2880-a3f6-8086-86b0521479da-a80847ac, #w-node-ee615e1e-2880-a3f6-8086-86b0521479db-a80847ac, #w-node-ee615e1e-2880-a3f6-8086-86b0521479dd-a80847ac, #w-node-cd784ec4-ff86-6dce-a197-4037238fff5e-a80847ac, #w-node-a6d62cb9-c7f1-b04d-44a8-edd71f6f0540-a80847ac, #w-node-_6bebbab5-9831-46c9-8660-b8904c277224-a80847ac, #w-node-_417fa563-88de-daa9-945f-d75151c77a23-a80847ac, #w-node-bd1d5bd6-4515-6ec3-9e42-56519c9bd8b0-a80847ac, #w-node-e7842105-4421-b7cb-d70e-310f5283d170-a80847ac, #w-node-be9e1adc-16fb-22f6-6863-9916a86b82bd-a80847ac, #w-node-_587e715b-8356-93d1-d64c-6e2c46eb05a3-a80847ac, #w-node-_76d4ef3b-153d-07cc-a92c-2d9f09ca70d1-a80847ac, #w-node-_9f73e9d0-e27a-2087-e993-63ae34061c6c-a80847ac, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2db4-a80847ac, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2db6-a80847ac, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2dba-a80847ac, #w-node-_276afab8-50bc-661b-b89d-eb6dfffb2dbd-a80847ac, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c2-a80847ac, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c4-a80847ac, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1c8-a80847ac, #w-node-_596314b6-8496-ec1b-3b86-1decbc5ff1cb-a80847ac, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f60-a80847ac, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f62-a80847ac, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f66-a80847ac, #w-node-_0ab2fa45-3a8a-f63a-5ee0-692ee26d0f69-a80847ac, #w-node-_2611e512-402d-5e79-13d4-a531fcd145e9-a80847ac, #w-node-_2611e512-402d-5e79-13d4-a531fcd145eb-a80847ac, #w-node-_2611e512-402d-5e79-13d4-a531fcd145ef-a80847ac, #w-node-_2611e512-402d-5e79-13d4-a531fcd145f2-a80847ac, #w-node-_69da0a14-576b-4808-967b-a377e02d763c-a80847ac, #w-node-_69da0a14-576b-4808-967b-a377e02d763e-a80847ac, #w-node-_69da0a14-576b-4808-967b-a377e02d7642-a80847ac, #w-node-_69da0a14-576b-4808-967b-a377e02d7645-a80847ac, #w-node-_7c5f7f23-e7a2-9882-bb67-14c12704262d-a80847ac, #w-node-_9bae0ac0-2ce2-da35-4489-67a076f18985-a80847ac, #w-node-_6dda4191-3ec6-a8f5-264a-239a3a0a03e9-a80847ac, #w-node-_3f08e686-fb59-a0b1-aa53-b6272b7e85c7-a80847ac, #w-node-e7901387-bc2f-5ca0-c5a1-5a85f8562ac1-a80847ac, #w-node-e7901387-bc2f-5ca0-c5a1-5a85f8562acd-a80847ac, #w-node-_2e3be502-e312-7c3e-a077-09337ac74539-a80847ac, #w-node-_2e3be502-e312-7c3e-a077-09337ac74545-a80847ac, #w-node-_04108f54-5075-e0f2-7f49-f85eabd57b3d-a80847ac, #w-node-_4ed33682-9d5a-1c7c-b839-fcb3375687a2-a80847ac, #w-node-_8e9d0f56-3ff1-fa8d-14c6-afd13e3094ce-a80847ac, #w-node-_054fb921-858b-fc3b-440a-81882bf40804-a80847ac, #w-node-a4ad3331-1312-1248-66ef-031a63d2344c-a80847ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.faq-answer-div {
    padding: 1.5rem;
}
